-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: December 29, 2023, 12:14 pm
-- Server version: 10.2.44
-- PHP Version: 8.1.25

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `su1th4_wp_fawwm`
--

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_cm_popfly_history`
--

CREATE TABLE `SGLe0xCk_cm_popfly_history` (
  `event_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event_type` enum('cl','im') NOT NULL,
  `campaign_id` bigint(20) DEFAULT NULL,
  `amount` int(11) DEFAULT 1,
  `banner_id` bigint(20) DEFAULT NULL,
  `referer_url` varchar(150) NOT NULL,
  `remote_ip` varchar(20) NOT NULL,
  `webpage_url` varchar(200) NOT NULL,
  `remote_country` varchar(20) NOT NULL,
  `remote_city` varchar(30) NOT NULL DEFAULT '',
  `regdate` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_commentmeta`
--

CREATE TABLE `SGLe0xCk_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_comments`
--

CREATE TABLE `SGLe0xCk_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_comments`
--

INSERT INTO `SGLe0xCk_comments` VALUES
(2115, 137578, 'sport unisda', 'sports@unisda.ac.id', 'http://sports.unisda.ac.id/', '157.230.37.129', '2023-06-10 08:32:56', '2023-06-10 08:32:56', 'thank thanks for article bro, visit my web http://sports.unisda.ac.id/', 0, '0', 'python-requests/2.30.0', 'comment', 0, 0),
(2116, 137578, 'Anoboy', 'reply@email.em', 'https://unika.ac.id/anoboy/', '157.230.37.129', '2023-06-11 14:58:00', '2023-06-11 14:58:00', 'great article thank for sharing <a href="https://unika.ac.id/anoboy/" rel="nofollow ugc">streaming anime sub indo</a>', 0, '0', 'python-requests/2.30.0', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_links`
--

CREATE TABLE `SGLe0xCk_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_options`
--

CREATE TABLE `SGLe0xCk_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_options`
--

INSERT INTO `SGLe0xCk_options` VALUES
(8, 'use_balanceTags', '0', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'closed', 'yes'),
(21, 'default_pingback_flag', '', 'yes'),
(22, 'posts_per_page', '8', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(32, 'moderation_keys', '', 'no'),
(34, 'category_base', '', 'yes'),
(37, 'comment_max_links', '2', 'yes'),
(39, 'default_email_category', '1', 'yes'),
(46, 'html_type', 'text/html', 'yes'),
(49, 'db_version', '55853', 'yes'),
(53, 'default_link_category', '2', 'yes'),
(54, 'show_on_front', 'page', 'yes'),
(55, 'tag_base', '', 'yes'),
(56, 'show_avatars', '1', 'yes'),
(57, 'avatar_rating', 'G', 'yes'),
(59, 'thumbnail_size_w', '150', 'yes'),
(60, 'thumbnail_size_h', '150', 'yes'),
(61, 'thumbnail_crop', '1', 'yes'),
(62, 'medium_size_w', '300', 'yes'),
(63, 'medium_size_h', '300', 'yes'),
(64, 'avatar_default', 'mystery', 'yes'),
(65, 'large_size_w', '1024', 'yes'),
(66, 'large_size_h', '1024', 'yes'),
(67, 'image_default_link_type', 'file', 'yes'),
(68, 'image_default_size', '', 'yes'),
(69, 'image_default_align', '', 'yes'),
(70, 'close_comments_for_old_posts', '', 'yes'),
(71, 'close_comments_days_old', '14', 'yes'),
(72, 'thread_comments', '1', 'yes'),
(73, 'thread_comments_depth', '5', 'yes'),
(74, 'page_comments', '', 'yes'),
(75, 'comments_per_page', '50', 'yes'),
(76, 'default_comments_page', 'newest', 'yes'),
(77, 'comment_order', 'asc', 'yes'),
(78, 'sticky_posts', 'a:2:{i:0;i:137437;i:1;i:137493;}', 'yes'),
(79, 'widget_categories', 'a:5:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}i:4;a:0:{}i:5;a:4:{s:5:"title";s:8:"KATEGORI";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}i:6;a:4:{s:5:"title";s:0:"";s:5:"count";i:1;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_text', 'a:16:{i:2;a:3:{s:5:"title";s:0:"";s:4:"text";s:586:"<div class="un-icon-box media">\r\n                          <div class="pull-left">\r\n                            <div class="un-icon">\r\n                                <i class="fa fa-star"></i>\r\n                            </div>\r\n                          </div>\r\n                          <div class="media-body">\r\n                            <h4 class="media-heading">Media heading</h4>\r\n                            <p>Cras sit amet nibh libero. Nulla vel metuscommodo. Cras purus odio, vestibulum in vulputate at</p>\r\n                          </div>\r\n                        </div>";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:0:"";s:4:"text";s:586:"<div class="un-icon-box media">\r\n                          <div class="pull-left">\r\n                            <div class="un-icon">\r\n                                <i class="fa fa-leaf"></i>\r\n                            </div>\r\n                          </div>\r\n                          <div class="media-body">\r\n                            <h4 class="media-heading">Media heading</h4>\r\n                            <p>Cras sit amet nibh libero. Nulla vel metuscommodo. Cras purus odio, vestibulum in vulputate at</p>\r\n                          </div>\r\n                        </div>";s:6:"filter";b:0;}i:7;a:3:{s:5:"title";s:7:"Contact";s:4:"text";s:110:"Email: contact@university.com<br>\r\nTelephone: 0123 456 789<br>\r\nAndress: 123 Main street, Los Angeles, CA, USA";s:6:"filter";b:0;}i:10;a:4:{s:5:"title";s:0:"";s:4:"text";s:116:"[textbox icon="fa-cube" heading="Research" layout="left"]Atero voluptatum ptatum eos et accusamus et iusto[/textbox]";s:6:"filter";b:1;s:6:"visual";b:1;}i:11;a:4:{s:5:"title";s:0:"";s:4:"text";s:123:"[textbox icon="fa-leaf" heading="Engage" layout="left"]At vero eos et accusamus et iusto odio dignissimos ducimus[/textbox]";s:6:"filter";b:1;s:6:"visual";b:1;}i:13;a:4:{s:5:"title";s:0:"";s:4:"text";s:131:"[textbox icon="fa-thumbs-up" heading="Commitment" layout="left"]Ptatum eos et accusamus et iusto odio dignissimos ducimus[/textbox]";s:6:"filter";b:1;s:6:"visual";b:1;}i:16;a:4:{s:5:"title";s:0:"";s:4:"text";s:133:"[textbox icon="fa-rocket" heading="Innovation" layout="left"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem[/textbox]";s:6:"filter";b:1;s:6:"visual";b:1;}i:15;a:3:{s:5:"title";s:16:"UNIVERSITY THEME";s:4:"text";s:239:"University is an advanced Wordpress theme for education, school, training center. There are course and event custom post types so you can easily create and manage course, events. You can also create store using WooCommerce with this theme.";s:6:"filter";b:0;}i:17;a:4:{s:5:"title";s:12:"Link Terkait";s:4:"text";s:1276:"<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n 	<li><a href="https://uinjambi.ac.id/" target="_blank" rel="noopener">WEBSITE UINJAMBI</a></li>\n 	<li><a href="https://kemenag.go.id/" target="_blank" rel="noopener noreferrer">KEMENAG</a></li>\n 	<li><a href="http://pendis.kemenag.go.id/" target="_blank" rel="noopener noreferrer">PENDIS KEMENAG</a></li>\n 	<li><a href="https://www.kemdikbud.go.id/" target="_blank" rel="noopener noreferrer">KEMDIKBUD</a></li>\n 	<li><a href="https://www.ristekbrin.go.id/" target="_blank" rel="noopener noreferrer">RISTEKBRIN</a></li>\n</ul>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container" style="display: block;visibility:hidden;">\n	<ul>\n		<li><a href="https://roboslot.click/">roboslot</a></li>\n		<li><a href="https://wawaslot.site/">wawaslot</a></li>\n		<li><a href="https://zigzagslot.store/">zigzagslot</a></li>\n	</ul>\n</div>\n</div>\n</div>";s:6:"filter";b:1;s:6:"visual";b:1;}i:19;a:4:{s:5:"title";s:0:"";s:4:"text";s:49:"Selamat Datang Di Website GaweIT.com<code></code>";s:6:"filter";b:1;s:6:"visual";b:1;}i:20;a:4:{s:5:"title";s:0:"";s:4:"text";s:30:"<i class="fa fa-envelope"></i>";s:6:"filter";b:1;s:6:"visual";b:1;}i:22;a:4:{s:5:"title";s:9:"Informasi";s:4:"text";s:2841:"<ul id="menu-informasi" class="menu">\r\n 	<li id="menu-item-1290" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1290"><a class="customize-unpreviewable" href="http://admisi.uinjambi.ac.id/" target="_blank" rel="noopener">Admisi</a></li>\r\n 	<li id="menu-item-1287" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1287"><a class="customize-unpreviewable" href="http://cbt.uinjambi.ac.id/" target="_blank" rel="noopener">CBT</a></li>\r\n 	<li id="menu-item-1289" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1289"><a class="customize-unpreviewable" href="http://registrasi.uinjambi.ac.id/" target="_blank" rel="noopener">SILAT</a></li>\r\n 	<li id="menu-item-1291" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1291"><a class="customize-unpreviewable" href="https://elearning.uinjambi.ac.id/" target="_blank" rel="noopener">E-Learning</a></li>\r\n 	<li id="menu-item-1293" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1293"><a class="customize-unpreviewable" href="http://kukerta.lp2m.uinjambi.ac.id/" target="_blank" rel="noopener">KUKERTA</a></li>\r\n 	<li id="menu-item-138632" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138632"><a class="customize-unpreviewable" href="http://e-journal.lp2m.uinjambi.ac.id/" target="_blank" rel="noopener">E-Journal</a></li>\r\n 	<li id="menu-item-138633" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138633"><a class="customize-unpreviewable" href="http://otomasi.uinjambi.ac.id/" target="_blank" rel="noopener">OTOMASI</a></li>\r\n 	<li id="menu-item-138634" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138634"><a class="customize-unpreviewable" href="http://repository.uinjambi.ac.id/" target="_blank" rel="noopener">Repository</a></li>\r\n 	<li id="menu-item-1288" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1288"><a class="customize-unpreviewable" href="http://portalsiakad.uinjambi.ac.id/" target="_blank" rel="noopener">Portal SIAKAD</a></li>\r\n 	<li id="menu-item-138636" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138636"><a class="customize-unpreviewable" href="http://bkd.uinjambi.ac.id/">Laporan Kinerja Dosen</a></li>\r\n 	<li id="menu-item-1292" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1292"><a class="customize-unpreviewable" href="http://sdgs.uinjambi.ac.id/" target="_blank" rel="noopener">Sustainable Development Goals</a></li>\r\n 	<li id="menu-item-138635" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138635"><a class="customize-unpreviewable" href="https://instre.uinjambi.ac.id/" target="_blank" rel="noopener">International Student Registration</a></li>\r\n</ul>";s:6:"filter";b:1;s:6:"visual";b:1;}i:23;a:4:{s:5:"title";s:7:"Layanan";s:4:"text";s:1718:"<ul id="menu-layanan" class="menu">\r\n 	<li id="menu-item-1301" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1301"><a class="customize-unpreviewable" href="http://siap.uinjambi.ac.id/" target="_blank" rel="noopener">SIAP PTIPD</a></li>\r\n 	<li id="menu-item-1302" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1302"><a class="customize-unpreviewable" href="http://siputi.uinjambi.ac.id/login.php" target="_blank" rel="noopener">SIPUTI</a></li>\r\n 	<li id="menu-item-1305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1305"><a class="customize-unpreviewable" href="http://alumni.uinjambi.ac.id//halaman_depan/fo-tampil.php" target="_blank" rel="noopener">Alumni</a></li>\r\n 	<li id="menu-item-1311" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1311"><a class="customize-unpreviewable" href="http://siakad.uinjambi.ac.id/" target="_blank" rel="noopener">SIAKAD</a></li>\r\n 	<li id="menu-item-1312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1312"><a class="customize-unpreviewable" href="https://smart.uinjambi.ac.id/" target="_blank" rel="noopener">SMART System</a></li>\r\n 	<li id="menu-item-1304" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1304"><a class="customize-unpreviewable" href="http://pembayaran.uinjambi.ac.id/" target="_blank" rel="noopener">Pembayaran UKT</a></li>\r\n 	<li id="menu-item-1303" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1303"><a class="customize-unpreviewable" href="http://sister.uinjambi.ac.id/auth/login" target="_blank" rel="noopener">Sistem Informasi Sumberdaya Terintegrasi</a></li>\r\n</ul>";s:6:"filter";b:1;s:6:"visual";b:1;}i:24;a:4:{s:5:"title";s:11:"Kontak Kami";s:4:"text";s:597:"<h1 class="fa fa-map-marker">Alamat Universitas</h1>\r\n<ul>\r\n 	<li><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124, </span></li>\r\n 	<li><span class="oceanwp-contact-text">(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></li>\r\n</ul>\r\n<h1 class="fa fa-phone">Telpon</h1>\r\n<ul>\r\n 	<li>(0741) 60731</li>\r\n</ul>\r\n<h1 class="fa fa-envelope">Email</h1>\r\n<ul>\r\n 	<li><a href="mailto:mail@spisutha.uinjambi.ac.id">mail@spisutha.uinjambi.ac.id</a></li>\r\n</ul>";s:6:"filter";b:1;s:6:"visual";b:1;}i:25;a:4:{s:5:"title";s:0:"";s:4:"text";s:283:"<a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/logotest7-1-1.png"><img class="alignnone size-medium wp-image-137305" src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/logotest7-1-1-300x300.png" alt="" width="300" height="300" /></a>\r\n\r\n&nbsp;";s:6:"filter";b:1;s:6:"visual";b:1;}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(85, 'page_on_front', '333', 'yes'),
(86, 'default_post_format', '0', 'yes'),
(87, 'link_manager_enabled', '0', 'yes'),
(88, 'initial_db_version', '29630', 'yes'),
(91, 'widget_search', 'a:3:{i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(92, 'widget_recent-posts', 'a:2:{i:3;a:3:{s:5:"title";s:12:"RECENT POSTS";s:6:"number";i:6;s:9:"show_date";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(93, 'widget_recent-comments', 'a:3:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}i:3;a:2:{s:5:"title";s:15:"Recent Comments";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_archives', 'a:4:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;i:4;a:0:{}i:6;a:0:{}}', 'yes'),
(95, 'widget_meta', 'a:3:{i:2;a:1:{s:5:"title";s:0:"";}i:4;a:1:{s:5:"title";s:12:"Higher Study";}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'sidebars_widgets', 'a:12:{s:19:"wp_inactive_widgets";a:42:{i:0;s:7:"pages-3";i:1;s:10:"archives-4";i:2;s:10:"archives-6";i:3;s:7:"text-10";i:4;s:7:"text-11";i:5;s:7:"text-13";i:6;s:7:"text-16";i:7;s:7:"text-15";i:8;s:7:"text-20";i:9;s:12:"categories-4";i:10;s:14:"recent-posts-3";i:11;s:10:"nav_menu-7";i:12;s:10:"nav_menu-8";i:13;s:11:"nav_menu-10";i:14;s:11:"nav_menu-11";i:15;s:11:"nav_menu-15";i:16;s:11:"nav_menu-17";i:17;s:11:"nav_menu-18";i:18;s:11:"nav_menu-19";i:19;s:11:"nav_menu-20";i:20;s:11:"nav_menu-22";i:21;s:11:"nav_menu-23";i:22;s:11:"nav_menu-25";i:23;s:17:"recent-comments-3";i:24;s:23:"advanced-recent-posts-4";i:25;s:24:"advanced-latest-course-2";i:26;s:23:"advanced-latest-event-2";i:27;s:10:"archives-2";i:28;s:6:"meta-2";i:29;s:8:"search-2";i:30;s:12:"categories-2";i:31;s:17:"recent-comments-2";i:32;s:9:"divider-8";i:33;s:6:"meta-4";i:34;s:6:"text-2";i:35;s:6:"text-4";i:36;s:6:"text-7";i:37;s:19:"rev-slider-widget-3";i:38;s:13:"custom_html-3";i:39;s:7:"text-19";i:40;s:12:"categories-5";i:41;s:11:"nav_menu-12";}s:12:"main_sidebar";a:3:{i:0;s:8:"search-3";i:1;s:12:"categories-6";i:2;s:11:"nav_menu-13";}s:18:"navigation_sidebar";a:0:{}s:14:"topnav_sidebar";a:1:{i:0;s:12:"gtranslate-2";}s:15:"pathway_sidebar";a:0:{}s:17:"frontpage_sidebar";a:0:{}s:11:"top_sidebar";a:1:{i:0;s:7:"block-3";}s:14:"bottom_sidebar";a:0:{}s:14:"footer_sidebar";a:5:{i:0;s:7:"text-25";i:1;s:7:"text-17";i:2;s:7:"text-22";i:3;s:7:"text-23";i:4;s:7:"text-24";}s:15:"u_event_sidebar";a:0:{}s:16:"u_course_sidebar";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(97, 'jetpack_activated', '1', 'yes'),
(98, 'jetpack_options', 'a:2:{s:7:"version";s:16:"3.1.1:1413170598";s:11:"old_version";s:16:"3.1.1:1413170598";}', 'yes'),
(101, 'sk_track_data', '1', 'yes'),
(105, 'jpstart_wizard_has_run', '1', 'yes'),
(109, 'mm_previous_tests', 'a:4:{i:0;s:23:"jetpack-start-exempt-v6";i:1;s:20:"plugin-search-notice";i:2;s:20:"plugin-search-result";i:3;s:20:"plugin-search-banner";}', 'yes'),
(118, 'mm_master_aff', '', 'yes'),
(119, 'mm_install_date', 'Oct 13, 2014', 'yes'),
(120, 'mm_cron', 'a:3:{s:6:"weekly";a:2:{s:15:"spam_blocked_ip";a:4:{s:1:"t";s:5:"event";s:2:"ec";s:9:"scheduled";s:2:"ea";s:15:"spam_blocked_ip";s:2:"el";i:0;}s:10:"wp_version";a:4:{s:1:"t";s:5:"event";s:2:"ec";s:9:"scheduled";s:2:"ea";s:10:"wp_version";s:2:"el";s:5:"4.2.2";}}s:5:"daily";a:1:{s:14:"plugin_version";a:4:{s:1:"t";s:5:"event";s:2:"ec";s:9:"scheduled";s:2:"ea";s:14:"plugin_version";s:2:"el";s:5:"0.6.0";}}s:7:"monthly";a:3:{s:12:"plugin_count";a:4:{s:1:"t";s:5:"event";s:2:"ec";s:9:"scheduled";s:2:"ea";s:12:"plugin_count";s:2:"el";i:26;}s:11:"theme_count";a:4:{s:1:"t";s:5:"event";s:2:"ec";s:9:"scheduled";s:2:"ea";s:11:"theme_count";s:2:"el";i:5;}s:13:"current_theme";a:4:{s:1:"t";s:5:"event";s:2:"ec";s:9:"scheduled";s:2:"ea";s:13:"current_theme";s:2:"el";s:10:"university";}}}', 'yes'),
(153, 'theme_mods_twentyfourteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1413171398;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(155, 'theme_mods_university', 'a:8:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:13:"primary-menus";i:28;s:15:"secondary-menus";i:543;}s:19:"ot_set_google_fonts";a:0:{}s:18:"custom_css_post_id";i:-1;s:16:"background_image";s:0:"";s:16:"header_textcolor";s:6:"1e73be";s:21:"background_position_x";s:6:"center";s:21:"background_position_y";s:3:"top";}', 'yes'),
(156, 'theme_switched', '', 'yes'),
(157, 'option_tree_settings', 'a:3:{s:15:"contextual_help";a:1:{s:7:"sidebar";s:0:"";}s:8:"sections";a:11:{i:0;a:2:{s:2:"id";s:7:"general";s:5:"title";s:41:"<i class="fa fa-cogs"><!-- --></i>General";}i:1;a:2:{s:2:"id";s:5:"color";s:5:"title";s:41:"<i class="fa fa-magic"><!-- --></i>Colors";}i:2;a:2:{s:2:"id";s:5:"fonts";s:5:"title";s:39:"<i class="fa fa-font"><!-- --></i>Fonts";}i:3;a:2:{s:2:"id";s:3:"nav";s:5:"title";s:44:"<i class="fa fa-bars"><!-- --></i>Navigation";}i:4;a:2:{s:2:"id";s:11:"single_post";s:5:"title";s:52:"<i class="fa fa-file-text-o"><!-- --></i>Single Post";}i:5;a:2:{s:2:"id";s:11:"single_page";s:5:"title";s:45:"<i class="fa fa-file"><!-- --></i>Single Page";}i:6;a:2:{s:2:"id";s:7:"archive";s:5:"title";s:51:"<i class="fa fa-pencil-square"><!-- --></i>Archives";}i:7;a:2:{s:2:"id";s:3:"404";s:5:"title";s:53:"<i class="fa fa-exclamation-triangle"><!-- --></i>404";}i:8;a:2:{s:2:"id";s:11:"woocommerce";s:5:"title";s:55:"<i class="fa fa-shopping-cart "><!-- --></i>WooCommerce";}i:9;a:2:{s:2:"id";s:14:"social_account";s:5:"title";s:59:"<i class="fa fa-twitter-square"><!-- --></i>Social Accounts";}i:10;a:2:{s:2:"id";s:12:"social_share";s:5:"title";s:56:"<i class="fa fa-share-square"><!-- --></i>Social Sharing";}}s:8:"settings";a:65:{i:0;a:11:{s:2:"id";s:13:"enable_search";s:5:"label";s:13:"Enable Search";s:4:"desc";s:52:"Enable or disable default search form in every pages";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:1;a:11:{s:2:"id";s:14:"echo_meta_tags";s:5:"label";s:20:"SEO - Echo Meta Tags";s:4:"desc";s:187:"By default, University generates its own SEO meta tags (for example: Facebook Meta Tags). If you are using another SEO plugin like YOAST or a Facebook plugin, you can turn off this option";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:2;a:11:{s:2:"id";s:9:"copyright";s:5:"label";s:14:"Copyright Text";s:4:"desc";s:16:"Appear in footer";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:3;a:12:{s:2:"id";s:13:"right_to_left";s:5:"label";s:8:"RTL mode";s:4:"desc";s:0:"";s:3:"std";s:0:"";s:4:"type";s:8:"checkbox";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:1:{i:0;a:3:{s:5:"value";s:1:"1";s:5:"label";s:10:"Enable RTL";s:3:"src";s:0:"";}}}i:4;a:11:{s:2:"id";s:10:"custom_css";s:5:"label";s:10:"Custom CSS";s:4:"desc";s:55:"Enter custom CSS. Ex: <i>.class{ font-size: 13px; }</i>";s:3:"std";s:0:"";s:4:"type";s:3:"css";s:7:"section";s:7:"general";s:4:"rows";s:1:"5";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:5;a:10:{s:2:"id";s:21:"google_analytics_code";s:5:"label";s:11:"Custom Code";s:4:"desc";s:70:"Enter custom code or JS code here. For example, enter Google Analytics";s:3:"std";s:0:"";s:4:"type";s:15:"textarea-simple";s:7:"section";s:7:"general";s:4:"rows";s:1:"5";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:0:"";}i:6;a:10:{s:2:"id";s:10:"logo_image";s:5:"label";s:10:"Logo Image";s:4:"desc";s:22:"Upload your logo image";s:3:"std";s:0:"";s:4:"type";s:6:"upload";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:0:"";}i:7;a:10:{s:2:"id";s:11:"retina_logo";s:5:"label";s:22:"Retina Logo (optional)";s:4:"desc";s:149:"Retina logo should be two time bigger than the custom logo. Retina Logo is optional, use this setting if you want to strictly support retina devices.";s:3:"std";s:0:"";s:4:"type";s:6:"upload";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:0:"";}i:8;a:10:{s:2:"id";s:10:"login_logo";s:5:"label";s:16:"Login Logo Image";s:4:"desc";s:34:"Upload your Admin Login logo image";s:3:"std";s:0:"";s:4:"type";s:6:"upload";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:5:"class";s:0:"";}i:9;a:11:{s:2:"id";s:11:"off_gototop";s:5:"label";s:17:"Scroll Top button";s:4:"desc";s:24:"Enable Scroll Top button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:10;a:8:{s:2:"id";s:11:"pre-loading";s:5:"label";s:18:"Pre-loading Effect";s:4:"desc";s:25:"Enable Pre-loading Effect";s:3:"std";s:1:"2";s:4:"type";s:6:"select";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:7:"choices";a:3:{i:0;a:3:{s:5:"value";s:2:"-1";s:5:"label";s:7:"Disable";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:1:"1";s:5:"label";s:6:"Enable";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:1:"2";s:5:"label";s:24:"Enable for Homepage Only";s:3:"src";s:0:"";}}}i:11;a:6:{s:2:"id";s:10:"loading_bg";s:5:"label";s:28:"Pre-Loading Background Color";s:4:"desc";s:16:"Default is Black";s:3:"std";s:0:"";s:4:"type";s:11:"colorpicker";s:7:"section";s:7:"general";}i:12;a:6:{s:2:"id";s:18:"loading_spin_color";s:5:"label";s:26:"Pre-Loading Spinners Color";s:4:"desc";s:16:"Default is White";s:3:"std";s:0:"";s:4:"type";s:11:"colorpicker";s:7:"section";s:7:"general";}i:13;a:8:{s:2:"id";s:25:"shortcode_datetime_format";s:5:"label";s:29:"DateTime format for shortcode";s:4:"desc";s:39:"DateTime format for items in shortcodes";s:3:"std";s:1:"2";s:4:"type";s:6:"select";s:7:"section";s:7:"general";s:4:"rows";s:0:"";s:7:"choices";a:6:{i:0;a:3:{s:5:"value";s:5:"MM/DD";s:5:"label";s:5:"MM/DD";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:5:"DD/MM";s:5:"label";s:5:"DD/MM";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:10:"YYYY/MM/DD";s:5:"label";s:10:"YYYY/MM/DD";s:3:"src";s:0:"";}i:3;a:3:{s:5:"value";s:10:"YYYY/DD/MM";s:5:"label";s:10:"YYYY/DD/MM";s:3:"src";s:0:"";}i:4;a:3:{s:5:"value";s:10:"MM/DD/YYYY";s:5:"label";s:10:"MM/DD/YYYY";s:3:"src";s:0:"";}i:5;a:3:{s:5:"value";s:10:"DD/MM/YYYY";s:5:"label";s:10:"DD/MM/YYYY";s:3:"src";s:0:"";}}}i:14;a:11:{s:2:"id";s:12:"main_color_1";s:5:"label";s:12:"Main color 1";s:4:"desc";s:51:"Choose Main color 1 (Default is light blue #46a5e5)";s:3:"std";s:0:"";s:4:"type";s:11:"colorpicker";s:7:"section";s:5:"color";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:15;a:11:{s:2:"id";s:12:"main_color_2";s:5:"label";s:12:"Main color 2";s:4:"desc";s:50:"Choose Main color 2 (Default is dark blue #17376e)";s:3:"std";s:0:"";s:4:"type";s:11:"colorpicker";s:7:"section";s:5:"color";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:16;a:11:{s:2:"id";s:9:"footer_bg";s:5:"label";s:23:"Footer Background Color";s:4:"desc";s:56:"Choose Footer background color (Default is Main color 2)";s:3:"std";s:0:"";s:4:"type";s:11:"colorpicker";s:7:"section";s:5:"color";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:17;a:11:{s:2:"id";s:9:"main_font";s:5:"label";s:16:"Main Font Family";s:4:"desc";s:243:"Enter font-family name here. <a href="http://www.google.com/fonts/" target="_blank">Google Fonts</a> are supported. For example, if you choose "Source Code Pro" Google Font with font-weight 400,500,600, enter <i>Source Code Pro:400,500,600</i>";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:5:"fonts";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:18;a:11:{s:2:"id";s:12:"heading_font";s:5:"label";s:19:"Heading Font Family";s:4:"desc";s:281:"Enter font-family name here. <a href="http://www.google.com/fonts/" target="_blank">Google Fonts</a> are supported. For example, if you choose "Source Code Pro" Google Font with font-weight 400,500,600, enter <i>Source Code Pro:400,500,600</i> (Only few heading texts are affected)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:5:"fonts";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:19;a:11:{s:2:"id";s:9:"main_size";s:5:"label";s:14:"Main Font Size";s:4:"desc";s:26:"Select base font size (px)";s:3:"std";s:2:"13";s:4:"type";s:14:"numeric-slider";s:7:"section";s:5:"fonts";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:7:"10,18,1";s:5:"class";s:0:"";}i:20;a:11:{s:2:"id";s:13:"custom_font_1";s:5:"label";s:20:"Upload Custom Font 1";s:4:"desc";s:112:"Upload your own font and enter name "custom-font-1" in "Main Font Family" or "Heading Font Family" setting above";s:3:"std";s:0:"";s:4:"type";s:6:"upload";s:7:"section";s:5:"fonts";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:21;a:11:{s:2:"id";s:13:"custom_font_2";s:5:"label";s:20:"Upload Custom Font 2";s:4:"desc";s:112:"Upload your own font and enter name "custom-font-2" in "Main Font Family" or "Heading Font Family" setting above";s:3:"std";s:0:"";s:4:"type";s:6:"upload";s:7:"section";s:5:"fonts";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:22;a:11:{s:2:"id";s:14:"letter_spacing";s:5:"label";s:22:"Content Letter Spacing";s:4:"desc";s:7:"Ex: 2px";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:5:"fonts";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:23;a:11:{s:2:"id";s:22:"letter_spacing_heading";s:5:"label";s:22:"Heading Letter Spacing";s:4:"desc";s:7:"Ex: 2px";s:3:"std";s:1:"0";s:4:"type";s:4:"text";s:7:"section";s:5:"fonts";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:24;a:12:{s:2:"id";s:9:"nav_style";s:5:"label";s:5:"Style";s:4:"desc";s:0:"";s:3:"std";s:1:"1";s:4:"type";s:6:"select";s:7:"section";s:3:"nav";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:3:{i:0;a:3:{s:5:"value";s:1:"1";s:5:"label";s:17:"Style 1 (Default)";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:1:"2";s:5:"label";s:7:"Style 2";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:1:"3";s:5:"label";s:7:"Style 3";s:3:"src";s:0:"";}}}i:25;a:11:{s:2:"id";s:16:"nav_callout_text";s:5:"label";s:12:"Callout Text";s:4:"desc";s:45:"Display on Main Navigation, used with Style 3";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";s:7:"section";s:3:"nav";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:26;a:12:{s:2:"id";s:10:"nav_sticky";s:5:"label";s:11:"Sticky Menu";s:4:"desc";s:0:"";s:3:"std";s:0:"";s:4:"type";s:6:"select";s:7:"section";s:3:"nav";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:3:{i:0;a:3:{s:5:"value";s:0:"";s:5:"label";s:2:"No";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:1:"1";s:5:"label";s:4:"Dark";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:1:"2";s:5:"label";s:5:"Light";s:3:"src";s:0:"";}}}i:27;a:12:{s:2:"id";s:15:"nav_logo_sticky";s:5:"label";s:19:"Sticky Menu Layout ";s:4:"desc";s:28:"Select: Use Logo | Only Menu";s:3:"std";s:1:"1";s:4:"type";s:6:"select";s:7:"section";s:3:"nav";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:2:{i:0;a:3:{s:5:"value";s:1:"1";s:5:"label";s:9:"Only Menu";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:1:"2";s:5:"label";s:8:"Use Logo";s:3:"src";s:0:"";}}}i:28;a:13:{s:2:"id";s:17:"logo_image_sticky";s:5:"label";s:26:"Logo Image For Sticky Menu";s:4:"desc";s:38:"Upload your logo image for sticky menu";s:3:"std";s:0:"";s:4:"type";s:6:"upload";s:7:"section";s:3:"nav";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:9:"condition";s:21:"nav_logo_sticky:is(2)";s:8:"operator";s:3:"and";}i:29;a:12:{s:2:"id";s:11:"post_layout";s:5:"label";s:7:"Sidebar";s:4:"desc";s:0:"";s:3:"std";s:0:"";s:4:"type";s:6:"select";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:3:{i:0;a:3:{s:5:"value";s:5:"right";s:5:"label";s:13:"Sidebar Right";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:4:"left";s:5:"label";s:12:"Sidebar Left";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:4:"full";s:5:"label";s:6:"Hidden";s:3:"src";s:0:"";}}}i:30;a:11:{s:2:"id";s:13:"enable_author";s:5:"label";s:6:"Author";s:4:"desc";s:18:"Enable Author info";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:31;a:11:{s:2:"id";s:18:"enable_author_info";s:5:"label";s:12:"About Author";s:4:"desc";s:24:"Enable About Author info";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:32;a:11:{s:2:"id";s:21:"single_published_date";s:5:"label";s:14:"Published Date";s:4:"desc";s:26:"Enable Published Date info";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:33;a:11:{s:2:"id";s:17:"single_categories";s:5:"label";s:10:"Categories";s:4:"desc";s:22:"Enable Categories info";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:34;a:11:{s:2:"id";s:11:"single_tags";s:5:"label";s:4:"Tags";s:4:"desc";s:22:"Enable Categories info";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:35;a:11:{s:2:"id";s:15:"single_cm_count";s:5:"label";s:13:"Comment Count";s:4:"desc";s:25:"Enable Comment Count Info";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:36;a:11:{s:2:"id";s:11:"single_navi";s:5:"label";s:15:"Post Navigation";s:4:"desc";s:22:"Enable Post Navigation";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:11:"single_post";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:37;a:12:{s:2:"id";s:11:"page_layout";s:5:"label";s:7:"Sidebar";s:4:"desc";s:0:"";s:3:"std";s:0:"";s:4:"type";s:6:"select";s:7:"section";s:11:"single_page";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:3:{i:0;a:3:{s:5:"value";s:5:"right";s:5:"label";s:13:"Right Sidebar";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:4:"left";s:5:"label";s:12:"Left Sidebar";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:4:"full";s:5:"label";s:6:"Hidden";s:3:"src";s:0:"";}}}i:38;a:12:{s:2:"id";s:15:"archive_sidebar";s:5:"label";s:7:"Sidebar";s:4:"desc";s:41:"Select Sidebar position for Archive pages";s:3:"std";s:0:"";s:4:"type";s:6:"select";s:7:"section";s:7:"archive";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:3:{i:0;a:3:{s:5:"value";s:5:"right";s:5:"label";s:5:"Right";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:4:"left";s:5:"label";s:4:"Left";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:4:"full";s:5:"label";s:6:"Hidden";s:3:"src";s:0:"";}}}i:39;a:11:{s:2:"id";s:13:"page404_title";s:5:"label";s:10:"Page Title";s:4:"desc";s:0:"";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:3:"404";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:40;a:11:{s:2:"id";s:15:"page404_content";s:5:"label";s:12:"Page Content";s:4:"desc";s:0:"";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";s:7:"section";s:3:"404";s:4:"rows";s:1:"8";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:41;a:11:{s:2:"id";s:14:"page404_search";s:5:"label";s:11:"Search Form";s:4:"desc";s:30:"Enable Search Form in 404 page";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:3:"404";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:42;a:12:{s:2:"id";s:18:"woocommerce_layout";s:5:"label";s:19:"Product Page Layout";s:4:"desc";s:45:"Select default layout of single product pages";s:3:"std";s:0:"";s:4:"type";s:6:"select";s:7:"section";s:11:"woocommerce";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";s:7:"choices";a:3:{i:0;a:3:{s:5:"value";s:5:"right";s:5:"label";s:13:"Right Sidebar";s:3:"src";s:0:"";}i:1;a:3:{s:5:"value";s:4:"left";s:5:"label";s:12:"Left Sidebar";s:3:"src";s:0:"";}i:2;a:3:{s:5:"value";s:4:"full";s:5:"label";s:10:"No Sidebar";s:3:"src";s:0:"";}}}i:43;a:11:{s:2:"id";s:12:"woo_per_page";s:5:"label";s:14:"Posts per page";s:4:"desc";s:12:"Enter number";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:11:"woocommerce";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:44;a:11:{s:2:"id";s:12:"acc_facebook";s:5:"label";s:8:"Facebook";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:45;a:11:{s:2:"id";s:11:"acc_twitter";s:5:"label";s:7:"Twitter";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:46;a:11:{s:2:"id";s:12:"acc_linkedin";s:5:"label";s:8:"LinkedIn";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:47;a:11:{s:2:"id";s:10:"acc_tumblr";s:5:"label";s:6:"Tumblr";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:48;a:11:{s:2:"id";s:15:"acc_google-plus";s:5:"label";s:11:"Google Plus";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:49;a:11:{s:2:"id";s:13:"acc_pinterest";s:5:"label";s:9:"Pinterest";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:50;a:11:{s:2:"id";s:11:"acc_youtube";s:5:"label";s:7:"Youtube";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:51;a:11:{s:2:"id";s:10:"acc_flickr";s:5:"label";s:6:"Flickr";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:52;a:11:{s:2:"id";s:6:"acc_vk";s:5:"label";s:2:"VK";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"type";s:4:"text";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:53;a:8:{s:5:"label";s:21:"Custom Social Account";s:2:"id";s:10:"custom_acc";s:4:"type";s:9:"list-item";s:5:"class";s:0:"";s:7:"section";s:14:"social_account";s:4:"desc";s:18:"Add Social Account";s:7:"choices";a:0:{}s:8:"settings";a:2:{i:0;a:8:{s:5:"label";s:17:"Icon Font Awesome";s:2:"id";s:4:"icon";s:4:"type";s:4:"text";s:4:"desc";s:42:"Enter Font Awesome class (Ex: fa-facebook)";s:3:"std";s:0:"";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";}i:1;a:8:{s:5:"label";s:3:"URL";s:2:"id";s:4:"link";s:4:"type";s:4:"text";s:4:"desc";s:51:"Enter full link to your account (including http://)";s:3:"std";s:0:"";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";}}}i:54;a:11:{s:2:"id";s:16:"social_link_open";s:5:"label";s:28:"Open Social link in new tab?";s:4:"desc";s:0:"";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:14:"social_account";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:55;a:11:{s:2:"id";s:14:"share_facebook";s:5:"label";s:14:"Facebook Share";s:4:"desc";s:28:"Enable Facebook Share button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:56;a:11:{s:2:"id";s:13:"share_twitter";s:5:"label";s:13:"Twitter Share";s:4:"desc";s:27:"Enable Twitter Tweet button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:57;a:11:{s:2:"id";s:14:"share_linkedin";s:5:"label";s:14:"LinkedIn Share";s:4:"desc";s:28:"Enable LinkedIn Share button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:58;a:11:{s:2:"id";s:12:"share_tumblr";s:5:"label";s:12:"Tumblr Share";s:4:"desc";s:26:"Enable Tumblr Share button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:59;a:11:{s:2:"id";s:17:"share_google_plus";s:5:"label";s:13:"Google+ Share";s:4:"desc";s:27:"Enable Google+ Share button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:60;a:11:{s:2:"id";s:15:"share_pinterest";s:5:"label";s:15:"Pinterest Share";s:4:"desc";s:27:"Enable Pinterest Pin button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:61;a:11:{s:2:"id";s:8:"share_vk";s:5:"label";s:8:"VK Share";s:4:"desc";s:22:"Enable VK share button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:62;a:11:{s:2:"id";s:11:"share_email";s:5:"label";s:11:"Email Share";s:4:"desc";s:19:"Enable Email button";s:3:"std";s:0:"";s:4:"type";s:6:"on-off";s:7:"section";s:12:"social_share";s:4:"rows";s:0:"";s:9:"post_type";s:0:"";s:8:"taxonomy";s:0:"";s:12:"min_max_step";s:0:"";s:5:"class";s:0:"";}i:63;a:7:{s:2:"id";s:11:"nice-scroll";s:5:"label";s:27:"Enable Smooth Scroll Effect";s:4:"desc";s:0:"";s:3:"std";s:3:"off";s:4:"type";s:6:"on-off";s:7:"section";s:7:"general";s:12:"min_max_step";s:0:"";}i:64;a:7:{s:2:"id";s:18:"show_details_order";s:5:"label";s:40:"Show event, course details in order page";s:4:"desc";s:41:"Use once product for each event or course";s:3:"std";s:3:"off";s:4:"type";s:6:"on-off";s:7:"section";s:11:"woocommerce";s:12:"min_max_step";s:0:"";}}}', 'yes'),
(158, 'option_tree', 'a:52:{s:9:"copyright";s:47:"© 2021 SPI - UIN Sulthan Thaha Saifuddin Jambi";s:10:"custom_css";s:429:"iframe[name=''google_conversion_frame'']{display:none}\r\n#main-nav.nav-style-1 .navbar-nav&gt;li&gt;a&gt;.fa {\r\n    display: none;\r\n}\r\n.item-thumbnail-video-inner iframe{ height:100%}\r\n\r\n.cactus-rev-slider-default .tparrows:hover {\r\n background: none !important;\r\n}\r\n.page-id-989 #slider{display:none;}\r\n\r\nheader .multi-column &gt; .dropdown-menu li {\r\n    backface-visibility: visible;\r\n    -webkit-backface-visibility: visible;\r\n}";s:21:"google_analytics_code";s:1513:"<script>\r\n  (function(i,s,o,g,r,a,m){i[''GoogleAnalyticsObject'']=r;i[r]=i[r]||function(){\r\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,''script'',''//www.google-analytics.com/analytics.js'',''ga'');\r\n\r\n  ga(''create'', ''UA-52179345-2'', ''auto'');\r\n  ga(''send'', ''pageview'');\r\n\r\n</script>\r\n\r\n<script>(function() {\r\n  var _fbq = window._fbq || (window._fbq = []);\r\n  if (!_fbq.loaded) {\r\n    var fbds = document.createElement(''script'');\r\n    fbds.async = true;\r\n    fbds.src = ''//connect.facebook.net/en_US/fbds.js'';\r\n    var s = document.getElementsByTagName(''script'')[0];\r\n    s.parentNode.insertBefore(fbds, s);\r\n    _fbq.loaded = true;\r\n  }\r\n  _fbq.push([''addPixelId'', ''711222495615446'']);\r\n})();\r\nwindow._fbq = window._fbq || [];\r\nwindow._fbq.push([''track'', ''PixelInitialized'', {}]);\r\n</script>\r\n<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=711222495615446&amp;ev=PixelInitialized" /></noscript>\r\n\r\n<!-- Google Code for Remarketing Tag -->\r\n<script type="text/javascript">\r\n/*  */\r\n</script>\r\n<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">\r\n</script>\r\n<noscript>\r\n<div style="display:inline">\r\n<img height="1" width="1" style="border-style:none" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1016918124/?value=0&amp;guid=ON&amp;script=0" />\r\n</div>\r\n</noscript>";s:10:"logo_image";s:71:"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin-1.png";s:11:"retina_logo";s:71:"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin-1.png";s:10:"login_logo";s:71:"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin-1.png";s:11:"off_gototop";s:2:"on";s:11:"pre-loading";s:2:"-1";s:10:"loading_bg";s:7:"#0400f2";s:18:"loading_spin_color";s:7:"#dd9933";s:25:"shortcode_datetime_format";s:5:"MM/DD";s:11:"nice-scroll";s:2:"on";s:12:"main_color_1";s:7:"#4536ed";s:12:"main_color_2";s:7:"#179bd7";s:9:"footer_bg";s:7:"#0022e5";s:9:"main_font";s:59:"Roboto:400,300,500,400italic,700,500italic/Script:latin-ext";s:12:"heading_font";s:6:"Bitter";s:9:"main_size";s:2:"12";s:13:"custom_font_1";s:0:"";s:13:"custom_font_2";s:0:"";s:14:"letter_spacing";s:0:"";s:22:"letter_spacing_heading";s:0:"";s:9:"nav_style";s:1:"1";s:16:"nav_callout_text";s:106:"<p>Call Us <strong>082180181958</strong></p>\r\n<p>Opening Hour <strong>07:00 - 17:00 WIB<br /></strong></p>";s:10:"nav_sticky";s:1:"1";s:15:"nav_logo_sticky";s:1:"1";s:17:"logo_image_sticky";s:0:"";s:11:"post_layout";s:5:"right";s:11:"page_layout";s:5:"right";s:15:"archive_sidebar";s:5:"right";s:13:"page404_title";s:0:"";s:15:"page404_content";s:0:"";s:18:"woocommerce_layout";s:4:"left";s:12:"woo_per_page";s:1:"8";s:18:"show_details_order";s:3:"off";s:12:"acc_facebook";s:0:"";s:11:"acc_twitter";s:0:"";s:12:"acc_linkedin";s:0:"";s:10:"acc_tumblr";s:0:"";s:15:"acc_google-plus";s:0:"";s:13:"acc_pinterest";s:0:"";s:11:"acc_youtube";s:0:"";s:10:"acc_flickr";s:0:"";s:6:"acc_vk";s:0:"";s:16:"social_link_open";s:2:"on";s:14:"share_facebook";s:2:"on";s:13:"share_twitter";s:2:"on";s:14:"share_linkedin";s:3:"off";s:12:"share_tumblr";s:3:"off";s:17:"share_google_plus";s:2:"on";s:15:"share_pinterest";s:2:"on";s:11:"share_email";s:2:"on";}', 'yes'),
(159, 'wpcf7', 'a:4:{s:7:"version";s:5:"5.4.1";s:9:"recaptcha";N;s:23:"recaptcha_v2_v3_warning";b:1;s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1645432559;s:7:"version";s:5:"5.4.1";s:11:"count_valid";i:0;s:13:"count_invalid";i:2;}}', 'yes'),
(160, 'pagenavi_options', 'a:15:{s:10:"pages_text";s:36:"Page %CURRENT_PAGE% of %TOTAL_PAGES%";s:12:"current_text";s:13:"%PAGE_NUMBER%";s:9:"page_text";s:13:"%PAGE_NUMBER%";s:10:"first_text";s:13:"&laquo; First";s:9:"last_text";s:12:"Last &raquo;";s:9:"prev_text";s:7:"&laquo;";s:9:"next_text";s:7:"&raquo;";s:12:"dotleft_text";s:3:"...";s:13:"dotright_text";s:3:"...";s:9:"num_pages";i:5;s:23:"num_larger_page_numbers";i:3;s:28:"larger_page_numbers_multiple";i:10;s:11:"always_show";b:0;s:16:"use_pagenavi_css";b:1;s:5:"style";i:1;}', 'yes'),
(161, 'woocommerce_default_country', 'GB', 'yes'),
(162, 'woocommerce_allowed_countries', 'all', 'yes'),
(163, 'woocommerce_specific_allowed_countries', '', 'yes'),
(164, 'woocommerce_demo_store', 'no', 'yes'),
(165, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'no'),
(166, 'woocommerce_api_enabled', 'yes', 'yes'),
(167, 'woocommerce_currency', 'GBP', 'yes'),
(168, 'woocommerce_currency_pos', 'left', 'yes'),
(169, 'woocommerce_price_thousand_sep', ',', 'yes'),
(170, 'woocommerce_price_decimal_sep', '.', 'yes'),
(171, 'woocommerce_price_num_decimals', '2', 'yes'),
(172, 'woocommerce_enable_lightbox', 'yes', 'yes'),
(173, 'woocommerce_enable_chosen', 'yes', 'no'),
(174, 'woocommerce_shop_page_id', '7', 'yes'),
(175, 'woocommerce_shop_page_display', '', 'yes'),
(176, 'woocommerce_category_archive_display', '', 'yes'),
(177, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(178, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(179, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(180, 'woocommerce_weight_unit', 'kg', 'yes'),
(181, 'woocommerce_dimension_unit', 'cm', 'yes'),
(182, 'woocommerce_enable_review_rating', 'yes', 'no'),
(183, 'woocommerce_review_rating_required', 'yes', 'no'),
(184, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(185, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(186, 'shop_catalog_image_size', 'a:3:{s:5:"width";s:3:"150";s:6:"height";s:3:"150";s:4:"crop";s:1:"1";}', 'yes'),
(187, 'shop_single_image_size', 'a:3:{s:5:"width";s:3:"407";s:6:"height";s:3:"407";s:4:"crop";s:1:"1";}', 'yes'),
(188, 'shop_thumbnail_image_size', 'a:3:{s:5:"width";s:2:"90";s:6:"height";s:2:"90";s:4:"crop";s:1:"1";}', 'yes'),
(189, 'woocommerce_file_download_method', 'force', 'no'),
(190, 'woocommerce_downloads_require_login', 'no', 'no'),
(191, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(192, 'woocommerce_manage_stock', 'yes', 'yes'),
(193, 'woocommerce_hold_stock_minutes', '60', 'no'),
(194, 'woocommerce_notify_low_stock', 'yes', 'no'),
(195, 'woocommerce_notify_no_stock', 'yes', 'no'),
(196, 'woocommerce_stock_email_recipient', 'you@example.com', 'no'),
(197, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(198, 'woocommerce_notify_no_stock_amount', '0', 'no'),
(199, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(200, 'woocommerce_stock_format', '', 'yes'),
(201, 'woocommerce_calc_taxes', 'no', 'yes'),
(202, 'woocommerce_prices_include_tax', 'no', 'yes'),
(203, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(204, 'woocommerce_default_customer_address', 'base', 'yes'),
(205, 'woocommerce_shipping_tax_class', 'title', 'yes'),
(206, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(207, 'woocommerce_tax_classes', 'Reduced Rate\nZero Rate', 'yes'),
(208, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(209, 'woocommerce_price_display_suffix', '', 'yes'),
(210, 'woocommerce_tax_display_cart', 'excl', 'no'),
(211, 'woocommerce_tax_total_display', 'itemized', 'no'),
(212, 'woocommerce_enable_coupons', 'yes', 'no'),
(213, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(214, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(215, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(216, 'woocommerce_cart_page_id', '8', 'yes'),
(217, 'woocommerce_checkout_page_id', '9', 'yes'),
(218, 'woocommerce_terms_page_id', '', 'no'),
(219, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(220, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(221, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(222, 'woocommerce_calc_shipping', 'yes', 'yes'),
(223, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(224, 'woocommerce_shipping_cost_requires_address', 'no', 'no'),
(225, 'woocommerce_shipping_method_format', '', 'no'),
(226, 'woocommerce_ship_to_destination', 'shipping', 'no'),
(227, 'woocommerce_ship_to_countries', '', 'yes'),
(228, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(229, 'woocommerce_myaccount_page_id', '10', 'yes'),
(230, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(231, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(232, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(233, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(234, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(235, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(236, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(237, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(238, 'woocommerce_registration_generate_username', 'yes', 'no'),
(239, 'woocommerce_registration_generate_password', 'no', 'no'),
(240, 'woocommerce_email_from_name', 'My great Wordpress blog', 'no'),
(241, 'woocommerce_email_from_address', 'you@example.com', 'no'),
(242, 'woocommerce_email_header_image', '', 'no'),
(243, 'woocommerce_email_footer_text', 'My great Wordpress blog - Powered by WooCommerce', 'no'),
(244, 'woocommerce_email_base_color', '#557da1', 'no'),
(245, 'woocommerce_email_background_color', '#f5f5f5', 'no'),
(246, 'woocommerce_email_body_background_color', '#fdfdfd', 'no'),
(247, 'woocommerce_email_text_color', '#505050', 'no'),
(258, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(260, 'vc_version', '6.5.0', 'yes'),
(263, 'revslider-static-css', '@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700,600);\n\n.tp-caption.medium_bg_red a {\n	color: #253b80;\n    text-decoration: none;\n}\n\n.tp-caption.medium_bg_red a:hover {\n	color: #555555;\n    text-decoration: underline;\n}\n\n.tp-caption.roundedimage img {\n	-webkit-border-radius: 300px;\n    -moz-border-radius: 300px;\n    border-radius: 300px;\n}\n  \n\n.tp-bullets.simplebullets.navbar {\n\n    height: 35px;\n    padding: 0px 0px;\n\n}\n.tp-bullets.simplebullets .bullet {\n    cursor: pointer;\n    position: relative !important;\n    background: rgba(0, 0, 0, 0.5) !important;\n    -webkit-border-radius: 10px;\n    border-radius: 10px;\n    -webkit-box-shadow: none;\n    -moz-box-shadow: none;\n    box-shadow: none;\n    width: 6px !important;\n    height: 6px !important;\n    border: 5px solid rgba(0, 0, 0, 0) !important;\n    display: inline-block;\n    margin-right: 2px !important;\n    margin-bottom: 14px !important;\n    -webkit-transition: background-color 0.2s, border-color 0.2s;\n    -moz-transition: background-color 0.2s, border-color 0.2s;\n    -o-transition: background-color 0.2s, border-color 0.2s;\n    -ms-transition: background-color 0.2s, border-color 0.2s;\n    transition: background-color 0.2s, border-color 0.2s;\n    float:none !important;\n}\n.tp-bullets.simplebullets .bullet.last {\n    margin-right: 0px\n}\n.tp-bullets.simplebullets .bullet:hover,\n.tp-bullets.simplebullets .bullet.selected {\n    -webkit-box-shadow: none;\n    -moz-box-shadow: none;\n    box-shadow: none;\n	background: rgba(255, 255, 255, 1) !important;\n	width: 6px !important;\n    height: 6px !important;\n    border: 5px solid rgba(0, 0, 0, 1) !important;\n}\n\n\n\n.tparrows:before {\n    font-family: ''revicons'';\n	color: #fff;\n    font-style: normal;\n    font-weight: normal;\n    speak: none;\n    display: inline-block;\n    text-decoration: inherit;\n    margin-right: 0;\n    margin-top: 0px;\n  	margin-left:-2px;\n    text-align: center;\n    width: 40px;\n    font-size: 20px;\n}\n.tparrows {\n\n    cursor: pointer;\n\n    background: rgba(0, 0, 0, 0.5) !important;\n    -webkit-border-radius: 5px;\n    border-radius: 5px;\n    width: 40px !important;\n    height: 40px !important;\n\n}\n.tparrows:hover {\n    color: #fff;\n}\n.tp-leftarrow:before {\n    content: ''\\e824'';\n}\n.tp-rightarrow:before {\n    content: ''\\e825'';\n}\n.tparrows.tp-rightarrow:before {\n    margin-left: 1px;\n}\n.tparrows:hover {\n    background: rgba(0, 0, 0, 1) !important;\n}', 'yes');
INSERT INTO `SGLe0xCk_options` VALUES
(264, 'revslider-update-check-short', '1702354235', 'yes'),
(304, 'widget_divider', 'a:2:{i:8;a:2:{s:5:"title";s:0:"";s:5:"style";s:9:"small_box";}s:12:"_multiwidget";i:1;}', 'yes'),
(305, 'widget_rev-slider-widget', 'a:2:{i:3;a:3:{s:16:"rev_slider_title";s:0:"";s:10:"rev_slider";s:1:"3";s:16:"rev_slider_pages";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(306, 'widget_nav_menu', 'a:15:{i:7;a:2:{s:5:"title";s:11:"ENGINEERING";s:8:"nav_menu";i:32;}i:8;a:2:{s:5:"title";s:16:"HIGHER EDUCATION";s:8:"nav_menu";i:33;}i:10;a:2:{s:5:"title";s:11:"OTHER LINKS";s:8:"nav_menu";i:35;}i:11;a:2:{s:5:"title";s:14:"LAW & BUSINESS";s:8:"nav_menu";i:31;}i:12;a:2:{s:5:"title";s:10:"Shortcodes";s:8:"nav_menu";i:30;}i:13;a:2:{s:5:"title";s:9:"Main Menu";s:8:"nav_menu";i:28;}i:15;a:0:{}s:12:"_multiwidget";i:1;i:17;a:1:{s:8:"nav_menu";i:28;}i:18;a:1:{s:8:"nav_menu";i:28;}i:19;a:1:{s:8:"nav_menu";i:28;}i:20;a:0:{}i:22;a:1:{s:8:"nav_menu";i:543;}i:23;a:1:{s:8:"nav_menu";i:543;}i:25;a:1:{s:5:"title";s:7:"LAYANAN";}}', 'yes'),
(307, 'widget_advanced-recent-posts', 'a:2:{i:4;a:5:{s:5:"title";s:12:"Latest Posts";s:3:"ids";s:0:"";s:4:"tags";s:0:"";s:4:"cats";N;s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(308, 'widget_advanced-latest-course', 'a:2:{i:2;a:6:{s:5:"title";s:7:"Courses";s:3:"ids";s:0:"";s:7:"sort_by";s:8:"upcoming";s:4:"tags";s:0:"";s:4:"cats";s:0:"";s:6:"number";i:3;}s:12:"_multiwidget";i:1;}', 'yes'),
(309, 'widget_advanced-latest-event', 'a:2:{i:2;a:6:{s:5:"title";s:6:"Events";s:3:"ids";s:0:"";s:7:"sort_by";s:8:"upcoming";s:4:"tags";s:0:"";s:4:"cats";s:0:"";s:6:"number";i:3;}s:12:"_multiwidget";i:1;}', 'yes'),
(310, 'widget_zflickr', 'a:4:{i:2;a:11:{s:4:"type";s:4:"user";s:9:"flickr_id";s:12:"57057024@N00";s:5:"count";i:9;s:7:"display";s:6:"latest";s:4:"size";s:1:"t";s:5:"title";s:13:"Flickr Widget";s:9:"copyright";i:0;s:3:"tab";a:4:{i:0;s:1:"1";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}s:10:"intro_text";s:0:"";s:10:"outro_text";s:0:"";s:6:"custom";s:0:"";}i:3;a:11:{s:4:"type";s:4:"user";s:9:"flickr_id";s:12:"57057024@N00";s:5:"count";i:9;s:7:"display";s:6:"latest";s:4:"size";s:1:"t";s:5:"title";s:13:"Flickr Widget";s:9:"copyright";i:0;s:3:"tab";a:4:{i:0;s:1:"1";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}s:10:"intro_text";s:0:"";s:10:"outro_text";s:0:"";s:6:"custom";s:0:"";}i:4;a:11:{s:4:"type";s:4:"user";s:9:"flickr_id";s:12:"57057024@N00";s:5:"count";i:9;s:7:"display";s:6:"latest";s:4:"size";s:1:"s";s:5:"title";s:13:"Flickr Widget";s:9:"copyright";i:0;s:3:"tab";a:4:{i:0;s:1:"1";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";}s:10:"intro_text";s:0:"";s:10:"outro_text";s:0:"";s:6:"custom";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(414, 'wpProQuiz_dbVersion', '22', 'yes'),
(415, 'wpProQuiz_version', '0.28', 'yes'),
(416, 'learndash_adv_quiz_migration_completed', '1', 'yes'),
(417, 'learndash_quiz_migration_completed', '1', 'yes'),
(418, 'learndash_generate_patent_course_and_lesson_ids_onetime', 'no', 'yes'),
(450, 'woocommerce_permalinks', 'a:4:{s:13:"category_base";s:0:"";s:8:"tag_base";s:0:"";s:14:"attribute_base";s:0:"";s:12:"product_base";s:0:"";}', 'yes'),
(487, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(648, 'cactusthemes', 'a:59:{s:7:"text-14";s:0:"";s:10:"nav_menu-8";s:0:"";s:10:"nav_menu-7";s:0:"";s:10:"nav_menu-6";s:0:"";s:11:"nav_menu-10";s:0:"";s:14:"recent-posts-3";s:0:"";s:7:"text-15";s:0:"";s:9:"zflickr-3";s:0:"";s:19:"icl_lang_sel_widget";s:0:"";s:23:"advanced-recent-posts-2";s:0:"";s:24:"advanced-latest-course-2";s:0:"";s:23:"advanced-latest-event-2";s:0:"";s:10:"nav_menu-9";s:0:"";s:8:"search-3";s:0:"";s:10:"calendar-2";s:0:"";s:17:"recent-comments-3";s:0:"";s:14:"recent-posts-4";s:0:"";s:23:"advanced-recent-posts-3";s:0:"";s:23:"advanced-recent-posts-4";s:0:"";s:28:"cactus-buy-theme-button-id-2";s:0:"";s:22:"course-search-widget-2";s:0:"";s:22:"course-search-widget-3";s:0:"";s:11:"nav_menu-11";s:0:"";s:22:"course-search-widget-4";s:0:"";s:24:"advanced-latest-course-3";s:0:"";s:16:"uni_department-2";s:0:"";s:24:"advanced-latest-course-4";s:0:"";s:23:"advanced-latest-event-3";s:0:"";s:9:"zflickr-4";s:0:"";s:11:"nav_menu-12";s:0:"";s:11:"nav_menu-13";s:0:"";s:7:"text-16";s:0:"";s:7:"text-10";s:0:"";s:7:"text-11";s:0:"";s:7:"text-13";s:0:"";s:9:"divider-7";s:0:"";s:7:"text-17";s:0:"";s:14:"recent-posts-2";s:0:"";s:13:"custom_html-3";s:0:"";s:7:"text-19";s:0:"";s:11:"nav_menu-17";s:0:"";s:11:"nav_menu-18";s:0:"";s:11:"nav_menu-19";s:0:"";s:11:"nav_menu-20";s:0:"";s:9:"divider-6";s:0:"";s:12:"categories-5";s:0:"";s:7:"text-18";s:0:"";s:12:"categories-6";s:0:"";s:11:"nav_menu-22";s:0:"";s:11:"nav_menu-23";s:0:"";s:7:"text-20";s:0:"";s:12:"gtranslate-2";s:0:"";s:11:"nav_menu-25";s:0:"";s:7:"text-22";s:0:"";s:7:"text-23";s:0:"";s:7:"text-24";s:0:"";s:7:"text-25";s:0:"";s:7:"text-26";s:0:"";s:11:"nav_menu-26";s:0:"";}', 'yes'),
(649, 'cactusthemes_width', 'a:59:{s:7:"text-14";s:8:"col-md-3";s:10:"nav_menu-8";s:8:"col-md-3";s:10:"nav_menu-7";s:8:"col-md-3";s:10:"nav_menu-6";s:8:"col-md-3";s:11:"nav_menu-10";s:8:"col-md-3";s:14:"recent-posts-3";s:8:"col-md-3";s:7:"text-15";s:8:"col-md-3";s:9:"zflickr-3";s:8:"col-md-3";s:19:"icl_lang_sel_widget";s:9:"col-md-12";s:23:"advanced-recent-posts-2";s:9:"col-md-12";s:24:"advanced-latest-course-2";s:9:"col-md-12";s:23:"advanced-latest-event-2";s:9:"col-md-12";s:10:"nav_menu-9";s:9:"col-md-12";s:8:"search-3";s:9:"col-md-12";s:10:"calendar-2";s:9:"col-md-12";s:17:"recent-comments-3";s:9:"col-md-12";s:14:"recent-posts-4";s:9:"col-md-12";s:23:"advanced-recent-posts-3";s:9:"col-md-12";s:23:"advanced-recent-posts-4";s:9:"col-md-12";s:28:"cactus-buy-theme-button-id-2";s:9:"col-md-12";s:22:"course-search-widget-2";s:9:"col-md-12";s:22:"course-search-widget-3";s:8:"col-md-3";s:11:"nav_menu-11";s:8:"col-md-3";s:22:"course-search-widget-4";s:9:"col-md-12";s:24:"advanced-latest-course-3";s:9:"col-md-12";s:16:"uni_department-2";s:9:"col-md-12";s:24:"advanced-latest-course-4";s:9:"col-md-12";s:23:"advanced-latest-event-3";s:9:"col-md-12";s:9:"zflickr-4";s:8:"col-md-3";s:11:"nav_menu-12";s:9:"col-md-12";s:11:"nav_menu-13";s:9:"col-md-12";s:7:"text-16";s:8:"col-md-3";s:7:"text-10";s:8:"col-md-3";s:7:"text-11";s:8:"col-md-3";s:7:"text-13";s:8:"col-md-3";s:9:"divider-7";s:9:"col-md-12";s:7:"text-17";s:8:"col-md-4";s:14:"recent-posts-2";s:9:"col-md-12";s:13:"custom_html-3";s:9:"col-md-12";s:7:"text-19";s:9:"col-md-12";s:11:"nav_menu-17";s:9:"col-md-12";s:11:"nav_menu-18";s:9:"col-md-12";s:11:"nav_menu-19";s:9:"col-md-12";s:11:"nav_menu-20";s:9:"col-md-12";s:9:"divider-6";s:9:"col-md-12";s:12:"categories-5";s:8:"col-md-6";s:7:"text-18";s:9:"col-md-12";s:12:"categories-6";s:9:"col-md-12";s:11:"nav_menu-22";s:9:"col-md-12";s:11:"nav_menu-23";s:9:"col-md-12";s:7:"text-20";s:9:"col-md-12";s:12:"gtranslate-2";s:9:"col-md-12";s:11:"nav_menu-25";s:9:"col-md-12";s:7:"text-22";s:8:"col-md-4";s:7:"text-23";s:8:"col-md-4";s:7:"text-24";s:8:"col-md-4";s:7:"text-25";s:8:"col-md-4";s:7:"text-26";s:9:"col-md-12";s:11:"nav_menu-26";s:9:"col-md-12";}', 'yes'),
(650, 'cactusthemes2', 'a:59:{s:7:"text-14";s:0:"";s:10:"nav_menu-8";s:0:"";s:10:"nav_menu-7";s:0:"";s:10:"nav_menu-6";s:0:"";s:11:"nav_menu-10";s:0:"";s:14:"recent-posts-3";s:0:"";s:7:"text-15";s:0:"";s:9:"zflickr-3";s:0:"";s:19:"icl_lang_sel_widget";s:0:"";s:23:"advanced-recent-posts-2";s:6:"border";s:24:"advanced-latest-course-2";s:6:"border";s:23:"advanced-latest-event-2";s:6:"border";s:10:"nav_menu-9";s:0:"";s:8:"search-3";s:0:"";s:10:"calendar-2";s:0:"";s:17:"recent-comments-3";s:0:"";s:14:"recent-posts-4";s:0:"";s:23:"advanced-recent-posts-3";s:0:"";s:23:"advanced-recent-posts-4";s:0:"";s:28:"cactus-buy-theme-button-id-2";s:0:"";s:22:"course-search-widget-2";s:0:"";s:22:"course-search-widget-3";s:0:"";s:11:"nav_menu-11";s:0:"";s:22:"course-search-widget-4";s:0:"";s:24:"advanced-latest-course-3";s:0:"";s:16:"uni_department-2";s:0:"";s:24:"advanced-latest-course-4";s:0:"";s:23:"advanced-latest-event-3";s:0:"";s:9:"zflickr-4";s:0:"";s:11:"nav_menu-12";s:0:"";s:11:"nav_menu-13";s:0:"";s:7:"text-16";s:0:"";s:7:"text-10";s:0:"";s:7:"text-11";s:0:"";s:7:"text-13";s:0:"";s:9:"divider-7";s:0:"";s:7:"text-17";s:0:"";s:14:"recent-posts-2";s:0:"";s:13:"custom_html-3";s:0:"";s:7:"text-19";s:6:"border";s:11:"nav_menu-17";s:0:"";s:11:"nav_menu-18";s:0:"";s:11:"nav_menu-19";s:0:"";s:11:"nav_menu-20";s:0:"";s:9:"divider-6";s:0:"";s:12:"categories-5";s:6:"border";s:7:"text-18";s:0:"";s:12:"categories-6";s:6:"border";s:11:"nav_menu-22";s:0:"";s:11:"nav_menu-23";s:0:"";s:7:"text-20";s:6:"border";s:12:"gtranslate-2";s:6:"border";s:11:"nav_menu-25";s:0:"";s:7:"text-22";s:0:"";s:7:"text-23";s:0:"";s:7:"text-24";s:0:"";s:7:"text-25";s:0:"";s:7:"text-26";s:0:"";s:11:"nav_menu-26";s:0:"";}', 'yes'),
(70775, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(97657, 'akismet_spam_count', '1808', 'yes'),
(137929, 'revslider-latest-version', '6.6.19', 'yes'),
(242067, 'wpb_js_content_types', 'a:3:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:8:"u_member";}', 'yes'),
(242068, 'wpb_js_groups_access_rules', 'a:5:{s:13:"administrator";a:1:{s:4:"show";s:3:"all";}s:6:"editor";a:1:{s:4:"show";s:3:"all";}s:6:"author";a:1:{s:4:"show";s:3:"all";}s:11:"contributor";a:1:{s:4:"show";s:3:"all";}s:12:"shop_manager";a:1:{s:4:"show";s:3:"all";}}', 'yes'),
(242069, 'wpb_js_not_responsive_css', '', 'yes'),
(242070, 'wpb_js_google_fonts_subsets', 'a:1:{i:0;s:5:"latin";}', 'yes'),
(371082, 'revslider-valid-notice', 'false', 'yes'),
(372873, 'cs_modifiable', 'a:10:{s:10:"modifiable";a:10:{i:0;s:14:"bottom_sidebar";i:1;s:14:"footer_sidebar";i:2;s:17:"frontpage_sidebar";i:3;s:12:"main_sidebar";i:4;s:18:"navigation_sidebar";i:5;s:15:"pathway_sidebar";i:6;s:11:"top_sidebar";i:7;s:14:"topnav_sidebar";i:8;s:16:"u_course_sidebar";i:9;s:15:"u_event_sidebar";}s:16:"post_type_single";a:0:{}s:17:"post_type_archive";a:0:{}s:15:"category_single";a:0:{}s:16:"category_archive";a:0:{}s:4:"blog";a:0:{}s:4:"tags";a:0:{}s:7:"authors";a:0:{}s:6:"search";a:0:{}s:4:"date";a:0:{}}', 'yes'),
(372885, 'cs_sidebars', 'a:2:{i:0;a:7:{s:2:"id";s:4:"cs-1";s:4:"name";s:17:"Shortcode Sidebar";s:11:"description";s:37:"Sidebar to use in shortcode demo page";s:13:"before_widget";s:0:"";s:12:"after_widget";s:0:"";s:12:"before_title";s:0:"";s:11:"after_title";s:0:"";}i:1;a:7:{s:2:"id";s:4:"cs-2";s:4:"name";s:10:"Shortcodes";s:11:"description";s:18:"To list shortcodes";s:13:"before_widget";s:0:"";s:12:"after_widget";s:0:"";s:12:"before_title";s:0:"";s:11:"after_title";s:0:"";}}', 'yes'),
(471871, 'u_project_settings', 's:181:"a:5:{s:13:"uproject-slug";s:7:"project";s:16:"uproject-defmeta";s:4:"test";s:16:"u-project-layout";s:4:"full";s:19:"uproject-rel-number";s:1:"4";s:17:"uproject-next-pre";s:3:"all";}";', 'yes'),
(1498184, 'widget_icl_lang_sel_widget', 'a:1:{i:1;a:1:{s:5:"title";b:0;}}', 'yes'),
(1498185, 'icl_adl_settings', 'a:4:{s:12:"translations";a:7:{s:7:"zh-hans";a:9:{s:4:"core";a:1:{s:9:"available";s:32:"57f7d95f275388fd85acd9277d1bb50b";}s:9:"twentyten";a:1:{s:9:"available";s:32:"b9525d9d9fca19b46e6fc8cf56afea0c";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"9cdcfbc0448ded357c216d23414518fd";}s:2:"cc";a:1:{s:9:"available";s:32:"729fe0e01c397c9dfb1b20b639f30de6";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"4e8a062fe7a47202cc1f7e65d6c4f301";}s:5:"admin";a:1:{s:9:"available";s:32:"43329383bb96d5ff86dd76708099cac5";}s:14:"twentythirteen";a:1:{s:9:"available";s:32:"fb72bbb896b1827eb82d89700bf45ca3";}s:14:"twentyfourteen";a:1:{s:9:"available";s:32:"b3ce67427d651b075d4909ebf672a422";}s:13:"twentyfifteen";a:1:{s:9:"available";s:32:"2a56032f898f1531c7b407c32b8210d1";}}s:2:"fr";a:9:{s:4:"core";a:1:{s:9:"available";s:32:"a7bdc989ac4bd611ffc56a017bfe5bd5";}s:9:"twentyten";a:1:{s:9:"available";s:32:"9046b1584f50186ab9672b9b88397868";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"152030e1840aa1e6c187055d1597f810";}s:2:"cc";a:1:{s:9:"available";s:32:"2649fa0d4a6f158e33dc010c912bb687";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"e4878072d71b2860d4bf7d0c0c8c8bb3";}s:5:"admin";a:1:{s:9:"available";s:32:"e214f217d3ab99bf0f5561b3d84854e4";}s:14:"twentythirteen";a:1:{s:9:"available";s:32:"61cdd1345336b10b6d1ccd152e5d2135";}s:14:"twentyfourteen";a:1:{s:9:"available";s:32:"0544f3ade3287bd16d9283af73d42a0b";}s:13:"twentyfifteen";a:1:{s:9:"available";s:32:"68170b6356f7b3d84e2c9a51728b8752";}}s:2:"de";a:9:{s:4:"core";a:1:{s:9:"available";s:32:"1a3e7b0fbfcf09c8a54c325d57ddbad6";}s:9:"twentyten";a:1:{s:9:"available";s:32:"7dfe40d6d067b06f8874ba7c13c9f935";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"fd52f126040533eefd36b6e8745efb0d";}s:2:"cc";a:1:{s:9:"available";s:32:"081e12e0acba39eadcfcebb1383f1c24";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"7a1edbfba18721088077decc9e984ad3";}s:5:"admin";a:1:{s:9:"available";s:32:"5143db868f6fa2874788c5329d851b82";}s:14:"twentythirteen";a:1:{s:9:"available";s:32:"4cf688ee6f39c5dc5f8242a80bf2891f";}s:14:"twentyfourteen";a:1:{s:9:"available";s:32:"2b175f62ff585e1dea1d841eaf1a687c";}s:13:"twentyfifteen";a:1:{s:9:"available";s:32:"7ee791545e14d9e6a1f052590cbdc930";}}s:2:"it";a:9:{s:4:"core";a:1:{s:9:"available";s:32:"a62caaf2885d5e6bb178e505e809fa8e";}s:9:"twentyten";a:1:{s:9:"available";s:32:"1171b6c3397eacdab27defd93d6c6349";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"b7a38bfb28ca55c26b9efc908e3f81bd";}s:2:"cc";a:1:{s:9:"available";s:32:"2e36aa4eec9f71a443c028a08107ab63";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"644e8f4c1e9ee3e22041e065dbb3f60a";}s:5:"admin";a:1:{s:9:"available";s:32:"172cae986bed7b155385708dcb4867cb";}s:14:"twentythirteen";a:1:{s:9:"available";s:32:"ae8a5aa9f94b61be24e07c7263170655";}s:14:"twentyfourteen";a:1:{s:9:"available";s:32:"38c6e8858fc3701b32ec3b7dd93b54be";}s:13:"twentyfifteen";a:1:{s:9:"available";s:32:"22fe2cc0e54b6f6b3ffd1a07ad77823c";}}s:2:"ja";a:9:{s:4:"core";a:1:{s:9:"available";s:32:"65d122d3fad254c4394a632e480a8046";}s:9:"twentyten";a:1:{s:9:"available";s:32:"fb0b6eea8dddb733e957464b88537c9d";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"4b27e70e10c9a74abb63f2add08d1480";}s:2:"cc";a:1:{s:9:"available";s:32:"c68a68f020a394f9c4bdfc4740ee44b7";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"70ebb9372113a3f0611efcd98cdcad9f";}s:5:"admin";a:1:{s:9:"available";s:32:"ad9904141bb5816ce54449039d53de81";}s:14:"twentythirteen";a:1:{s:9:"available";s:32:"e70d6f965555e13e44aec2e6c940b0db";}s:14:"twentyfourteen";a:1:{s:9:"available";s:32:"4c3e075a6c5c434ffcbc1c790348efc9";}s:13:"twentyfifteen";a:1:{s:9:"available";s:32:"67552d9ad27c96288d4d793f22642576";}}s:2:"ru";a:9:{s:4:"core";a:1:{s:9:"available";s:32:"bd80a8bfe6015e82479108f5fa6ee17e";}s:9:"twentyten";a:1:{s:9:"available";s:32:"106574490d24e9e6c94c90b911b15ab1";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"af75606439950e13d1f86bb98ef45689";}s:2:"cc";a:1:{s:9:"available";s:32:"5d3c933e96c2e203aee6ca0dc0ef124c";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"053cdb1d428f187b30536c711146ce6d";}s:5:"admin";a:1:{s:9:"available";s:32:"00777dc53968c44b115e3232d6e24c40";}s:14:"twentythirteen";a:1:{s:9:"available";s:32:"a083ad74280b33e329b013458bedcaa5";}s:14:"twentyfourteen";a:1:{s:9:"available";s:32:"6fcd076401a22b2fa2c02c0c60c93abf";}s:13:"twentyfifteen";a:1:{s:9:"available";s:32:"ce1ef6b09f52714ad5d2daf33aa7a9a9";}}s:2:"es";a:9:{s:4:"core";a:1:{s:9:"available";s:32:"f44857d0abd475cf229d51275570cf2c";}s:9:"twentyten";a:1:{s:9:"available";s:32:"ef7fd4e38b338abe9d508b9c64689e91";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"f39e085b4637923297f375eba0c61c36";}s:2:"cc";a:1:{s:9:"available";s:32:"7b2ce14abae77088810346690bbcb6bf";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"443a2bed0ba36e3bd824917b41c58b98";}s:5:"admin";a:1:{s:9:"available";s:32:"9cf3644a847a195ac842515c2f8f4ff8";}s:14:"twentythirteen";a:1:{s:9:"available";s:32:"a3912db4d5dcf987e41bb9515e6321ca";}s:14:"twentyfourteen";a:1:{s:9:"available";s:32:"6c02ad82909b671f5c6e3d1238eda771";}s:13:"twentyfifteen";a:1:{s:9:"available";s:32:"2efea5025bfd8c2331814605b1b000cc";}}}s:10:"wp_version";s:5:"4.2.3";s:19:"last_time_xml_check";i:1437703753;s:27:"last_time_xml_check_trigger";s:9:"wp-update";}', 'yes'),
(1556419, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:20:"choc.tea04@gmail.com";s:7:"version";s:5:"5.8.6";s:9:"timestamp";i:1666048580;}', 'no'),
(1802159, 'theme_my_login', 'a:4:{s:10:"enable_css";b:1;s:10:"login_type";s:7:"default";s:14:"active_modules";a:4:{i:0;s:41:"custom-redirection/custom-redirection.php";i:1;s:23:"recaptcha/recaptcha.php";i:2;s:21:"security/security.php";i:3;s:35:"themed-profiles/themed-profiles.php";}s:7:"version";s:6:"6.4.10";}', 'yes'),
(1802661, 'theme_my_login_redirection', 'a:13:{s:13:"administrator";a:4:{s:10:"login_type";s:7:"default";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"default";s:10:"logout_url";s:0:"";}s:6:"editor";a:4:{s:10:"login_type";s:7:"default";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"default";s:10:"logout_url";s:0:"";}s:6:"author";a:4:{s:10:"login_type";s:7:"default";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"default";s:10:"logout_url";s:0:"";}s:11:"contributor";a:4:{s:10:"login_type";s:7:"default";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"default";s:10:"logout_url";s:0:"";}s:10:"subscriber";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:8:"customer";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:12:"shop_manager";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:12:"group_leader";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:13:"bbp_keymaster";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:13:"bbp_spectator";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:11:"bbp_blocked";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:13:"bbp_moderator";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}s:15:"bbp_participant";a:4:{s:10:"login_type";s:7:"referer";s:9:"login_url";s:0:"";s:11:"logout_type";s:7:"referer";s:10:"logout_url";s:0:"";}}', 'yes'),
(1804173, 'theme_my_login_recaptcha', 'a:3:{s:10:"public_key";s:40:"6Lfr9vASAAAAANRBti_P5JIGAPThl3hie3LCPtwb";s:11:"private_key";s:40:"6Lfr9vASAAAAAGbvuUZupdLYOFCvfQlDCR5xv2bJ";s:5:"theme";s:3:"red";}', 'yes'),
(1805370, 'theme_my_login_security', 'a:3:{s:12:"private_site";b:0;s:13:"private_login";b:0;s:12:"failed_login";a:5:{s:9:"threshold";i:5;s:18:"threshold_duration";i:30;s:23:"threshold_duration_unit";s:6:"minute";s:16:"lockout_duration";i:15;s:21:"lockout_duration_unit";s:6:"minute";}}', 'yes'),
(3172896, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(3279852, 'db_upgraded', '', 'yes'),
(4597579, 'ot_media_post_ID', '5', 'yes'),
(4598089, 'ot_css_file_paths', 'a:1:{s:10:"custom_css";s:74:"/home/su1th4/public_html/spisutha/wp-content/themes/university/dynamic.css";}', 'yes'),
(5053626, 'u_event_settings', 's:334:"a:10:{s:11:"uevent-slug";s:5:"event";s:12:"uevent-style";s:7:"classic";s:15:"uevent-per-page";s:0:"";s:13:"uevent-filter";s:1:"1";s:14:"u-event-layout";s:5:"right";s:21:"u-event-layout-header";s:10:"title-only";s:14:"uevent-related";s:3:"cat";s:17:"uevent-rel-number";s:0:"";s:13:"single_ev_cat";s:1:"0";s:13:"single_ev_tag";s:1:"0";}";', 'yes'),
(5991888, 'u_course', 's:168:"a:5:{s:12:"ucourse-slug";s:6:"course";s:16:"ucourse-per-page";s:0:"";s:14:"ucourse-filter";s:1:"1";s:15:"u-course-layout";s:5:"right";s:18:"ucourse-rel-number";s:0:"";}";', 'yes'),
(6612364, 'woocommerce_language_pack_version', 'a:2:{i:0;s:6:"2.4.12";i:1;s:0:"";}', 'yes'),
(6612464, 'woocommerce_allow_tracking', 'no', 'yes'),
(7348113, 'wordfence_version', '6.0.20', 'yes'),
(7348114, 'wordfenceActivated', '1', 'yes'),
(7348115, 'wf_plugin_act_error', '', 'yes'),
(7501063, 'w3tc_edge_remainder_period', '5184000', 'yes'),
(7506851, 'theme_mods_twentyfifteen', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:13:"primary-menus";i:28;s:15:"secondary-menus";i:29;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1456997069;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:21:{i:0;s:11:"nav_menu-11";i:1;s:11:"nav_menu-12";i:2;s:24:"advanced-latest-course-3";i:3;s:24:"advanced-latest-course-4";i:4;s:22:"course-search-widget-2";i:5;s:22:"course-search-widget-4";i:6;s:23:"advanced-latest-event-3";i:7;s:16:"uni_department-2";i:8;s:9:"zflickr-4";i:9;s:9:"zflickr-2";i:10;s:10:"archives-2";i:11;s:6:"meta-2";i:12;s:8:"search-2";i:13;s:12:"categories-2";i:14;s:14:"recent-posts-2";i:15;s:17:"recent-comments-2";i:16;s:6:"meta-4";i:17;s:6:"text-2";i:18;s:6:"text-4";i:19;s:6:"text-7";i:20;s:19:"rev-slider-widget-3";}s:9:"sidebar-1";a:2:{i:0;s:24:"advanced-latest-course-2";i:1;s:23:"advanced-latest-event-2";}s:4:"cs-1";a:0:{}s:18:"orphaned_widgets_1";a:1:{i:0;s:7:"text-17";}s:18:"orphaned_widgets_2";a:11:{i:0;s:7:"text-10";i:1;s:7:"text-11";i:2;s:7:"text-13";i:3;s:7:"text-16";i:4;s:10:"nav_menu-7";i:5;s:10:"nav_menu-8";i:6;s:7:"text-14";i:7;s:7:"text-15";i:8;s:14:"recent-posts-3";i:9;s:11:"nav_menu-10";i:10;s:9:"zflickr-3";}s:18:"orphaned_widgets_3";a:2:{i:0;s:14:"recent-posts-4";i:1;s:17:"recent-comments-3";}s:18:"orphaned_widgets_4";a:0:{}s:18:"orphaned_widgets_5";a:1:{i:0;s:10:"nav_menu-9";}}}}', 'yes'),
(7508264, 'jetpack_security_report', 'a:0:{}', 'yes'),
(7508272, 'jetpack_file_data', 'a:1:{s:5:"3.5.3";a:48:{s:32:"c6d7336ae8bc50ec852d8d0f34ff10f1";a:13:{s:4:"name";s:20:"Spelling and Grammar";s:11:"description";s:89:"Check your spelling, style, and grammar with the After the Deadline proofreading service.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"6";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.1";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:7:"Writing";s:7:"feature";s:0:"";}s:32:"48744d4ccb70e38441f5539d1c0a5f02";a:13:{s:4:"name";s:8:"Carousel";s:11:"description";s:63:"Transform standard image galleries into full-screen slideshows.";s:14:"jumpstart_desc";s:79:"brings your photos and images to life as full-size, easily navigable galleries.";s:4:"sort";s:2:"22";s:20:"recommendation_order";s:2:"12";s:10:"introduced";s:3:"1.5";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:17:"Photos and Videos";s:7:"feature";s:9:"Jumpstart";}s:32:"51e21cf22459cd30379c1f6275dc3b7b";a:13:{s:4:"name";s:16:"Jetpack Comments";s:11:"description";s:79:"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"20";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.4";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:6:"Social";s:7:"feature";s:0:"";}s:32:"169a51f16edb4f5f7cf3bfeb9eb23703";a:13:{s:4:"name";s:12:"Contact Form";s:11:"description";s:44:"Insert a contact form anywhere on your site.";s:14:"jumpstart_desc";s:111:"adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.";s:4:"sort";s:2:"15";s:20:"recommendation_order";s:2:"14";s:10:"introduced";s:3:"1.3";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:5:"Other";s:7:"feature";s:9:"Jumpstart";}s:32:"e790dd62339cb4b7d44ae554f2d36b46";a:13:{s:4:"name";s:20:"Custom Content Types";s:11:"description";s:92:"Organize and display different types of content on your site, separate from posts and pages.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"34";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"3.1";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:7:"Writing";s:7:"feature";s:0:"";}s:32:"8cc839d5870efb0dcd724c182c950534";a:13:{s:4:"name";s:10:"Custom CSS";s:11:"description";s:57:"Customize your site’s CSS without modifying your theme.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"2";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.7";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:10:"Appearance";s:7:"feature";s:0:"";}s:32:"fc8c905f1ea4e4df45af436b3fc3d4d4";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"77ad8e1b000af33af71fbb0e86449a47";a:13:{s:4:"name";s:21:"Enhanced Distribution";s:11:"description";s:74:"Share your public posts and comments to search engines and other services.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"5";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.2";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:6:"Public";s:11:"module_tags";s:7:"Writing";s:7:"feature";s:0:"";}s:32:"06b3a44963815876783a0b6025473538";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"ff15750db93077ffe086050d202af4db";a:13:{s:4:"name";s:19:"Gravatar Hovercards";s:11:"description";s:58:"Enable pop-up business cards over commenters’ Gravatars.";s:14:"jumpstart_desc";s:131:"let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.";s:4:"sort";s:2:"11";s:20:"recommendation_order";s:2:"13";s:10:"introduced";s:3:"1.1";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:18:"Social, Appearance";s:7:"feature";s:9:"Jumpstart";}s:32:"fec12736763aa40e9aa4948d36802282";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:8:"2.0.3 ??";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"3fd85280fa2a67e917f3ddf485ccbd71";a:13:{s:4:"name";s:15:"Infinite Scroll";s:11:"description";s:46:"Add support for infinite scroll to your theme.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"26";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.0";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:10:"Appearance";s:7:"feature";s:0:"";}s:32:"e5d32fdb3b3ab13550ab865178742552";a:13:{s:4:"name";s:8:"JSON API";s:11:"description";s:69:"Allow applications to securely access your content through the cloud.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"19";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.9";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:6:"Public";s:11:"module_tags";s:19:"Writing, Developers";s:7:"feature";s:0:"";}s:32:"55b39f86e253ce7a324a287960b6f872";a:13:{s:4:"name";s:14:"Beautiful Math";s:11:"description";s:85:"Use LaTeX markup language in posts and pages for complex equations and other geekery.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"12";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.1";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:7:"Writing";s:7:"feature";s:0:"";}s:32:"e7e0835b97e6aff4750fb4b27775164f";a:13:{s:4:"name";s:5:"Likes";s:11:"description";s:70:"Give visitors an easy way to show their appreciation for your content.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"23";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.2";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:6:"Social";s:7:"feature";s:0:"";}s:32:"1ee5b38cab96dedaaa4f5c499a5fd5e3";a:13:{s:4:"name";s:6:"Manage";s:11:"description";s:76:"Manage all your sites from a centralized place, https://wordpress.com/sites.";s:14:"jumpstart_desc";s:151:"helps you remotely manage plugins, turn on automated updates, and more from <a href="https://wordpress.com/plugins/" target="_blank">wordpress.com</a>.";s:4:"sort";s:1:"1";s:20:"recommendation_order";s:1:"3";s:10:"introduced";s:3:"3.4";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:35:"Centralized Management, Recommended";s:7:"feature";s:22:"Recommended, Jumpstart";}s:32:"cba98463545124c23ea22dc9d620611b";a:13:{s:4:"name";s:8:"Markdown";s:11:"description";s:51:"Write posts or pages in plain-text Markdown syntax.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"31";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.8";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:7:"Writing";s:7:"feature";s:0:"";}s:32:"b50bbde60b8ad6359d1377896b0e0c2d";a:13:{s:4:"name";s:12:"Mobile Theme";s:11:"description";s:64:"Optimize your site with a mobile-friendly theme for smartphones.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"21";s:20:"recommendation_order";s:2:"11";s:10:"introduced";s:3:"1.8";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:31:"Appearance, Mobile, Recommended";s:7:"feature";s:11:"Recommended";}s:32:"60d2e16f1e65dbfa421cc4b19e13f47c";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"6b1d938c53af153b35b173b5b157b3af";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"5fd5bba27e6a6439792b0ec3303d1df9";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"1ba8da80093d60a583ea01aac7bdd892";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"a86849828a6b1505a13593eba02e520c";a:13:{s:4:"name";s:7:"Monitor";s:11:"description";s:88:"Receive notifications from Jetpack if your site goes offline — and when it it returns.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"28";s:20:"recommendation_order";s:2:"10";s:10:"introduced";s:3:"2.6";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:11:"Recommended";s:7:"feature";s:11:"Recommended";}s:32:"1901a5c6237af4be042cb1204050e2b3";a:13:{s:4:"name";s:13:"Notifications";s:11:"description";s:84:"Receive notification of site activity via the admin toolbar and your Mobile devices.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"13";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.9";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:5:"Other";s:7:"feature";s:0:"";}s:32:"d816e54bdbebd7844d28d8defb178d2c";a:13:{s:4:"name";s:10:"Omnisearch";s:11:"description";s:66:"Search your entire database from a single field in your Dashboard.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"16";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.3";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:10:"Developers";s:7:"feature";s:0:"";}s:32:"14bc85c2d0756358c003172d4c65e19d";a:13:{s:4:"name";s:6:"Photon";s:11:"description";s:66:"Accelerate your site by loading images from the WordPress.com CDN.";s:14:"jumpstart_desc";s:141:"mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.";s:4:"sort";s:2:"25";s:20:"recommendation_order";s:1:"1";s:10:"introduced";s:3:"2.0";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:42:"Photos and Videos, Appearance, Recommended";s:7:"feature";s:22:"Recommended, Jumpstart";}s:32:"2e35b92382129232ba03449dc8abc3fd";a:13:{s:4:"name";s:13:"Post by Email";s:11:"description";s:58:"Publish posts by email, using any device and email client.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"14";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.0";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:7:"Writing";s:7:"feature";s:0:"";}s:32:"d4f787081ea08f76af2df2a2413b1f8f";a:13:{s:4:"name";s:7:"Protect";s:11:"description";s:70:"Adds brute force protection to your login page. Formerly BruteProtect.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"1";s:20:"recommendation_order";s:1:"4";s:10:"introduced";s:3:"3.4";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:11:"Recommended";s:7:"feature";s:11:"Recommended";}s:32:"8dd47b0232578abefc07fd6e26bde240";a:13:{s:4:"name";s:9:"Publicize";s:11:"description";s:55:"Share new posts on social media networks automatically.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"10";s:20:"recommendation_order";s:1:"7";s:10:"introduced";s:3:"2.0";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:19:"Social, Recommended";s:7:"feature";s:11:"Recommended";}s:32:"4cdd2d9a4ad26d308a0796daf8863fd0";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"f4620c39b483913b05f950830cd05fe6";a:13:{s:4:"name";s:13:"Related Posts";s:11:"description";s:60:"Display links to your related content under posts and pages.";s:14:"jumpstart_desc";s:113:"keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.";s:4:"sort";s:2:"29";s:20:"recommendation_order";s:1:"9";s:10:"introduced";s:3:"2.9";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:11:"Recommended";s:7:"feature";s:22:"Recommended, Jumpstart";}s:32:"c0081d234a4b5f91b278aec3e150f855";a:13:{s:4:"name";s:7:"Sharing";s:11:"description";s:81:"Allow visitors to share your content on Facebook, Twitter, and more with a click.";s:14:"jumpstart_desc";s:116:"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.";s:4:"sort";s:1:"7";s:20:"recommendation_order";s:1:"6";s:10:"introduced";s:3:"1.1";s:7:"changed";s:3:"1.2";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:19:"Social, Recommended";s:7:"feature";s:22:"Recommended, Jumpstart";}s:32:"f891c3e599dad15842e19e6e4a1fddf0";a:13:{s:4:"name";s:16:"Shortcode Embeds";s:11:"description";s:77:"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"3";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.1";s:7:"changed";s:3:"1.2";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:46:"Photos and Videos, Social, Writing, Appearance";s:7:"feature";s:0:"";}s:32:"f38a16582b9865722088cac2ee10ae38";a:13:{s:4:"name";s:16:"WP.me Shortlinks";s:11:"description";s:56:"Enable WP.me-powered shortlinks for all posts and pages.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"8";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.1";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:6:"Social";s:7:"feature";s:0:"";}s:32:"209dfc1baa38cb5b6eca1415c497c275";a:13:{s:4:"name";s:9:"Site Icon";s:11:"description";s:29:"Add a site icon to your site.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"22";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"3.2";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:5:"Other";s:7:"feature";s:0:"";}s:32:"ed9ec3d3208f30263b91f0d002b45a36";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"a87a152ad65e7222f135ff9008800009";a:13:{s:4:"name";s:22:"Jetpack Single Sign On";s:11:"description";s:62:"Allow your users to log in using their WordPress.com accounts.";s:14:"jumpstart_desc";s:97:"lets you login to all your Jetpack-enabled sites with one click using your WordPress.com account.";s:4:"sort";s:2:"30";s:20:"recommendation_order";s:1:"5";s:10:"introduced";s:3:"2.6";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:10:"Developers";s:7:"feature";s:9:"Jumpstart";}s:32:"3b65d9101ee65514d3430cb24e3f1da6";a:13:{s:4:"name";s:19:"WordPress.com Stats";s:11:"description";s:85:"Monitor your stats with clear, concise reports and no additional load on your server.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"1";s:20:"recommendation_order";s:1:"2";s:10:"introduced";s:3:"1.1";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:32:"WordPress.com Stats, Recommended";s:7:"feature";s:11:"Recommended";}s:32:"d68e5659fd9faa7b1e0974315e320894";a:13:{s:4:"name";s:13:"Subscriptions";s:11:"description";s:88:"Allow users to subscribe to your posts and comments and receive notifications via email.";s:14:"jumpstart_desc";s:126:"give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.";s:4:"sort";s:1:"9";s:20:"recommendation_order";s:1:"8";s:10:"introduced";s:3:"1.2";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:6:"Social";s:7:"feature";s:9:"Jumpstart";}s:32:"73ef7691b99dd9ecb711f8a24e1d88ce";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"ed779b37479fb7c6b41e3aa1f978ff33";a:13:{s:4:"name";s:15:"Tiled Galleries";s:11:"description";s:73:"Display your image galleries in a variety of sleek, graphic arrangements.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"24";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.1";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:2:"No";s:11:"module_tags";s:17:"Photos and Videos";s:7:"feature";s:0:"";}s:32:"855d976b3eb78597ae1af310e6cf086a";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"a0fd487f02f0ac988aae2fa06b23616f";a:13:{s:4:"name";s:10:"VaultPress";s:11:"description";s:85:"Protect your site with automatic backups and security scans. (Subscription required.)";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"32";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:5:"0:1.2";s:7:"changed";s:0:"";s:10:"deactivate";s:5:"false";s:4:"free";s:5:"false";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"5efb3016007b089e2a07bac20c4c1620";a:13:{s:4:"name";s:17:"Site Verification";s:11:"description";s:78:"Verify your site or domain with Google Webmaster Tools, Pinterest, and others.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"33";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"3.0";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}s:32:"647805e3abda59ed24678b0270d8367d";a:13:{s:4:"name";s:10:"VideoPress";s:11:"description";s:68:"Upload and embed videos right on your site. (Subscription required.)";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"27";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.5";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:5:"false";s:19:"requires_connection";s:3:"Yes";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:17:"Photos and Videos";s:7:"feature";s:0:"";}s:32:"2e31d8a124a2606d86f7aaf526175dc3";a:13:{s:4:"name";s:17:"Widget Visibility";s:11:"description";s:57:"Specify which widgets appear on which pages of your site.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:2:"17";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"2.4";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:10:"Appearance";s:7:"feature";s:0:"";}s:32:"9a8f6bab7322fdb4a265ba46aebfe443";a:13:{s:4:"name";s:21:"Extra Sidebar Widgets";s:11:"description";s:79:"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:1:"4";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:3:"1.2";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:2:"No";s:13:"auto_activate";s:3:"Yes";s:11:"module_tags";s:18:"Social, Appearance";s:7:"feature";s:0:"";}s:32:"080cee7c5de59e6b5bb34000a3d704c8";a:13:{s:4:"name";s:0:"";s:11:"description";s:0:"";s:14:"jumpstart_desc";s:0:"";s:4:"sort";s:0:"";s:20:"recommendation_order";s:0:"";s:10:"introduced";s:0:"";s:7:"changed";s:0:"";s:10:"deactivate";s:0:"";s:4:"free";s:0:"";s:19:"requires_connection";s:0:"";s:13:"auto_activate";s:0:"";s:11:"module_tags";s:0:"";s:7:"feature";s:0:"";}}}', 'yes'),
(7508274, 'jetpack_available_modules', 'a:1:{s:5:"3.5.3";a:36:{s:18:"after-the-deadline";s:3:"1.1";s:8:"carousel";s:3:"1.5";s:8:"comments";s:3:"1.4";s:12:"contact-form";s:3:"1.3";s:20:"custom-content-types";s:3:"3.1";s:10:"custom-css";s:3:"1.7";s:21:"enhanced-distribution";s:3:"1.2";s:19:"gravatar-hovercards";s:3:"1.1";s:15:"infinite-scroll";s:3:"2.0";s:8:"json-api";s:3:"1.9";s:5:"latex";s:3:"1.1";s:5:"likes";s:3:"2.2";s:6:"manage";s:3:"3.4";s:8:"markdown";s:3:"2.8";s:9:"minileven";s:3:"1.8";s:7:"monitor";s:3:"2.6";s:5:"notes";s:3:"1.9";s:10:"omnisearch";s:3:"2.3";s:6:"photon";s:3:"2.0";s:13:"post-by-email";s:3:"2.0";s:7:"protect";s:3:"3.4";s:9:"publicize";s:3:"2.0";s:13:"related-posts";s:3:"2.9";s:10:"sharedaddy";s:3:"1.1";s:10:"shortcodes";s:3:"1.1";s:10:"shortlinks";s:3:"1.1";s:9:"site-icon";s:3:"3.2";s:3:"sso";s:3:"2.6";s:5:"stats";s:3:"1.1";s:13:"subscriptions";s:3:"1.2";s:13:"tiled-gallery";s:3:"2.1";s:10:"vaultpress";s:5:"0:1.2";s:18:"verification-tools";s:3:"3.0";s:10:"videopress";s:3:"2.5";s:17:"widget-visibility";s:3:"2.4";s:7:"widgets";s:3:"1.2";}}', 'yes'),
(7508375, 'w3tc_request_data', '', 'no'),
(7508392, 'jetpack_updates', 'a:7:{s:7:"plugins";i:1;s:6:"themes";i:4;s:9:"wordpress";i:0;s:12:"translations";i:0;s:5:"total";i:5;s:10:"wp_version";s:5:"4.2.2";s:26:"site_is_version_controlled";b:1;}', 'yes'),
(8059448, 'widget_cactus-buy-theme-button-id', 'a:2:{i:2;a:6:{s:5:"title";s:0:"";s:8:"bg_color";s:0:"";s:10:"text_color";s:0:"";s:14:"bg_color_hover";s:0:"";s:16:"text_color_hover";s:0:"";s:4:"link";s:96:"http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes";}s:12:"_multiwidget";i:1;}', 'yes'),
(8511492, 'bp-deactivated-components', 'a:0:{}', 'yes'),
(8511493, 'bb-config-location', '/home/readylay/public_html/demo/university/bb-config.php', 'yes'),
(8511494, 'bp-xprofile-base-group-name', 'Base', 'yes'),
(8511495, 'bp-xprofile-fullname-field-name', 'Name', 'yes'),
(8511496, 'bp-blogs-first-install', '', 'yes'),
(8511497, 'bp-disable-profile-sync', '', 'yes'),
(8511498, 'hide-loggedout-adminbar', '', 'yes'),
(8511499, 'bp-disable-avatar-uploads', '', 'yes'),
(8511500, 'bp-disable-group-avatar-uploads', '', 'yes'),
(8511501, 'bp-disable-account-deletion', '', 'yes'),
(8511502, 'bp-disable-blogforum-comments', '1', 'yes'),
(8511503, '_bp_theme_package_id', 'legacy', 'yes'),
(8511504, 'bp_restrict_group_creation', '', 'yes'),
(8511505, '_bp_enable_akismet', '1', 'yes'),
(8511506, '_bp_enable_heartbeat_refresh', '1', 'yes'),
(8511507, '_bp_force_buddybar', '', 'yes'),
(8511508, '_bp_retain_bp_default', '', 'yes'),
(8511509, 'widget_bp_core_login_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(8511510, 'widget_bp_core_members_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(8511511, 'widget_bp_core_whos_online_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(8511512, 'widget_bp_core_recently_active_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(8511513, 'widget_bp_groups_widget', '', 'yes'),
(8511514, 'widget_bp_messages_sitewide_notices_widget', '', 'yes'),
(8511519, 'registration', '0', 'yes'),
(8511522, 'bp-active-components', 'a:5:{s:8:"activity";i:1;s:7:"members";i:1;s:8:"settings";i:1;s:8:"xprofile";i:1;s:13:"notifications";i:1;}', 'yes'),
(8511523, 'bp-pages', 'a:4:{s:8:"activity";i:2770;s:7:"members";i:2771;s:8:"register";i:2772;s:8:"activate";i:2773;}', 'yes'),
(8511524, '_bp_db_version', '11105', 'yes'),
(8676369, 'illegal_names', 'a:19:{i:0;s:3:"www";i:1;s:3:"web";i:2;s:4:"root";i:3;s:5:"admin";i:4;s:4:"main";i:5;s:6:"invite";i:6;s:13:"administrator";i:7;s:6:"groups";i:8;s:7:"members";i:9;s:6:"forums";i:10;s:5:"blogs";i:11;s:8:"activity";i:12;s:7:"profile";i:13;s:7:"friends";i:14;s:6:"search";i:15;s:8:"settings";i:16;s:13:"notifications";i:17;s:8:"register";i:18;s:8:"activate";}', 'yes'),
(9124150, 'finished_splitting_shared_terms', '1', 'yes'),
(9124176, '_split_terms', 'a:2:{i:9;a:1:{s:13:"u_project_cat";i:186;}i:10;a:1:{s:11:"product_cat";i:187;}}', 'yes'),
(9523691, 'woocommerce_calc_discounts_sequentially', 'yes', 'no'),
(10043831, 'widget_course-search-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(10286265, 'revslider-global-settings', '{"version":"6.2.0","permission":"admin","includeids":"","script":{"footer":false,"defer":false,"full":false},"fonturl":"","size":{"desktop":1240,"notebook":1024,"tablet":778,"mobile":480}}', 'yes'),
(10286266, 'revslider_update_version', '6.2.0', 'yes'),
(10286268, 'revslider-templates-check', '1702354237', 'yes'),
(10286283, 'limit_login_retries', 'a:0:{}', 'no'),
(10286284, 'limit_login_retries_valid', 'a:0:{}', 'no'),
(10286286, 'gd_system_first_login', '1446521940', 'yes'),
(10286357, 'gd_system_last_cache_flush', '1517580650', 'no'),
(10286484, 'gd_system_first_publish', '1446557133', 'yes'),
(10286518, 'nss_plugin_check_sfwd_lms', '1517596704', 'yes'),
(10286527, 'akismet_strictness', '1', 'yes'),
(10286528, 'akismet_show_user_comments_approved', '0', 'yes'),
(10286529, 'wordpress_api_key', 'f2a31ccbf035', 'yes'),
(10286847, 'widget_akismet_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286848, 'widget_ldcourseinfo', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286849, 'widget_widget_ldcoursenavigation', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286850, 'widget_ldcourseprogress', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286851, 'widget_pages', 'a:3:{i:1;a:0:{}s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes'),
(10286852, 'widget_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286853, 'widget_uni_department', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286854, 'widget_woocommerce_widget_cart', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286855, 'widget_woocommerce_layered_nav', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286856, 'widget_woocommerce_layered_nav_filters', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286857, 'widget_woocommerce_price_filter', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286858, 'widget_woocommerce_product_categories', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286859, 'widget_woocommerce_products', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286860, 'widget_woocommerce_product_search', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286861, 'widget_woocommerce_product_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286862, 'widget_woocommerce_recently_viewed_products', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286863, 'widget_woocommerce_recent_reviews', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286864, 'widget_woocommerce_top_rated_products', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10286869, 'gd_file_editor_enabled', 'yes', 'yes'),
(10288128, 'u_member', 's:226:"a:7:{s:12:"umember-slug";s:6:"member";s:11:"umember-dep";s:0:"";s:15:"u-member-filter";s:2:"on";s:15:"u-mb-filter-dep";s:3:"off";s:14:"u-member-order";s:0:"";s:15:"u-member-layout";s:5:"right";s:14:"u-member-table";s:3:"off";}";', 'yes'),
(10288509, 'revslider-connection', '1', 'yes'),
(10288510, 'revslider-stable-version', '4.2.0', 'yes'),
(10288511, 'revslider-notices', 'a:1:{i:0;O:8:"stdClass":9:{s:7:"version";s:5:"9.9.9";s:4:"text";s:964:"<div style="display: block; background: #1b0e41;text-align: center; height:300px;"><noscript><img src="//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg" usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;"></noscript><img usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;" src="//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg"></div>\n<map name="srbannermap">\n    <area target="_blank" alt="Slider Revolution" title="Slider Revolution" href="https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&amp;utm_medium=banner&amp;utm_campaign=srusers&amp;utm_content=cyberweeks22" coords="569,135,890,196" shape="rect">\n    <area target="_blank" alt="Essential Grid" title="Essential Grid" href="https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22" coords="570,200,889,260" shape="rect">\n</map>";s:4:"code";s:9:"TPSRCW111";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}}', 'yes');
INSERT INTO `SGLe0xCk_options` VALUES
(10295618, 'bp-disable-cover-image-uploads', '', 'yes'),
(10295619, 'bp-disable-group-cover-image-uploads', '', 'yes'),
(10299505, 'revslider_checktables', '1', 'yes'),
(10299506, 'revslider_table_version', '1.0.8', 'yes'),
(10301345, 'widget_bbp_search_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10301346, 'widget_bbp_forums_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10301347, 'widget_bbp_login_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10301348, 'widget_bbp_replies_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10301349, 'widget_bbp_topics_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10301350, 'widget_bbp_stats_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10301351, 'widget_bbp_views_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(10308214, 'limit_login_lockouts', 'a:1:{s:11:"1.52.67.210";i:1517621929;}', 'yes'),
(10308215, 'limit_login_logged', 'a:1:{s:14:"118.70.151.146";a:1:{s:7:"trangbt";i:1;}}', 'no'),
(10308216, 'limit_login_lockouts_total', '625660', 'no'),
(10345162, 'wpem_log', '{"steps":{"start":{"took":"13.749","fields":{"wpem_continue":"no"}}},"took":"13.749","datetime":"2015-12-03T07:35:18+00:00","fqdn":"p3nlwpweb061.shr.prod.phx3.secureserver.net","site_url":"http:\\/\\/localhost\\/uinjambi\\/wordpress","account_id":"univ2974731622","user_email":"example@example.com","locale":"en_US","wp_version":"4.3.1","geodata":{"city":"Hanoi","country_code":"VN","country_name":"Vietnam","ip":"118.70.151.146","latitude":"21.033","longitude":"105.850","postal_code":"","region_code":"64","region_name":"Thanh Pho Ha Noi","timezone":"Asia\\/Ho_Chi_Minh"},"is_fresh_wp":false}', 'yes'),
(10345163, 'wpem_opt_out', '1', 'yes'),
(10345164, 'wpem_done', '1450277798', 'yes'),
(10345175, 'nf_convert_notifications_complete', '1', 'yes'),
(10345176, 'nf_convert_subs_step', 'complete', 'yes'),
(10345177, 'nf_upgrade_notice', 'closed', 'yes'),
(10345178, 'nf_update_email_settings_complete', '1', 'yes'),
(10345179, 'nf_email_fav_updated', '1', 'yes'),
(10345180, 'nf_convert_forms_complete', '1', 'yes'),
(10345181, 'nf_database_migrations', '1', 'yes'),
(10345182, 'ninja_forms_settings', 'a:18:{s:11:"date_format";s:5:"d/m/Y";s:15:"currency_symbol";s:1:"$";s:14:"recaptcha_lang";s:2:"en";s:13:"req_div_label";s:80:"Fields marked with an <span class="ninja-forms-req-symbol">*</span> are required";s:16:"req_field_symbol";s:18:"<strong>*</strong>";s:15:"req_error_label";s:48:"Please ensure all required fields are completed.";s:15:"req_field_error";s:24:"This is a required field";s:10:"spam_error";s:47:"Please answer the anti-spam question correctly.";s:14:"honeypot_error";s:34:"Please leave the spam field blank.";s:18:"timed_submit_error";s:31:"Please wait to submit the form.";s:16:"javascript_error";s:54:"You cannot submit the form without Javascript enabled.";s:13:"invalid_email";s:35:"Please enter a valid email address.";s:13:"process_label";s:10:"Processing";s:17:"password_mismatch";s:36:"The passwords provided do not match.";s:10:"preview_id";i:3030;s:7:"version";s:6:"3.0.31";s:19:"fix_form_email_from";i:1;s:18:"fix_field_reply_to";i:1;}', 'yes'),
(10345203, 'maintenance_db_version', '1', 'yes'),
(10345204, 'maintenance_options', 'a:15:{s:10:"page_title";s:29:"Website is under construction";s:7:"heading";s:22:"Maintenance mode is on";s:11:"description";s:30:"Website will be available soon";s:11:"footer_text";s:49:"© CactusThemes - University WordPress Theme 2015";s:4:"logo";s:1:"0";s:7:"body_bg";s:4:"2237";s:13:"body_bg_color";s:7:"#111111";s:10:"font_color";s:7:"#ffffff";s:16:"body_font_family";s:9:"Open Sans";s:17:"admin_bar_enabled";s:1:"1";s:11:"503_enabled";s:1:"1";s:14:"blur_intensity";s:1:"5";s:8:"is_login";s:1:"1";s:10:"custom_css";s:0:"";s:5:"state";i:0;}', 'yes'),
(10345205, 'nf_admin_notice', 'a:4:{s:16:"one_week_support";a:3:{s:5:"start";s:10:"12/10/2015";s:3:"int";i:7;s:9:"dismissed";i:1;}s:15:"two_week_review";a:3:{s:5:"start";s:10:"12/17/2015";s:3:"int";i:14;s:9:"dismissed";i:1;}s:10:"three_info";a:3:{s:5:"start";s:9:"3/24/2016";s:3:"int";i:0;s:9:"dismissed";i:1;}s:14:"allow_tracking";a:3:{s:5:"start";s:9:"8/12/2016";s:3:"int";i:0;s:9:"dismissed";i:1;}}', 'yes'),
(10355138, 'page_for_posts', '0', 'yes'),
(10380255, 'site_icon', '0', 'yes'),
(10380256, 'medium_large_size_w', '768', 'yes'),
(10380257, 'medium_large_size_h', '0', 'yes'),
(10380258, 'widget_ninja_forms_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(10404575, '_wp_session_expires_325c77423829026c6f5bf07b9e8eed13', '1450213514', 'no'),
(10406221, '_wp_session_expires_6330d19ec6e7d9d0a1a0b8fa4289ab93', '1450248142', 'no'),
(10406505, 'woocommerce_flat_rate_settings', 'a:13:{s:7:"enabled";s:2:"no";s:5:"title";s:9:"Flat Rate";s:12:"availability";s:3:"all";s:9:"countries";s:0:"";s:10:"tax_status";s:7:"taxable";s:4:"cost";s:0:"";s:4:"type";s:5:"class";s:7:"options";b:0;s:7:"version";s:5:"2.4.0";s:11:"minimum_fee";s:0:"";s:3:"fee";s:0:"";s:14:"cost_per_order";s:0:"";s:13:"no_class_cost";s:0:"";}', 'yes'),
(10406506, 'woocommerce_international_delivery_settings', 'a:13:{s:7:"enabled";s:2:"no";s:5:"title";s:9:"Flat Rate";s:12:"availability";s:9:"including";s:9:"countries";s:0:"";s:10:"tax_status";s:7:"taxable";s:4:"cost";s:0:"";s:4:"type";s:5:"class";s:7:"options";b:0;s:7:"version";s:5:"2.4.0";s:11:"minimum_fee";s:0:"";s:3:"fee";s:0:"";s:14:"cost_per_order";s:0:"";s:13:"no_class_cost";s:0:"";}', 'yes'),
(10406737, '_wp_session_expires_fa359646bbce4f6aa7efa392586eb33c', '1450252543', 'no'),
(10407390, 'widget_theme-my-login', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(11010506, 'revslider-dashboard', 'O:8:"stdClass":1:{s:11:"test-handle";O:8:"stdClass":5:{s:12:"version_from";s:5:"5.0.0";s:10:"version_to";s:5:"5.0.0";s:5:"order";i:5;s:7:"content";s:181:"<div class="rs-dash-widget"><div class="rs-dash-title-wrap"><div class="rs-dash-title">your version is: {{current_version}}</div></div><div class="rs-dash-widget-inner"></div></div>";s:4:"code";s:0:"";}}', 'yes'),
(11054878, '_wp_session_expires_e5a0afa24642110d5d81355e77370baf', '1455101926', 'no'),
(11404013, '_wp_session_expires_61344ef6e0310f992860b7847a7e3937', '1457935760', 'no'),
(11503534, 'ninja_forms_load_deprecated', '1', 'yes'),
(11503548, 'woocommerce_admin_notices', 'a:0:{}', 'yes'),
(11709413, 'gd_system_last_login', '1517557224', 'yes'),
(11709443, 'gd_system_last_publish', '1517547553', 'yes'),
(11712573, '_wp_session_expires_42ee0fd0ae0afcbf01a5fc95f0c959ac', '1461666161', 'no'),
(11712629, '_wp_session_expires_e14a6705c390e3794866ca8f77e48c00', '1461680911', 'no'),
(11722683, '_wp_session_expires_8dcf6f4c03f95b25d12492f527fa7b3f', '1465039305', 'no'),
(11738043, 'gd_system_version', '3.7.4', 'yes'),
(11740216, 'widget_woocommerce_rating_filter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(11740217, 'woocommerce_all_except_countries', '', 'yes'),
(11740218, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(11740219, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(11740220, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(11740221, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(11740222, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(11740232, 'wdev-frash', 'a:3:{s:7:"plugins";a:1:{s:34:"custom-sidebars/customsidebars.php";i:1516874980;}s:5:"queue";a:2:{s:32:"6a9b139509f3226afafc03dc81d90bd2";a:3:{s:6:"plugin";s:34:"custom-sidebars/customsidebars.php";s:4:"type";s:5:"email";s:7:"show_at";i:1517713940;}s:32:"f21a0d5a84b747557fce042d7049df2b";a:4:{s:6:"plugin";s:34:"custom-sidebars/customsidebars.php";s:4:"type";s:4:"rate";s:7:"show_at";i:1517479780;s:6:"sticky";b:1;}}s:4:"done";a:0:{}}', 'no'),
(11745541, '_wp_session_expires_3c943f5437ceaa62f9c5527cd70d94ab', '1472654556', 'no'),
(11748275, '_wp_session_expires_b256e8e1fb5883e88097c06ee622bc58', '1473629324', 'no'),
(11756655, '_wp_session_expires_9b62365e5fc88a96e71fa74aa81e6ce0', '1481306934', 'no'),
(11757280, 'bp-emails-unsubscribe-salt', 'OFhrO3JhMG90aWBnO2lvckQsdUE4eXgoIS9jMDtAWURFRl11emtLMTUrcmwobiw8P3I+Q31rPVEuaF43KHY4YA==', 'yes'),
(11757281, 'fresh_site', '0', 'yes'),
(11757282, '_bp_ignore_deprecated_code', '', 'yes'),
(11758870, '_wp_session_expires_a36531cc97155206484a0eb7c0d7293a', '1483384637', 'no'),
(11764939, '_wp_session_expires_13b94c6945e0ce1228fd10bb73d78ffd', '1489889898', 'no'),
(11766305, 'woocommerce_shipping_debug_mode', 'no', 'no'),
(11766309, 'woocommerce_version', '3.0.1', 'yes'),
(11766312, 'rs_tables_created', '1', 'yes'),
(11766315, 'revslider-library-check', '1701229711', 'yes'),
(11766445, 'revslider-addons', 'O:8:"stdClass":30:{s:25:"revslider-particles-addon";O:8:"stdClass":16:{s:2:"id";s:3:"352";s:9:"releaseid";s:1:"7";s:4:"slug";s:25:"revslider-particles-addon";s:12:"version_from";s:5:"6.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Particle Effects";s:6:"line_1";s:17:"Let''s Parti(cle)!";s:6:"line_2";s:51:"Add interactive particle animations to your sliders";s:9:"available";s:5:"2.3.4";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:2:"10";s:11:"last_update";s:10:"2021-03-17";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particles.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PT";}}s:27:"revslider-bubblemorph-addon";O:8:"stdClass":16:{s:2:"id";s:3:"351";s:9:"releaseid";s:2:"20";s:4:"slug";s:27:"revslider-bubblemorph-addon";s:12:"version_from";s:6:"6.2.50";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:11:"BubbleMorph";s:6:"line_1";s:26:"Include BubbleMorph Layers";s:6:"line_2";s:33:"for a decorative lava lamp effect";s:9:"available";s:5:"2.2.2";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"20";s:11:"last_update";s:10:"2021-01-20";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_bubblemorph.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BM";}}s:27:"revslider-beforeafter-addon";O:8:"stdClass":16:{s:2:"id";s:3:"350";s:9:"releaseid";s:2:"15";s:4:"slug";s:27:"revslider-beforeafter-addon";s:12:"version_from";s:6:"6.2.50";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Before & After";s:6:"line_1";s:35:"Compare two slides before and after";s:6:"line_2";s:33:"use it vertically or horizontally";s:9:"available";s:6:"2.0.10";s:10:"background";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"40";s:11:"last_update";s:10:"2020-10-30";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_beforeafter.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BA";}}s:26:"revslider-typewriter-addon";O:8:"stdClass":16:{s:2:"id";s:3:"354";s:9:"releaseid";s:1:"3";s:4:"slug";s:26:"revslider-typewriter-addon";s:12:"version_from";s:5:"5.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"Typewriter Effect";s:6:"line_1";s:27:"Enhance your slider''s text ";s:6:"line_2";s:24:"with typewriter effects ";s:9:"available";s:5:"2.0.4";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:2:"50";s:11:"last_update";s:10:"2020-12-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_typewriter.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"TW";}}s:25:"revslider-mousetrap-addon";O:8:"stdClass":16:{s:2:"id";s:3:"307";s:9:"releaseid";s:2:"24";s:4:"slug";s:25:"revslider-mousetrap-addon";s:12:"version_from";s:6:"6.2.23";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Mousetrap";s:6:"line_1";s:31:"Create all kinds of interesting";s:6:"line_2";s:19:" mouse interactions";s:9:"available";s:5:"2.0.8";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"60";s:11:"last_update";s:10:"2020-10-15";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_mousetrap.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}}s:28:"revslider-liquideffect-addon";O:8:"stdClass":16:{s:2:"id";s:2:"75";s:9:"releaseid";s:2:"21";s:4:"slug";s:28:"revslider-liquideffect-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Distortion";s:6:"line_1";s:22:"Add Distortion Effects";s:6:"line_2";s:30:"to your slides and transitions";s:9:"available";s:5:"2.0.4";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"70";s:11:"last_update";s:10:"2020-05-05";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_distortion.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LE";}}s:22:"revslider-lottie-addon";O:8:"stdClass":16:{s:2:"id";s:3:"309";s:9:"releaseid";s:2:"25";s:4:"slug";s:22:"revslider-lottie-addon";s:12:"version_from";s:5:"6.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Lottie";s:6:"line_1";s:53:"Adds support for the popular Lottie Animation format,";s:6:"line_2";s:70:" including animation control, style customization and a local library.";s:9:"available";s:5:"2.0.3";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"80";s:11:"last_update";s:10:"2020-12-19";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_lottie.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LT";}}s:26:"revslider-paintbrush-addon";O:8:"stdClass":16:{s:2:"id";s:2:"77";s:9:"releaseid";s:2:"23";s:4:"slug";s:26:"revslider-paintbrush-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Paintbrush";s:6:"line_1";s:14:"Paint or Erase";s:6:"line_2";s:22:"your background images";s:9:"available";s:5:"2.1.9";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"90";s:11:"last_update";s:10:"2020-06-14";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_paintbrush.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PB";}}s:22:"revslider-slicey-addon";O:8:"stdClass":16:{s:2:"id";s:3:"311";s:9:"releaseid";s:2:"13";s:4:"slug";s:22:"revslider-slicey-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Slicey";s:6:"line_1";s:20:"Slice ''em up nicely!";s:6:"line_2";s:38:"Create image slices of your background";s:9:"available";s:5:"2.0.6";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"110";s:11:"last_update";s:10:"2020-05-05";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_slicey.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SL";}}s:25:"revslider-filmstrip-addon";O:8:"stdClass":16:{s:2:"id";s:2:"64";s:9:"releaseid";s:2:"10";s:4:"slug";s:25:"revslider-filmstrip-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Filmstrip";s:6:"line_1";s:44:"Display a continously rotating set of images";s:6:"line_2";s:26:"for your slide backgrounds";s:9:"available";s:5:"2.0.4";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"125";s:11:"last_update";s:10:"2021-01-05";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_filmstrip.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"FS";}}s:27:"revslider-maintenance-addon";O:8:"stdClass":16:{s:2:"id";s:2:"58";s:9:"releaseid";s:1:"4";s:4:"slug";s:27:"revslider-maintenance-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:15:"Coming & Maint.";s:6:"line_1";s:37:"Simple Coming Soon & Maintenance Page";s:6:"line_2";s:42:"Let your visitors know what''s up and when!";s:9:"available";s:5:"2.1.3";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"127";s:11:"last_update";s:10:"2020-12-15";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:84:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_underconstruction.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}}s:24:"revslider-revealer-addon";O:8:"stdClass":16:{s:2:"id";s:3:"312";s:9:"releaseid";s:2:"19";s:4:"slug";s:24:"revslider-revealer-addon";s:12:"version_from";s:5:"6.2.3";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Reveal";s:6:"line_1";s:9:"Reveal...";s:6:"line_2";s:37:"...your inner beast... and RevSliders";s:9:"available";s:5:"2.1.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"130";s:11:"last_update";s:10:"2020-01-01";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reveal.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RV";}}s:24:"revslider-panorama-addon";O:8:"stdClass":16:{s:2:"id";s:2:"70";s:9:"releaseid";s:2:"17";s:4:"slug";s:24:"revslider-panorama-addon";s:12:"version_from";s:7:"5.4.5.2";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"Panorama";s:6:"line_1";s:14:"Panorama AddOn";s:6:"line_2";s:28:"Display images in 360 degree";s:9:"available";s:5:"2.1.3";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"135";s:11:"last_update";s:10:"2020-10-07";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:75:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_panorama.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}}s:27:"revslider-scrollvideo-addon";O:8:"stdClass":16:{s:2:"id";s:3:"310";s:9:"releaseid";s:2:"26";s:4:"slug";s:27:"revslider-scrollvideo-addon";s:12:"version_from";s:5:"6.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Scroll Video";s:6:"line_1";s:114:"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.";s:6:"line_2";s:49:"Quality options are included for optimal results!";s:9:"available";s:5:"2.0.4";s:10:"background";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg";s:6:"button";s:6:"How To";s:4:"sort";s:3:"140";s:11:"last_update";s:10:"2021-02-24";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:78:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SV";}}s:31:"revslider-explodinglayers-addon";O:8:"stdClass":16:{s:2:"id";s:3:"353";s:9:"releaseid";s:2:"22";s:4:"slug";s:31:"revslider-explodinglayers-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Exploding Layers";s:6:"line_1";s:23:"Add explosive particles";s:6:"line_2";s:24:"to your layers animation";s:9:"available";s:5:"2.1.4";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"150";s:11:"last_update";s:10:"2020-12-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_exploding.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"EL";}}s:23:"revslider-sharing-addon";O:8:"stdClass":16:{s:2:"id";s:2:"57";s:9:"releaseid";s:1:"5";s:4:"slug";s:23:"revslider-sharing-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Social Sharing";s:6:"line_1";s:17:"Share your slides";s:6:"line_2";s:50:"with RevSlider "actions" because sharing is caring";s:9:"available";s:5:"2.0.5";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"165";s:11:"last_update";s:10:"2020-02-20";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:80:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_socialsharing.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SH";}}s:26:"revslider-whiteboard-addon";O:8:"stdClass":16:{s:2:"id";s:3:"308";s:9:"releaseid";s:1:"1";s:4:"slug";s:26:"revslider-whiteboard-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Whiteboard";s:6:"line_1";s:31:"Create Hand-Drawn Presentations";s:6:"line_2";s:45:"that are understandable, memorable & engaging";s:9:"available";s:5:"2.2.3";s:10:"background";s:81:"//updates.themepunch-ext-c.tools/revslider/addons/images/whiteboard_widget_bg.jpg";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"170";s:11:"last_update";s:10:"2021-01-15";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_whiteboard.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"WB";}}s:24:"revslider-polyfold-addon";O:8:"stdClass":16:{s:2:"id";s:2:"61";s:9:"releaseid";s:2:"14";s:4:"slug";s:24:"revslider-polyfold-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:22:"Polyfold Scroll Effect";s:6:"line_1";s:32:"Add sharp edges to your sliders ";s:6:"line_2";s:35:"as they scroll into and out of view";s:9:"available";s:5:"2.0.0";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"180";s:11:"last_update";s:10:"2020-01-01";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:75:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_polyfold.jpg";s:5:"color";s:7:"#3e186f";s:4:"text";s:2:"PF";}}s:29:"revslider-domain-switch-addon";O:8:"stdClass":16:{s:2:"id";s:2:"78";s:9:"releaseid";s:2:"11";s:4:"slug";s:29:"revslider-domain-switch-addon";s:12:"version_from";s:5:"6.0.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Domain Switch";s:6:"line_1";s:17:"Switch Image URLs";s:6:"line_2";s:37:"in sliders from one domain to another";s:9:"available";s:5:"1.0.1";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"300";s:11:"last_update";s:10:"2022-02-19";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:79:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_domainswitch.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"DS";}}s:23:"revslider-refresh-addon";O:8:"stdClass":16:{s:2:"id";s:2:"73";s:9:"releaseid";s:2:"10";s:4:"slug";s:23:"revslider-refresh-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"(Re)Load";s:6:"line_1";s:39:"Reload the current page or a custom URL";s:6:"line_2";s:34:"after a certain time, loops, slide";s:9:"available";s:5:"2.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"330";s:11:"last_update";s:10:"2020-01-01";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reload.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RF";}}s:25:"revslider-rel-posts-addon";O:8:"stdClass":16:{s:2:"id";s:2:"55";s:9:"releaseid";s:1:"9";s:4:"slug";s:25:"revslider-rel-posts-addon";s:12:"version_from";s:7:"5.2.4.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Related Posts";s:6:"line_1";s:25:"Add related Posts Sliders";s:6:"line_2";s:31:"at the end of your post content";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"340";s:11:"last_update";s:10:"2023-06-12";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wprelated.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RP";}}s:20:"revslider-snow-addon";O:8:"stdClass":16:{s:2:"id";s:2:"59";s:9:"releaseid";s:1:"6";s:4:"slug";s:20:"revslider-snow-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Holiday Snow";s:6:"line_1";s:12:"Let it snow!";s:6:"line_2";s:32:"Add animated snow to any Slider ";s:9:"available";s:5:"2.0.1";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"380";s:11:"last_update";s:10:"2020-12-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:71:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_snow.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SN";}}s:23:"revslider-gallery-addon";O:8:"stdClass":16:{s:2:"id";s:2:"54";s:9:"releaseid";s:1:"2";s:4:"slug";s:23:"revslider-gallery-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"WordPress Gallery";s:6:"line_1";s:31:"Replace the standard WP Gallery";s:6:"line_2";s:31:"with the Sliders of your choice";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"430";s:11:"last_update";s:10:"2020-12-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:76:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpgallery.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"GA";}}s:22:"revslider-backup-addon";O:8:"stdClass":16:{s:2:"id";s:2:"53";s:9:"releaseid";s:1:"3";s:4:"slug";s:22:"revslider-backup-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Backup";s:6:"line_1";s:12:"Make Backups";s:6:"line_2";s:25:"Revisions for your safety";s:9:"available";s:5:"2.0.3";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"500";s:11:"last_update";s:10:"2023-05-31";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:73:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_backup.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BU";}}s:19:"revslider-404-addon";O:8:"stdClass":16:{s:2:"id";s:2:"62";s:9:"releaseid";s:1:"8";s:4:"slug";s:19:"revslider-404-addon";s:12:"version_from";s:3:"5.3";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:3:"404";s:6:"line_1";s:39:"Build custom 404 "Page not Found" Pages";s:6:"line_2";s:28:"with Slider Revolution swag!";s:9:"available";s:5:"2.0.1";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"620";s:11:"last_update";s:10:"2022-12-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:70:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_404.jpg";s:5:"color";s:0:"";s:4:"text";s:3:"404";}}s:30:"revslider-prevnext-posts-addon";O:8:"stdClass":16:{s:2:"id";s:2:"63";s:9:"releaseid";s:1:"9";s:4:"slug";s:30:"revslider-prevnext-posts-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Adjacent Posts";s:6:"line_1";s:30:"Display previous and next post";s:6:"line_2";s:28:"to the currently showing one";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"630";s:11:"last_update";s:10:"2023-08-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpadjacent.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}}s:21:"revslider-login-addon";O:8:"stdClass":16:{s:2:"id";s:2:"65";s:9:"releaseid";s:2:"11";s:4:"slug";s:21:"revslider-login-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Login Page";s:6:"line_1";s:25:"Very simple WP Login Page";s:6:"line_2";s:34:"enhanced with your favorite slider";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"650";s:11:"last_update";s:10:"2020-12-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:72:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_login.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LI";}}s:24:"revslider-featured-addon";O:8:"stdClass":16:{s:2:"id";s:2:"66";s:9:"releaseid";s:2:"12";s:4:"slug";s:24:"revslider-featured-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:20:"Post Featured Slider";s:6:"line_1";s:25:"Display a featured Slider";s:6:"line_2";s:41:"instead of a featured Image in your Posts";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"660";s:11:"last_update";s:10:"2020-12-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:77:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpfeatured.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"FT";}}s:23:"revslider-weather-addon";O:8:"stdClass":16:{s:2:"id";s:2:"69";s:9:"releaseid";s:2:"16";s:4:"slug";s:23:"revslider-weather-addon";s:12:"version_from";s:7:"5.4.5.2";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Weather";s:6:"line_1";s:21:"Every where you go...";s:6:"line_2";s:36:"...always take the weather with you!";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"690";s:11:"last_update";s:10:"2020-12-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:74:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_weather.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"WT";}}s:30:"revslider-duotonefilters-addon";O:8:"stdClass":16:{s:2:"id";s:2:"71";s:9:"releaseid";s:2:"18";s:4:"slug";s:30:"revslider-duotonefilters-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Duotone";s:6:"line_1";s:7:"Duotone";s:6:"line_2";s:25:"Because one is not enough";s:9:"available";s:5:"2.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"710";s:11:"last_update";s:10:"2020-01-01";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:74:"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_duotone.jpg";s:5:"color";s:0:"";s:4:"text";s:3:"DTF";}}}', 'yes'),
(11766903, 'rs-library', 'a:3:{s:4:"hash";s:32:"dae3de1eb57eeeee008b70e9a23844b5";s:7:"objects";a:417:{i:0;a:12:{s:2:"id";s:3:"198";s:6:"handle";s:16:"object_dvd_1.png";s:4:"name";s:3:"DVD";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:43:17";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:1;a:12:{s:2:"id";s:3:"188";s:6:"handle";s:18:"object_plant_1.png";s:4:"name";s:7:"Plant 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:2;a:12:{s:2:"id";s:3:"187";s:6:"handle";s:16:"object_pen_1.png";s:4:"name";s:5:"Pen 1";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:3;a:12:{s:2:"id";s:3:"172";s:6:"handle";s:16:"object_egg_1.png";s:4:"name";s:3:"Egg";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:4;a:12:{s:2:"id";s:3:"171";s:6:"handle";s:19:"object_guitar_1.png";s:4:"name";s:6:"Guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:5;a:12:{s:2:"id";s:3:"170";s:6:"handle";s:21:"object_envelope_1.png";s:4:"name";s:15:"Closed Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:6;a:12:{s:2:"id";s:3:"169";s:6:"handle";s:19:"object_postit_2.png";s:4:"name";s:18:"Postit Label White";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:7;a:12:{s:2:"id";s:3:"168";s:6:"handle";s:21:"object_envelope_2.png";s:4:"name";s:13:"Open Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:8;a:12:{s:2:"id";s:3:"167";s:6:"handle";s:17:"object_eggs_1.png";s:4:"name";s:10:"Egg Carton";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:9;a:12:{s:2:"id";s:3:"166";s:6:"handle";s:25:"object_bottleopener_1.png";s:4:"name";s:13:"Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:10;a:12:{s:2:"id";s:3:"165";s:6:"handle";s:23:"object_blueprints_1.png";s:4:"name";s:10:"Blueprints";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:11;a:12:{s:2:"id";s:3:"164";s:6:"handle";s:22:"object_holepunch_1.png";s:4:"name";s:10:"Hole punch";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:12;a:12:{s:2:"id";s:3:"163";s:6:"handle";s:20:"object_speaker_1.png";s:4:"name";s:13:"Black Speaker";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:13;a:12:{s:2:"id";s:3:"162";s:6:"handle";s:19:"object_eraser_1.png";s:4:"name";s:6:"Eraser";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:14;a:12:{s:2:"id";s:3:"161";s:6:"handle";s:23:"object_vinylcover_1.png";s:4:"name";s:11:"Vinyl Cover";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:15;a:12:{s:2:"id";s:3:"160";s:6:"handle";s:20:"object_booklet_1.png";s:4:"name";s:9:"Booklet 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:16;a:12:{s:2:"id";s:3:"159";s:6:"handle";s:22:"object_earphones_2.png";s:4:"name";s:11:"Earphones 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:17;a:12:{s:2:"id";s:3:"158";s:6:"handle";s:18:"object_vinyl_1.png";s:4:"name";s:5:"Vinyl";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:18;a:12:{s:2:"id";s:3:"157";s:6:"handle";s:19:"object_postit_1.png";s:4:"name";s:17:"Postit Label Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:19;a:12:{s:2:"id";s:3:"156";s:6:"handle";s:23:"object_mechpencil_1.png";s:4:"name";s:17:"Mechanical Pencil";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:20;a:12:{s:2:"id";s:3:"155";s:6:"handle";s:22:"object_turntable_1.png";s:4:"name";s:9:"Turntable";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:21;a:12:{s:2:"id";s:3:"154";s:6:"handle";s:19:"object_folder_2.png";s:4:"name";s:19:"Closed Folder Black";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:22;a:12:{s:2:"id";s:3:"153";s:6:"handle";s:19:"object_postit_4.png";s:4:"name";s:18:"Postit Label Green";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:23;a:12:{s:2:"id";s:3:"152";s:6:"handle";s:19:"object_folder_1.png";s:4:"name";s:12:"Blank Folder";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:24;a:12:{s:2:"id";s:3:"151";s:6:"handle";s:19:"object_pencup_1.png";s:4:"name";s:7:"Pen Cup";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:25;a:12:{s:2:"id";s:3:"150";s:6:"handle";s:23:"object_winebottle_1.png";s:4:"name";s:15:"Red Wine Bottle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:26;a:12:{s:2:"id";s:3:"149";s:6:"handle";s:23:"object_headphones_1.png";s:4:"name";s:10:"Headphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:27;a:12:{s:2:"id";s:3:"148";s:6:"handle";s:22:"object_earphones_1.png";s:4:"name";s:9:"Earphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:28;a:12:{s:2:"id";s:3:"147";s:6:"handle";s:19:"object_postit_3.png";s:4:"name";s:19:"Postit Label Yellow";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:29;a:12:{s:2:"id";s:3:"146";s:6:"handle";s:22:"object_corkscrew_1.png";s:4:"name";s:23:"Corkscrew Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1300";s:6:"height";s:4:"1300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:30;a:12:{s:2:"id";s:3:"145";s:6:"handle";s:19:"object_muffin_1.png";s:4:"name";s:16:"Chocolate Muffin";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:31;a:12:{s:2:"id";s:3:"144";s:6:"handle";s:18:"object_chair_2.png";s:4:"name";s:12:"Yellow Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:32;a:12:{s:2:"id";s:3:"143";s:6:"handle";s:18:"object_knife_2.png";s:4:"name";s:7:"Knife 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:33;a:12:{s:2:"id";s:3:"142";s:6:"handle";s:26:"object_choppingboard_2.png";s:4:"name";s:16:"Chopping Board 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:34;a:12:{s:2:"id";s:3:"141";s:6:"handle";s:26:"object_choppingboard_3.png";s:4:"name";s:16:"Chopping Board 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:35;a:12:{s:2:"id";s:3:"140";s:6:"handle";s:19:"object_coffee_2.png";s:4:"name";s:12:"Coffee Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1200";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:36;a:12:{s:2:"id";s:3:"139";s:6:"handle";s:18:"object_bread_1.png";s:4:"name";s:15:"Croissant Bread";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:37;a:12:{s:2:"id";s:3:"138";s:6:"handle";s:18:"object_spoon_2.png";s:4:"name";s:12:"Wodden Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:38;a:12:{s:2:"id";s:3:"137";s:6:"handle";s:26:"object_choppingboard_1.png";s:4:"name";s:16:"Chopping Board 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:39;a:12:{s:2:"id";s:3:"136";s:6:"handle";s:16:"object_cup_2.png";s:4:"name";s:11:"Empty Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:40;a:12:{s:2:"id";s:3:"135";s:6:"handle";s:18:"object_knife_1.png";s:4:"name";s:5:"Knife";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:41;a:12:{s:2:"id";s:3:"134";s:6:"handle";s:18:"object_spoon_1.png";s:4:"name";s:5:"Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:42;a:12:{s:2:"id";s:3:"133";s:6:"handle";s:16:"object_cup_1.png";s:4:"name";s:9:"Empty Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:43;a:12:{s:2:"id";s:3:"132";s:6:"handle";s:18:"object_chair_3.png";s:4:"name";s:11:"White Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:44;a:12:{s:2:"id";s:3:"131";s:6:"handle";s:19:"object_coffee_1.png";s:4:"name";s:10:"Coffee Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:45;a:12:{s:2:"id";s:3:"130";s:6:"handle";s:19:"object_frypan_2.png";s:4:"name";s:9:"Fry Pan 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:46;a:12:{s:2:"id";s:3:"129";s:6:"handle";s:19:"object_frypan_1.png";s:4:"name";s:9:"Fry Pan 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:47;a:12:{s:2:"id";s:3:"128";s:6:"handle";s:17:"object_fork_1.png";s:4:"name";s:4:"Fork";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:48;a:12:{s:2:"id";s:3:"127";s:6:"handle";s:20:"object_dishrag_1.png";s:4:"name";s:13:"Dishrag Cloth";s:4:"tags";a:0:{}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:49;a:12:{s:2:"id";s:3:"126";s:6:"handle";s:20:"object_wacom_pen.png";s:4:"name";s:17:"Wacom Drawing Pen";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1060";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:50;a:12:{s:2:"id";s:3:"125";s:6:"handle";s:21:"object_occulus_vr.png";s:4:"name";s:23:"Occulus Virtual Reality";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:51;a:12:{s:2:"id";s:3:"124";s:6:"handle";s:18:"object_antenna.png";s:4:"name";s:13:"Antenna Radar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:52;a:12:{s:2:"id";s:3:"123";s:6:"handle";s:21:"object_solarpanel.png";s:4:"name";s:11:"Solar Panel";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:53;a:12:{s:2:"id";s:3:"122";s:6:"handle";s:16:"object_wacom.png";s:4:"name";s:20:"Wacom Drawing Tablet";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:54;a:12:{s:2:"id";s:3:"121";s:6:"handle";s:18:"object_earth_2.png";s:4:"name";s:20:"Earth Globe Planet 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:55;a:12:{s:2:"id";s:3:"120";s:6:"handle";s:18:"object_chair_1.png";s:4:"name";s:12:"Office Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:56;a:12:{s:2:"id";s:3:"119";s:6:"handle";s:24:"object_windturbine_2.png";s:4:"name";s:14:"Wind Turbine 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:57;a:12:{s:2:"id";s:3:"118";s:6:"handle";s:22:"object_windturbine.png";s:4:"name";s:12:"Wind Turbine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:58;a:12:{s:2:"id";s:3:"117";s:6:"handle";s:16:"object_earth.png";s:4:"name";s:18:"Earth Globe Planet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:59;a:12:{s:2:"id";s:2:"88";s:6:"handle";s:24:"object_eiffeltower_2.png";s:4:"name";s:13:"Eiffeltower 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:60;a:12:{s:2:"id";s:2:"87";s:6:"handle";s:21:"object_notebook_1.png";s:4:"name";s:11:"Notebook PC";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:61;a:12:{s:2:"id";s:2:"86";s:6:"handle";s:20:"object_macbook_1.png";s:4:"name";s:20:"Apple Macbook Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:62;a:12:{s:2:"id";s:2:"85";s:6:"handle";s:18:"object_canon_2.png";s:4:"name";s:21:"Canon Camera DSLR Top";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:63;a:12:{s:2:"id";s:2:"84";s:6:"handle";s:19:"object_iphone_3.png";s:4:"name";s:25:"Apple iPhone Silver White";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:64;a:12:{s:2:"id";s:2:"83";s:6:"handle";s:18:"object_candy_2.png";s:4:"name";s:15:"Candy Colored 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:65;a:12:{s:2:"id";s:2:"82";s:6:"handle";s:21:"object_macmouse_1.png";s:4:"name";s:15:"Apple Mac Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:66;a:12:{s:2:"id";s:2:"81";s:6:"handle";s:19:"object_iphone_1.png";s:4:"name";s:18:"Apple iPhone Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:67;a:12:{s:2:"id";s:2:"80";s:6:"handle";s:17:"object_deco_1.png";s:4:"name";s:17:"White Deco Object";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:68;a:12:{s:2:"id";s:2:"79";s:6:"handle";s:23:"object_applewatch_1.png";s:4:"name";s:24:"Apple Watch White Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:69;a:12:{s:2:"id";s:2:"78";s:6:"handle";s:23:"object_swissknife_1.png";s:4:"name";s:11:"Swiss Knife";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:70;a:12:{s:2:"id";s:2:"77";s:6:"handle";s:23:"object_applewatch_2.png";s:4:"name";s:17:"Apple Watch Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:71;a:12:{s:2:"id";s:2:"76";s:6:"handle";s:18:"object_candy_1.png";s:4:"name";s:13:"Candy Colored";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:72;a:12:{s:2:"id";s:2:"75";s:6:"handle";s:17:"object_ipad_1.png";s:4:"name";s:16:"Apple iPad Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:73;a:12:{s:2:"id";s:2:"74";s:6:"handle";s:17:"object_lamp_2.png";s:4:"name";s:15:"Black Desk Lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:74;a:12:{s:2:"id";s:2:"73";s:6:"handle";s:18:"object_canon_1.png";s:4:"name";s:17:"Canon Camera DLSR";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:75;a:12:{s:2:"id";s:2:"72";s:6:"handle";s:23:"object_blackberry_2.png";s:4:"name";s:12:"Blackberry 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:76;a:12:{s:2:"id";s:2:"71";s:6:"handle";s:19:"object_iphone_2.png";s:4:"name";s:19:"Apple iPhone Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:77;a:12:{s:2:"id";s:2:"70";s:6:"handle";s:17:"object_ipad_2.png";s:4:"name";s:15:"Apple iPad Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:78;a:12:{s:2:"id";s:2:"69";s:6:"handle";s:20:"object_printer_1.png";s:4:"name";s:7:"Printer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:79;a:12:{s:2:"id";s:2:"68";s:6:"handle";s:20:"object_pcmouse_1.png";s:4:"name";s:14:"Black PC Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:80;a:12:{s:2:"id";s:2:"67";s:6:"handle";s:17:"object_ipad_3.png";s:4:"name";s:17:"Apple iPad Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:81;a:12:{s:2:"id";s:2:"66";s:6:"handle";s:17:"object_lamp_1.png";s:4:"name";s:13:"Desk Lamp Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:82;a:12:{s:2:"id";s:2:"65";s:6:"handle";s:22:"object_macscreen_1.png";s:4:"name";s:16:"Apple Mac Screen";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:83;a:12:{s:2:"id";s:2:"64";s:6:"handle";s:23:"object_blackberry_3.png";s:4:"name";s:12:"Blackberry 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:84;a:12:{s:2:"id";s:2:"63";s:6:"handle";s:23:"object_applewatch_3.png";s:4:"name";s:16:"Apple Watch Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:85;a:12:{s:2:"id";s:2:"62";s:6:"handle";s:23:"object_blackberry_1.png";s:4:"name";s:10:"Blackberry";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:86;a:12:{s:2:"id";s:2:"49";s:6:"handle";s:19:"object_bottle_1.png";s:4:"name";s:18:"Brown Glass Bottle";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:87;a:12:{s:2:"id";s:2:"48";s:6:"handle";s:20:"object_glasses_1.png";s:4:"name";s:19:"Hipster Glasses Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:88;a:12:{s:2:"id";s:2:"47";s:6:"handle";s:21:"object_magazine_1.png";s:4:"name";s:14:"Blank Magazine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:89;a:12:{s:2:"id";s:2:"46";s:6:"handle";s:28:"object_leatherdocument_2.png";s:4:"name";s:24:"Black Leather Document 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:90;a:12:{s:2:"id";s:2:"45";s:6:"handle";s:18:"object_purse_2.png";s:4:"name";s:13:"Black Purse 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:91;a:12:{s:2:"id";s:2:"44";s:6:"handle";s:23:"object_typewriter_1.png";s:4:"name";s:18:"Retro Typewriter 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:92;a:12:{s:2:"id";s:2:"43";s:6:"handle";s:17:"object_book_5.png";s:4:"name";s:9:"Old Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:93;a:12:{s:2:"id";s:2:"42";s:6:"handle";s:28:"object_leatherdocument_1.png";s:4:"name";s:29:"Black Leather Document Closed";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:94;a:12:{s:2:"id";s:2:"41";s:6:"handle";s:17:"object_book_4.png";s:4:"name";s:8:"Old Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:95;a:12:{s:2:"id";s:2:"40";s:6:"handle";s:19:"object_wallet_2.png";s:4:"name";s:22:"Black Leather Document";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:96;a:12:{s:2:"id";s:2:"39";s:6:"handle";s:18:"object_quill_2.png";s:4:"name";s:15:"Quill Feather 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:97;a:12:{s:2:"id";s:2:"38";s:6:"handle";s:24:"object_eiffeltower_1.png";s:4:"name";s:11:"Eiffeltower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:98;a:12:{s:2:"id";s:2:"37";s:6:"handle";s:21:"object_magazine_2.png";s:4:"name";s:11:"Open Book 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1333";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:99;a:12:{s:2:"id";s:2:"36";s:6:"handle";s:17:"object_book_1.png";s:4:"name";s:10:"Blank Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:100;a:12:{s:2:"id";s:2:"35";s:6:"handle";s:20:"object_glasses_2.png";s:4:"name";s:15:"Hipster Glasses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:101;a:12:{s:2:"id";s:2:"34";s:6:"handle";s:17:"object_book_2.png";s:4:"name";s:11:"Open Book 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:102;a:12:{s:2:"id";s:2:"33";s:6:"handle";s:19:"object_gloves_1.png";s:4:"name";s:12:"Black Gloves";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:103;a:12:{s:2:"id";s:2:"32";s:6:"handle";s:23:"object_typewriter_2.png";s:4:"name";s:16:"Retro Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:104;a:12:{s:2:"id";s:2:"31";s:6:"handle";s:17:"object_book_3.png";s:4:"name";s:9:"Open Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:105;a:12:{s:2:"id";s:2:"30";s:6:"handle";s:19:"object_wallet_1.png";s:4:"name";s:12:"Black Wallet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:106;a:12:{s:2:"id";s:2:"29";s:6:"handle";s:18:"object_purse_1.png";s:4:"name";s:11:"Black Purse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:107;a:12:{s:2:"id";s:2:"28";s:6:"handle";s:18:"object_quill_1.png";s:4:"name";s:13:"Quill Feather";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:108;a:12:{s:2:"id";s:2:"27";s:6:"handle";s:19:"object_artbox_2.png";s:4:"name";s:16:"Art Box Colors 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:109;a:12:{s:2:"id";s:2:"26";s:6:"handle";s:18:"object_cloth_1.png";s:4:"name";s:17:"Cloth Paint Color";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:110;a:12:{s:2:"id";s:2:"25";s:6:"handle";s:21:"object_brushpot_1.png";s:4:"name";s:9:"Brush Pot";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"984";s:6:"height";s:3:"984";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:111;a:12:{s:2:"id";s:2:"24";s:6:"handle";s:24:"object_paintbucket_1.png";s:4:"name";s:12:"Paint Bucket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:112;a:12:{s:2:"id";s:2:"23";s:6:"handle";s:23:"object_paintbrush_2.png";s:4:"name";s:12:"Paintbrush 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:113;a:12:{s:2:"id";s:2:"22";s:6:"handle";s:19:"object_artbox_1.png";s:4:"name";s:14:"Art Box Colors";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:114;a:12:{s:2:"id";s:2:"21";s:6:"handle";s:23:"object_paintbrush_3.png";s:4:"name";s:12:"Paintbrush 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:115;a:12:{s:2:"id";s:2:"20";s:6:"handle";s:23:"object_paintbrush_1.png";s:4:"name";s:12:"Paintbrush 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:116;a:12:{s:2:"id";s:2:"11";s:6:"handle";s:21:"table_radio_right.png";s:4:"name";s:18:"Radio Speaker Wood";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:117;a:12:{s:2:"id";s:2:"10";s:6:"handle";s:18:"keyboard_apple.png";s:4:"name";s:14:"Apple Keyboard";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:118;a:12:{s:2:"id";s:1:"9";s:6:"handle";s:20:"macbook_top_gold.png";s:4:"name";s:18:"Apple Macbook Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:119;a:12:{s:2:"id";s:1:"8";s:6:"handle";s:21:"nexus6_front_blue.png";s:4:"name";s:19:"Google Nexus 6 Blue";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:120;a:12:{s:2:"id";s:3:"479";s:6:"handle";s:31:"Tram-beside-waiting-station.jpg";s:4:"name";s:27:"Tram beside waiting station";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:52:06";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:121;a:12:{s:2:"id";s:3:"478";s:6:"handle";s:14:"Pulling-up.jpg";s:4:"name";s:10:"Pulling up";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1297";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:122;a:12:{s:2:"id";s:3:"477";s:6:"handle";s:16:"Snowboarding.jpg";s:4:"name";s:12:"Snowboarding";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1290";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:123;a:12:{s:2:"id";s:3:"476";s:6:"handle";s:16:"Morning-yoga.jpg";s:4:"name";s:12:"Morning yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1346";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:124;a:12:{s:2:"id";s:3:"475";s:6:"handle";s:8:"Yoga.jpg";s:4:"name";s:4:"Yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:125;a:12:{s:2:"id";s:3:"474";s:6:"handle";s:14:"Golf-balls.jpg";s:4:"name";s:10:"Golf balls";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:126;a:12:{s:2:"id";s:3:"473";s:6:"handle";s:19:"Confident-Boxer.jpg";s:4:"name";s:15:"Confident Boxer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:127;a:12:{s:2:"id";s:3:"472";s:6:"handle";s:11:"Aerobic.jpg";s:4:"name";s:7:"Aerobic";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:128;a:12:{s:2:"id";s:3:"471";s:6:"handle";s:18:"Riding-bicycle.jpg";s:4:"name";s:14:"Riding bicycle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1358";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:129;a:12:{s:2:"id";s:3:"470";s:6:"handle";s:27:"woman-with-barbell-back.jpg";s:4:"name";s:23:"woman with barbell back";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:130;a:12:{s:2:"id";s:3:"469";s:6:"handle";s:24:"Woman-lying-on-floor.jpg";s:4:"name";s:20:"Woman lying on floor";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1318";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:131;a:12:{s:2:"id";s:3:"468";s:6:"handle";s:27:"Holding-black-dumbbells.jpg";s:4:"name";s:23:"Holding black dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:132;a:12:{s:2:"id";s:3:"467";s:6:"handle";s:25:"Woman-using-dumbbells.jpg";s:4:"name";s:21:"Woman using dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1425";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:133;a:12:{s:2:"id";s:3:"466";s:6:"handle";s:16:"Soccer-cleat.jpg";s:4:"name";s:12:"Soccer cleat";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:134;a:12:{s:2:"id";s:3:"465";s:6:"handle";s:16:"Soccer-field.jpg";s:4:"name";s:12:"Soccer field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:135;a:12:{s:2:"id";s:3:"464";s:6:"handle";s:23:"Man-tying-his-shoes.jpg";s:4:"name";s:19:"Man tying his shoes";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:136;a:12:{s:2:"id";s:3:"463";s:6:"handle";s:10:"Boxing.jpg";s:4:"name";s:6:"Boxing";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:137;a:12:{s:2:"id";s:3:"462";s:6:"handle";s:22:"woman-with-barbell.jpg";s:4:"name";s:18:"woman with barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:138;a:12:{s:2:"id";s:3:"461";s:6:"handle";s:12:"Crossfit.jpg";s:4:"name";s:8:"Crossfit";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:139;a:12:{s:2:"id";s:3:"460";s:6:"handle";s:25:"Man-and-woman-jogging.jpg";s:4:"name";s:21:"Man and woman jogging";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:140;a:12:{s:2:"id";s:3:"459";s:6:"handle";s:16:"Playing-golf.jpg";s:4:"name";s:12:"Playing golf";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:141;a:12:{s:2:"id";s:3:"458";s:6:"handle";s:18:"Surfer-in-wave.jpg";s:4:"name";s:14:"Surfer in wave";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:142;a:12:{s:2:"id";s:3:"457";s:6:"handle";s:25:"Woman-lifting-barbell.jpg";s:4:"name";s:21:"Woman lifting barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:143;a:12:{s:2:"id";s:3:"456";s:6:"handle";s:14:"Stretching.jpg";s:4:"name";s:10:"Stretching";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:144;a:12:{s:2:"id";s:3:"455";s:6:"handle";s:18:"Snowboarding-2.jpg";s:4:"name";s:14:"Snowboarding 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:145;a:12:{s:2:"id";s:3:"454";s:6:"handle";s:11:"Balance.jpg";s:4:"name";s:7:"Balance";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:146;a:12:{s:2:"id";s:3:"453";s:6:"handle";s:19:"Pool-meditation.jpg";s:4:"name";s:15:"Pool meditation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:147;a:12:{s:2:"id";s:3:"452";s:6:"handle";s:18:"Soccer-stadium.jpg";s:4:"name";s:14:"Soccer stadium";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:148;a:12:{s:2:"id";s:3:"451";s:6:"handle";s:25:"Soccer-field-top-view.jpg";s:4:"name";s:21:"Soccer field top view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:149;a:12:{s:2:"id";s:3:"450";s:6:"handle";s:14:"Basketball.jpg";s:4:"name";s:10:"Basketball";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:150;a:12:{s:2:"id";s:3:"449";s:6:"handle";s:14:"in-the-fog.jpg";s:4:"name";s:10:"in the fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:151;a:12:{s:2:"id";s:3:"448";s:6:"handle";s:13:"Handstand.jpg";s:4:"name";s:9:"Handstand";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:152;a:12:{s:2:"id";s:3:"447";s:6:"handle";s:11:"Friends.jpg";s:4:"name";s:7:"Friends";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:153;a:12:{s:2:"id";s:3:"446";s:6:"handle";s:28:"Sneakers-on-the-railroad.jpg";s:4:"name";s:24:"Sneakers on the railroad";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:154;a:12:{s:2:"id";s:3:"445";s:6:"handle";s:23:"Family-on-the-ocean.jpg";s:4:"name";s:19:"Family on the ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:155;a:12:{s:2:"id";s:3:"444";s:6:"handle";s:10:"Sunset.jpg";s:4:"name";s:6:"Sunset";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:156;a:12:{s:2:"id";s:3:"443";s:6:"handle";s:9:"Books.jpg";s:4:"name";s:5:"Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:157;a:12:{s:2:"id";s:3:"442";s:6:"handle";s:25:"Looking-at-the-window.jpg";s:4:"name";s:21:"Looking at the window";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:158;a:12:{s:2:"id";s:3:"441";s:6:"handle";s:48:"woman-standing-near-buildings-during-daytime.jpg";s:4:"name";s:44:"woman standing near buildings during daytime";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:159;a:12:{s:2:"id";s:3:"440";s:6:"handle";s:12:"Lollipop.jpg";s:4:"name";s:8:"Lollipop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1395";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:160;a:12:{s:2:"id";s:3:"439";s:6:"handle";s:26:"People-crossing-street.jpg";s:4:"name";s:22:"People crossing street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:161;a:12:{s:2:"id";s:3:"438";s:6:"handle";s:24:"Friends-on-the-shore.jpg";s:4:"name";s:20:"Friends on the shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:162;a:12:{s:2:"id";s:3:"437";s:6:"handle";s:13:"Coworkers.jpg";s:4:"name";s:9:"Coworkers";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:163;a:12:{s:2:"id";s:3:"436";s:6:"handle";s:27:"Hiking-in-the-Dolomites.jpg";s:4:"name";s:23:"Hiking in the Dolomites";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:164;a:12:{s:2:"id";s:3:"435";s:6:"handle";s:18:"Successful-man.jpg";s:4:"name";s:14:"Successful man";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:165;a:12:{s:2:"id";s:3:"434";s:6:"handle";s:23:"Beautiful-sunny-day.jpg";s:4:"name";s:19:"Beautiful sunny day";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:166;a:12:{s:2:"id";s:3:"433";s:6:"handle";s:8:"Guys.jpg";s:4:"name";s:4:"Guys";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:167;a:12:{s:2:"id";s:3:"432";s:6:"handle";s:19:"Confetti-Shower.jpg";s:4:"name";s:15:"Confetti Shower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:168;a:12:{s:2:"id";s:3:"431";s:6:"handle";s:24:"Sun-was-setting-down.jpg";s:4:"name";s:20:"Sun was setting down";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:169;a:12:{s:2:"id";s:3:"430";s:6:"handle";s:9:"Jumps.jpg";s:4:"name";s:5:"Jumps";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:170;a:12:{s:2:"id";s:3:"429";s:6:"handle";s:23:"Friends-by-the-fire.jpg";s:4:"name";s:19:"Friends by the fire";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:171;a:12:{s:2:"id";s:3:"428";s:6:"handle";s:21:"Under-the-blanket.jpg";s:4:"name";s:17:"Under the blanket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1413";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:172;a:12:{s:2:"id";s:3:"427";s:6:"handle";s:18:"Pretty-in-Pink.jpg";s:4:"name";s:14:"Pretty in Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1394";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:173;a:12:{s:2:"id";s:3:"426";s:6:"handle";s:31:"Discussions-at-a-long-table.jpg";s:4:"name";s:27:"Discussions at a long table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1268";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:174;a:12:{s:2:"id";s:3:"425";s:6:"handle";s:18:"Lost-in-Lemons.jpg";s:4:"name";s:14:"Lost in Lemons";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:175;a:12:{s:2:"id";s:3:"424";s:6:"handle";s:13:"Team-work.jpg";s:4:"name";s:9:"Team work";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:176;a:12:{s:2:"id";s:3:"423";s:6:"handle";s:20:"Romantic-evening.jpg";s:4:"name";s:16:"Romantic evening";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1263";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:177;a:12:{s:2:"id";s:3:"422";s:6:"handle";s:19:"Crew-collective.jpg";s:4:"name";s:15:"Crew collective";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:178;a:12:{s:2:"id";s:3:"421";s:6:"handle";s:8:"Code.jpg";s:4:"name";s:4:"Code";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:179;a:12:{s:2:"id";s:3:"420";s:6:"handle";s:48:"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg";s:4:"name";s:44:"Yellow ceramic mug beside gray aluminum iMac";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:180;a:12:{s:2:"id";s:3:"419";s:6:"handle";s:11:"My-desk.jpg";s:4:"name";s:7:"My desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1315";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:181;a:12:{s:2:"id";s:3:"418";s:6:"handle";s:17:"Cooperation-2.jpg";s:4:"name";s:13:"Cooperation 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:182;a:12:{s:2:"id";s:3:"417";s:6:"handle";s:33:"MacBook-on-top-of-brown-table.jpg";s:4:"name";s:29:"MacBook on top of brown table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:183;a:12:{s:2:"id";s:3:"416";s:6:"handle";s:27:"Beautiful-working-place.jpg";s:4:"name";s:23:"Beautiful working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:184;a:12:{s:2:"id";s:3:"415";s:6:"handle";s:14:"Typewriter.jpg";s:4:"name";s:10:"Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:185;a:12:{s:2:"id";s:3:"414";s:6:"handle";s:19:"White-desk-lamp.jpg";s:4:"name";s:15:"White desk lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:186;a:12:{s:2:"id";s:3:"413";s:6:"handle";s:18:"Office-working.jpg";s:4:"name";s:14:"Office working";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:187;a:12:{s:2:"id";s:3:"412";s:6:"handle";s:36:"Silver-iMac-on-brown-wooden-desk.jpg";s:4:"name";s:32:"Silver iMac on brown wooden desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1240";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:188;a:12:{s:2:"id";s:3:"411";s:6:"handle";s:23:"Working-in-progress.jpg";s:4:"name";s:19:"Working in progress";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:189;a:12:{s:2:"id";s:3:"410";s:6:"handle";s:15:"Cooperation.jpg";s:4:"name";s:11:"Cooperation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:190;a:12:{s:2:"id";s:3:"409";s:6:"handle";s:17:"Working-place.jpg";s:4:"name";s:13:"Working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:191;a:12:{s:2:"id";s:3:"408";s:6:"handle";s:16:"Working-desk.jpg";s:4:"name";s:12:"Working desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:192;a:12:{s:2:"id";s:3:"407";s:6:"handle";s:23:"low-angle-of-forest.jpg";s:4:"name";s:19:"low angle of forest";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:193;a:12:{s:2:"id";s:3:"406";s:6:"handle";s:23:"Lake-under-blue-sky.jpg";s:4:"name";s:19:"Lake under blue sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1351";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:194;a:12:{s:2:"id";s:3:"405";s:6:"handle";s:21:"Blue-starry-night.jpg";s:4:"name";s:17:"Blue starry night";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:195;a:12:{s:2:"id";s:3:"404";s:6:"handle";s:22:"Aerial-photography.jpg";s:4:"name";s:18:"Aerial photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:196;a:12:{s:2:"id";s:3:"403";s:6:"handle";s:14:"Red-clouds.jpg";s:4:"name";s:10:"Red clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:197;a:12:{s:2:"id";s:3:"402";s:6:"handle";s:14:"Snow-field.jpg";s:4:"name";s:10:"Snow field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1227";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:198;a:12:{s:2:"id";s:3:"401";s:6:"handle";s:13:"White-sky.jpg";s:4:"name";s:9:"White sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:199;a:12:{s:2:"id";s:3:"400";s:6:"handle";s:24:"Trees-covered-by-fog.jpg";s:4:"name";s:20:"Trees covered by fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:200;a:12:{s:2:"id";s:3:"399";s:6:"handle";s:26:"Red-and-white-mushroom.jpg";s:4:"name";s:22:"Red and white mushroom";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:201;a:12:{s:2:"id";s:3:"398";s:6:"handle";s:24:"Lake-near-pine-trees.jpg";s:4:"name";s:20:"Lake near pine trees";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:202;a:12:{s:2:"id";s:3:"397";s:6:"handle";s:35:"After-a-long-day-of-backpacking.jpg";s:4:"name";s:31:"After a long day of backpacking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:203;a:12:{s:2:"id";s:3:"396";s:6:"handle";s:32:"Mountains-during-golden-hour.jpg";s:4:"name";s:28:"Mountains during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:204;a:12:{s:2:"id";s:3:"395";s:6:"handle";s:27:"Man-looking-on-mountain.jpg";s:4:"name";s:23:"Man looking on mountain";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:205;a:12:{s:2:"id";s:3:"394";s:6:"handle";s:19:"Body-of-water-2.jpg";s:4:"name";s:15:"Body of water 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:206;a:12:{s:2:"id";s:3:"393";s:6:"handle";s:15:"Brown-cliff.jpg";s:4:"name";s:11:"Brown cliff";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:207;a:12:{s:2:"id";s:3:"392";s:6:"handle";s:20:"Green-foggy-tree.jpg";s:4:"name";s:16:"Green foggy tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1417";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:208;a:12:{s:2:"id";s:3:"391";s:6:"handle";s:32:"Grayscale-photo-of-mountains.jpg";s:4:"name";s:28:"Grayscale photo of mountains";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:209;a:12:{s:2:"id";s:3:"390";s:6:"handle";s:19:"Under-sunny-sky.jpg";s:4:"name";s:15:"Under sunny sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:210;a:12:{s:2:"id";s:3:"389";s:6:"handle";s:16:"Rock-concert.jpg";s:4:"name";s:12:"Rock concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1443";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:211;a:12:{s:2:"id";s:3:"388";s:6:"handle";s:30:"Group-of-people-in-concert.jpg";s:4:"name";s:26:"Group of people in concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:212;a:12:{s:2:"id";s:3:"387";s:6:"handle";s:6:"DJ.jpg";s:4:"name";s:2:"DJ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:213;a:12:{s:2:"id";s:3:"386";s:6:"handle";s:56:"Woman-standing-watching-LED-light-musical-instrument.jpg";s:4:"name";s:52:"Woman standing watching LED light musical instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:214;a:12:{s:2:"id";s:3:"385";s:6:"handle";s:16:"Concert-hall.jpg";s:4:"name";s:12:"Concert hall";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:215;a:12:{s:2:"id";s:3:"384";s:6:"handle";s:18:"Concert-hall-2.jpg";s:4:"name";s:14:"Concert hall 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:216;a:12:{s:2:"id";s:3:"383";s:6:"handle";s:29:"man-playing-upright-piano.jpg";s:4:"name";s:25:"man playing upright piano";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1340";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:217;a:12:{s:2:"id";s:3:"382";s:6:"handle";s:30:"person-performing-on-stage.jpg";s:4:"name";s:26:"person performing on stage";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:218;a:12:{s:2:"id";s:3:"381";s:6:"handle";s:27:"Brown-string-instrument.jpg";s:4:"name";s:23:"Brown string instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:219;a:12:{s:2:"id";s:3:"380";s:6:"handle";s:36:"silhouette-of-person-with-guitar.jpg";s:4:"name";s:32:"silhouette of person with guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:220;a:12:{s:2:"id";s:3:"379";s:6:"handle";s:14:"Party-fans.jpg";s:4:"name";s:10:"Party fans";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:221;a:12:{s:2:"id";s:3:"378";s:6:"handle";s:24:"Condenser-microphone.jpg";s:4:"name";s:20:"Condenser microphone";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:222;a:12:{s:2:"id";s:3:"377";s:6:"handle";s:42:"Low-angle-photo-of-high-rise-buildings.jpg";s:4:"name";s:38:"Low angle photo of high rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:223;a:12:{s:2:"id";s:3:"376";s:6:"handle";s:23:"High-rise-buildings.jpg";s:4:"name";s:19:"High rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:224;a:12:{s:2:"id";s:3:"375";s:6:"handle";s:16:"Cable-bridge.jpg";s:4:"name";s:12:"Cable bridge";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:225;a:12:{s:2:"id";s:3:"374";s:6:"handle";s:35:"Bokeh-effect-from-street-lights.jpg";s:4:"name";s:31:"Bokeh effect from street lights";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:226;a:12:{s:2:"id";s:3:"373";s:6:"handle";s:18:"Low-angle-view.jpg";s:4:"name";s:14:"Low angle view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:227;a:12:{s:2:"id";s:3:"372";s:6:"handle";s:21:"Double-decker-bus.jpg";s:4:"name";s:17:"Double decker bus";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1373";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:228;a:12:{s:2:"id";s:3:"371";s:6:"handle";s:32:"Buildings-near-body-of-water.jpg";s:4:"name";s:28:"Buildings near body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1370";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:229;a:12:{s:2:"id";s:3:"370";s:6:"handle";s:18:"Satellite-view.jpg";s:4:"name";s:14:"Satellite view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:230;a:12:{s:2:"id";s:3:"369";s:6:"handle";s:14:"Twin-Tower.jpg";s:4:"name";s:10:"Twin Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:231;a:12:{s:2:"id";s:3:"368";s:6:"handle";s:22:"Two-person-walking.jpg";s:4:"name";s:18:"Two person walking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1345";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:232;a:12:{s:2:"id";s:3:"367";s:6:"handle";s:15:"Sears-Tower.jpg";s:4:"name";s:11:"Sears Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:233;a:12:{s:2:"id";s:3:"366";s:6:"handle";s:19:"Night-cityscape.jpg";s:4:"name";s:15:"Night cityscape";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:234;a:12:{s:2:"id";s:3:"365";s:6:"handle";s:25:"Empire-State-Building.jpg";s:4:"name";s:21:"Empire State Building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:235;a:12:{s:2:"id";s:3:"364";s:6:"handle";s:9:"Paris.jpg";s:4:"name";s:5:"Paris";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:236;a:12:{s:2:"id";s:3:"363";s:6:"handle";s:31:"Building-during-golden-hour.jpg";s:4:"name";s:27:"Building during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1288";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:237;a:12:{s:2:"id";s:3:"362";s:6:"handle";s:21:"Afternoon-skyline.jpg";s:4:"name";s:17:"Afternoon skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:238;a:12:{s:2:"id";s:3:"361";s:6:"handle";s:22:"Concrete-buildings.jpg";s:4:"name";s:18:"Concrete buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:239;a:12:{s:2:"id";s:3:"360";s:6:"handle";s:26:"Architectural-building.jpg";s:4:"name";s:22:"Architectural building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1382";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:240;a:12:{s:2:"id";s:3:"359";s:6:"handle";s:23:"Skyline-photography.jpg";s:4:"name";s:19:"Skyline photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:241;a:12:{s:2:"id";s:3:"358";s:6:"handle";s:38:"People-standing-on-pedestrian-lane.jpg";s:4:"name";s:34:"People standing on pedestrian lane";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1154";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:242;a:12:{s:2:"id";s:3:"357";s:6:"handle";s:16:"Burj-Khalifa.jpg";s:4:"name";s:12:"Burj Khalifa";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:243;a:12:{s:2:"id";s:3:"356";s:6:"handle";s:13:"Skycraper.jpg";s:4:"name";s:9:"Skycraper";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:244;a:12:{s:2:"id";s:3:"355";s:6:"handle";s:14:"Gray-tower.jpg";s:4:"name";s:10:"Gray tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1433";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:245;a:12:{s:2:"id";s:3:"354";s:6:"handle";s:28:"One-fine-day-in-Maldives.jpg";s:4:"name";s:24:"One fine day in Maldives";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1116";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:246;a:12:{s:2:"id";s:3:"353";s:6:"handle";s:25:"Boat-on-body-of-water.jpg";s:4:"name";s:21:"Boat on body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:247;a:12:{s:2:"id";s:3:"352";s:6:"handle";s:33:"Aerial-photo-of-body-of-water.jpg";s:4:"name";s:29:"Aerial photo of body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1078";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:248;a:12:{s:2:"id";s:3:"351";s:6:"handle";s:31:"Assorted-color-beach-houses.jpg";s:4:"name";s:27:"Assorted color beach houses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1135";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:249;a:12:{s:2:"id";s:3:"350";s:6:"handle";s:36:"Woman-leaning-on-tree-near-beach.jpg";s:4:"name";s:32:"Woman leaning on tree near beach";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1559";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:250;a:12:{s:2:"id";s:3:"349";s:6:"handle";s:17:"Body-of-water.jpg";s:4:"name";s:13:"Body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1269";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:251;a:12:{s:2:"id";s:3:"348";s:6:"handle";s:17:"People-on-sea.jpg";s:4:"name";s:13:"People on sea";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:252;a:12:{s:2:"id";s:3:"347";s:6:"handle";s:31:"Man-sitting-beside-of-woman.jpg";s:4:"name";s:27:"Man sitting beside of woman";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:253;a:12:{s:2:"id";s:3:"346";s:6:"handle";s:22:"woman-in-the-water.jpg";s:4:"name";s:18:"woman in the water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:254;a:12:{s:2:"id";s:3:"345";s:6:"handle";s:39:"Brown-stone-near-sea-at-golden-hour.jpg";s:4:"name";s:35:"Brown stone near sea at golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:255;a:12:{s:2:"id";s:3:"344";s:6:"handle";s:18:"Birds-eye-view.jpg";s:4:"name";s:14:"Birds eye view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:256;a:12:{s:2:"id";s:3:"343";s:6:"handle";s:18:"Empty-seashore.jpg";s:4:"name";s:14:"Empty seashore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1365";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:257;a:12:{s:2:"id";s:3:"342";s:6:"handle";s:31:"Seashore-during-golden-hour.jpg";s:4:"name";s:27:"Seashore during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:258;a:12:{s:2:"id";s:3:"341";s:6:"handle";s:16:"Coconut-tree.jpg";s:4:"name";s:12:"Coconut tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:259;a:12:{s:2:"id";s:3:"340";s:6:"handle";s:37:"Aerial-photography-of-beach-shore.jpg";s:4:"name";s:33:"Aerial photography of beach shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:260;a:12:{s:2:"id";s:3:"197";s:6:"handle";s:17:"relax_hammock.jpg";s:4:"name";s:13:"Relax Hammock";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:261;a:12:{s:2:"id";s:3:"196";s:6:"handle";s:16:"beach_houses.jpg";s:4:"name";s:12:"Beach Houses";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:262;a:12:{s:2:"id";s:3:"195";s:6:"handle";s:17:"forest_road_2.jpg";s:4:"name";s:13:"Forest Road 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:263;a:12:{s:2:"id";s:3:"194";s:6:"handle";s:14:"clean_desk.jpg";s:4:"name";s:10:"Clean Desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:264;a:12:{s:2:"id";s:3:"193";s:6:"handle";s:19:"mountain_view_6.jpg";s:4:"name";s:15:"Mountain View 6";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1249";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:265;a:12:{s:2:"id";s:3:"192";s:6:"handle";s:14:"corn_field.jpg";s:4:"name";s:10:"Corn Field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1320";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:266;a:12:{s:2:"id";s:3:"191";s:6:"handle";s:21:"stylish_apartment.jpg";s:4:"name";s:17:"Stylish Apartment";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:267;a:12:{s:2:"id";s:3:"190";s:6:"handle";s:24:"hipster_coffee_house.jpg";s:4:"name";s:20:"Hipster Coffee House";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:268;a:12:{s:2:"id";s:3:"189";s:6:"handle";s:16:"blurry_beach.jpg";s:4:"name";s:12:"Blurry Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:269;a:12:{s:2:"id";s:3:"186";s:6:"handle";s:17:"greens_street.jpg";s:4:"name";s:13:"Greens Street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:270;a:12:{s:2:"id";s:3:"185";s:6:"handle";s:10:"desert.jpg";s:4:"name";s:6:"Desert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:271;a:12:{s:2:"id";s:3:"184";s:6:"handle";s:19:"mountain_view_5.jpg";s:4:"name";s:15:"Mountain View 5";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:272;a:12:{s:2:"id";s:3:"183";s:6:"handle";s:10:"laptop.jpg";s:4:"name";s:6:"Laptop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1391";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:273;a:12:{s:2:"id";s:3:"182";s:6:"handle";s:16:"grand_canyon.jpg";s:4:"name";s:12:"Grand Canyon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1287";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:274;a:12:{s:2:"id";s:3:"181";s:6:"handle";s:20:"landscape_clouds.jpg";s:4:"name";s:16:"Landscape Clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:275;a:12:{s:2:"id";s:3:"180";s:6:"handle";s:17:"highway_night.jpg";s:4:"name";s:13:"Highway Night";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:276;a:12:{s:2:"id";s:3:"179";s:6:"handle";s:15:"beach_water.jpg";s:4:"name";s:11:"Beach Water";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:277;a:12:{s:2:"id";s:3:"177";s:6:"handle";s:15:"woman_beach.jpg";s:4:"name";s:11:"Woman Beach";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:3;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:278;a:12:{s:2:"id";s:3:"175";s:6:"handle";s:12:"cool_guy.jpg";s:4:"name";s:8:"Cool Guy";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:279;a:12:{s:2:"id";s:3:"174";s:6:"handle";s:13:"beach_sea.jpg";s:4:"name";s:9:"Beach Sea";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:280;a:12:{s:2:"id";s:3:"173";s:6:"handle";s:17:"bridge_clouds.jpg";s:4:"name";s:13:"Bridge Clouds";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:281;a:12:{s:2:"id";s:3:"116";s:6:"handle";s:19:"mountain_view_2.jpg";s:4:"name";s:15:"Mountain View 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:282;a:12:{s:2:"id";s:3:"115";s:6:"handle";s:16:"desert_trees.jpg";s:4:"name";s:12:"Desert Trees";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:283;a:12:{s:2:"id";s:3:"114";s:6:"handle";s:20:"explore_moutains.jpg";s:4:"name";s:17:"Explore Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:284;a:12:{s:2:"id";s:3:"113";s:6:"handle";s:19:"night_skyline_2.jpg";s:4:"name";s:15:"Night Skyline 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:285;a:12:{s:2:"id";s:3:"112";s:6:"handle";s:15:"cliff_ocean.jpg";s:4:"name";s:11:"Cliff Ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:286;a:12:{s:2:"id";s:3:"111";s:6:"handle";s:14:"city_smoke.jpg";s:4:"name";s:10:"City Smoke";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:287;a:12:{s:2:"id";s:3:"110";s:6:"handle";s:16:"surfer_beach.jpg";s:4:"name";s:12:"Surfer Beach";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:288;a:12:{s:2:"id";s:3:"109";s:6:"handle";s:13:"sky_night.jpg";s:4:"name";s:9:"Sky Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:289;a:12:{s:2:"id";s:3:"108";s:6:"handle";s:15:"palm_sunset.jpg";s:4:"name";s:11:"Palm Sunset";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:3;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1372";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:290;a:12:{s:2:"id";s:3:"107";s:6:"handle";s:18:"concert_people.jpg";s:4:"name";s:14:"Concert People";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:291;a:12:{s:2:"id";s:3:"106";s:6:"handle";s:15:"forest_road.jpg";s:4:"name";s:11:"Forest Road";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:292;a:12:{s:2:"id";s:3:"105";s:6:"handle";s:15:"beach_ocean.jpg";s:4:"name";s:11:"Beach Ocean";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:293;a:12:{s:2:"id";s:3:"104";s:6:"handle";s:18:"mountain_night.jpg";s:4:"name";s:14:"Mountain Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:294;a:12:{s:2:"id";s:3:"103";s:6:"handle";s:19:"ocean_mountains.jpg";s:4:"name";s:15:"Ocean Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:295;a:12:{s:2:"id";s:3:"102";s:6:"handle";s:10:"forest.jpg";s:4:"name";s:6:"Forest";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:296;a:12:{s:2:"id";s:3:"101";s:6:"handle";s:16:"ocean_stones.jpg";s:4:"name";s:12:"Ocean Stones";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:297;a:12:{s:2:"id";s:3:"100";s:6:"handle";s:16:"country_road.jpg";s:4:"name";s:12:"Country Road";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:298;a:12:{s:2:"id";s:2:"99";s:6:"handle";s:9:"beach.jpg";s:4:"name";s:5:"Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:299;a:12:{s:2:"id";s:2:"98";s:6:"handle";s:16:"city_skyline.jpg";s:4:"name";s:12:"City Skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:300;a:12:{s:2:"id";s:2:"97";s:6:"handle";s:17:"night_skyline.jpg";s:4:"name";s:13:"Night Skyline";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:301;a:12:{s:2:"id";s:2:"96";s:6:"handle";s:14:"city_river.jpg";s:4:"name";s:10:"City River";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:302;a:12:{s:2:"id";s:2:"95";s:6:"handle";s:19:"mountain_view_3.jpg";s:4:"name";s:15:"Mountain View 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:303;a:12:{s:2:"id";s:2:"94";s:6:"handle";s:14:"misty_farm.jpg";s:4:"name";s:10:"Misty Farm";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:304;a:12:{s:2:"id";s:2:"93";s:6:"handle";s:17:"mountain_path.jpg";s:4:"name";s:13:"Mountain Path";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:305;a:12:{s:2:"id";s:2:"92";s:6:"handle";s:19:"night_skyline_3.jpg";s:4:"name";s:15:"Night Skyline 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:306;a:12:{s:2:"id";s:2:"91";s:6:"handle";s:17:"mountain_view.jpg";s:4:"name";s:13:"Mountain View";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1160";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:307;a:12:{s:2:"id";s:2:"90";s:6:"handle";s:19:"rocky_landscape.jpg";s:4:"name";s:15:"Rocky Landscape";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:308;a:12:{s:2:"id";s:2:"89";s:6:"handle";s:19:"mountain_view_4.jpg";s:4:"name";s:15:"Mountain View 4";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1203";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:309;a:13:{s:2:"id";s:3:"529";s:6:"handle";s:13:"Fitness-4.jpg";s:5:"video";s:13:"Fitness-4.mp4";s:4:"name";s:10:"Fitness 4 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:310;a:13:{s:2:"id";s:3:"528";s:6:"handle";s:13:"Fitness-3.jpg";s:5:"video";s:13:"Fitness-3.mp4";s:4:"name";s:10:"Fitness 3 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:311;a:13:{s:2:"id";s:3:"527";s:6:"handle";s:9:"Chess.jpg";s:5:"video";s:9:"Chess.mp4";s:4:"name";s:6:"Chess ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:312;a:13:{s:2:"id";s:3:"526";s:6:"handle";s:13:"Fitness-2.jpg";s:5:"video";s:13:"Fitness-2.mp4";s:4:"name";s:10:"Fitness 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:313;a:13:{s:2:"id";s:3:"525";s:6:"handle";s:11:"Fitness.jpg";s:5:"video";s:11:"Fitness.mp4";s:4:"name";s:8:"Fitness ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:314;a:13:{s:2:"id";s:3:"524";s:6:"handle";s:9:"Earth.jpg";s:5:"video";s:9:"Earth.mp4";s:4:"name";s:6:"Earth ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:315;a:13:{s:2:"id";s:3:"523";s:6:"handle";s:11:"Space-2.jpg";s:5:"video";s:11:"Space-2.mp4";s:4:"name";s:8:"Space 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1440";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:316;a:13:{s:2:"id";s:3:"522";s:6:"handle";s:13:"Asteroids.jpg";s:5:"video";s:13:"Asteroids.mp4";s:4:"name";s:10:"Asteroids ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:317;a:13:{s:2:"id";s:3:"521";s:6:"handle";s:9:"Space.jpg";s:5:"video";s:9:"Space.mp4";s:4:"name";s:6:"Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:318;a:13:{s:2:"id";s:3:"520";s:6:"handle";s:10:"People.jpg";s:5:"video";s:10:"People.mp4";s:4:"name";s:7:"People ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:319;a:13:{s:2:"id";s:3:"519";s:6:"handle";s:11:"Walking.jpg";s:5:"video";s:11:"Walking.mp4";s:4:"name";s:8:"Walking ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:320;a:13:{s:2:"id";s:3:"518";s:6:"handle";s:19:"Double-Exposure.jpg";s:5:"video";s:19:"Double-Exposure.mp4";s:4:"name";s:16:"Double Exposure ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:321;a:13:{s:2:"id";s:3:"517";s:6:"handle";s:8:"Girl.jpg";s:5:"video";s:8:"Girl.mp4";s:4:"name";s:5:"Girl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1088";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:322;a:13:{s:2:"id";s:3:"516";s:6:"handle";s:17:"Bengal-Lights.jpg";s:5:"video";s:17:"Bengal-Lights.mp4";s:4:"name";s:14:"Bengal Lights ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:323;a:13:{s:2:"id";s:3:"515";s:6:"handle";s:13:"Swiping-2.jpg";s:5:"video";s:13:"Swiping-2.mp4";s:4:"name";s:10:"Swiping 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:324;a:13:{s:2:"id";s:3:"514";s:6:"handle";s:11:"Mock-Up.jpg";s:5:"video";s:11:"Mock-Up.mp4";s:4:"name";s:8:"Mock Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:325;a:13:{s:2:"id";s:3:"513";s:6:"handle";s:13:"Countdown.jpg";s:5:"video";s:13:"Countdown.mp4";s:4:"name";s:10:"Countdown ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:326;a:13:{s:2:"id";s:3:"512";s:6:"handle";s:18:"Wall-Sketching.jpg";s:5:"video";s:18:"Wall-Sketching.mp4";s:4:"name";s:15:"Wall Sketching ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:327;a:13:{s:2:"id";s:3:"511";s:6:"handle";s:26:"Typing-on-the-keyboard.jpg";s:5:"video";s:26:"Typing-on-the-keyboard.mp4";s:4:"name";s:23:"Typing on the keyboard ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:328;a:13:{s:2:"id";s:3:"510";s:6:"handle";s:11:"Meeting.jpg";s:5:"video";s:11:"Meeting.mp4";s:4:"name";s:8:"Meeting ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:329;a:13:{s:2:"id";s:3:"509";s:6:"handle";s:11:"Swiping.jpg";s:5:"video";s:11:"Swiping.mp4";s:4:"name";s:8:"Swiping ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:330;a:13:{s:2:"id";s:3:"508";s:6:"handle";s:9:"Alarm.jpg";s:5:"video";s:9:"Alarm.mp4";s:4:"name";s:6:"Alarm ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1013";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:331;a:13:{s:2:"id";s:3:"507";s:6:"handle";s:13:"Hey-World.jpg";s:5:"video";s:13:"Hey-World.mp4";s:4:"name";s:10:"Hey World ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:332;a:13:{s:2:"id";s:3:"506";s:6:"handle";s:28:"Typing-on-the-keyboard-2.jpg";s:5:"video";s:28:"Typing-on-the-keyboard-2.mp4";s:4:"name";s:25:"Typing on the keyboard 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:333;a:13:{s:2:"id";s:3:"505";s:6:"handle";s:10:"Valley.jpg";s:5:"video";s:10:"Valley.mp4";s:4:"name";s:7:"Valley ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:334;a:13:{s:2:"id";s:3:"504";s:6:"handle";s:9:"Stars.jpg";s:5:"video";s:9:"Stars.mp4";s:4:"name";s:6:"Stars ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:335;a:13:{s:2:"id";s:3:"503";s:6:"handle";s:21:"Car-in-the-forest.jpg";s:5:"video";s:21:"Car-in-the-forest.mp4";s:4:"name";s:18:"Car in the forest ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1012";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:336;a:13:{s:2:"id";s:3:"502";s:6:"handle";s:15:"Aerial-Shot.jpg";s:5:"video";s:15:"Aerial-Shot.mp4";s:4:"name";s:12:"Aerial Shot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:337;a:13:{s:2:"id";s:3:"501";s:6:"handle";s:14:"Disco-Ball.jpg";s:5:"video";s:14:"Disco-Ball.mp4";s:4:"name";s:11:"Disco Ball ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:338;a:13:{s:2:"id";s:3:"500";s:6:"handle";s:22:"Man-Playing-Guitar.jpg";s:5:"video";s:22:"Man-Playing-Guitar.mp4";s:4:"name";s:19:"Man Playing Guitar ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:339;a:13:{s:2:"id";s:3:"499";s:6:"handle";s:14:"Live-Music.jpg";s:5:"video";s:14:"Live-Music.mp4";s:4:"name";s:11:"Live Music ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:340;a:13:{s:2:"id";s:3:"498";s:6:"handle";s:12:"Cheer-Up.jpg";s:5:"video";s:12:"Cheer-Up.mp4";s:4:"name";s:9:"Cheer Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:341;a:13:{s:2:"id";s:3:"497";s:6:"handle";s:14:"Night-club.jpg";s:5:"video";s:14:"Night-club.mp4";s:4:"name";s:11:"Night club ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:342;a:13:{s:2:"id";s:3:"496";s:6:"handle";s:17:"Cup-Of-Coffee.jpg";s:5:"video";s:17:"Cup-Of-Coffee.mp4";s:4:"name";s:14:"Cup Of Coffee ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:343;a:13:{s:2:"id";s:3:"495";s:6:"handle";s:7:"Pot.jpg";s:5:"video";s:7:"Pot.mp4";s:4:"name";s:4:"Pot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:344;a:13:{s:2:"id";s:3:"494";s:6:"handle";s:11:"Grill-2.jpg";s:5:"video";s:11:"Grill-2.mp4";s:4:"name";s:8:"Grill 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:345;a:13:{s:2:"id";s:3:"493";s:6:"handle";s:13:"Rice-Bowl.jpg";s:5:"video";s:13:"Rice-Bowl.mp4";s:4:"name";s:10:"Rice Bowl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1010";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:346;a:13:{s:2:"id";s:3:"492";s:6:"handle";s:9:"Grill.jpg";s:5:"video";s:9:"Grill.mp4";s:4:"name";s:6:"Grill ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:347;a:13:{s:2:"id";s:3:"491";s:6:"handle";s:9:"Water.jpg";s:5:"video";s:9:"Water.mp4";s:4:"name";s:6:"Water ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:348;a:13:{s:2:"id";s:3:"490";s:6:"handle";s:17:"Feet-and-Sand.jpg";s:5:"video";s:17:"Feet-and-Sand.mp4";s:4:"name";s:14:"Feet and Sand ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:349;a:13:{s:2:"id";s:3:"489";s:6:"handle";s:9:"Ocean.jpg";s:5:"video";s:9:"Ocean.mp4";s:4:"name";s:6:"Ocean ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:350;a:13:{s:2:"id";s:3:"488";s:6:"handle";s:9:"Waves.jpg";s:5:"video";s:9:"Waves.mp4";s:4:"name";s:6:"Waves ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:351;a:13:{s:2:"id";s:3:"487";s:6:"handle";s:10:"Hearts.jpg";s:5:"video";s:10:"Hearts.mp4";s:4:"name";s:7:"Hearts ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:352;a:13:{s:2:"id";s:3:"486";s:6:"handle";s:12:"Octagons.jpg";s:5:"video";s:12:"Octagons.mp4";s:4:"name";s:9:"Octagons ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:353;a:13:{s:2:"id";s:3:"485";s:6:"handle";s:11:"Squares.jpg";s:5:"video";s:11:"Squares.mp4";s:4:"name";s:8:"Squares ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:354;a:13:{s:2:"id";s:3:"484";s:6:"handle";s:12:"Pink-ink.jpg";s:5:"video";s:12:"Pink-ink.mp4";s:4:"name";s:9:"Pink ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:355;a:13:{s:2:"id";s:3:"483";s:6:"handle";s:22:"Blurred-Background.jpg";s:5:"video";s:22:"Blurred-Background.mp4";s:4:"name";s:19:"Blurred Background ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:356;a:13:{s:2:"id";s:3:"482";s:6:"handle";s:20:"Blinking-bubbles.jpg";s:5:"video";s:20:"Blinking-bubbles.mp4";s:4:"name";s:17:"Blinking bubbles ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:357;a:13:{s:2:"id";s:3:"481";s:6:"handle";s:13:"Fireworks.jpg";s:5:"video";s:13:"Fireworks.mp4";s:4:"name";s:10:"Fireworks ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:358;a:13:{s:2:"id";s:3:"480";s:6:"handle";s:12:"Dark-ink.jpg";s:5:"video";s:12:"Dark-ink.mp4";s:4:"name";s:9:"Dark ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:359;a:13:{s:2:"id";s:3:"238";s:6:"handle";s:12:"Mt_Baker.jpg";s:5:"video";s:12:"Mt_Baker.mp4";s:4:"name";s:9:"Mt Baker ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:360;a:13:{s:2:"id";s:3:"237";s:6:"handle";s:16:"Two-Swimmers.jpg";s:5:"video";s:16:"Two-Swimmers.mp4";s:4:"name";s:13:"Two Swimmers ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:361;a:13:{s:2:"id";s:3:"236";s:6:"handle";s:14:"Boats_Maze.jpg";s:5:"video";s:14:"Boats_Maze.mp4";s:4:"name";s:11:"Boats Maze ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:362;a:13:{s:2:"id";s:3:"235";s:6:"handle";s:18:"Candolim-Beach.jpg";s:5:"video";s:18:"Candolim-Beach.mp4";s:4:"name";s:15:"Candolim Beach ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:363;a:13:{s:2:"id";s:3:"234";s:6:"handle";s:17:"Working-Space.jpg";s:5:"video";s:17:"Working-Space.mp4";s:4:"name";s:14:"Working Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:364;a:13:{s:2:"id";s:3:"233";s:6:"handle";s:9:"Wavez.jpg";s:5:"video";s:9:"Wavez.mp4";s:4:"name";s:6:"Wavez ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:365;a:13:{s:2:"id";s:3:"232";s:6:"handle";s:17:"Coconut-Grove.jpg";s:5:"video";s:17:"Coconut-Grove.mp4";s:4:"name";s:14:"Coconut Grove ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:366;a:13:{s:2:"id";s:3:"231";s:6:"handle";s:19:"Very-Open-Space.jpg";s:5:"video";s:19:"Very-Open-Space.mp4";s:4:"name";s:16:"Very Open Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:367;a:13:{s:2:"id";s:3:"230";s:6:"handle";s:14:"Office-Day.jpg";s:5:"video";s:14:"Office-Day.mp4";s:4:"name";s:11:"Office Day ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:368;a:13:{s:2:"id";s:3:"229";s:6:"handle";s:12:"The-Hill.jpg";s:5:"video";s:12:"The-Hill.mp4";s:4:"name";s:9:"The Hill ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:369;a:13:{s:2:"id";s:3:"339";s:6:"handle";s:19:"best_price_dark.jpg";s:5:"video";s:19:"best_price_dark.mp4";s:4:"name";s:15:"best_price_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"best_price_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:370;a:13:{s:2:"id";s:3:"337";s:6:"handle";s:27:"limited_time_offer_dark.jpg";s:5:"video";s:27:"limited_time_offer_dark.mp4";s:4:"name";s:23:"limited_time_offer_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:23:"limited_time_offer_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:371;a:13:{s:2:"id";s:3:"336";s:6:"handle";s:26:"slider_revolution_dark.jpg";s:5:"video";s:26:"slider_revolution_dark.mp4";s:4:"name";s:22:"slider_revolution_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:22:"slider_revolution_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:372;a:13:{s:2:"id";s:3:"335";s:6:"handle";s:19:"mick_brown_dark.jpg";s:5:"video";s:19:"mick_brown_dark.mp4";s:4:"name";s:15:"mick_brown_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"mick_brown_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:373;a:13:{s:2:"id";s:3:"334";s:6:"handle";s:14:"sales_dark.jpg";s:5:"video";s:14:"sales_dark.mp4";s:4:"name";s:10:"sales_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:10:"sales_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:374;a:13:{s:2:"id";s:3:"333";s:6:"handle";s:21:"robert_smith_dark.jpg";s:5:"video";s:21:"robert_smith_dark.mp4";s:4:"name";s:17:"robert_smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"robert_smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:375;a:13:{s:2:"id";s:3:"332";s:6:"handle";s:21:"product_name_dark.jpg";s:5:"video";s:21:"product_name_dark.mp4";s:4:"name";s:17:"product_name_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"product_name_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:376;a:13:{s:2:"id";s:3:"331";s:6:"handle";s:21:"high_quality_dark.jpg";s:5:"video";s:21:"high_quality_dark.mp4";s:4:"name";s:17:"high_quality_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"high_quality_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:377;a:13:{s:2:"id";s:3:"330";s:6:"handle";s:24:"robert_johnson_light.jpg";s:5:"video";s:24:"robert_johnson_light.mp4";s:4:"name";s:20:"robert_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"robert_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:378;a:13:{s:2:"id";s:3:"329";s:6:"handle";s:21:"jake_collins_dark.jpg";s:5:"video";s:21:"jake_collins_dark.mp4";s:4:"name";s:17:"jake_collins_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"jake_collins_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:379;a:13:{s:2:"id";s:3:"328";s:6:"handle";s:22:"daniele_wood_light.jpg";s:5:"video";s:22:"daniele_wood_light.mp4";s:4:"name";s:18:"daniele_wood_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"daniele_wood_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:31:30";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:380;a:13:{s:2:"id";s:3:"327";s:6:"handle";s:23:"michael_blake_light.jpg";s:5:"video";s:23:"michael_blake_light.mp4";s:4:"name";s:19:"michael_blake_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"michael_blake_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:381;a:13:{s:2:"id";s:3:"326";s:6:"handle";s:22:"product_name_light.jpg";s:5:"video";s:22:"product_name_light.mp4";s:4:"name";s:18:"product_name_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"product_name_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:382;a:13:{s:2:"id";s:3:"325";s:6:"handle";s:24:"rebecca_cooper_light.jpg";s:5:"video";s:24:"rebecca_cooper_light.mp4";s:4:"name";s:20:"rebecca_cooper_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"rebecca_cooper_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:383;a:13:{s:2:"id";s:3:"324";s:6:"handle";s:28:"limited_time_offer_light.jpg";s:5:"video";s:28:"limited_time_offer_light.mp4";s:4:"name";s:24:"limited_time_offer_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:24:"limited_time_offer_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:384;a:13:{s:2:"id";s:3:"322";s:6:"handle";s:22:"jake_michael_light.jpg";s:5:"video";s:22:"jake_michael_light.mp4";s:4:"name";s:18:"jake_michael_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"jake_michael_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:385;a:13:{s:2:"id";s:3:"321";s:6:"handle";s:23:"colin_johnson_light.jpg";s:5:"video";s:23:"colin_johnson_light.mp4";s:4:"name";s:19:"colin_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"colin_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:386;a:13:{s:2:"id";s:3:"320";s:6:"handle";s:21:"colin_morris_dark.jpg";s:5:"video";s:21:"colin_morris_dark.mp4";s:4:"name";s:17:"colin_morris_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"colin_morris_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:387;a:13:{s:2:"id";s:3:"319";s:6:"handle";s:22:"justin_cooper_dark.jpg";s:5:"video";s:22:"justin_cooper_dark.mp4";s:4:"name";s:18:"justin_cooper_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"justin_cooper_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:388;a:13:{s:2:"id";s:3:"318";s:6:"handle";s:21:"james-dodson_dark.jpg";s:5:"video";s:21:"james-dodson_dark.mp4";s:4:"name";s:17:"james-dodson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"james-dodson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:389;a:13:{s:2:"id";s:3:"317";s:6:"handle";s:23:"robert_sanders_dark.jpg";s:5:"video";s:23:"robert_sanders_dark.mp4";s:4:"name";s:19:"robert_sanders_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"robert_sanders_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:390;a:13:{s:2:"id";s:3:"316";s:6:"handle";s:21:"emily_carney_dark.jpg";s:5:"video";s:21:"emily_carney_dark.mp4";s:4:"name";s:17:"emily_carney_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"emily_carney_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:391;a:13:{s:2:"id";s:3:"315";s:6:"handle";s:22:"michael-smith_dark.jpg";s:5:"video";s:22:"michael-smith_dark.mp4";s:4:"name";s:18:"michael-smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"michael-smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:392;a:13:{s:2:"id";s:3:"314";s:6:"handle";s:23:"sandra_johnson_dark.jpg";s:5:"video";s:23:"sandra_johnson_dark.mp4";s:4:"name";s:19:"sandra_johnson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"sandra_johnson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:393;a:13:{s:2:"id";s:3:"313";s:6:"handle";s:22:"robert_bolton_dark.jpg";s:5:"video";s:22:"robert_bolton_dark.mp4";s:4:"name";s:18:"robert_bolton_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"robert_bolton_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:394;a:13:{s:2:"id";s:3:"312";s:6:"handle";s:25:"elegant_captions_dark.png";s:5:"video";s:25:"elegant_captions_dark.mp4";s:4:"name";s:21:"elegant_captions_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:21:"elegant_captions_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-18 14:41:45";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:395;a:13:{s:2:"id";s:3:"311";s:6:"handle";s:19:"Caption_Dark_06.png";s:5:"video";s:19:"Caption_Dark_06.mp4";s:4:"name";s:15:"Caption_Dark_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_06";s:5:"width";s:3:"414";s:6:"height";s:3:"225";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:396;a:13:{s:2:"id";s:3:"310";s:6:"handle";s:19:"Header_Light_02.png";s:5:"video";s:19:"Header_Light_02.mp4";s:4:"name";s:15:"Header_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:397;a:13:{s:2:"id";s:3:"309";s:6:"handle";s:21:"Columns_4_Dark_01.png";s:5:"video";s:21:"Columns_4_Dark_01.mp4";s:4:"name";s:17:"Columns_4_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_4_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:398;a:13:{s:2:"id";s:3:"308";s:6:"handle";s:18:"Header_Dark_01.png";s:5:"video";s:18:"Header_Dark_01.mp4";s:4:"name";s:14:"Header_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:399;a:13:{s:2:"id";s:3:"307";s:6:"handle";s:19:"Caption_Dark_03.png";s:5:"video";s:19:"Caption_Dark_03.mp4";s:4:"name";s:15:"Caption_Dark_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:400;a:13:{s:2:"id";s:3:"306";s:6:"handle";s:21:"Columns_3_Dark_01.png";s:5:"video";s:21:"Columns_3_Dark_01.mp4";s:4:"name";s:17:"Columns_3_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_3_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:401;a:13:{s:2:"id";s:3:"305";s:6:"handle";s:19:"Caption_Dark_05.png";s:5:"video";s:19:"Caption_Dark_05.mp4";s:4:"name";s:15:"Caption_Dark_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_05";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:402;a:13:{s:2:"id";s:3:"304";s:6:"handle";s:20:"Caption_Light_06.png";s:5:"video";s:20:"Caption_Light_06.mp4";s:4:"name";s:16:"Caption_Light_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_06";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:403;a:13:{s:2:"id";s:3:"303";s:6:"handle";s:19:"Header_Light_01.png";s:5:"video";s:19:"Header_Light_01.mp4";s:4:"name";s:15:"Header_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:404;a:13:{s:2:"id";s:3:"302";s:6:"handle";s:20:"Caption_Light_03.png";s:5:"video";s:20:"Caption_Light_03.mp4";s:4:"name";s:16:"Caption_Light_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:405;a:13:{s:2:"id";s:3:"301";s:6:"handle";s:19:"Caption_Dark_01.png";s:5:"video";s:19:"Caption_Dark_01.mp4";s:4:"name";s:15:"Caption_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:406;a:13:{s:2:"id";s:3:"300";s:6:"handle";s:21:"PromoCode_Dark_01.png";s:5:"video";s:21:"PromoCode_Dark_01.mp4";s:4:"name";s:17:"PromoCode_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"PromoCode_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:407;a:13:{s:2:"id";s:3:"299";s:6:"handle";s:19:"Caption_Dark_02.png";s:5:"video";s:19:"Caption_Dark_02.mp4";s:4:"name";s:15:"Caption_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:408;a:13:{s:2:"id";s:3:"298";s:6:"handle";s:18:"Header_Dark_02.png";s:5:"video";s:18:"Header_Dark_02.mp4";s:4:"name";s:14:"Header_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:409;a:13:{s:2:"id";s:3:"297";s:6:"handle";s:22:"Columns_3_Light_01.png";s:5:"video";s:22:"Columns_3_Light_01.mp4";s:4:"name";s:18:"Columns_3_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_3_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:410;a:13:{s:2:"id";s:3:"296";s:6:"handle";s:20:"Caption_Light_01.png";s:5:"video";s:20:"Caption_Light_01.mp4";s:4:"name";s:16:"Caption_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:411;a:13:{s:2:"id";s:3:"295";s:6:"handle";s:19:"Caption_Dark_04.png";s:5:"video";s:19:"Caption_Dark_04.mp4";s:4:"name";s:15:"Caption_Dark_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_04";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:412;a:13:{s:2:"id";s:3:"294";s:6:"handle";s:20:"Caption_Light_02.png";s:5:"video";s:20:"Caption_Light_02.mp4";s:4:"name";s:16:"Caption_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_02";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:413;a:13:{s:2:"id";s:3:"293";s:6:"handle";s:20:"Caption_Light_04.png";s:5:"video";s:20:"Caption_Light_04.mp4";s:4:"name";s:16:"Caption_Light_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_04";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:414;a:13:{s:2:"id";s:3:"292";s:6:"handle";s:22:"Columns_4_Light_01.png";s:5:"video";s:22:"Columns_4_Light_01.mp4";s:4:"name";s:18:"Columns_4_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_4_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:415;a:13:{s:2:"id";s:3:"291";s:6:"handle";s:20:"Caption_Light_05.png";s:5:"video";s:20:"Caption_Light_05.mp4";s:4:"name";s:16:"Caption_Light_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_05";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:416;a:13:{s:2:"id";s:3:"290";s:6:"handle";s:22:"PromoCode_Light_01.png";s:5:"video";s:22:"PromoCode_Light_01.mp4";s:4:"name";s:18:"PromoCode_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"PromoCode_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}}s:4:"tags";a:18:{i:28;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}i:5;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:20;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:21;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:25;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:16;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}i:26;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}i:18;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:4;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:19;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:23;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:3;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:24;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:22;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:29;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}i:27;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}}', 'no');
INSERT INTO `SGLe0xCk_options` VALUES
(11767179, '_wp_session_expires_9eb1255635cd698853dac1f90cf5b5af', '1493732745', 'no'),
(11767304, '_wp_session_expires_858fd00cdfbea4badba4ec0116182427', '1494039132', 'no'),
(11767505, '_flush', 'a:2:{s:7:"version";i:1494553637;s:4:"time";i:1494813045;}', 'yes'),
(11768036, '_wp_session_expires_7eceea2c602bcd99114bfc03a5982bbb', '1495571352', 'no'),
(11768669, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(11768670, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(11768671, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(11768872, 'theme_mods_twentyseventeen', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:13:"primary-menus";i:28;s:15:"secondary-menus";i:29;}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1497350454;s:4:"data";a:9:{s:19:"wp_inactive_widgets";a:15:{i:0;s:9:"zflickr-2";i:1;s:9:"zflickr-3";i:2;s:24:"advanced-latest-course-2";i:3;s:23:"advanced-latest-event-2";i:4;s:10:"archives-2";i:5;s:6:"meta-2";i:6;s:8:"search-2";i:7;s:12:"categories-2";i:8;s:14:"recent-posts-2";i:9;s:17:"recent-comments-2";i:10;s:6:"meta-4";i:11;s:6:"text-2";i:12;s:6:"text-4";i:13;s:6:"text-7";i:14;s:19:"rev-slider-widget-3";}s:4:"cs-1";a:2:{i:0;s:14:"recent-posts-4";i:1;s:17:"recent-comments-3";}s:4:"cs-2";a:0:{}s:9:"sidebar-1";a:1:{i:0;s:10:"nav_menu-9";}s:9:"sidebar-2";a:1:{i:0;s:11:"nav_menu-12";}s:9:"sidebar-3";a:4:{i:0;s:11:"nav_menu-13";i:1;s:22:"course-search-widget-2";i:2;s:24:"advanced-latest-course-4";i:3;s:23:"advanced-latest-event-3";}s:18:"orphaned_widgets_1";a:1:{i:0;s:7:"text-17";}s:18:"orphaned_widgets_2";a:12:{i:0;s:7:"text-10";i:1;s:7:"text-11";i:2;s:7:"text-13";i:3;s:7:"text-16";i:4;s:11:"nav_menu-11";i:5;s:10:"nav_menu-7";i:6;s:10:"nav_menu-8";i:7;s:7:"text-14";i:8;s:7:"text-15";i:9;s:14:"recent-posts-3";i:10;s:11:"nav_menu-10";i:11;s:9:"zflickr-4";}s:18:"orphaned_widgets_3";a:3:{i:0;s:22:"course-search-widget-4";i:1;s:16:"uni_department-2";i:2;s:24:"advanced-latest-course-3";}}}}', 'yes'),
(11768904, '_wp_session_expires_d9180a52b24ab3f066b9baff51cc9e77', '1497417607', 'no'),
(11769728, '_wp_session_expires_03638f8e72ed9ea92d6b457ca8092dc5', '1499372487', 'no'),
(11769809, 'rs_cache_overlay', '6.3.5', 'yes'),
(11770744, 'widget_custom_html', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:2:{s:5:"title";s:0:"";s:7:"content";s:307:"<h2 class="fa fa-phone"><strong> Hubungi kami via live chat / email : </strong></h2><br>\r\n<span> Whatsapp </span> 	: <span> 0852-6709-2405</span><br>\r\n<span> email  </span> 		: <span>  ptipd@spisutha.uinjambi.ac.id </span>	<br>\r\n<span> Jam Kerja  </span> 	: <span> Senin – Jum''at, 08.00 -16.00 </span><br>";}}', 'yes'),
(11775483, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(11963547, '_wp_session_expires_e8b835214fa2b5158cf4dcea243d49d2', '1516845021', 'no'),
(11983672, 'rs-templates-new', '', 'no'),
(11983673, 'rs-templates', 'a:2:{s:6:"slider";a:708:{i:0;a:24:{s:2:"id";s:1:"1";s:5:"title";s:16:"Classic Carousel";s:5:"alias";s:16:"classic-carousel";s:3:"zip";s:20:"classic-carousel.zip";s:3:"uid";s:32:"146a01dd380c0cdee85c4456ee68cd84";s:3:"img";s:27:"classic-carousel/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/carousel-slider-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:141:"<span class="ttm_content">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-22 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:1;a:24:{s:2:"id";s:1:"2";s:5:"title";s:14:"Classic Slider";s:5:"alias";s:13:"classicslider";s:3:"zip";s:17:"classicslider.zip";s:3:"uid";s:32:"a0d6a9248c9066b404ba0f1cdadc5cf2";s:3:"img";s:24:"classicslider/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-slideshow-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:136:" <span class="ttm_content">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:2;a:24:{s:2:"id";s:1:"3";s:5:"title";s:12:"Content Tabs";s:5:"alias";s:11:"contenttabs";s:3:"zip";s:15:"contenttabs.zip";s:3:"uid";s:32:"e02e91604b690123a3d07a65582c4fd0";s:3:"img";s:22:"contenttabs/slider.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/wordpress-content-tabs-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"600";s:11:"description";s:170:" <span class="ttm_content">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:3;a:25:{s:2:"id";s:1:"4";s:5:"title";s:13:"Facebook Feed";s:5:"alias";s:13:"facebook-feed";s:3:"zip";s:17:"facebook-feed.zip";s:3:"uid";s:32:"5506431d5b1babcb25dcf52c508d42e3";s:3:"img";s:24:"facebook-feed/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-facebook-feed/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:11:"description";s:174:"<span class="ttm_content"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Facebook Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:4;a:24:{s:2:"id";s:1:"5";s:5:"title";s:7:"Fashion";s:5:"alias";s:7:"fashion";s:3:"zip";s:11:"fashion.zip";s:3:"uid";s:32:"4f4b914d6db35e19101ff003c4e7ea3a";s:3:"img";s:18:"fashion/slider.jpg";s:7:"preview";s:65:"http://revolution.themepunch.com/wordpress-one-page-slider-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:183:"  <span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:5;a:24:{s:2:"id";s:1:"6";s:5:"title";s:14:"Flickr Gallery";s:5:"alias";s:14:"flickr-gallery";s:3:"zip";s:18:"flickr-gallery.zip";s:3:"uid";s:32:"ad85cfac7acfa678e6a1b8febfee51ed";s:3:"img";s:25:"flickr-gallery/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-flickr-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"640";s:11:"description";s:173:" <span class="ttm_content"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:6;a:26:{s:2:"id";s:1:"7";s:5:"title";s:3:"Gym";s:5:"alias";s:3:"gym";s:3:"zip";s:7:"gym.zip";s:3:"uid";s:32:"e4d81f13f96fb9bc905f4ad89615032b";s:3:"img";s:14:"gym/slider.jpg";s:7:"preview";s:59:"http://revolution.themepunch.com/one-page-wordpress-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:189:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:7;a:24:{s:2:"id";s:1:"8";s:5:"title";s:18:"Highlight Carousel";s:5:"alias";s:18:"highlight-carousel";s:3:"zip";s:22:"highlight-carousel.zip";s:3:"uid";s:32:"ada52163f723a942f782351fa0396b3d";s:3:"img";s:29:"highlight-carousel/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-swipe-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"720";s:11:"description";s:138:"  <span class="ttm_content">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class="ttm_space"></span>\r\n";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:8;a:24:{s:2:"id";s:1:"9";s:5:"title";s:18:"Highlight Showcase";s:5:"alias";s:18:"highlight-showcase";s:3:"zip";s:22:"highlight-showcase.zip";s:3:"uid";s:32:"2bfe0bd410fb48fec9d942eab1e21530";s:3:"img";s:29:"highlight-showcase/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-parallax-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"720";s:11:"description";s:157:"<span class="ttm_content">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:9;a:24:{s:2:"id";s:2:"10";s:5:"title";s:10:"Image Hero";s:5:"alias";s:10:"image-hero";s:3:"zip";s:13:"imagehero.zip";s:3:"uid";s:32:"7db18781d44f2adc28c962440894aac1";s:3:"img";s:20:"imagehero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-hero-image/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:121:"<span class="ttm_content">A commonly used full-width image hero block with texts.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:10;a:26:{s:2:"id";s:2:"11";s:5:"title";s:17:"Instagram Gallery";s:5:"alias";s:13:"insta-gallery";s:3:"zip";s:17:"insta-gallery.zip";s:3:"uid";s:32:"711732b0d42ec2b57818a2b9b1d86cba";s:3:"img";s:24:"insta-gallery/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-instagram-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"640";s:6:"height";s:3:"640";s:11:"description";s:174:"<span class="ttm_content">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:416:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Instagram Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:11;a:26:{s:2:"id";s:2:"12";s:5:"title";s:21:"Levano Restaurant Bar";s:5:"alias";s:19:"levanorestaurantbar";s:3:"zip";s:23:"levanorestaurantbar.zip";s:3:"uid";s:32:"4178f837db67d1b2eb6cb5840bbd0b42";s:3:"img";s:30:"levanorestaurantbar/slider.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/wordpress-front-page-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:181:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:12;a:25:{s:2:"id";s:2:"13";s:5:"title";s:19:"Main Feature Slider";s:5:"alias";s:11:"mainfeature";s:3:"zip";s:15:"mainfeature.zip";s:3:"uid";s:32:"1e002a3230ab00095bedc6f60393ee7f";s:3:"img";s:22:"mainfeature/slider.jpg";s:7:"preview";s:33:"http://revolution.themepunch.com/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"750";s:11:"description";s:127:" <span class="ttm_content">A slightly stripped down version of the main preview slider.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:282:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:13;a:26:{s:2:"id";s:2:"14";s:5:"title";s:17:"Media Gallery Two";s:5:"alias";s:17:"media-gallery-two";s:3:"zip";s:21:"media-gallery-two.zip";s:3:"uid";s:32:"d002f1b1b55805f9322c264c5504ba5a";s:3:"img";s:28:"media-gallery-two/slider.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-media-gallery-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1230";s:6:"height";s:3:"692";s:11:"description";s:127:"<span class="ttm_content">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:282:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:14;a:25:{s:2:"id";s:2:"15";s:5:"title";s:23:"Media Carousel Autoplay";s:5:"alias";s:23:"media-carousel-autoplay";s:3:"zip";s:27:"media-carousel-autoplay.zip";s:3:"uid";s:32:"393d7875b1cc9d933378b35e4f645d76";s:3:"img";s:34:"media-carousel-autoplay/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-media-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"720";s:6:"height";s:3:"405";s:11:"description";s:153:"<span class="ttm_content">A media carousel with "autoplay" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:289:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:15;a:25:{s:2:"id";s:2:"16";s:5:"title";s:21:"News Background Video";s:5:"alias";s:21:"news-background-video";s:3:"zip";s:17:"news-bg-video.zip";s:3:"uid";s:32:"a0efe44ac3af0f958b3f84c816a08272";s:3:"img";s:24:"news-bg-video/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:143:"<span class="ttm_content">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:16;a:25:{s:2:"id";s:2:"17";s:5:"title";s:12:"News Gallery";s:5:"alias";s:12:"news-gallery";s:3:"zip";s:16:"news-gallery.zip";s:3:"uid";s:32:"3a069c3b286dbb9ee435563f747e3300";s:3:"img";s:23:"news-gallery/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-news-rotator/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:131:"<span class="ttm_content">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:282:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:17;a:25:{s:2:"id";s:2:"18";s:5:"title";s:23:"News Gallery Post Based";s:5:"alias";s:23:"news-gallery-post-based";s:3:"zip";s:27:"news-gallery-post-based.zip";s:3:"uid";s:32:"32fe05b1039c29ab9420bfd15aec5488";s:3:"img";s:34:"news-gallery-post-based/slider.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-post-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:125:"<span class="ttm_content"> This slider is automatically populated by WordPress posts.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:423:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Post-Based Slider"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:18;a:25:{s:2:"id";s:2:"19";s:5:"title";s:9:"News Hero";s:5:"alias";s:9:"news-hero";s:3:"zip";s:13:"news-hero.zip";s:3:"uid";s:32:"96a0385538a17c8c81ed8175740f70ea";s:3:"img";s:20:"news-hero/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:107:"<span class="ttm_content">A image hero block with ken burns effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:19;a:25:{s:2:"id";s:2:"20";s:5:"title";s:10:"News Video";s:5:"alias";s:10:"news-video";s:3:"zip";s:14:"news-video.zip";s:3:"uid";s:32:"f901e9e16e0363248156c2209eb584e9";s:3:"img";s:21:"news-video/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:128:"<span class="ttm_content">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:289:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:20;a:26:{s:2:"id";s:2:"21";s:5:"title";s:15:"Newsletter Hero";s:5:"alias";s:15:"newsletter-hero";s:3:"zip";s:19:"newsletter-hero.zip";s:3:"uid";s:32:"6290a9864d8c4c6311784586ed1cc5fe";s:3:"img";s:26:"newsletter-hero/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-newsletter-signup/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:137:"<span class="ttm_content">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:435:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image, texts, and <a href="https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/" target="_blank">Mailchimp code</a>.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:21;a:25:{s:2:"id";s:2:"22";s:5:"title";s:11:"Not Generic";s:5:"alias";s:10:"notgeneric";s:3:"zip";s:14:"notgeneric.zip";s:3:"uid";s:32:"9d87ba95e02210a9f82387add2ceadf9";s:3:"img";s:21:"notgeneric/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-fullscreen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:22;a:26:{s:2:"id";s:2:"23";s:5:"title";s:11:"Photography";s:5:"alias";s:11:"photography";s:3:"zip";s:15:"photography.zip";s:3:"uid";s:32:"1b2072547afb75e49f33b016751ed360";s:3:"img";s:22:"photography/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-photography-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:23;a:25:{s:2:"id";s:2:"24";s:5:"title";s:20:"Photography Carousel";s:5:"alias";s:20:"photography-carousel";s:3:"zip";s:24:"photography-carousel.zip";s:3:"uid";s:32:"9a84b859ba23dc49ba8784e3a86545fa";s:3:"img";s:31:"photography-carousel/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-photo-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:24;a:26:{s:2:"id";s:2:"25";s:5:"title";s:16:"Search Form Hero";s:5:"alias";s:16:"search-form-hero";s:3:"zip";s:20:"search-form-hero.zip";s:3:"uid";s:32:"e09eb1bd0f22b3a2b02a1aa251dd1f3e";s:3:"img";s:27:"search-form-hero/slider.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/wordpress-search-form-hero/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:158:"<span class="ttm_content">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:320:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:25;a:25:{s:2:"id";s:2:"26";s:5:"title";s:17:"Showcase Carousel";s:5:"alias";s:16:"showcasecarousel";s:3:"zip";s:20:"showcasecarousel.zip";s:3:"uid";s:32:"c5ca218398331bd2c064efc2f62eae56";s:3:"img";s:27:"showcasecarousel/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-cover-flow-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:11:"description";s:129:"<span class="ttm_content">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class="ttm_space"></span>\r\n";s:11:"setup_notes";s:284:"<span class="ttm_content">This is a "Default" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:26;a:25:{s:2:"id";s:2:"27";s:5:"title";s:11:"Sports Hero";s:5:"alias";s:11:"sports-hero";s:3:"zip";s:14:"sportshero.zip";s:3:"uid";s:32:"8de7a145f32a362d618d2595ffa2f724";s:3:"img";s:21:"sportshero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-image-hero/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"720";s:11:"description";s:113:"<span class="ttm_content">An sports themed image hero block with buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:27;a:26:{s:2:"id";s:2:"28";s:5:"title";s:12:"Twitter Feed";s:5:"alias";s:12:"twitter-feed";s:3:"zip";s:16:"twitter-feed.zip";s:3:"uid";s:32:"efbfc2af5da5258e7b7bed8598e483cc";s:3:"img";s:23:"twitter-feed/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-twitter-feed/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"640";s:11:"description";s:173:"<span class="ttm_content"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:414:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Twitter Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:28;a:26:{s:2:"id";s:2:"29";s:5:"title";s:13:"Vimeo Gallery";s:5:"alias";s:13:"vimeo-gallery";s:3:"zip";s:17:"vimeo-gallery.zip";s:3:"uid";s:32:"fa824ce1ff3942ec268fc9eda60df539";s:3:"img";s:24:"vimeo-gallery/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-vimeo-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"692";s:11:"description";s:170:"<span class="ttm_content">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:412:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Vimeo Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:29;a:25:{s:2:"id";s:2:"30";s:5:"title";s:10:"Vimeo Hero";s:5:"alias";s:9:"vimeohero";s:3:"zip";s:13:"vimeohero.zip";s:3:"uid";s:32:"c575575f96173d88589cddcb06120b77";s:3:"img";s:20:"vimeohero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-hero-vimeo/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:116:"<span class="ttm_content">A commonly used Vimeo video background hero block.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:464:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:30;a:25:{s:2:"id";s:2:"31";s:5:"title";s:16:"Web Product Dark";s:5:"alias";s:16:"web-product-dark";s:3:"zip";s:20:"web-product-dark.zip";s:3:"uid";s:32:"39b872cf0608e63c3a503e58374dc30a";s:3:"img";s:27:"web-product-dark/slider.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/wordpress-frontpage-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:31;a:25:{s:2:"id";s:2:"32";s:5:"title";s:21:"Web Product Dark Hero";s:5:"alias";s:21:"web-product-dark-hero";s:3:"zip";s:25:"web-product-dark-hero.zip";s:3:"uid";s:32:"b6784e8925221f36677217979d26e6f0";s:3:"img";s:32:"web-product-dark-hero/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-header-image/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"<span class="ttm_content">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:32;a:25:{s:2:"id";s:2:"33";s:5:"title";s:22:"Web Product Light Hero";s:5:"alias";s:22:"web-product-light-hero";s:3:"zip";s:26:"web-product-light-hero.zip";s:3:"uid";s:32:"428e65d6aaa6ef775429989d50516492";s:3:"img";s:33:"web-product-light-hero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/hero-image-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"<span class="ttm_content">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:289:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:33;a:25:{s:2:"id";s:2:"34";s:5:"title";s:17:"Web Product Light";s:5:"alias";s:15:"webproductlight";s:3:"zip";s:19:"webproductlight.zip";s:3:"uid";s:32:"fa23dab5bf1139c6393828647a9de4e0";s:3:"img";s:26:"webproductlight/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-cover-page/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:34;a:26:{s:2:"id";s:2:"35";s:5:"title";s:15:"Youtube Gallery";s:5:"alias";s:15:"youtube-gallery";s:3:"zip";s:19:"youtube-gallery.zip";s:3:"uid";s:32:"ee9e4928ac74f5f0c0b697ce708f5aa7";s:3:"img";s:26:"youtube-gallery/slider.jpg";s:7:"preview";s:59:"http://revolution.themepunch.com/wordpress-youtube-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:173:"<span class="ttm_content"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:414:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"YouTube Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:35;a:26:{s:2:"id";s:2:"36";s:5:"title";s:12:"Youtube Hero";s:5:"alias";s:11:"youtubehero";s:3:"zip";s:15:"youtubehero.zip";s:3:"uid";s:32:"e0b2c12a45841bdf21cb96305f2c85bf";s:3:"img";s:22:"youtubehero/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-youtube-header/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:104:"<span class="ttm_content">A YouTube video background hero block.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:633:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href="https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/" target="_blank">enable sound for the background video</a><br /><br />\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:36;a:25:{s:2:"id";s:2:"37";s:5:"title";s:13:"Scroll Effect";s:5:"alias";s:13:"scroll-effect";s:3:"zip";s:17:"scroll-effect.zip";s:3:"uid";s:32:"417f59e9db87aa7e47c8509eb88d4af6";s:3:"img";s:23:"scrolleffect/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/big-bold-fullscreen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:134:"<span class="ttm_content">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:485:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:37;a:25:{s:2:"id";s:2:"38";s:5:"title";s:12:"Content Zoom";s:5:"alias";s:12:"content-zoom";s:3:"zip";s:16:"content-zoom.zip";s:3:"uid";s:32:"42ef8cdb70d42ec6ff6fa3b69a027b5f";s:3:"img";s:22:"contentzoom/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/content-zoom-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:243:"<span class="ttm_content">A very unique full-width slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:38;a:25:{s:2:"id";s:2:"39";s:5:"title";s:13:"Food Carousel";s:5:"alias";s:13:"food-carousel";s:3:"zip";s:17:"food-carousel.zip";s:3:"uid";s:32:"a7bf54527b6658a0a308c70c729779fe";s:3:"img";s:29:"foodcarousel/slider_cover.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/food-carousel-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:267:"<span class="ttm_content">A fancy carousel with detail content on each slide. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to show and hide layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:39;a:26:{s:2:"id";s:2:"40";s:5:"title";s:14:"Rotating Words";s:5:"alias";s:14:"rotating-words";s:3:"zip";s:18:"rotating-words.zip";s:3:"uid";s:32:"70190463d9376f278c8197b7b2ef6c1b";s:3:"img";s:24:"rotatingwords/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/rotating-words-hero/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:134:"<span class="ttm_content">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:495:"<span class="ttm_content">This is a "Default" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:40;a:25:{s:2:"id";s:2:"41";s:5:"title";s:22:"Travel Static Captions";s:5:"alias";s:22:"travel-static-captions";s:3:"zip";s:26:"travel-static-captions.zip";s:3:"uid";s:32:"bbe7d61c7c741ebc7aa1ce1082b0cb71";s:3:"img";s:33:"travel-static-captions/slide1.jpg";s:7:"preview";s:50:"http://revolution.themepunch.com/travel-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:148:"<span class="ttm_content">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:41;a:25:{s:2:"id";s:2:"42";s:5:"title";s:7:"Concept";s:5:"alias";s:7:"concept";s:3:"zip";s:11:"concept.zip";s:3:"uid";s:32:"47cb06083e87503762f6746725117a3c";s:3:"img";s:18:"concept/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/fullscreen-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">A full-screen slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:42;a:25:{s:2:"id";s:2:"43";s:5:"title";s:15:"True Fullscreen";s:5:"alias";s:17:"fullscreen-button";s:3:"zip";s:21:"fullscreen-button.zip";s:3:"uid";s:32:"618a43bdf89333b555531f6d6ecde359";s:3:"img";s:28:"fullscreen-button/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-sidebar-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:246:"<span class="ttm_content">A slider with a full-screen button that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:297:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:43;a:25:{s:2:"id";s:2:"44";s:5:"title";s:16:"Creative Freedom";s:5:"alias";s:15:"creativefreedom";s:3:"zip";s:19:"creativefreedom.zip";s:3:"uid";s:32:"8902bf6c93126c2c6323626b9e872621";s:3:"img";s:26:"creativefreedom/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-touch-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:290:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:44;a:25:{s:2:"id";s:2:"45";s:5:"title";s:17:"3D Parallax Scene";s:5:"alias";s:13:"parallaxscene";s:3:"zip";s:17:"parallaxscene.zip";s:3:"uid";s:32:"51566f1ce649708e97a0f5dfaf05ea19";s:3:"img";s:24:"parallaxscene/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-3d-parallax/";s:7:"version";s:5:"1.0.2";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:328:"<span class="ttm_content">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:45;a:25:{s:2:"id";s:2:"46";s:5:"title";s:10:"Wow Factor";s:5:"alias";s:15:"slidingoverlays";s:3:"zip";s:19:"slidingoverlays.zip";s:3:"uid";s:32:"18002d17e8bc7ca61b0951f5305a759e";s:3:"img";s:26:"slidingoverlays/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/responsive-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"768";s:11:"description";s:106:"<span class="ttm_content">A 3D-parallax effect full-screen slider.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:46;a:25:{s:2:"id";s:2:"47";s:5:"title";s:14:"3D Web Product";s:5:"alias";s:25:"web-product-light-hero-3d";s:3:"zip";s:29:"web-product-light-hero-3d.zip";s:3:"uid";s:32:"efd345c5da805414093e46066cefd751";s:3:"img";s:36:"web-product-light-hero-3d/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/wordpress-3d-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1400";s:6:"height";s:3:"668";s:11:"description";s:149:"<span class="ttm_content">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:282:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:47;a:25:{s:2:"id";s:2:"48";s:5:"title";s:15:"WooCommerce Big";s:5:"alias";s:6:"woobig";s:3:"zip";s:10:"woobig.zip";s:3:"uid";s:32:"bfb09a39656c7c80e86b468fc5b3403c";s:3:"img";s:17:"woobig/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:173:"<span class="ttm_content">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"WooCommerce Slider"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:9:"postbased";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:48;a:25:{s:2:"id";s:2:"49";s:5:"title";s:17:"WooCommerce Small";s:5:"alias";s:16:"woocommercesmall";s:3:"zip";s:20:"woocommercesmall.zip";s:3:"uid";s:32:"b17c2adcc5c4c4b68a7ac6fee32fa030";s:3:"img";s:27:"woocommercesmall/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:3:"400";s:6:"height";s:3:"266";s:11:"description";s:174:" <span class="ttm_content">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"WooCommerce Slider"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:9:"postbased";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:49;a:25:{s:2:"id";s:2:"50";s:5:"title";s:17:"Restaurant Header";s:5:"alias";s:10:"finedining";s:3:"zip";s:14:"finedining.zip";s:3:"uid";s:32:"03481a9e258501fbe3888b48830ea845";s:3:"img";s:21:"finedining/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/restaurant-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:275:"<span class="ttm_content">A full-screen hero block slider that shows different background layers on button hover using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:464:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:50;a:25:{s:2:"id";s:2:"51";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:12:"agency-intro";s:3:"zip";s:16:"agency-intro.zip";s:3:"uid";s:32:"e9be2afdd55a0c8d0d8d0cc12ba4c82f";s:3:"img";s:23:"agency-intro/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/agency-website-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:302:" <span class="ttm_content">A full-screen hero block slider with ken burns effect and video modal on button click. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:51;a:25:{s:2:"id";s:2:"52";s:5:"title";s:11:"Team Slider";s:5:"alias";s:7:"ourteam";s:3:"zip";s:11:"ourteam.zip";s:3:"uid";s:32:"d8eb1fec07a79202d1118bb17f70c233";s:3:"img";s:18:"ourteam/slide1.jpg";s:7:"preview";s:74:"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1400";s:6:"height";s:3:"800";s:11:"description";s:303:"<span class="ttm_content">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:657:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\nLearn how to <a href="https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/" target="_blank">modify the thumbnails</a><br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:52;a:25:{s:2:"id";s:2:"53";s:5:"title";s:13:"Team Carousel";s:5:"alias";s:17:"our-team-carousel";s:3:"zip";s:21:"our-team-carousel.zip";s:3:"uid";s:32:"37656d5dcab1f265c025cb2a3d669809";s:3:"img";s:26:"ourteamcarousel/slide1.jpg";s:7:"preview";s:83:"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1000";s:6:"height";s:3:"800";s:11:"description";s:306:" <span class="ttm_content">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:659:"<span class="ttm_content">This is a "Default" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\nLearn how to <a href="https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/" target="_blank">modify the thumbnails</a><br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:53;a:26:{s:2:"id";s:2:"54";s:5:"title";s:17:"4K Youtube Slider";s:5:"alias";s:13:"betteryoutube";s:3:"zip";s:17:"betteryoutube.zip";s:3:"uid";s:32:"d7c5fef9f257037d7a148038aa2a1857";s:3:"img";s:24:"betteryoutube/slide1.jpg";s:7:"preview";s:94:"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"675";s:11:"description";s:293:" <span class="ttm_content">A full-screen youtube gallery with 4K videos as an example. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to breathe life into navigation elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:535:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:54;a:25:{s:2:"id";s:2:"55";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:19:"agencywebsiteheader";s:3:"zip";s:23:"agencywebsiteheader.zip";s:3:"uid";s:32:"c11d272c87277a7a38d9e7fd13e27947";s:3:"img";s:30:"agencywebsiteheader/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/fullscreen-hero-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:245:" <span class="ttm_content">A very unique full-screen slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:509:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:55;a:25:{s:2:"id";s:2:"56";s:5:"title";s:11:"Coming Soon";s:5:"alias";s:10:"comingsoon";s:3:"zip";s:14:"comingsoon.zip";s:3:"uid";s:32:"0f89edf995512e6d6e864a2ee7221829";s:3:"img";s:21:"comingsoon/slide1.jpg";s:7:"preview";s:79:"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:299:"<span class="ttm_content">A full-screen slider that can be used as a "Coming Soon" page. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to achieve various interaction possibilities.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:638:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href="https://www.themepunch.com/faq/change-date-for-coming-soon-template/" target="_blank">how to change the date.</a><br /><br />\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:56;a:25:{s:2:"id";s:2:"57";s:5:"title";s:20:"Christmas Snow Scene";s:5:"alias";s:9:"snowscene";s:3:"zip";s:13:"snowscene.zip";s:3:"uid";s:32:"a747bf0837caff86c62419a746690209";s:3:"img";s:20:"snowscene/slide1.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/christmas-snow-scene/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:141:"<span class="ttm_content">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:485:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:57;a:25:{s:2:"id";s:2:"58";s:5:"title";s:15:"Rock Band Music";s:5:"alias";s:8:"rockband";s:3:"zip";s:12:"rockband.zip";s:3:"uid";s:32:"5f557a5fad2fd6ca982a6ae6e9619637";s:3:"img";s:19:"rockband/slide1.jpg";s:7:"preview";s:80:"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:140:" <span class="ttm_content">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:464:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:58;a:25:{s:2:"id";s:2:"59";s:5:"title";s:18:"Sleek Landing Page";s:5:"alias";s:16:"sleeklandingpage";s:3:"zip";s:20:"sleeklandingpage.zip";s:3:"uid";s:32:"07f7f2608936a8ae226213b7d99eee3f";s:3:"img";s:27:"sleeklandingpage/slide1.jpg";s:7:"preview";s:70:"http://revolution.themepunch.com/landing-page-free-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:191:"<span class="ttm_content">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-22 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:59;a:25:{s:2:"id";s:2:"60";s:5:"title";s:16:"App Landing Page";s:5:"alias";s:14:"applandingpage";s:3:"zip";s:18:"applandingpage.zip";s:3:"uid";s:32:"38eb600893c1484ab8fd2a3dce3678d7";s:3:"img";s:25:"applandingpage/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/app-landing-page-free-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:263:"<span class="ttm_content">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:60;a:25:{s:2:"id";s:2:"61";s:5:"title";s:10:"Desk Scene";s:5:"alias";s:9:"deskscene";s:3:"zip";s:13:"deskscene.zip";s:3:"uid";s:32:"172a1a89a3e3b333cb4dbeb238f534c5";s:3:"img";s:20:"deskscene/slide1.jpg";s:7:"preview";s:49:"http://revolution.themepunch.com/hero-desk-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:135:"<span class="ttm_content">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:61;a:25:{s:2:"id";s:2:"62";s:5:"title";s:17:"Clean News Slider";s:5:"alias";s:15:"cleannewsslider";s:3:"zip";s:19:"cleannewsslider.zip";s:3:"uid";s:32:"82c3f521fe31b80984be0f19e1a9899e";s:3:"img";s:26:"cleannewsslider/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:132:"<span class="ttm_content">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class="ttm_space"></span>\r\n";s:11:"setup_notes";s:282:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:62;a:25:{s:2:"id";s:2:"63";s:5:"title";s:13:"Image Gallery";s:5:"alias";s:12:"imagegallery";s:3:"zip";s:16:"imagegallery.zip";s:3:"uid";s:32:"cef1d75357df2cb53b990c74a214813e";s:3:"img";s:23:"imagegallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:239:"<span class="ttm_content">A photo gallery suitable to display your images using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:63;a:25:{s:2:"id";s:2:"64";s:5:"title";s:19:"Standard WP Gallery";s:5:"alias";s:19:"standard-wp-gallery";s:3:"zip";s:23:"standard-wp-gallery.zip";s:3:"uid";s:32:"632035b8a27652d8081dbdfa343dc93d";s:3:"img";s:30:"standard-wp-gallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:143:"<span class="ttm_content">A photo gallery that uses the "Standard WP Gallery" add-on to display images.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:407:"<span class="ttm_content">Please follow the setup guide on the "Standard WP Gallery" add-on page.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";s:166:"[{"path":"revslider-gallery-addon\\/revslider-gallery-addon.php","name":"WP Gallery AddOn","url":"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:64;a:25:{s:2:"id";s:2:"65";s:5:"title";s:21:"Clean News Post Based";s:5:"alias";s:21:"clean-news-post-based";s:3:"zip";s:25:"clean-news-post-based.zip";s:3:"uid";s:32:"f4cf5bbe51afa5a361754bb081cbabf2";s:3:"img";s:32:"clean-news-post-based/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:125:"<span class="ttm_content"> This slider is automatically populated by WordPress posts.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:423:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Post-Based Slider"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:65;a:25:{s:2:"id";s:2:"66";s:5:"title";s:22:"Interactive Whiteboard";s:5:"alias";s:21:"interactivewhiteboard";s:3:"zip";s:25:"interactivewhiteboard.zip";s:3:"uid";s:32:"058b4af535d6c6c7bcec5225845e3eb4";s:3:"img";s:32:"interactivewhiteboard/slide1.jpg";s:7:"preview";s:77:"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:269:"<span class="ttm_content">This is the example slider from the Whiteboard add-on preview.<br/><a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used to achieve certain effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:541:"<span class="ttm_content">This slider template requires the <a href="https://www.themepunch.com/slider-revolution/whiteboard-addon/" target="_blank">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:185:"[{"path":"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php","name":"Whiteboard AddOn","url":"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:66;a:25:{s:2:"id";s:2:"68";s:5:"title";s:17:"Innovation Slider";s:5:"alias";s:10:"innovation";s:3:"zip";s:14:"innovation.zip";s:3:"uid";s:32:"d3440b69126d9c186fddc713b18b0002";s:3:"img";s:21:"innovation/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/";s:7:"version";s:5:"1.0.5";s:8:"required";s:7:"5.2.3.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:258:"<span class="ttm_content">A full-screen slider with an elegant fade-out parallax effect. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:493:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-03-29 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:67;a:28:{s:2:"id";s:2:"69";s:5:"title";s:25:"Dark Content Block - Menu";s:5:"alias";s:24:"dark-fullsite-block-menu";s:3:"zip";s:34:"packs/dark-fullsite-block-menu.zip";s:3:"uid";s:32:"bf4bd226719d3c3d3146592976e31ca1";s:3:"img";s:35:"dark-fullsite-block-menu/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:68;a:28:{s:2:"id";s:2:"70";s:5:"title";s:25:"Dark Content Block - Hero";s:5:"alias";s:21:"dark-fullsite-block-1";s:3:"zip";s:31:"packs/dark-fullsite-block-1.zip";s:3:"uid";s:32:"d8859245fe600288ca932dc29aca751f";s:3:"img";s:32:"dark-fullsite-block-1/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:69;a:28:{s:2:"id";s:2:"71";s:5:"title";s:26:"Dark Content Block - About";s:5:"alias";s:27:"dark-fullsite-block-2-about";s:3:"zip";s:37:"packs/dark-fullsite-block-2-about.zip";s:3:"uid";s:32:"298401901521a197a8294c1b4f73df3e";s:3:"img";s:38:"dark-fullsite-block-2-about/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:70;a:28:{s:2:"id";s:2:"72";s:5:"title";s:29:"Dark Content Block - Services";s:5:"alias";s:30:"dark-fullsite-block-3-services";s:3:"zip";s:40:"packs/dark-fullsite-block-3-services.zip";s:3:"uid";s:32:"8da3ed605472ed6a26c745fb52f85f82";s:3:"img";s:41:"dark-fullsite-block-3-services/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:71;a:28:{s:2:"id";s:2:"73";s:5:"title";s:29:"Dark Content Block - Products";s:5:"alias";s:30:"dark-fullsite-block-4-products";s:3:"zip";s:40:"packs/dark-fullsite-block-4-products.zip";s:3:"uid";s:32:"99e4f40399d20261a6131043d0e50b0c";s:3:"img";s:41:"dark-fullsite-block-4-products/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:422:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>\r\n";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:72;a:28:{s:2:"id";s:2:"74";s:5:"title";s:33:"Dark Content Block - Testimonials";s:5:"alias";s:34:"dark-fullsite-block-5-testimonials";s:3:"zip";s:44:"packs/dark-fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"2f9121e0eedd51afe85e233d0743acab";s:3:"img";s:45:"dark-fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:73;a:28:{s:2:"id";s:2:"75";s:5:"title";s:28:"Dark Content Block - Callout";s:5:"alias";s:29:"dark-fullsite-block-6-callout";s:3:"zip";s:39:"packs/dark-fullsite-block-6-callout.zip";s:3:"uid";s:32:"55fbecb113ff21f050be7adc08637329";s:3:"img";s:40:"dark-fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:74;a:28:{s:2:"id";s:2:"76";s:5:"title";s:27:"Dark Content Block - Footer";s:5:"alias";s:28:"dark-fullsite-block-7-footer";s:3:"zip";s:38:"packs/dark-fullsite-block-7-footer.zip";s:3:"uid";s:32:"2ff517f5c7c54e3e0c2dd733cfd3400e";s:3:"img";s:39:"dark-fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:75;a:28:{s:2:"id";s:2:"77";s:5:"title";s:26:"Light Content Block - Menu";s:5:"alias";s:19:"fullsite-block-menu";s:3:"zip";s:29:"packs/fullsite-block-menu.zip";s:3:"uid";s:32:"8010971f34387d5f94a1f4e577ef382a";s:3:"img";s:30:"fullsite-block-menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:76;a:28:{s:2:"id";s:2:"78";s:5:"title";s:26:"Light Content Block - Hero";s:5:"alias";s:15:"fullsite-block1";s:3:"zip";s:25:"packs/fullsite-block1.zip";s:3:"uid";s:32:"45bf7179843e01ce112e8ec754b0455c";s:3:"img";s:26:"fullsite-block1/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:77;a:28:{s:2:"id";s:2:"79";s:5:"title";s:27:"Light Content Block - About";s:5:"alias";s:22:"fullsite-block-2-about";s:3:"zip";s:32:"packs/fullsite-block-2-about.zip";s:3:"uid";s:32:"8402b460638a746d36433cb161440b7d";s:3:"img";s:33:"fullsite-block-2-about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:78;a:28:{s:2:"id";s:2:"80";s:5:"title";s:30:"Light Content Block - Services";s:5:"alias";s:25:"fullsite-block-3-services";s:3:"zip";s:35:"packs/fullsite-block-3-services.zip";s:3:"uid";s:32:"7b8cea27f4d6ae17c5e1eae12457bd06";s:3:"img";s:36:"fullsite-block-3-services/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:79;a:28:{s:2:"id";s:2:"81";s:5:"title";s:30:"Light Content Block - Products";s:5:"alias";s:25:"fullsite-block-4-products";s:3:"zip";s:35:"packs/fullsite-block-4-products.zip";s:3:"uid";s:32:"d148935362d7122636cda0635eae4be7";s:3:"img";s:36:"fullsite-block-4-products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:80;a:28:{s:2:"id";s:2:"82";s:5:"title";s:34:"Light Content Block - Testimonials";s:5:"alias";s:29:"fullsite-block-5-testimonials";s:3:"zip";s:39:"packs/fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"06255bfd421e40f71fa8197b839dbf03";s:3:"img";s:40:"fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:81;a:28:{s:2:"id";s:2:"83";s:5:"title";s:29:"Light Content Block - Callout";s:5:"alias";s:24:"fullsite-block-6-callout";s:3:"zip";s:34:"packs/fullsite-block-6-callout.zip";s:3:"uid";s:32:"8a88c3447676b613ec5db2fe5d63315c";s:3:"img";s:35:"fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:82;a:28:{s:2:"id";s:2:"84";s:5:"title";s:28:"Light Content Block - Footer";s:5:"alias";s:23:"fullsite-block-7-footer";s:3:"zip";s:33:"packs/fullsite-block-7-footer.zip";s:3:"uid";s:32:"34300b4407a2093eb2e1e08868fa8319";s:3:"img";s:34:"fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:83;a:25:{s:2:"id";s:2:"85";s:5:"title";s:12:"Tech Journal";s:5:"alias";s:11:"techjournal";s:3:"zip";s:15:"techjournal.zip";s:3:"uid";s:32:"7f92d70d1c108378f915b18c2ceb71d6";s:3:"img";s:22:"techjournal/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:130:"<span class="ttm_content">A full-width slider with navigation direction-based transitions.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:84;a:25:{s:2:"id";s:2:"86";s:5:"title";s:14:"Car Dealership";s:5:"alias";s:13:"cardealership";s:3:"zip";s:17:"cardealership.zip";s:3:"uid";s:32:"bb010838855a8ae4d1dd68e139bf169e";s:3:"img";s:24:"cardealership/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/car-dealership-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"650";s:11:"description";s:130:"<span class="ttm_content">A full-width slider with navigation direction-based transitions.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:85;a:25:{s:2:"id";s:2:"87";s:5:"title";s:22:"FullScreen Menu Slider";s:5:"alias";s:14:"fullscreenmenu";s:3:"zip";s:18:"fullscreenmenu.zip";s:3:"uid";s:32:"6de81d74c4bf193e2e274d43038adc85";s:3:"img";s:25:"fullscreenmenu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-fullscreen-menu/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:131:"<span class="ttm_content">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:86;a:25:{s:2:"id";s:2:"88";s:5:"title";s:18:"Creative Frontpage";s:5:"alias";s:17:"creativefrontpage";s:3:"zip";s:21:"creativefrontpage.zip";s:3:"uid";s:32:"0636cb368af3bcaa2f68eb0ebefe6439";s:3:"img";s:28:"creativefrontpage/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/best-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:246:"<span class="ttm_content">A full-screen slider with hidden slides that are triggered via  <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:95;a:25:{s:2:"id";s:2:"97";s:5:"title";s:21:"Focus Parallax Effect";s:5:"alias";s:13:"focusparallax";s:3:"zip";s:17:"focusparallax.zip";s:3:"uid";s:32:"13bd15fb3ddf8b9841cb55b89389cc73";s:3:"img";s:24:"focusparallax/slide1.jpg";s:7:"preview";s:68:" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:256:"<span class="ttm_content">A full-screen slider with mouse controlled parallax effects. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:96;a:25:{s:2:"id";s:2:"98";s:5:"title";s:14:"Duotone Slider";s:5:"alias";s:7:"duotone";s:3:"zip";s:11:"duotone.zip";s:3:"uid";s:32:"494862ceb6cb7c6658ad7cd36848cccd";s:3:"img";s:18:"duotone/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/wordpress-header-image-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"800";s:11:"description";s:252:"<span class="ttm_content">A full-screen slider with unique parallax scroll effect. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:97;a:29:{s:2:"id";s:2:"99";s:5:"title";s:12:"Minimal Menu";s:5:"alias";s:6:"r_menu";s:3:"zip";s:16:"packs/r_menu.zip";s:3:"uid";s:32:"30d6a6895db1a5f29b1679061551c9f0";s:3:"img";s:17:"r_menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"110";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;s:6:"is_new";b:1;}i:98;a:28:{s:2:"id";s:3:"100";s:5:"title";s:12:"Minimal Hero";s:5:"alias";s:5:"rhero";s:3:"zip";s:16:"packs/r_hero.zip";s:3:"uid";s:32:"b8b46186956f6e66ad0c08e4532bbbde";s:3:"img";s:17:"r_hero/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:99;a:28:{s:2:"id";s:3:"101";s:5:"title";s:13:"Minimal About";s:5:"alias";s:7:"r_about";s:3:"zip";s:17:"packs/r_about.zip";s:3:"uid";s:32:"343010c4b4c03f92888c3e9e95bc2bb1";s:3:"img";s:18:"r_about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:100;a:28:{s:2:"id";s:3:"102";s:5:"title";s:16:"Minimal Products";s:5:"alias";s:10:"r_products";s:3:"zip";s:20:"packs/r_products.zip";s:3:"uid";s:32:"dda93e85c6a4456d132040147f087f39";s:3:"img";s:21:"r_products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:4:"1100";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:101;a:28:{s:2:"id";s:3:"103";s:5:"title";s:12:"Minimal Info";s:5:"alias";s:6:"r_info";s:3:"zip";s:16:"packs/r_info.zip";s:3:"uid";s:32:"d6e368e8fd4862174af6c980389ae530";s:3:"img";s:17:"r_info/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:102;a:25:{s:2:"id";s:3:"104";s:5:"title";s:18:"Inspiration Header";s:5:"alias";s:17:"inspirationheader";s:3:"zip";s:21:"inspirationheader.zip";s:3:"uid";s:32:"69f04b2be0b618fa7e184af83b86b7e7";s:3:"img";s:28:"inspirationheader/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/wordpress-theme-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:159:"<span class="ttm_content">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:103;a:26:{s:2:"id";s:3:"105";s:5:"title";s:15:"Magazine Slider";s:5:"alias";s:13:"magazineposts";s:3:"zip";s:17:"magazineposts.zip";s:3:"uid";s:32:"c562f3457e4edbd030959f7c5e6e0f7c";s:3:"img";s:24:"magazineposts/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-magazine-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1400";s:6:"height";s:4:"1000";s:11:"description";s:266:"<span class="ttm_content">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:104;a:25:{s:2:"id";s:3:"106";s:5:"title";s:11:"News Header";s:5:"alias";s:17:"explorationheader";s:3:"zip";s:21:"explorationheader.zip";s:3:"uid";s:32:"8f20d5a868c90ded08b835fb9e8307d7";s:3:"img";s:28:"explorationheader/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/wordpress-news-header/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:288:"<span class="ttm_content">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> to add links to buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:105;a:28:{s:2:"id";s:3:"107";s:5:"title";s:23:"Minimal Website Package";s:5:"alias";s:23:"minimal-website-package";s:3:"zip";s:0:"";s:3:"uid";s:23:"minimal-website-package";s:3:"img";s:31:"packages/template_group_1_1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"110";s:11:"description";s:181:"<span class="ttm_content">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:107;a:28:{s:2:"id";s:3:"109";s:5:"title";s:26:"Dark Content Block Package";s:5:"alias";s:27:"dark-fullsite-block-package";s:3:"zip";s:0:"";s:3:"uid";s:27:"dark-fullsite-block-package";s:3:"img";s:29:"packages/template_group_4.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:158:"<span class="ttm_content">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:108;a:28:{s:2:"id";s:3:"110";s:5:"title";s:27:"Light Content Block Package";s:5:"alias";s:22:"fullsite-block-package";s:3:"zip";s:0:"";s:3:"uid";s:22:"fullsite-block-package";s:3:"img";s:29:"packages/template_group_3.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:158:"<span class="ttm_content">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:109;a:25:{s:2:"id";s:3:"111";s:5:"title";s:17:"Typewriter Effect";s:5:"alias";s:16:"typewritereffect";s:3:"zip";s:20:"typewritereffect.zip";s:3:"uid";s:32:"d6f8bae06cc4a7b158d680c01e59ddc2";s:3:"img";s:27:"typewritereffect/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/wordpress-typewriter-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:263:"<span class="ttm_content">This is the example slider from the Typewriter add-on preview.<br/><a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:403:"<span class="ttm_content">This slider template requires the <a href="https://www.themepunch.com/slider-revolution/typewriter-addon/" target="_blank">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:110;a:25:{s:2:"id";s:3:"112";s:5:"title";s:17:"Blend Mode Header";s:5:"alias";s:15:"blendmodeheader";s:3:"zip";s:19:"blendmodeheader.zip";s:3:"uid";s:32:"2e44e976596d757aab40ffa28086dcf9";s:3:"img";s:26:"blendmodeheader/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/blend-mode-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1000";s:11:"description";s:163:"<span class="ttm_content">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:111;a:29:{s:2:"id";s:3:"113";s:5:"title";s:17:"Themeplicity Menu";s:5:"alias";s:17:"themeplicity_menu";s:3:"zip";s:27:"packs/themeplicity_menu.zip";s:3:"uid";s:32:"7d5c1e75eaafa63683895a32a62f4ce0";s:3:"img";s:28:"themeplicity_menu/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:2:"90";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:112;a:29:{s:2:"id";s:3:"114";s:5:"title";s:19:"Themeplicity Header";s:5:"alias";s:19:"themeplicity_header";s:3:"zip";s:29:"packs/themeplicity_header.zip";s:3:"uid";s:32:"907091e4d58acc7d12f802de2f280b7d";s:3:"img";s:30:"themeplicity_header/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1000";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:113;a:29:{s:2:"id";s:3:"115";s:5:"title";s:18:"Themeplicity Offer";s:5:"alias";s:18:"themeplicity_offer";s:3:"zip";s:28:"packs/themeplicity_offer.zip";s:3:"uid";s:32:"1bd8f9aa2f3e340449664c65ba17fb51";s:3:"img";s:29:"themeplicity_offer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"330";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:114;a:29:{s:2:"id";s:3:"116";s:5:"title";s:23:"Themeplicity What We Do";s:5:"alias";s:21:"themeplicity_whatwedo";s:3:"zip";s:31:"packs/themeplicity_whatwedo.zip";s:3:"uid";s:32:"aa800a44b5a3eab30414dde1f32bfed7";s:3:"img";s:32:"themeplicity_whatwedo/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"813";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:115;a:29:{s:2:"id";s:3:"117";s:5:"title";s:21:"Themeplicity Projects";s:5:"alias";s:21:"themeplicity_projects";s:3:"zip";s:31:"packs/themeplicity_projects.zip";s:3:"uid";s:32:"5f61b3a13033ba6a51a18270163e0a50";s:3:"img";s:32:"themeplicity_projects/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"813";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:116;a:29:{s:2:"id";s:3:"118";s:5:"title";s:24:"Themeplicity Whats Great";s:5:"alias";s:23:"themeplicity_whatsgreat";s:3:"zip";s:33:"packs/themeplicity_whatsgreat.zip";s:3:"uid";s:32:"ce9faf8c55ed2e33e091b23667e7173b";s:3:"img";s:34:"themeplicity_whatsgreat/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:117;a:29:{s:2:"id";s:3:"119";s:5:"title";s:19:"Themeplicity Tables";s:5:"alias";s:19:"themeplicity_tables";s:3:"zip";s:29:"packs/themeplicity_tables.zip";s:3:"uid";s:32:"f28bb4cd20ec1f29a1de7da5ad09c293";s:3:"img";s:30:"themeplicity_tables/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1059";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:118;a:29:{s:2:"id";s:3:"120";s:5:"title";s:24:"Themeplicity Contactform";s:5:"alias";s:24:"themeplicity_contactform";s:3:"zip";s:34:"packs/themeplicity_contactform.zip";s:3:"uid";s:32:"3e59da970f534490774fa8e053f5b5ed";s:3:"img";s:35:"themeplicity_contactform/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1067";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:119;a:29:{s:2:"id";s:3:"121";s:5:"title";s:19:"Themeplicity Footer";s:5:"alias";s:19:"themeplicity_footer";s:3:"zip";s:29:"packs/themeplicity_footer.zip";s:3:"uid";s:32:"89eeb0b4b852c5f743e1bd76e3e8f2ef";s:3:"img";s:30:"themeplicity_footer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"780";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:120;a:29:{s:2:"id";s:3:"122";s:5:"title";s:20:"Themeplicity Package";s:5:"alias";s:20:"themeplicity-package";s:3:"zip";s:0:"";s:3:"uid";s:20:"themeplicity-package";s:3:"img";s:38:"packages/templatepack_themeplicity.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:175:"<span class="ttm_content">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;s:6:"is_new";b:1;}i:121;a:29:{s:2:"id";s:3:"123";s:5:"title";s:19:"Nice And Clean Menu";s:5:"alias";s:17:"NiceAndClean_Menu";s:3:"zip";s:27:"packs/NiceAndClean_Menu.zip";s:3:"uid";s:32:"3f8c01e26c7446428e045c4b1180776d";s:3:"img";s:28:"NiceAndClean_Menu/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:2:"90";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:122;a:29:{s:2:"id";s:3:"124";s:5:"title";s:21:"Nice And Clean Header";s:5:"alias";s:19:"NiceAndClean_Header";s:3:"zip";s:29:"packs/NiceAndClean_Header.zip";s:3:"uid";s:32:"76931033addb20a62557c2845a4d6a11";s:3:"img";s:30:"NiceAndClean_Header/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:123;a:29:{s:2:"id";s:3:"125";s:5:"title";s:23:"Nice And Clean Services";s:5:"alias";s:21:"NiceAndClean_Services";s:3:"zip";s:31:"packs/NiceAndClean_Services.zip";s:3:"uid";s:32:"02f72ec606800c8215bcadea09624e87";s:3:"img";s:32:"NiceAndClean_Services/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"360";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:124;a:29:{s:2:"id";s:3:"126";s:5:"title";s:20:"Nice And Clean About";s:5:"alias";s:18:"NiceAndClean_About";s:3:"zip";s:28:"packs/NiceAndClean_About.zip";s:3:"uid";s:32:"9510f6fdbb8e9473e8c22f692a6bc89f";s:3:"img";s:29:"NiceAndClean_About/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:125;a:29:{s:2:"id";s:3:"127";s:5:"title";s:20:"Nice And Clean Video";s:5:"alias";s:18:"niceandclean_video";s:3:"zip";s:28:"packs/niceandclean_video.zip";s:3:"uid";s:32:"2bb9e1ad329435cc500542d0c7025e15";s:3:"img";s:29:"niceandclean_video/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:126;a:29:{s:2:"id";s:3:"128";s:5:"title";s:25:"Nice And Clean Highlights";s:5:"alias";s:23:"niceandclean_highlights";s:3:"zip";s:33:"packs/niceandclean_highlights.zip";s:3:"uid";s:32:"ff396af163a79d2d5b35db17c1ea7aa6";s:3:"img";s:34:"niceandclean_highlights/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:127;a:29:{s:2:"id";s:3:"129";s:5:"title";s:23:"Nice And Clean Projects";s:5:"alias";s:21:"NiceAndClean_Projects";s:3:"zip";s:31:"packs/NiceAndClean_Projects.zip";s:3:"uid";s:32:"1e6695959ef83f8975b52289c08a4d44";s:3:"img";s:32:"NiceAndClean_Projects/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:128;a:29:{s:2:"id";s:3:"130";s:5:"title";s:25:"Nice And Clean TextBlocks";s:5:"alias";s:23:"niceandclean_textblocks";s:3:"zip";s:33:"packs/niceandclean_textblocks.zip";s:3:"uid";s:32:"1f33eb839c96ea3225faff1c8d382b05";s:3:"img";s:34:"niceandclean_textblocks/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:129;a:29:{s:2:"id";s:3:"131";s:5:"title";s:22:"Nice And Clean CallOut";s:5:"alias";s:20:"niceandclean_callout";s:3:"zip";s:30:"packs/niceandclean_callout.zip";s:3:"uid";s:32:"54d4d9bcf79d357de0e614700e909863";s:3:"img";s:31:"niceandclean_callout/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:130;a:29:{s:2:"id";s:3:"132";s:5:"title";s:21:"Nice And Clean Footer";s:5:"alias";s:19:"niceandclean_footer";s:3:"zip";s:29:"packs/niceandclean_footer.zip";s:3:"uid";s:32:"5492d7f72b3771a4e754f91bda063b15";s:3:"img";s:30:"niceandclean_footer/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"400";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:542:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:131;a:25:{s:2:"id";s:3:"134";s:5:"title";s:15:"80s Style Intro";s:5:"alias";s:3:"80s";s:3:"zip";s:7:"80s.zip";s:3:"uid";s:32:"98881ab51f71b2fbdb220752d321b15a";s:3:"img";s:14:"80s/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/80s-style-intro/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:139:"<span class="ttm_content">This intro hero block takes you back to the 80''s with some funky effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:317:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:132;a:25:{s:2:"id";s:3:"135";s:5:"title";s:18:"Blur Effect Slider";s:5:"alias";s:10:"blurslider";s:3:"zip";s:14:"blurslider.zip";s:3:"uid";s:32:"83bd6e1ccef83f03c944fa05b0a2d879";s:3:"img";s:21:"blurslider/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/blur-effect-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:147:"<span class="ttm_content">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:315:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:133;a:24:{s:2:"id";s:3:"136";s:5:"title";s:18:"Coming Soon Add-On";s:5:"alias";s:15:"ComingSoonAddon";s:3:"zip";s:19:"ComingSoonAddon.zip";s:3:"uid";s:32:"51258492055b940099eb96ba52901fa9";s:3:"img";s:26:"ComingSoonAddon/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/coming-soon-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:133:"<span class="ttm_content">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:197:"[{"path":"revslider-maintenance-addon\\/revslider-maintenance-addon.php","name":"Coming Soon & Maintenance AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:134;a:29:{s:2:"id";s:3:"137";s:5:"title";s:22:"Nice And Clean Package";s:5:"alias";s:22:"nice-and-clean-package";s:3:"zip";s:0:"";s:3:"uid";s:22:"nice-and-clean-package";s:3:"img";s:38:"packages/templatepack_niceandclean.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"800";s:11:"description";s:242:"<span class="ttm_content">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;s:6:"is_new";b:1;}i:135;a:24:{s:2:"id";s:3:"138";s:5:"title";s:18:"Snow Effect Add-On";s:5:"alias";s:9:"snowaddon";s:3:"zip";s:13:"snowaddon.zip";s:3:"uid";s:32:"7408d8567b8af5716eaabd390422e51b";s:3:"img";s:20:"snowaddon/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/snow-effect-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:183:"<span class="ttm_content">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the "Holiday Snow" Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:153:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:136;a:25:{s:2:"id";s:3:"139";s:5:"title";s:19:"Particle Effect One";s:5:"alias";s:19:"particle-effect-one";s:3:"zip";s:23:"particle-effect-one.zip";s:3:"uid";s:32:"a4611c906e35ca60f617da86217b5299";s:3:"img";s:30:"particle-effect-one/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/particle-effect-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:143:"<span class="ttm_content">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:442:"<span class="ttm_content">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the "BLEND MODE IMAGE" layer and go to "advanced style -> filters -> blend mode".</span>\r\n<span class="ttm_space"></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Increase Engagement with Particle Effects and Blend Mode [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-increase-engagement-with-particle-effects-and-blend-mode/";s:9:"guide_img";s:32:"tutorial/particle-effect-one.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:137;a:24:{s:2:"id";s:3:"140";s:5:"title";s:19:"Particle Effect Two";s:5:"alias";s:19:"particle-effect-two";s:3:"zip";s:23:"particle-effect-two.zip";s:3:"uid";s:32:"b8ecbf43374a69e4ab329ea834862ef8";s:3:"img";s:30:"particle-effect-two/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/particle-effect-intro/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:143:"<span class="ttm_content">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:138;a:25:{s:2:"id";s:3:"141";s:5:"title";s:21:"Particle Effect Three";s:5:"alias";s:21:"particle-effect-three";s:3:"zip";s:25:"particle-effect-three.zip";s:3:"uid";s:32:"b33bc2c5655d8d51cd17c3740f72e748";s:3:"img";s:32:"particle-effect-three/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/particle-background-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:143:"<span class="ttm_content">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:437:"<span class="ttm_content">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the "BLEND IMAGE" layer and go to "advanced style -> filters -> blend mode".</span>\r\n<span class="ttm_space"></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:139;a:26:{s:2:"id";s:3:"142";s:5:"title";s:16:"Portfolio Viewer";s:5:"alias";s:15:"portfolioviewer";s:3:"zip";s:19:"portfolioviewer.zip";s:3:"uid";s:32:"9ac7230ff5b880fb6c8f28fbbc123b3b";s:3:"img";s:26:"portfolioviewer/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/wordpress-portfolio-plugin/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:207:"<span class="ttm_content">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:387:"<span class="ttm_content">The navigation for the slides is found in the <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">Static Layers</a>.</span><span class="ttm_space"></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:140;a:24:{s:2:"id";s:3:"143";s:5:"title";s:12:"App Showcase";s:5:"alias";s:11:"appshowcase";s:3:"zip";s:15:"appshowcase.zip";s:3:"uid";s:32:"082aef931b0369080bc30c3a2a0c331f";s:3:"img";s:22:"appshowcase/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/app-showcase-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:239:"<span class="ttm_content">This template shows off our new "Polyfold Effects" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:141;a:25:{s:2:"id";s:3:"144";s:5:"title";s:19:"Gravity Design Hero";s:5:"alias";s:13:"gravitydesign";s:3:"zip";s:17:"gravitydesign.zip";s:3:"uid";s:32:"7bdbe73a6e5bf290cb4412708ac4134d";s:3:"img";s:24:"gravitydesign/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:205:"<span class="ttm_content">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our "Particle Effects" Add-on to be installed.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:68:"How to Create an Exciting Action Shot for Your Hero Image [Tutorial]";s:9:"guide_url";s:101:"https://www.sliderrevolution.com/tutorials/how-to-create-an-exciting-action-shot-for-your-hero-image/";s:9:"guide_img";s:26:"tutorial/gravitydesign.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:142;a:25:{s:2:"id";s:3:"145";s:5:"title";s:14:"404 Error Page";s:5:"alias";s:12:"404errorpage";s:3:"zip";s:16:"404errorpage.zip";s:3:"uid";s:32:"2dc62d802b42b73088651cac17d0c486";s:3:"img";s:23:"404errorpage/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/404-error-page-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:227:"<span class="ttm_content">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"{"1":{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}}";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:143;a:24:{s:2:"id";s:3:"146";s:5:"title";s:16:"Carousel Gallery";s:5:"alias";s:15:"carouselgallery";s:3:"zip";s:19:"carouselgallery.zip";s:3:"uid";s:32:"041838fd32923c40e15c998f0ea19526";s:3:"img";s:26:"carouselgallery/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/wordpress-carousel-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:159:"<span class="ttm_content">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:144;a:25:{s:2:"id";s:3:"147";s:5:"title";s:16:"Filmstrip Effect";s:5:"alias";s:9:"filmstrip";s:3:"zip";s:13:"filmstrip.zip";s:3:"uid";s:32:"7bd142f272cc15d86998a79520e9e581";s:3:"img";s:20:"filmstrip/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/filmstrip-add-on-slider/ ";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"<span class="ttm_content">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:179:"[{"path":"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php","name":"Background FilmStrip AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:145;a:24:{s:2:"id";s:3:"148";s:5:"title";s:11:"Space Opera";s:5:"alias";s:10:"spaceopera";s:3:"zip";s:14:"spaceopera.zip";s:3:"uid";s:32:"a2c8bffcb138a86c0f373adebb6de046";s:3:"img";s:21:"spaceopera/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/space-opera-presentation/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:201:"<span class="ttm_content">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:146;a:24:{s:2:"id";s:3:"149";s:5:"title";s:13:"Website Intro";s:5:"alias";s:12:"websiteintro";s:3:"zip";s:16:"websiteintro.zip";s:3:"uid";s:32:"348df76d999456aa19be58c9df56ae20";s:3:"img";s:23:"websiteintro/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/website-intro-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:274:"<span class="ttm_content">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:170:"[{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:79:"How to Create a Slider Animation Effect Your Visitors Won’t Forget [Tutorial]";s:9:"guide_url";s:83:"https://www.sliderrevolution.com/tutorials/how-to-create-a-slider-animation-effect/";s:9:"guide_img";s:25:"tutorial/websiteintro.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:147;a:24:{s:2:"id";s:3:"150";s:5:"title";s:13:"Mask Showcase";s:5:"alias";s:12:"maskshowcase";s:3:"zip";s:16:"maskshowcase.zip";s:3:"uid";s:32:"fc943c31e2da9c63b252aeabf554d128";s:3:"img";s:23:"maskshowcase/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/minimal-mask-showcase/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:148;a:24:{s:2:"id";s:3:"151";s:5:"title";s:20:"Parallax Zoom Slices";s:5:"alias";s:18:"parallaxzoomslices";s:3:"zip";s:22:"parallaxzoomslices.zip";s:3:"uid";s:32:"83537cae05709ddb9bcb7375470a5894";s:3:"img";s:29:"parallaxzoomslices/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:249:"<span class="ttm_content">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:170:"[{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:149;a:25:{s:2:"id";s:3:"152";s:5:"title";s:22:"Double Exposure Effect";s:5:"alias";s:20:"doubleexposureeffect";s:3:"zip";s:24:"doubleexposureeffect.zip";s:3:"uid";s:32:"8d9229b5cbcf5bda5fbdc6a8e01a2b8c";s:3:"img";s:31:"doubleexposureeffect/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/wordpress-double-exposure-effect/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:150;a:24:{s:2:"id";s:3:"153";s:5:"title";s:24:"Mountain Parallax Header";s:5:"alias";s:22:"mountainparallaxheader";s:3:"zip";s:26:"mountainparallaxheader.zip";s:3:"uid";s:32:"8dc64663f317a2abdf179bbe341d016e";s:3:"img";s:33:"mountainparallaxheader/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/mountain-wordpress-parallax-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:192:"<span class="ttm_content">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you''re done!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:62:"How to Place Text Behind Objects in Your Hero Image [Tutorial]";s:9:"guide_url";s:69:"https://www.sliderrevolution.com/tutorials/place-text-behind-objects/";s:9:"guide_img";s:35:"tutorial/mountainparallaxheader.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:151;a:29:{s:2:"id";s:3:"154";s:5:"title";s:26:"GoodNews One-Pager Package";s:5:"alias";s:26:"goodnews-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:26:"goodnews-one-pager-package";s:3:"img";s:44:"packages/templatepack_goodnews_one_pager.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:4:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:4:"hero";i:3;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:152;a:29:{s:2:"id";s:3:"155";s:5:"title";s:13:"GoodNews Menu";s:5:"alias";s:12:"goodnewsmenu";s:3:"zip";s:22:"packs/goodnewsmenu.zip";s:3:"uid";s:32:"4cbc82501ff340fcdc0acf7eb3ba2640";s:3:"img";s:23:"goodnewsmenu/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:153;a:29:{s:2:"id";s:3:"156";s:5:"title";s:15:"GoodNews Header";s:5:"alias";s:14:"goodnewsheader";s:3:"zip";s:24:"packs/goodnewsheader.zip";s:3:"uid";s:32:"c6660b6bdbf596f38466f569596f5259";s:3:"img";s:25:"goodnewsheader/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:154;a:29:{s:2:"id";s:3:"157";s:5:"title";s:18:"GoodNews Whats Hot";s:5:"alias";s:16:"goodnewswhatshot";s:3:"zip";s:26:"packs/goodnewswhatshot.zip";s:3:"uid";s:32:"cb841ce64a99a6644adab049cf5405cd";s:3:"img";s:27:"goodnewswhatshot/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:155;a:29:{s:2:"id";s:3:"158";s:5:"title";s:17:"GoodNews Featured";s:5:"alias";s:16:"goodnewsfeatured";s:3:"zip";s:26:"packs/goodnewsfeatured.zip";s:3:"uid";s:32:"00bde4b09e3700da7183999eaf137ccc";s:3:"img";s:27:"goodnewsfeatured/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:156;a:29:{s:2:"id";s:3:"159";s:5:"title";s:18:"GoodNews Spotlight";s:5:"alias";s:17:"goodnewsspotlight";s:3:"zip";s:27:"packs/goodnewsspotlight.zip";s:3:"uid";s:32:"138076241a828e1c5764379944755f2b";s:3:"img";s:28:"goodnewsspotlight/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.4";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:157;a:29:{s:2:"id";s:3:"160";s:5:"title";s:17:"GoodNews Carousel";s:5:"alias";s:16:"goodnewscarousel";s:3:"zip";s:26:"packs/goodnewscarousel.zip";s:3:"uid";s:32:"d29d4460a6015e30d08d2714232d3768";s:3:"img";s:27:"goodnewscarousel/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:158;a:29:{s:2:"id";s:3:"161";s:5:"title";s:16:"GoodNews Callout";s:5:"alias";s:15:"goodnewscallout";s:3:"zip";s:25:"packs/goodnewscallout.zip";s:3:"uid";s:32:"d9568b3193e96577fae630b3a6728785";s:3:"img";s:26:"goodnewscallout/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:159;a:29:{s:2:"id";s:3:"162";s:5:"title";s:15:"GoodNews Footer";s:5:"alias";s:14:"goodnewsfooter";s:3:"zip";s:24:"packs/goodnewsfooter.zip";s:3:"uid";s:32:"34f43f891cb8d55375149dc4bbc38298";s:3:"img";s:25:"goodnewsfooter/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"GoodNews One-Pager";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"7";s:9:"installed";b:0;s:6:"is_new";b:1;}i:160;a:29:{s:2:"id";s:3:"163";s:5:"title";s:29:"GoodNews Content Page Package";s:5:"alias";s:29:"goodnews-content-page-package";s:3:"zip";s:0:"";s:3:"uid";s:29:"goodnews-content-page-package";s:3:"img";s:55:"packages/templatepack_goodnews_content_page_package.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;s:6:"is_new";b:1;}i:161;a:29:{s:2:"id";s:3:"164";s:5:"title";s:18:"GoodNews Menu Back";s:5:"alias";s:16:"goodnewsmenuback";s:3:"zip";s:26:"packs/goodnewsmenuback.zip";s:3:"uid";s:32:"1340d1aeefba497a7d404d12a1fceed4";s:3:"img";s:27:"goodnewsmenuback/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;s:6:"is_new";b:1;}i:162;a:29:{s:2:"id";s:3:"165";s:5:"title";s:20:"GoodNews Blog Header";s:5:"alias";s:18:"goodnewsblogheader";s:3:"zip";s:28:"packs/goodnewsblogheader.zip";s:3:"uid";s:32:"abc4d7c1e48475c6def05f1f6d8bf564";s:3:"img";s:29:"goodnewsblogheader/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;s:6:"is_new";b:1;}i:163;a:29:{s:2:"id";s:3:"166";s:5:"title";s:21:"GoodNews Blog Content";s:5:"alias";s:19:"goodnewsblogcontent";s:3:"zip";s:29:"packs/goodnewsblogcontent.zip";s:3:"uid";s:32:"bbf34563da6db2779c29599b503b07e9";s:3:"img";s:30:"goodnewsblogcontent/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;s:6:"is_new";b:1;}i:164;a:29:{s:2:"id";s:3:"167";s:5:"title";s:21:"GoodNews Testimonials";s:5:"alias";s:20:"goodnewstestimonials";s:3:"zip";s:30:"packs/goodnewstestimonials.zip";s:3:"uid";s:32:"606b7336e86f69c567542d3f43712b56";s:3:"img";s:31:"goodnewstestimonials/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;s:6:"is_new";b:1;}i:165;a:29:{s:2:"id";s:3:"168";s:5:"title";s:20:"GoodNews Blog Footer";s:5:"alias";s:18:"goodnewsblogfooter";s:3:"zip";s:28:"packs/goodnewsblogfooter.zip";s:3:"uid";s:32:"1fb88aecfb116fde67ce8d52bd3b5f05";s:3:"img";s:29:"goodnewsblogfooter/slide1.jpg";s:7:"preview";s:78:"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:268:"<span class="ttm_content">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"GoodNews Content Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"8";s:9:"installed";b:0;s:6:"is_new";b:1;}i:166;a:25:{s:2:"id";s:3:"169";s:5:"title";s:19:"Before After Slider";s:5:"alias";s:17:"beforeafterslider";s:3:"zip";s:21:"beforeafterslider.zip";s:3:"uid";s:32:"6e615091a1fc3037c24b985ce5136fb2";s:3:"img";s:28:"beforeafterslider/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/before-after-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.3.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:201:"<span class="ttm_content">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:320:"<span class="ttm_content">How to install <a href="https://www.themepunch.com/slider-revolution/install-addons/" target="_blank">Add-Ons</a>.</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:167;a:24:{s:2:"id";s:3:"170";s:5:"title";s:16:"Product Showcase";s:5:"alias";s:15:"productshowcase";s:3:"zip";s:19:"productshowcase.zip";s:3:"uid";s:32:"a43447670260aaa7e8ff66cedfddb57a";s:3:"img";s:26:"productshowcase/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/wordpress-product-showcase-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:165:"<span class="ttm_content">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:168;a:25:{s:2:"id";s:3:"171";s:5:"title";s:23:"Overexposure Transition";s:5:"alias";s:22:"overexposuretransition";s:3:"zip";s:26:"overexposuretransition.zip";s:3:"uid";s:32:"13f16bbe6c6d646c7d0cb817a0d3d181";s:3:"img";s:33:"overexposuretransition/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/overexposure-transition-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:155:"<span class="ttm_content">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:320:"<span class="ttm_content">How to install <a href="https://www.themepunch.com/slider-revolution/install-addons/" target="_blank">Add-Ons</a>.</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:169;a:24:{s:2:"id";s:3:"172";s:5:"title";s:15:"Parallax Scroll";s:5:"alias";s:14:"parallaxscroll";s:3:"zip";s:18:"parallaxscroll.zip";s:3:"uid";s:32:"82546ee2f6af6c6682852f495109b3c3";s:3:"img";s:25:"parallaxscroll/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/parallax-scroll/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:148:"<span class="ttm_content">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:170;a:29:{s:2:"id";s:3:"173";s:5:"title";s:24:"TechCo One-Pager Package";s:5:"alias";s:24:"techco-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:24:"techco-one-pager-package";s:3:"img";s:28:"packages/techco_overview.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:171;a:29:{s:2:"id";s:3:"174";s:5:"title";s:11:"TechCo Menu";s:5:"alias";s:11:"techco-menu";s:3:"zip";s:21:"packs/techco-menu.zip";s:3:"uid";s:32:"55e5efee828cdf1ff7e2d3b90a301ea9";s:3:"img";s:22:"techco-menu/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:172;a:29:{s:2:"id";s:3:"175";s:5:"title";s:13:"TechCo Header";s:5:"alias";s:13:"techco-header";s:3:"zip";s:23:"packs/techco-header.zip";s:3:"uid";s:32:"fb574d1376de9b1e408c91f51e6497d7";s:3:"img";s:24:"techco-header/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:173;a:29:{s:2:"id";s:3:"176";s:5:"title";s:12:"TechCo About";s:5:"alias";s:12:"techco-about";s:3:"zip";s:22:"packs/techco-about.zip";s:3:"uid";s:32:"ba216da8231e55118d87e37d2358812c";s:3:"img";s:23:"techco-about/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:174;a:29:{s:2:"id";s:3:"177";s:5:"title";s:15:"TechCo Services";s:5:"alias";s:15:"techco-services";s:3:"zip";s:25:"packs/techco-services.zip";s:3:"uid";s:32:"ef4a8ddbb5e1136133f7bc1227248e22";s:3:"img";s:26:"techco-services/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:175;a:29:{s:2:"id";s:3:"178";s:5:"title";s:12:"TechCo Video";s:5:"alias";s:12:"techco-video";s:3:"zip";s:22:"packs/techco-video.zip";s:3:"uid";s:32:"d7bb92281d05f39f9bc9eca71f90e402";s:3:"img";s:23:"techco-video/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:176;a:29:{s:2:"id";s:3:"179";s:5:"title";s:13:"TechCo Prices";s:5:"alias";s:13:"techco-prices";s:3:"zip";s:23:"packs/techco-prices.zip";s:3:"uid";s:32:"6291f404efbea12bb181352aba71ef11";s:3:"img";s:24:"techco-prices/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:177;a:29:{s:2:"id";s:3:"180";s:5:"title";s:19:"TechCo Testimonials";s:5:"alias";s:19:"techco-testimonials";s:3:"zip";s:29:"packs/techco-testimonials.zip";s:3:"uid";s:32:"3460bd51f6b80599266fecb7fbb918be";s:3:"img";s:30:"techco-testimonials/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:178;a:29:{s:2:"id";s:3:"181";s:5:"title";s:13:"TechCo Footer";s:5:"alias";s:13:"techco-footer";s:3:"zip";s:23:"packs/techco-footer.zip";s:3:"uid";s:32:"640abcd549137520461a4a71ff758a3b";s:3:"img";s:24:"techco-footer/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/techco-one-page-wordpress-theme/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:266:"<span class="ttm_content">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"TechCo One-Pager";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"9";s:9:"installed";b:0;s:6:"is_new";b:1;}i:179;a:25:{s:2:"id";s:3:"182";s:5:"title";s:12:"Live Weather";s:5:"alias";s:7:"weather";s:3:"zip";s:11:"weather.zip";s:3:"uid";s:32:"aab92e69374e4c7b8c6741fe02e574b9";s:3:"img";s:18:"weather/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/wordpress-live-weather-add-on/";s:7:"version";s:5:"1.0.3";s:8:"required";s:7:"5.4.5.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:173:"<span class="ttm_content">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:167:"[{"path":"revslider-weather-addon\\/revslider-weather-addon.php","name":"Live Weather AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:180;a:24:{s:2:"id";s:3:"183";s:5:"title";s:17:"360 Panorama Tour";s:5:"alias";s:11:"360panorama";s:3:"zip";s:15:"360panorama.zip";s:3:"uid";s:32:"332720fdacdbb38f65e8327a2a96c52d";s:3:"img";s:22:"360panorama/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.5.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:155:"<span class="ttm_content">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:165:"[{"path":"revslider-panorama-addon\\/revslider-panorama-addon.php","name":"Panorama AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:181;a:24:{s:2:"id";s:3:"184";s:5:"title";s:14:"Duotone Add-on";s:5:"alias";s:14:"duotone-add-on";s:3:"zip";s:18:"duotone-add-on.zip";s:3:"uid";s:32:"a428c6f363b3146e96d20a6f44958922";s:3:"img";s:25:"duotone-add-on/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:168:"<span class="ttm_content">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:350:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php","name":"Duotone AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:182;a:24:{s:2:"id";s:3:"185";s:5:"title";s:13:"Reveal Add-on";s:5:"alias";s:13:"reveal-add-on";s:3:"zip";s:17:"reveal-add-on.zip";s:3:"uid";s:32:"7fa7525d8ff7fa7365cb98a437e88e32";s:3:"img";s:24:"reveal-add-on/slide1.jpg";s:7:"preview";s:66:"https://revolution.themepunch.com/wordpress-content-reveal-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:204:"<span class="ttm_content">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:337:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:201;a:26:{s:2:"id";s:3:"210";s:5:"title";s:21:"Cryptocurrency Prices";s:5:"alias";s:12:"cryptoslider";s:3:"zip";s:16:"cryptoslider.zip";s:3:"uid";s:32:"c4b02210387f11946223977e940d9e9e";s:3:"img";s:23:"cryptoslider/slide1.jpg";s:7:"preview";s:95:"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/";s:7:"version";s:5:"1.0.6";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:209:"<span class="ttm_content">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:410:"<span class="ttm_content">Please refer to the "Custom JavaScript" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:202;a:28:{s:2:"id";s:3:"211";s:5:"title";s:18:"Immersion One Page";s:5:"alias";s:26:"immersion-one-page-package";s:3:"zip";s:0:"";s:3:"uid";s:26:"immersion-one-page-package";s:3:"img";s:31:"packages/immersion_overview.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:292:"<span class="ttm_content">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:342:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"},{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:203;a:28:{s:2:"id";s:3:"212";s:5:"title";s:16:"Immersion Header";s:5:"alias";s:16:"immersion_header";s:3:"zip";s:26:"packs/immersion_header.zip";s:3:"uid";s:32:"853da51256308b341ecd030bd4883229";s:3:"img";s:27:"immersion_header/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"<span class="ttm_content">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:204;a:28:{s:2:"id";s:3:"213";s:5:"title";s:19:"Immersion Mountains";s:5:"alias";s:19:"immersion-mountains";s:3:"zip";s:29:"packs/immersion-mountains.zip";s:3:"uid";s:32:"817167eb3fe22b7e065ba210cbe6d53c";s:3:"img";s:30:"immersion-mountains/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"<span class="ttm_content">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:170:"[{"path":"revslider-slicey-addon\\/revslider-slicey-addon.php","name":"Background Slicey AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:205;a:28:{s:2:"id";s:3:"214";s:5:"title";s:17:"Immersion Product";s:5:"alias";s:17:"immersion-product";s:3:"zip";s:27:"packs/immersion-product.zip";s:3:"uid";s:32:"64134f263484d2bbcd7ef088ffbbfb4b";s:3:"img";s:28:"immersion-product/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"<span class="ttm_content">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:206;a:28:{s:2:"id";s:3:"215";s:5:"title";s:16:"Immersion Design";s:5:"alias";s:16:"immersion-design";s:3:"zip";s:26:"packs/immersion-design.zip";s:3:"uid";s:32:"91e1d77c1a2826438763804f4d02bc26";s:3:"img";s:27:"immersion-design/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"<span class="ttm_content">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:207;a:28:{s:2:"id";s:3:"216";s:5:"title";s:22:"Immersion Phototgraphy";s:5:"alias";s:21:"immersion-photography";s:3:"zip";s:31:"packs/immersion-photography.zip";s:3:"uid";s:32:"e3ddf0c577b09740f5cbf2e38ffd684d";s:3:"img";s:32:"immersion-photography/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"<span class="ttm_content">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;}i:208;a:29:{s:2:"id";s:3:"217";s:5:"title";s:14:"Immersion Grid";s:5:"alias";s:14:"immersion-grid";s:3:"zip";s:24:"packs/immersion-grid.zip";s:3:"uid";s:32:"b6903868189bb83b2c7a852fde3a7dc3";s:3:"img";s:25:"immersion-grid/slide1.jpg";s:7:"preview";s:74:"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.4.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:292:"<span class="ttm_content">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Immersion One Page";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"10";s:9:"installed";b:0;s:6:"is_new";b:1;}i:209;a:26:{s:2:"id";s:3:"218";s:5:"title";s:18:"Funky Intro Slider";s:5:"alias";s:11:"funkyslider";s:3:"zip";s:15:"funkyslider.zip";s:3:"uid";s:32:"2d4187e3fdad19b976be335253c8925d";s:3:"img";s:22:"funkyslider/slide1.jpg";s:7:"preview";s:70:"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:335:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"},{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:210;a:29:{s:2:"id";s:3:"219";s:5:"title";s:19:"Clear View Magazine";s:5:"alias";s:27:"clear-view-magazine-package";s:3:"zip";s:0:"";s:3:"uid";s:27:"clear-view-magazine-package";s:3:"img";s:41:"packages/clear_view_magazine_overview.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:211;a:29:{s:2:"id";s:3:"220";s:5:"title";s:15:"Clear View Menu";s:5:"alias";s:14:"clearview_menu";s:3:"zip";s:24:"packs/clearview_menu.zip";s:3:"uid";s:32:"eaecee5fa5f3c3a7f4d2a96c4616a353";s:3:"img";s:25:"clearview_menu/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:212;a:29:{s:2:"id";s:3:"221";s:5:"title";s:17:"Clear View Header";s:5:"alias";s:16:"clearview_header";s:3:"zip";s:26:"packs/clearview_header.zip";s:3:"uid";s:32:"25e3dd80ad130875d7438a07952cb0cd";s:3:"img";s:27:"clearview_header/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:213;a:29:{s:2:"id";s:3:"222";s:5:"title";s:18:"Clear View Mission";s:5:"alias";s:17:"clearview_mission";s:3:"zip";s:27:"packs/clearview_mission.zip";s:3:"uid";s:32:"35b2092a49fd2beb549342e69097eb5b";s:3:"img";s:28:"clearview_mission/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:214;a:29:{s:2:"id";s:3:"223";s:5:"title";s:17:"Clear View Slider";s:5:"alias";s:17:"clear-view-slider";s:3:"zip";s:27:"packs/clear-view-slider.zip";s:3:"uid";s:32:"d2e17edffce16ed78c54b0ef23fd7e05";s:3:"img";s:28:"clear-view-slider/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:215;a:29:{s:2:"id";s:3:"224";s:5:"title";s:15:"Clear View News";s:5:"alias";s:15:"clear-view-news";s:3:"zip";s:25:"packs/clear-view-news.zip";s:3:"uid";s:32:"5698d3131ba141e9afcfd2906739dd00";s:3:"img";s:26:"clear-view-news/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:216;a:29:{s:2:"id";s:3:"225";s:5:"title";s:18:"Clear View Clients";s:5:"alias";s:18:"clear-view-clients";s:3:"zip";s:28:"packs/clear-view-clients.zip";s:3:"uid";s:32:"b95616a94832e22bdfac5ce60232be1b";s:3:"img";s:29:"clear-view-clients/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:217;a:29:{s:2:"id";s:3:"226";s:5:"title";s:18:"Clear View Contact";s:5:"alias";s:18:"clear-view-contact";s:3:"zip";s:28:"packs/clear-view-contact.zip";s:3:"uid";s:32:"0e0cc1d8f6f6500e5f8a2b091fa3b4cb";s:3:"img";s:29:"clear-view-contact/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;s:6:"is_new";b:1;}i:218;a:29:{s:2:"id";s:3:"227";s:5:"title";s:20:"Clear View Post Page";s:5:"alias";s:28:"clear-view-post-page-package";s:3:"zip";s:0:"";s:3:"uid";s:28:"clear-view-post-page-package";s:3:"img";s:42:"packages/clear_view_post_page_overview.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;s:6:"is_new";b:1;}i:219;a:29:{s:2:"id";s:3:"228";s:5:"title";s:22:"Clear View Single Menu";s:5:"alias";s:22:"clear-view-single-menu";s:3:"zip";s:32:"packs/clear-view-single-menu.zip";s:3:"uid";s:32:"1e80f81982f8a4ea763482d4fa99d321";s:3:"img";s:33:"clear-view-single-menu/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;s:6:"is_new";b:1;}i:220;a:29:{s:2:"id";s:3:"229";s:5:"title";s:24:"Clear View Single Header";s:5:"alias";s:24:"clear-view-single-header";s:3:"zip";s:34:"packs/clear-view-single-header.zip";s:3:"uid";s:32:"c8d717627be6cd5e70922ab609694dbf";s:3:"img";s:35:"clear-view-single-header/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;s:6:"is_new";b:1;}i:221;a:29:{s:2:"id";s:3:"230";s:5:"title";s:23:"Clear View Single Media";s:5:"alias";s:23:"clear-view-single-media";s:3:"zip";s:33:"packs/clear-view-single-media.zip";s:3:"uid";s:32:"c480368ded2a64f0cdd44f1674213814";s:3:"img";s:34:"clear-view-single-media/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;s:6:"is_new";b:1;}i:222;a:29:{s:2:"id";s:3:"231";s:5:"title";s:22:"Clear View Single More";s:5:"alias";s:22:"clear-view-single-more";s:3:"zip";s:32:"packs/clear-view-single-more.zip";s:3:"uid";s:32:"9c693190df26218366d1f77e10cf550a";s:3:"img";s:33:"clear-view-single-more/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;s:6:"is_new";b:1;}i:223;a:29:{s:2:"id";s:3:"232";s:5:"title";s:25:"Clear View Single Contact";s:5:"alias";s:25:"clear-view-single-contact";s:3:"zip";s:35:"packs/clear-view-single-contact.zip";s:3:"uid";s:32:"73c0a889f2b654a87b5aba1ff76fbc5c";s:3:"img";s:36:"clear-view-single-contact/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Clear View Post Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"12";s:9:"installed";b:0;s:6:"is_new";b:1;}i:224;a:24:{s:2:"id";s:3:"233";s:5:"title";s:18:"Clean Landing Page";s:5:"alias";s:16:"cleanlandingpage";s:3:"zip";s:20:"cleanlandingpage.zip";s:3:"uid";s:32:"727a3680d312f22c6a5998ebdb9afe52";s:3:"img";s:27:"cleanlandingpage/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/clean-landing-page-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:203:"<span class="ttm_content">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:225;a:24:{s:2:"id";s:3:"234";s:5:"title";s:9:"Clear Cut";s:5:"alias";s:8:"clearcut";s:3:"zip";s:12:"clearcut.zip";s:3:"uid";s:32:"07f43c00e9b4d3057a03cdb3385ad2b7";s:3:"img";s:19:"clearcut/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:240:"<span class="ttm_content">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:226;a:28:{s:2:"id";s:3:"235";s:5:"title";s:22:"Wonderstruck One-Pager";s:5:"alias";s:30:"wonderstruck-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:30:"wonderstruck-one-pager-package";s:3:"img";s:44:"packages/wonderstruck-one-pager-overview.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:241:"<span class="ttm_content">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:227;a:28:{s:2:"id";s:3:"236";s:5:"title";s:17:"Wonderstruck Menu";s:5:"alias";s:17:"wonderstruck_menu";s:3:"zip";s:27:"packs/wonderstruck_menu.zip";s:3:"uid";s:32:"0a976e9aaae59c4f795b38f59f5a08d8";s:3:"img";s:28:"wonderstruck_menu/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"<span class="ttm_content">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:228;a:28:{s:2:"id";s:3:"237";s:5:"title";s:19:"Wonderstruck Header";s:5:"alias";s:19:"wonderstruck_header";s:3:"zip";s:29:"packs/wonderstruck_header.zip";s:3:"uid";s:32:"e1379f77a902960a0ce12d44d85a9e0a";s:3:"img";s:30:"wonderstruck_header/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"<span class="ttm_content">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:229;a:28:{s:2:"id";s:3:"238";s:5:"title";s:18:"Wonderstruck About";s:5:"alias";s:18:"wonderstruck_about";s:3:"zip";s:28:"packs/wonderstruck_about.zip";s:3:"uid";s:32:"d207fb140fd328acc3038300ea52082a";s:3:"img";s:29:"wonderstruck_about/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"<span class="ttm_content">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:230;a:28:{s:2:"id";s:3:"239";s:5:"title";s:18:"Wonderstruck Works";s:5:"alias";s:18:"wonderstruck-works";s:3:"zip";s:28:"packs/wonderstruck-works.zip";s:3:"uid";s:32:"4476935097e27d92454b0011b7700c1d";s:3:"img";s:29:"wonderstruck-works/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"<span class="ttm_content">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:231;a:28:{s:2:"id";s:3:"240";s:5:"title";s:20:"Wonderstruck Contact";s:5:"alias";s:20:"wonderstruck-contact";s:3:"zip";s:30:"packs/wonderstruck-contact.zip";s:3:"uid";s:32:"9e4911521f77bce2b8efa40f4c2adc22";s:3:"img";s:31:"wonderstruck-contact/slide1.jpg";s:7:"preview";s:77:"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:241:"<span class="ttm_content">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Wonderstruck One-Pager";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"13";s:9:"installed";b:0;}i:232;a:24:{s:2:"id";s:3:"241";s:5:"title";s:12:"Bubble Morph";s:5:"alias";s:11:"bubblemorph";s:3:"zip";s:15:"bubblemorph.zip";s:3:"uid";s:32:"1102d6f5460ab82cb612cbe9f1d9514b";s:3:"img";s:22:"bubblemorph/slide1.jpg";s:7:"preview";s:75:"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:188:"<span class="ttm_content">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:233;a:24:{s:2:"id";s:3:"242";s:5:"title";s:16:"Distortion AddOn";s:5:"alias";s:15:"distortionaddon";s:3:"zip";s:19:"distortionaddon.zip";s:3:"uid";s:32:"0ad46c9929bb2fa6316f1e6ced301aaf";s:3:"img";s:26:"distortionaddon/slide1.jpg";s:7:"preview";s:73:"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:182:"[{"path":"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php","name":"Distortion Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:234;a:24:{s:2:"id";s:3:"243";s:5:"title";s:10:"Club Flyer";s:5:"alias";s:9:"clubflyer";s:3:"zip";s:13:"clubflyer.zip";s:3:"uid";s:32:"dab73b9904d0e643a35b0475980998bd";s:3:"img";s:20:"clubflyer/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:227:"<span class="ttm_content">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:187:"[{"path":"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php","name":"Exploding Layers AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:235;a:25:{s:2:"id";s:3:"244";s:5:"title";s:16:"Paintbrush AddOn";s:5:"alias";s:15:"paintbrushaddon";s:3:"zip";s:19:"paintbrushaddon.zip";s:3:"uid";s:32:"c85c48a6742b4bf72a2590cc1b50f6a0";s:3:"img";s:26:"paintbrushaddon/slide1.jpg";s:7:"preview";s:73:"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:239:"<span class="ttm_content">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:171:"[{"path":"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php","name":"Paintbrush AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:87:"How to Add a Unique Paintbrush Effect to Your Website with Slider Revolution [Tutorial]";s:9:"guide_url";s:68:"https://www.sliderrevolution.com/tutorials/unique-paintbrush-effect/";s:9:"guide_img";s:28:"tutorial/paintbrushaddon.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:236;a:28:{s:2:"id";s:3:"245";s:5:"title";s:18:"Parallax One-Pager";s:5:"alias";s:26:"parallax-one-pager-package";s:3:"zip";s:0:"";s:3:"uid";s:26:"parallax-one-pager-package";s:3:"img";s:39:"packages/parallax-one-pager-package.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:230:"<span class="ttm_content">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:237;a:28:{s:2:"id";s:3:"246";s:5:"title";s:15:"Parallax Header";s:5:"alias";s:15:"parallax_header";s:3:"zip";s:25:"packs/parallax_header.zip";s:3:"uid";s:32:"32bf4a0f5136853bd6bd366275a7a60b";s:3:"img";s:26:"parallax_header/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:230:"<span class="ttm_content">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:238;a:28:{s:2:"id";s:3:"247";s:5:"title";s:16:"Parallax Content";s:5:"alias";s:16:"parallax_content";s:3:"zip";s:26:"packs/parallax_content.zip";s:3:"uid";s:32:"a25c5fb8f74757476ab4dc038e56f90d";s:3:"img";s:27:"parallax_content/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:230:"<span class="ttm_content">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:239;a:28:{s:2:"id";s:3:"248";s:5:"title";s:15:"Parallax Footer";s:5:"alias";s:15:"parallax_footer";s:3:"zip";s:25:"packs/parallax_footer.zip";s:3:"uid";s:32:"665dff9ea6eaf162a2a1f160f51a9ddb";s:3:"img";s:26:"parallax_footer/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/parallax-one-page-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:230:"<span class="ttm_content">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Parallax One-Pager";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"14";s:9:"installed";b:0;}i:240;a:28:{s:2:"id";s:3:"249";s:5:"title";s:18:"Le Chef Restaurant";s:5:"alias";s:18:"le-chef-restaurant";s:3:"zip";s:0:"";s:3:"uid";s:26:"le-chef-restaurant-package";s:3:"img";s:39:"packages/le-chef-restaurant-package.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:261:"<span class="ttm_content">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:241;a:28:{s:2:"id";s:3:"250";s:5:"title";s:12:"Le Chef Menu";s:5:"alias";s:12:"le-chef-menu";s:3:"zip";s:22:"packs/le-chef-menu.zip";s:3:"uid";s:32:"2f2a6a333431fefe4a7b3b6a982b2ff5";s:3:"img";s:23:"le-chef-menu/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"<span class="ttm_content">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:242;a:28:{s:2:"id";s:3:"251";s:5:"title";s:14:"Le Chef Header";s:5:"alias";s:14:"le-chef-header";s:3:"zip";s:24:"packs/le-chef-header.zip";s:3:"uid";s:32:"06450ca3be5a4a8959f3752ab974e574";s:3:"img";s:25:"le-chef-header/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"<span class="ttm_content">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:243;a:28:{s:2:"id";s:3:"252";s:5:"title";s:18:"Le Chef Philosophy";s:5:"alias";s:18:"le-chef-philosophy";s:3:"zip";s:28:"packs/le-chef-philosophy.zip";s:3:"uid";s:32:"a532fd029addeb18106e751409b8e20a";s:3:"img";s:29:"le-chef-philosophy/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"<span class="ttm_content">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:244;a:28:{s:2:"id";s:3:"253";s:5:"title";s:12:"Le Chef Food";s:5:"alias";s:12:"le-chef-food";s:3:"zip";s:22:"packs/le-chef-food.zip";s:3:"uid";s:32:"cd4b6a2cb5de2dd20a0e8ba0c35451df";s:3:"img";s:23:"le-chef-food/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"<span class="ttm_content">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:245;a:28:{s:2:"id";s:3:"254";s:5:"title";s:16:"Le Chef La Carte";s:5:"alias";s:16:"le-chef-la-carte";s:3:"zip";s:26:"packs/le-chef-la-carte.zip";s:3:"uid";s:32:"6f312749679c3ba52c41189a6b8bf729";s:3:"img";s:27:"le-chef-la-carte/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"<span class="ttm_content">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:246;a:28:{s:2:"id";s:3:"255";s:5:"title";s:14:"Le Chef Footer";s:5:"alias";s:14:"le-chef-footer";s:3:"zip";s:24:"packs/le-chef-footer.zip";s:3:"uid";s:32:"12fc241e8e5b9e5df9758c43448e2907";s:3:"img";s:25:"le-chef-footer/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:261:"<span class="ttm_content">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:18:"Le Chef Restaurant";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"15";s:9:"installed";b:0;}i:247;a:25:{s:2:"id";s:3:"256";s:5:"title";s:20:"News Magazine Slider";s:5:"alias";s:20:"news-magazine-slider";s:3:"zip";s:24:"news-magazine-slider.zip";s:3:"uid";s:32:"31f2c1506babb1fef459401f051d2d52";s:3:"img";s:31:"news-magazine-slider/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:205:"<span class="ttm_content">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:248;a:24:{s:2:"id";s:3:"257";s:5:"title";s:18:"Real Estate Slider";s:5:"alias";s:18:"real-estate-slider";s:3:"zip";s:22:"real-estate-slider.zip";s:3:"uid";s:32:"739ce6336e46815094387c9448e6c804";s:3:"img";s:29:"real-estate-slider/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/real-estate-slider-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:204:"<span class="ttm_content">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:249;a:24:{s:2:"id";s:3:"258";s:5:"title";s:14:"Fashion Header";s:5:"alias";s:14:"fashion-header";s:3:"zip";s:18:"fashion-header.zip";s:3:"uid";s:32:"24ece4e7f4d31cd90377c62abbd9e25a";s:3:"img";s:25:"fashion-header/slide1.jpg";s:7:"preview";s:75:"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:254:"<span class="ttm_content">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique "Bubble Morph" effect makes this module stand out!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:250;a:24:{s:2:"id";s:3:"259";s:5:"title";s:14:"Seasonal Offer";s:5:"alias";s:13:"seasonaloffer";s:3:"zip";s:17:"seasonaloffer.zip";s:3:"uid";s:32:"caf2f17f8fd64f2f89dcb3c8dd238457";s:3:"img";s:24:"seasonaloffer/slide1.jpg";s:7:"preview";s:80:"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.8.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:204:"<span class="ttm_content">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:153:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:251;a:28:{s:2:"id";s:3:"260";s:5:"title";s:11:"Barber Shop";s:5:"alias";s:11:"barber-shop";s:3:"zip";s:0:"";s:3:"uid";s:19:"barber-shop-package";s:3:"img";s:32:"packages/barber-shop-package.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:252;a:28:{s:2:"id";s:3:"261";s:5:"title";s:18:"Barber Shop Header";s:5:"alias";s:18:"barber-shop-header";s:3:"zip";s:28:"packs/barber-shop-header.zip";s:3:"uid";s:32:"71c995d36d39a0e8a04cffdf753f2ba2";s:3:"img";s:29:"barber-shop-header/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:253;a:28:{s:2:"id";s:3:"262";s:5:"title";s:23:"Barber Shop Mobile Menu";s:5:"alias";s:23:"barber-shop-mobile-menu";s:3:"zip";s:33:"packs/barber-shop-mobile-menu.zip";s:3:"uid";s:32:"762c6fb5c6306f37becb1e55773c2592";s:3:"img";s:34:"barber-shop-mobile-menu/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:254;a:28:{s:2:"id";s:3:"263";s:5:"title";s:24:"Barber Shop First Screen";s:5:"alias";s:24:"barber-shop-first-screen";s:3:"zip";s:34:"packs/barber-shop-first-screen.zip";s:3:"uid";s:32:"acf70bfd64cff2c3c2ea5585223575da";s:3:"img";s:35:"barber-shop-first-screen/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:255;a:28:{s:2:"id";s:3:"264";s:5:"title";s:17:"Barber Shop About";s:5:"alias";s:17:"barber-shop-about";s:3:"zip";s:27:"packs/barber-shop-about.zip";s:3:"uid";s:32:"bc8b63cfc7f8c34173b4fd5b082fc05a";s:3:"img";s:28:"barber-shop-about/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:256;a:28:{s:2:"id";s:3:"265";s:5:"title";s:20:"Barber Shop Services";s:5:"alias";s:20:"barber-shop-services";s:3:"zip";s:30:"packs/barber-shop-services.zip";s:3:"uid";s:32:"d65121d6f84fabd812a2b621b768e10e";s:3:"img";s:31:"barber-shop-services/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:257;a:28:{s:2:"id";s:3:"266";s:5:"title";s:19:"Barber Shop Barbers";s:5:"alias";s:19:"barber-shop-barbers";s:3:"zip";s:29:"packs/barber-shop-barbers.zip";s:3:"uid";s:32:"003e9fec9693072119c8f8d8b6690c4d";s:3:"img";s:30:"barber-shop-barbers/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:258;a:28:{s:2:"id";s:3:"267";s:5:"title";s:20:"Barber Shop Contacts";s:5:"alias";s:20:"barber-shop-contacts";s:3:"zip";s:30:"packs/barber-shop-contacts.zip";s:3:"uid";s:32:"cdcc08f5d6c90dbcfd0502bda2401643";s:3:"img";s:31:"barber-shop-contacts/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:259;a:28:{s:2:"id";s:3:"268";s:5:"title";s:18:"Barber Shop Footer";s:5:"alias";s:18:"barber-shop-footer";s:3:"zip";s:28:"packs/barber-shop-footer.zip";s:3:"uid";s:32:"26ca5ae0de7cdbb2ca19348b6e01eda0";s:3:"img";s:29:"barber-shop-footer/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/barber-shop-template-for-wordpress/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:220:"<span class="ttm_content">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Barber Shop";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"16";s:9:"installed";b:0;}i:260;a:24:{s:2:"id";s:3:"269";s:5:"title";s:12:"Fitness Club";s:5:"alias";s:21:"fitness-club-template";s:3:"zip";s:25:"fitness-club-template.zip";s:3:"uid";s:32:"14ea10d68d6aad1df62b3becf71df754";s:3:"img";s:32:"fitness-club-template/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/fitness-club-header-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:223:"<span class="ttm_content">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:261;a:24:{s:2:"id";s:3:"270";s:5:"title";s:13:"Soccer School";s:5:"alias";s:13:"soccer-school";s:3:"zip";s:17:"soccer-school.zip";s:3:"uid";s:32:"9906b48812aff67097f990eeee42dd41";s:3:"img";s:24:"soccer-school/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:228:"<span class="ttm_content">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:262;a:24:{s:2:"id";s:3:"271";s:5:"title";s:10:"Music Band";s:5:"alias";s:19:"music-band-template";s:3:"zip";s:23:"music-band-template.zip";s:3:"uid";s:32:"91e79657bf1b1812f8114a00ab8e0eb4";s:3:"img";s:30:"music-band-template/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/music-band-template-for-wordpress/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.4.8.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:263;a:24:{s:2:"id";s:3:"272";s:5:"title";s:15:"Restaurant Menu";s:5:"alias";s:15:"restaurant-menu";s:3:"zip";s:19:"restaurant-menu.zip";s:3:"uid";s:32:"078809cffb21b6c4d3f5aaa2daeb193d";s:3:"img";s:26:"restaurant-menu/slide1.jpg";s:7:"preview";s:71:"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.4.8.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:208:"<span class="ttm_content">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a Digital Menu Teaser for Your Foodie Website [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-menu-teaser-for-your-foodie-website/";s:9:"guide_img";s:28:"tutorial/restaurant-menu.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:264;a:24:{s:2:"id";s:3:"273";s:5:"title";s:16:"Cinematic Slider";s:5:"alias";s:16:"cinematic-slider";s:3:"zip";s:20:"cinematic-slider.zip";s:3:"uid";s:32:"c53e7dcbb6b656ae7b4c91d333589838";s:3:"img";s:27:"cinematic-slider/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/cinematic-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:138:"<span class="ttm_content">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:265;a:24:{s:2:"id";s:3:"274";s:5:"title";s:17:"3D Parallax Cubes";s:5:"alias";s:17:"3d-parallax-cubes";s:3:"zip";s:21:"3d-parallax-cubes.zip";s:3:"uid";s:32:"c5b809a1829f8f809c9a768cd3d6b3cb";s:3:"img";s:28:"3d-parallax-cubes/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"<span class="ttm_content">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:266;a:28:{s:2:"id";s:3:"275";s:5:"title";s:33:"Medicare Medical Services Website";s:5:"alias";s:33:"medicare-medical-services-website";s:3:"zip";s:0:"";s:3:"uid";s:41:"medicare-medical-services-website-package";s:3:"img";s:29:"packages/medicare_package.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:267;a:28:{s:2:"id";s:3:"276";s:5:"title";s:13:"Medicare Menu";s:5:"alias";s:13:"medicare-menu";s:3:"zip";s:23:"packs/medicare-menu.zip";s:3:"uid";s:32:"0e4ca8fc281e20251b3fffa19d470fed";s:3:"img";s:24:"medicare-menu/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:268;a:28:{s:2:"id";s:3:"277";s:5:"title";s:15:"Medicare Header";s:5:"alias";s:15:"medicare-header";s:3:"zip";s:25:"packs/medicare-header.zip";s:3:"uid";s:32:"03e8ade247d8c96f548bc0515f34043f";s:3:"img";s:26:"medicare-header/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:269;a:28:{s:2:"id";s:3:"278";s:5:"title";s:14:"Medicare About";s:5:"alias";s:14:"medicare-about";s:3:"zip";s:24:"packs/medicare-about.zip";s:3:"uid";s:32:"a3ab9e89155ef2542820343f30b29f72";s:3:"img";s:25:"medicare-about/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:270;a:28:{s:2:"id";s:3:"279";s:5:"title";s:18:"Medicare Highlight";s:5:"alias";s:18:"medicare-highlight";s:3:"zip";s:28:"packs/medicare-highlight.zip";s:3:"uid";s:32:"c3c8a74e5402489f1a85a0c83890ef1f";s:3:"img";s:29:"medicare-highlight/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:271;a:28:{s:2:"id";s:3:"280";s:5:"title";s:17:"Medicare Services";s:5:"alias";s:17:"medicare-services";s:3:"zip";s:27:"packs/medicare-services.zip";s:3:"uid";s:32:"8869b0834d4649dcc3221bed65980806";s:3:"img";s:28:"medicare-services/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:272;a:28:{s:2:"id";s:3:"281";s:5:"title";s:16:"Medicare Doctors";s:5:"alias";s:16:"medicare-doctors";s:3:"zip";s:26:"packs/medicare-doctors.zip";s:3:"uid";s:32:"2c9d57afd64244b5f7e30b0d87c842f9";s:3:"img";s:27:"medicare-doctors/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:273;a:28:{s:2:"id";s:3:"282";s:5:"title";s:17:"Medicare Research";s:5:"alias";s:17:"medicare-research";s:3:"zip";s:27:"packs/medicare-research.zip";s:3:"uid";s:32:"31e84a91fc8b8d5296e715e539a076d0";s:3:"img";s:28:"medicare-research/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:274;a:28:{s:2:"id";s:3:"283";s:5:"title";s:19:"Medicare Why Choose";s:5:"alias";s:18:"medicare-whychoose";s:3:"zip";s:28:"packs/medicare-whychoose.zip";s:3:"uid";s:32:"6dad61c672127de9e35884caa45d49a0";s:3:"img";s:29:"medicare-whychoose/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:275;a:28:{s:2:"id";s:3:"284";s:5:"title";s:16:"Medicare Contact";s:5:"alias";s:16:"medicare-contact";s:3:"zip";s:26:"packs/medicare-contact.zip";s:3:"uid";s:32:"89bc35ad8beb62a149c42262ae49a270";s:3:"img";s:27:"medicare-contact/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:276;a:28:{s:2:"id";s:3:"285";s:5:"title";s:15:"Medicare Footer";s:5:"alias";s:15:"medicare-footer";s:3:"zip";s:25:"packs/medicare-footer.zip";s:3:"uid";s:32:"ccf63e5233b3d63009e5ee90db51b37b";s:3:"img";s:26:"medicare-footer/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/medicare-medical-services-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:163:"<span class="ttm_content">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Medicare Medical Services";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"17";s:9:"installed";b:0;}i:277;a:28:{s:2:"id";s:3:"286";s:5:"title";s:20:"Coffee Joint Website";s:5:"alias";s:20:"coffee-joint-website";s:3:"zip";s:0:"";s:3:"uid";s:28:"coffee-joint-website-package";s:3:"img";s:27:"packages/coffee_package.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:278;a:28:{s:2:"id";s:3:"287";s:5:"title";s:11:"Coffee Menu";s:5:"alias";s:11:"coffee-menu";s:3:"zip";s:21:"packs/coffee-menu.zip";s:3:"uid";s:32:"81195cad7be3f5180a267b34ce8cf966";s:3:"img";s:22:"coffee-menu/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:279;a:28:{s:2:"id";s:3:"288";s:5:"title";s:13:"Coffee Header";s:5:"alias";s:13:"coffee-header";s:3:"zip";s:23:"packs/coffee-header.zip";s:3:"uid";s:32:"5eed8adb9d3ae12168ad4735ac63eb20";s:3:"img";s:24:"coffee-header/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:280;a:28:{s:2:"id";s:3:"289";s:5:"title";s:17:"Coffee Philosophy";s:5:"alias";s:17:"coffee-philosophy";s:3:"zip";s:27:"packs/coffee-philosophy.zip";s:3:"uid";s:32:"76b5ccae3fa87fd0f991b87e7ae71c27";s:3:"img";s:28:"coffee-philosophy/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:281;a:28:{s:2:"id";s:3:"290";s:5:"title";s:12:"Coffee Carte";s:5:"alias";s:12:"coffee-carte";s:3:"zip";s:22:"packs/coffee-carte.zip";s:3:"uid";s:32:"470214ddd2cec585629fb79a0fd908d6";s:3:"img";s:23:"coffee-carte/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:282;a:28:{s:2:"id";s:3:"291";s:5:"title";s:13:"Coffee Teaser";s:5:"alias";s:13:"coffee-teaser";s:3:"zip";s:23:"packs/coffee-teaser.zip";s:3:"uid";s:32:"2ed868896c92a7bfb6431803c79e8486";s:3:"img";s:24:"coffee-teaser/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:283;a:28:{s:2:"id";s:3:"292";s:5:"title";s:14:"Coffee Find Us";s:5:"alias";s:13:"coffee-findus";s:3:"zip";s:23:"packs/coffee-findus.zip";s:3:"uid";s:32:"96d3784473dfa64bce9e1e4101919927";s:3:"img";s:24:"coffee-findus/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:284;a:28:{s:2:"id";s:3:"293";s:5:"title";s:13:"Coffee Footer";s:5:"alias";s:13:"coffee-footer";s:3:"zip";s:23:"packs/coffee-footer.zip";s:3:"uid";s:32:"6027c25e87a5fe7fd8727a51c0967915";s:3:"img";s:24:"coffee-footer/slide1.jpg";s:7:"preview";s:76:"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Coffee Joint";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"18";s:9:"installed";b:0;}i:286;a:29:{s:2:"id";s:3:"295";s:5:"title";s:17:"Minimal Portfolio";s:5:"alias";s:17:"minimal-portfolio";s:3:"zip";s:27:"packs/minimal-portfolio.zip";s:3:"uid";s:32:"183b97b301d5ff0b171c067a87c8a3f5";s:3:"img";s:28:"minimal-portfolio/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/minimal-portfolio-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:157:"<span class="ttm_content">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Minimal Portfolio";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"19";s:9:"installed";b:0;s:6:"is_new";b:1;}i:287;a:28:{s:2:"id";s:3:"296";s:5:"title";s:23:"Minimal Portfolio Modal";s:5:"alias";s:23:"minimal-portfolio-modal";s:3:"zip";s:33:"packs/minimal-portfolio-modal.zip";s:3:"uid";s:32:"6874e6cec3663670f209a8d8a4f26b16";s:3:"img";s:34:"minimal-portfolio-modal/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/minimal-portfolio-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:157:"<span class="ttm_content">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Minimal Portfolio";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"19";s:9:"installed";b:0;}i:288;a:28:{s:2:"id";s:3:"297";s:5:"title";s:23:"Angled Business Website";s:5:"alias";s:23:"angled-business-website";s:3:"zip";s:0:"";s:3:"uid";s:31:"angled-business-website-package";s:3:"img";s:27:"packages/angled_package.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:289;a:28:{s:2:"id";s:3:"298";s:5:"title";s:11:"Angled Menu";s:5:"alias";s:11:"angled-menu";s:3:"zip";s:21:"packs/angled-menu.zip";s:3:"uid";s:32:"2fe0c4682d1231ee3918be9e4fcb1837";s:3:"img";s:22:"angled-menu/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:290;a:28:{s:2:"id";s:3:"299";s:5:"title";s:13:"Angled Header";s:5:"alias";s:13:"angled-header";s:3:"zip";s:23:"packs/angled-header.zip";s:3:"uid";s:32:"09462601d4edca8dff899de6f666dc47";s:3:"img";s:24:"angled-header/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:291;a:28:{s:2:"id";s:3:"300";s:5:"title";s:11:"Angled News";s:5:"alias";s:11:"angled-news";s:3:"zip";s:21:"packs/angled-news.zip";s:3:"uid";s:32:"b315105763ed91214cb2f0ac12615729";s:3:"img";s:22:"angled-news/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:292;a:28:{s:2:"id";s:3:"301";s:5:"title";s:15:"Angled Services";s:5:"alias";s:15:"angled-services";s:3:"zip";s:25:"packs/angled-services.zip";s:3:"uid";s:32:"7605651c1487e1a6c32edc70017be8ad";s:3:"img";s:26:"angled-services/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:293;a:28:{s:2:"id";s:3:"302";s:5:"title";s:14:"Angled Success";s:5:"alias";s:14:"angled-success";s:3:"zip";s:24:"packs/angled-success.zip";s:3:"uid";s:32:"9e3fa974a42ecf80e1ec6ff991fca430";s:3:"img";s:25:"angled-success/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:294;a:28:{s:2:"id";s:3:"303";s:5:"title";s:13:"Angled Footer";s:5:"alias";s:13:"angled-footer";s:3:"zip";s:23:"packs/angled-footer.zip";s:3:"uid";s:32:"aed4eaa2f7883351ba9c9947feef153e";s:3:"img";s:24:"angled-footer/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:295;a:28:{s:2:"id";s:3:"304";s:5:"title";s:20:"Angled Content Modal";s:5:"alias";s:20:"angled-content-modal";s:3:"zip";s:30:"packs/angled-content-modal.zip";s:3:"uid";s:32:"4ddc74515fdf84f974217e4ed47a7c66";s:3:"img";s:31:"angled-content-modal/slide1.jpg";s:7:"preview";s:67:"https://revolution.themepunch.com/angled-business-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Angled Business";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"20";s:9:"installed";b:0;}i:296;a:24:{s:2:"id";s:3:"312";s:5:"title";s:24:"Retouch Before and After";s:5:"alias";s:7:"Retouch";s:3:"zip";s:11:"Retouch.zip";s:3:"uid";s:32:"58894991f1abd8b448c8d353b1b5fe76";s:3:"img";s:18:"Retouch/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/retouch-before-after-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:155:"<span class="ttm_content">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:297;a:24:{s:2:"id";s:3:"313";s:5:"title";s:11:"Tech Slider";s:5:"alias";s:11:"tech-slider";s:3:"zip";s:15:"tech-slider.zip";s:3:"uid";s:32:"a98e2b264f00a1116d21808c6a543162";s:3:"img";s:22:"tech-slider/slide1.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/tech-showcase-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:153:"<span class="ttm_content">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:298;a:28:{s:2:"id";s:3:"314";s:5:"title";s:19:"Peak Agency Website";s:5:"alias";s:19:"peak-agency-website";s:3:"zip";s:0:"";s:3:"uid";s:27:"peak-agency-website-package";s:3:"img";s:25:"packages/peak_package.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:129:"<span class="ttm_content">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:299;a:28:{s:2:"id";s:3:"315";s:5:"title";s:11:"Peak Header";s:5:"alias";s:11:"peak-header";s:3:"zip";s:21:"packs/peak-header.zip";s:3:"uid";s:32:"b721bd612e9fbc5182418ad3fd7d0808";s:3:"img";s:22:"peak-header/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"<span class="ttm_content">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:300;a:28:{s:2:"id";s:3:"316";s:5:"title";s:10:"Peak About";s:5:"alias";s:10:"peak-about";s:3:"zip";s:20:"packs/peak-about.zip";s:3:"uid";s:32:"7e68b1012fb03490d45c7f79e8cb1b19";s:3:"img";s:21:"peak-about/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"<span class="ttm_content">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:301;a:28:{s:2:"id";s:3:"317";s:5:"title";s:14:"Peak Portfolio";s:5:"alias";s:14:"peak-portfolio";s:3:"zip";s:24:"packs/peak-portfolio.zip";s:3:"uid";s:32:"6198d1885ba9e95221c33e404f21bdbc";s:3:"img";s:25:"peak-portfolio/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"<span class="ttm_content">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:302;a:28:{s:2:"id";s:3:"318";s:5:"title";s:11:"Peak Footer";s:5:"alias";s:11:"peak-footer";s:3:"zip";s:21:"packs/peak-footer.zip";s:3:"uid";s:32:"2dead6897ad3b3a709b380d81242f76b";s:3:"img";s:22:"peak-footer/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/peak-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:129:"<span class="ttm_content">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:11:"Peak Agency";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"22";s:9:"installed";b:0;}i:304;a:28:{s:2:"id";s:3:"320";s:5:"title";s:17:"Portfolio Welcome";s:5:"alias";s:17:"portfolio-welcome";s:3:"zip";s:27:"packs/portfolio-welcome.zip";s:3:"uid";s:32:"97336b8785e4a7b27facaf1547e0464d";s:3:"img";s:28:"portfolio-welcome/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/";s:9:"guide_img";s:37:"tutorial/Modern-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:305;a:28:{s:2:"id";s:3:"321";s:5:"title";s:15:"Portfolio About";s:5:"alias";s:15:"portfolio-about";s:3:"zip";s:25:"packs/portfolio-about.zip";s:3:"uid";s:32:"5d3a4724fd453de5313ceb6696c1db62";s:3:"img";s:26:"portfolio-about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/";s:9:"guide_img";s:37:"tutorial/Modern-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:306;a:28:{s:2:"id";s:3:"322";s:5:"title";s:21:"Portfolio Works Title";s:5:"alias";s:21:"portfolio-works-title";s:3:"zip";s:31:"packs/portfolio-works-title.zip";s:3:"uid";s:32:"cbb5c6e875cc1f25b463fdf89cabef28";s:3:"img";s:32:"portfolio-works-title/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/";s:9:"guide_img";s:37:"tutorial/Modern-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:307;a:28:{s:2:"id";s:3:"323";s:5:"title";s:23:"Portfolio Works Content";s:5:"alias";s:23:"portfolio-works-content";s:3:"zip";s:33:"packs/portfolio-works-content.zip";s:3:"uid";s:32:"5c87311128c7794ffa6ee07ea0648082";s:3:"img";s:34:"portfolio-works-content/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/";s:9:"guide_img";s:37:"tutorial/Modern-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:308;a:28:{s:2:"id";s:3:"324";s:5:"title";s:18:"Portfolio Contacts";s:5:"alias";s:18:"portfolio-contacts";s:3:"zip";s:28:"packs/portfolio-contacts.zip";s:3:"uid";s:32:"bd81feffad83b69218f7e837478038e5";s:3:"img";s:29:"portfolio-contacts/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/";s:9:"guide_img";s:37:"tutorial/Modern-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:309;a:28:{s:2:"id";s:3:"325";s:5:"title";s:18:"App Studio Website";s:5:"alias";s:18:"app-studio-website";s:3:"zip";s:0:"";s:3:"uid";s:26:"app-studio-website-package";s:3:"img";s:31:"packages/App_Studio_package.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:149:"<span class="ttm_content">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:310;a:28:{s:2:"id";s:3:"326";s:5:"title";s:18:"App Studio Welcome";s:5:"alias";s:18:"App-Studio-Welcome";s:3:"zip";s:28:"packs/App-Studio-Welcome.zip";s:3:"uid";s:32:"2ce0f3c54214b04e6c3a9becfd59730c";s:3:"img";s:29:"App-Studio-Welcome/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"<span class="ttm_content">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:311;a:29:{s:2:"id";s:3:"327";s:5:"title";s:19:"App Studio Services";s:5:"alias";s:19:"App-Studio-Services";s:3:"zip";s:29:"packs/App-Studio-Services.zip";s:3:"uid";s:32:"5df7776271ec69d2f9edaa6b842715a9";s:3:"img";s:30:"App-Studio-Services/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"<span class="ttm_content">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;s:6:"is_new";b:1;}i:312;a:28:{s:2:"id";s:3:"328";s:5:"title";s:16:"App Studio About";s:5:"alias";s:16:"App-Studio-About";s:3:"zip";s:26:"packs/App-Studio-About.zip";s:3:"uid";s:32:"af8b84dc116c629df7bd89fc69271a2e";s:3:"img";s:27:"App-Studio-About/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"<span class="ttm_content">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:313;a:28:{s:2:"id";s:3:"329";s:5:"title";s:19:"App Studio Contacts";s:5:"alias";s:19:"App-Studio-Contacts";s:3:"zip";s:29:"packs/App-Studio-Contacts.zip";s:3:"uid";s:32:"afbbd2214c983d314f3215a00db9198d";s:3:"img";s:30:"App-Studio-Contacts/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/app-studio-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:149:"<span class="ttm_content">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:10:"App Studio";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"24";s:9:"installed";b:0;}i:314;a:24:{s:2:"id";s:3:"330";s:5:"title";s:14:"Cube Animation";s:5:"alias";s:14:"cube-animation";s:3:"zip";s:18:"cube-animation.zip";s:3:"uid";s:32:"c03dd3cfc60479dfc6d79ddb64fa0ec5";s:3:"img";s:25:"cube-animation/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/cube-animation-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:155:"<span class="ttm_content">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:315;a:28:{s:2:"id";s:3:"331";s:5:"title";s:13:"Basic Website";s:5:"alias";s:13:"basic-website";s:3:"zip";s:0:"";s:3:"uid";s:21:"basic-website-package";s:3:"img";s:26:"packages/basic_package.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:316;a:29:{s:2:"id";s:3:"332";s:5:"title";s:10:"Basic Menu";s:5:"alias";s:10:"basic-menu";s:3:"zip";s:20:"packs/basic-menu.zip";s:3:"uid";s:32:"39277f53b2cb5ac644a1649b47c37270";s:3:"img";s:21:"basic-menu/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;s:6:"is_new";b:1;}i:317;a:28:{s:2:"id";s:3:"333";s:5:"title";s:12:"Basic Header";s:5:"alias";s:12:"basic-header";s:3:"zip";s:22:"packs/basic-header.zip";s:3:"uid";s:32:"ad7a32dbccb0bdf9de64cf2adfa950a2";s:3:"img";s:23:"basic-header/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:318;a:28:{s:2:"id";s:3:"334";s:5:"title";s:13:"Basic Content";s:5:"alias";s:13:"basic-content";s:3:"zip";s:23:"packs/basic-content.zip";s:3:"uid";s:32:"0b12f3b183a3c8206e3a7b28d2d93108";s:3:"img";s:24:"basic-content/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:319;a:28:{s:2:"id";s:3:"335";s:5:"title";s:14:"Basic Carousel";s:5:"alias";s:14:"basic-carousel";s:3:"zip";s:24:"packs/basic-carousel.zip";s:3:"uid";s:32:"e4abb5c6d5cf914530575a982d3dfc14";s:3:"img";s:25:"basic-carousel/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:320;a:28:{s:2:"id";s:3:"336";s:5:"title";s:13:"Basic Callout";s:5:"alias";s:13:"basic-callout";s:3:"zip";s:23:"packs/basic-callout.zip";s:3:"uid";s:32:"2ccc208b9322f5435d0f4ff64c6d9dab";s:3:"img";s:24:"basic-callout/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:321;a:28:{s:2:"id";s:3:"337";s:5:"title";s:10:"Basic Grid";s:5:"alias";s:10:"basic-grid";s:3:"zip";s:20:"packs/basic-grid.zip";s:3:"uid";s:32:"3cb4b41d2992eba012921b8fb7c96daa";s:3:"img";s:21:"basic-grid/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:322;a:28:{s:2:"id";s:3:"338";s:5:"title";s:17:"Basic Video Block";s:5:"alias";s:17:"basic-video-block";s:3:"zip";s:27:"packs/basic-video-block.zip";s:3:"uid";s:32:"e7c1d42b21819741f3e72c1325dae5ed";s:3:"img";s:28:"basic-video-block/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:323;a:28:{s:2:"id";s:3:"339";s:5:"title";s:12:"Basic Footer";s:5:"alias";s:12:"basic-footer";s:3:"zip";s:22:"packs/basic-footer.zip";s:3:"uid";s:32:"ed8f6a554775ebace558af2f4f2dcbac";s:3:"img";s:23:"basic-footer/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:324;a:28:{s:2:"id";s:3:"340";s:5:"title";s:14:"Basic Lightbox";s:5:"alias";s:14:"basic-lightbox";s:3:"zip";s:24:"packs/basic-lightbox.zip";s:3:"uid";s:32:"e4b025b300b1a8f417d04eb80113fac2";s:3:"img";s:25:"basic-lightbox/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/basic-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:187:"<span class="ttm_content">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Basic Website";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"25";s:9:"installed";b:0;}i:325;a:24:{s:2:"id";s:3:"341";s:5:"title";s:13:"Nature Slider";s:5:"alias";s:13:"nature-slider";s:3:"zip";s:17:"nature-slider.zip";s:3:"uid";s:32:"eef1a4584ec1c3b8c26c305cca44e805";s:3:"img";s:24:"nature-slider/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/nature-explorer-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:151:"<span class="ttm_content">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:356:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php","name":"Distortion Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Design a Featured Post Slider That Impresses Readers [Tutorial]";s:9:"guide_url";s:64:"https://www.sliderrevolution.com/tutorials/featured-post-slider/";s:9:"guide_img";s:26:"tutorial/nature-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:326;a:24:{s:2:"id";s:3:"342";s:5:"title";s:11:"Art Gallery";s:5:"alias";s:11:"art-gallery";s:3:"zip";s:15:"art-gallery.zip";s:3:"uid";s:32:"b8c5095ae3407337e6e5b2a8515e7d6e";s:3:"img";s:22:"art-gallery/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/art-gallery-slider-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"Promote Your Most Recent Content with a Colorful Hero Design [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/promote-your-most-recent-content-with-a-colorful-hero-design/";s:9:"guide_img";s:31:"tutorial/Art-Gallery-Slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:327;a:28:{s:2:"id";s:3:"343";s:5:"title";s:20:"Construction Company";s:5:"alias";s:28:"construction-company-website";s:3:"zip";s:0:"";s:3:"uid";s:36:"construction-company-website-package";s:3:"img";s:33:"packages/construction_package.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:244:"<span class="ttm_content">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:328;a:28:{s:2:"id";s:3:"344";s:5:"title";s:19:"Construction Header";s:5:"alias";s:19:"Construction-Header";s:3:"zip";s:29:"packs/Construction-Header.zip";s:3:"uid";s:32:"5c77de774b8f5487c1276c4a7b3dc80c";s:3:"img";s:30:"Construction-Header/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"<span class="ttm_content">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:329;a:28:{s:2:"id";s:3:"345";s:5:"title";s:17:"Construction Home";s:5:"alias";s:17:"Construction-Home";s:3:"zip";s:27:"packs/Construction-Home.zip";s:3:"uid";s:32:"fcb277f0c07dad270d2a7cef4431bef8";s:3:"img";s:28:"Construction-Home/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"<span class="ttm_content">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:330;a:28:{s:2:"id";s:3:"346";s:5:"title";s:21:"Construction Projects";s:5:"alias";s:21:"Construction-Projects";s:3:"zip";s:31:"packs/Construction-Projects.zip";s:3:"uid";s:32:"0c847173c3739f79778dc2c0fc9704e4";s:3:"img";s:32:"Construction-Projects/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"<span class="ttm_content">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:331;a:28:{s:2:"id";s:3:"347";s:5:"title";s:20:"Construction History";s:5:"alias";s:20:"Construction-History";s:3:"zip";s:30:"packs/Construction-History.zip";s:3:"uid";s:32:"758da120c4b6c5606692faf0aa43aac6";s:3:"img";s:31:"Construction-History/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"<span class="ttm_content">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:332;a:28:{s:2:"id";s:3:"348";s:5:"title";s:21:"Construction Services";s:5:"alias";s:21:"Construction-Services";s:3:"zip";s:31:"packs/Construction-Services.zip";s:3:"uid";s:32:"5ad5b841c1d89e97ddbf972c8b11abd4";s:3:"img";s:32:"Construction-Services/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"<span class="ttm_content">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:333;a:28:{s:2:"id";s:3:"349";s:5:"title";s:21:"Construction Contacts";s:5:"alias";s:21:"Construction-Contacts";s:3:"zip";s:31:"packs/Construction-Contacts.zip";s:3:"uid";s:32:"b8c3c34046bb91ebb243e4da64745d37";s:3:"img";s:32:"Construction-Contacts/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/construction-company-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:244:"<span class="ttm_content">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:20:"Construction Company";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"26";s:9:"installed";b:0;}i:334;a:25:{s:2:"id";s:3:"350";s:5:"title";s:22:"Classic Cars Evolution";s:5:"alias";s:22:"Classic-Cars-Evolution";s:3:"zip";s:26:"Classic-Cars-Evolution.zip";s:3:"uid";s:32:"7061757f128fd624b0227715dab73b74";s:3:"img";s:33:"Classic-Cars-Evolution/slide1.jpg";s:7:"preview";s:65:"https://revolution.themepunch.com/classic-cars-before-after-hero/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:156:"<span class="ttm_content">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:69:"How to Create an Interactive Before-and-After Image Slider [Tutorial]";s:9:"guide_url";s:102:"https://www.sliderrevolution.com/tutorials/how-to-create-an-interactive-before-and-after-image-slider/";s:9:"guide_img";s:35:"tutorial/Classic-Cars-Evolution.jpg";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:335;a:24:{s:2:"id";s:3:"351";s:5:"title";s:21:"404 Error Space Theme";s:5:"alias";s:21:"404-Error-Space-Theme";s:3:"zip";s:25:"404-Error-Space-Theme.zip";s:3:"uid";s:32:"6412adc7ec025826328e40e552a14e1e";s:3:"img";s:32:"404-Error-Space-Theme/slide1.jpg";s:7:"preview";s:49:"https://revolution.themepunch.com/404-error-page/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"<span class="ttm_content">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Create a 404 Page That Will Convert Instead of Cost You Visitors [Tutorial]";s:9:"guide_url";s:68:"https://www.sliderrevolution.com/tutorials/how-to-create-a-404-page/";s:9:"guide_img";s:34:"tutorial/404-Error-Space-Theme.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:336;a:28:{s:2:"id";s:3:"352";s:5:"title";s:12:"Landing Page";s:5:"alias";s:20:"landing-page-website";s:3:"zip";s:0:"";s:3:"uid";s:28:"landing-page-website-package";s:3:"img";s:23:"packages/lp_package.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:337;a:28:{s:2:"id";s:3:"353";s:5:"title";s:17:"Landing Page Hero";s:5:"alias";s:17:"landing-page-hero";s:3:"zip";s:27:"packs/landing-page-hero.zip";s:3:"uid";s:32:"d328635caa20da7ee8a3ab687f8656ff";s:3:"img";s:28:"landing-page-hero/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:338;a:28:{s:2:"id";s:3:"354";s:5:"title";s:21:"Landing Page Features";s:5:"alias";s:21:"landing-page-features";s:3:"zip";s:31:"packs/landing-page-features.zip";s:3:"uid";s:32:"6552bc72abace10918a64866d9bb79c1";s:3:"img";s:32:"landing-page-features/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:339;a:28:{s:2:"id";s:3:"355";s:5:"title";s:20:"Landing Page Callout";s:5:"alias";s:20:"landing-page-callout";s:3:"zip";s:30:"packs/landing-page-callout.zip";s:3:"uid";s:32:"c5b101ea5471e7409ae7effa8d45fbcf";s:3:"img";s:31:"landing-page-callout/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:340;a:28:{s:2:"id";s:3:"356";s:5:"title";s:20:"Landing Page Content";s:5:"alias";s:20:"landing-page-content";s:3:"zip";s:30:"packs/landing-page-content.zip";s:3:"uid";s:32:"34da8057a6bb3677c9adf9f18ffc6cf0";s:3:"img";s:31:"landing-page-content/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:341;a:28:{s:2:"id";s:3:"357";s:5:"title";s:25:"Landing Page Testimonials";s:5:"alias";s:25:"landing-page-testimonials";s:3:"zip";s:35:"packs/landing-page-testimonials.zip";s:3:"uid";s:32:"a83606e311cd5115422d86f04890cbf1";s:3:"img";s:36:"landing-page-testimonials/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:342;a:28:{s:2:"id";s:3:"358";s:5:"title";s:27:"Landing Page Call to Action";s:5:"alias";s:27:"landing-page-call-to-action";s:3:"zip";s:37:"packs/landing-page-call-to-action.zip";s:3:"uid";s:32:"adfb456b27fa7eb6b1415d8f80836f05";s:3:"img";s:38:"landing-page-call-to-action/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:343;a:28:{s:2:"id";s:3:"359";s:5:"title";s:17:"Landing Page Help";s:5:"alias";s:17:"landing-page-help";s:3:"zip";s:27:"packs/landing-page-help.zip";s:3:"uid";s:32:"ca502431f9b7f6249d99b02464de2dd7";s:3:"img";s:28:"landing-page-help/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:344;a:28:{s:2:"id";s:3:"360";s:5:"title";s:19:"Landing Page Footer";s:5:"alias";s:19:"landing-page-footer";s:3:"zip";s:29:"packs/landing-page-footer.zip";s:3:"uid";s:32:"2a6afc371dbd60cb117f8a0f5d09eac9";s:3:"img";s:30:"landing-page-footer/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:345;a:28:{s:2:"id";s:3:"361";s:5:"title";s:24:"Landing Page Price Modal";s:5:"alias";s:24:"landing-page-price-modal";s:3:"zip";s:34:"packs/landing-page-price-modal.zip";s:3:"uid";s:32:"a6c5c0430b46dd4e6e68416964a8c54d";s:3:"img";s:35:"landing-page-price-modal/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/landing-page-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.0.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:193:"<span class="ttm_content">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:624:"<span class="ttm_content">After installing this template package, please remove the "price modal" module shortcode from the automatically created page. Also, a small modification is needed in these templates: "Landing Page Hero", "Landing page Call to Action" and "Landing Page Footer". Click the buttons in these template and then go to "layer -> actions" and set the target of the "Open Slider Modal" action to the "Landing Page Price Modal".</span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:12:"Landing Page";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"27";s:9:"installed";b:0;}i:346;a:27:{s:2:"id";s:3:"371";s:5:"title";s:17:"Corporate Website";s:5:"alias";s:17:"corporate-website";s:3:"zip";s:0:"";s:3:"uid";s:25:"corporate-website-package";s:3:"img";s:30:"packages/corporate-website.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:347;a:27:{s:2:"id";s:3:"372";s:5:"title";s:16:"Corporate Header";s:5:"alias";s:16:"Corporate-Header";s:3:"zip";s:26:"packs/Corporate-Header.zip";s:3:"uid";s:32:"04f868e3812a1681f00ab89580e5d1f8";s:3:"img";s:27:"Corporate-Header/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:348;a:27:{s:2:"id";s:3:"373";s:5:"title";s:24:"Corporate Welcome Screen";s:5:"alias";s:24:"Corporate-Welcome-Screen";s:3:"zip";s:34:"packs/Corporate-Welcome-Screen.zip";s:3:"uid";s:32:"052afe98ef819f7ace041dbbdb749639";s:3:"img";s:35:"Corporate-Welcome-Screen/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:173:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:349;a:27:{s:2:"id";s:3:"374";s:5:"title";s:15:"Corporate About";s:5:"alias";s:15:"Corporate-About";s:3:"zip";s:25:"packs/Corporate-About.zip";s:3:"uid";s:32:"7bf5f8f6d4cc3016cea86289cb46e5b6";s:3:"img";s:26:"Corporate-About/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:350;a:27:{s:2:"id";s:3:"375";s:5:"title";s:19:"Corporate Portfolio";s:5:"alias";s:19:"Corporate-Portfolio";s:3:"zip";s:29:"packs/Corporate-Portfolio.zip";s:3:"uid";s:32:"612c2bd784fea81392dda1644a3c3cf3";s:3:"img";s:30:"Corporate-Portfolio/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:351;a:27:{s:2:"id";s:3:"376";s:5:"title";s:15:"Corporate Chart";s:5:"alias";s:15:"Corporate-Chart";s:3:"zip";s:25:"packs/Corporate-Chart.zip";s:3:"uid";s:32:"4d27d9b3b2cfcce750e526aafb322a9f";s:3:"img";s:26:"Corporate-Chart/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:352;a:27:{s:2:"id";s:3:"377";s:5:"title";s:14:"Corporate News";s:5:"alias";s:14:"Corporate-News";s:3:"zip";s:24:"packs/Corporate-News.zip";s:3:"uid";s:32:"bb65ed57a0d4db795d8b738f0a92f2d7";s:3:"img";s:25:"Corporate-News/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:353;a:27:{s:2:"id";s:3:"378";s:5:"title";s:16:"Corporate Hiring";s:5:"alias";s:16:"Corporate-Hiring";s:3:"zip";s:26:"packs/Corporate-Hiring.zip";s:3:"uid";s:32:"136cf1a91604e819089eb3573a6e100a";s:3:"img";s:27:"Corporate-Hiring/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:354;a:27:{s:2:"id";s:3:"379";s:5:"title";s:22:"Corporate Testimonials";s:5:"alias";s:22:"Corporate-Testimonials";s:3:"zip";s:32:"packs/Corporate-Testimonials.zip";s:3:"uid";s:32:"b17aec0afdc31e37359cfa406164463c";s:3:"img";s:33:"Corporate-Testimonials/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:355;a:27:{s:2:"id";s:3:"380";s:5:"title";s:15:"Corporate Store";s:5:"alias";s:15:"Corporate-Store";s:3:"zip";s:25:"packs/Corporate-Store.zip";s:3:"uid";s:32:"6240b14620ddc634736716e0cdfdeb31";s:3:"img";s:26:"Corporate-Store/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:356;a:27:{s:2:"id";s:3:"381";s:5:"title";s:17:"Corporate Support";s:5:"alias";s:17:"Corporate-Support";s:3:"zip";s:27:"packs/Corporate-Support.zip";s:3:"uid";s:32:"9424292a78076ce68c2faf587b26cdad";s:3:"img";s:28:"Corporate-Support/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:357;a:27:{s:2:"id";s:3:"382";s:5:"title";s:14:"Corporate Team";s:5:"alias";s:14:"Corporate-Team";s:3:"zip";s:24:"packs/Corporate-Team.zip";s:3:"uid";s:32:"4fafe469b5a0a2545625c3f6d7ff3b9e";s:3:"img";s:25:"Corporate-Team/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"11";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:358;a:27:{s:2:"id";s:3:"383";s:5:"title";s:33:"Corporate Selected Projects Title";s:5:"alias";s:33:"Corporate-Selected-Projects-Title";s:3:"zip";s:43:"packs/Corporate-Selected-Projects-Title.zip";s:3:"uid";s:32:"0ed3c41f51e6bf404c2fe179fa8d8ceb";s:3:"img";s:44:"Corporate-Selected-Projects-Title/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"12";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:359;a:27:{s:2:"id";s:3:"384";s:5:"title";s:27:"Corporate Selected Projects";s:5:"alias";s:27:"Corporate-Selected-Projects";s:3:"zip";s:37:"packs/Corporate-Selected-Projects.zip";s:3:"uid";s:32:"1096c78d5f007f3900228a4092515e2e";s:3:"img";s:38:"Corporate-Selected-Projects/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"13";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:360;a:27:{s:2:"id";s:3:"385";s:5:"title";s:17:"Corporate Clients";s:5:"alias";s:17:"Corporate-Clients";s:3:"zip";s:27:"packs/Corporate-Clients.zip";s:3:"uid";s:32:"60fe3a311195bf4dba3e50bd1ab98574";s:3:"img";s:28:"Corporate-Clients/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"14";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:361;a:27:{s:2:"id";s:3:"386";s:5:"title";s:20:"Corporate Text Block";s:5:"alias";s:20:"Corporate-Text-Block";s:3:"zip";s:30:"packs/Corporate-Text-Block.zip";s:3:"uid";s:32:"93b68bb23d65fd1028b6b5f6d19b85b5";s:3:"img";s:31:"Corporate-Text-Block/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"15";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:362;a:27:{s:2:"id";s:3:"387";s:5:"title";s:20:"Corporate Mobile App";s:5:"alias";s:20:"Corporate-Mobile-App";s:3:"zip";s:30:"packs/Corporate-Mobile-App.zip";s:3:"uid";s:32:"e592369d233bea673403daa15c6e498a";s:3:"img";s:31:"Corporate-Mobile-App/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"16";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:363;a:27:{s:2:"id";s:3:"388";s:5:"title";s:18:"Corporate Contacts";s:5:"alias";s:18:"Corporate-Contacts";s:3:"zip";s:28:"packs/Corporate-Contacts.zip";s:3:"uid";s:32:"91ae9488b54b7020f8ae9dfbfd6c563a";s:3:"img";s:29:"Corporate-Contacts/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"17";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:364;a:27:{s:2:"id";s:3:"389";s:5:"title";s:16:"Corporate Footer";s:5:"alias";s:16:"Corporate-Footer";s:3:"zip";s:26:"packs/Corporate-Footer.zip";s:3:"uid";s:32:"a01df90af203f06194c1a18745d79861";s:3:"img";s:27:"Corporate-Footer/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"18";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:365;a:27:{s:2:"id";s:3:"390";s:5:"title";s:23:"Corporate Scroll To Top";s:5:"alias";s:23:"Corporate-Scroll-To-Top";s:3:"zip";s:33:"packs/Corporate-Scroll-To-Top.zip";s:3:"uid";s:32:"2d68f6e4590a9a445e6eb055dfee88ba";s:3:"img";s:34:"Corporate-Scroll-To-Top/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/corporate-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:248:"<span class="ttm_content">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Corporate Website";s:13:"package_order";s:2:"19";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"29";s:9:"installed";b:0;}i:367;a:27:{s:2:"id";s:3:"403";s:5:"title";s:11:"Brutal Menu";s:5:"alias";s:11:"brutal-menu";s:3:"zip";s:21:"packs/brutal-menu.zip";s:3:"uid";s:32:"04b21c7aee2479793336e964230d6e3f";s:3:"img";s:22:"brutal-menu/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:368;a:27:{s:2:"id";s:3:"404";s:5:"title";s:11:"Brutal Hero";s:5:"alias";s:11:"brutal-hero";s:3:"zip";s:21:"packs/brutal-hero.zip";s:3:"uid";s:32:"a342ad01054b97bac7980fdf9e275b34";s:3:"img";s:22:"brutal-hero/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:369;a:27:{s:2:"id";s:3:"405";s:5:"title";s:12:"Brutal About";s:5:"alias";s:12:"brutal-about";s:3:"zip";s:22:"packs/brutal-about.zip";s:3:"uid";s:32:"a3e1cd2e36c9a783c1932fdafe2e4434";s:3:"img";s:23:"brutal-about/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:370;a:27:{s:2:"id";s:3:"406";s:5:"title";s:16:"Brutal Highlight";s:5:"alias";s:16:"brutal-highlight";s:3:"zip";s:26:"packs/brutal-highlight.zip";s:3:"uid";s:32:"b7f8522dcb4636467633bd3b14f4e3e9";s:3:"img";s:27:"brutal-highlight/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:371;a:27:{s:2:"id";s:3:"407";s:5:"title";s:15:"Brutal Projects";s:5:"alias";s:15:"brutal-projects";s:3:"zip";s:25:"packs/brutal-projects.zip";s:3:"uid";s:32:"1a462e91373042193ca5d623dd8e8a47";s:3:"img";s:26:"brutal-projects/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:372;a:27:{s:2:"id";s:3:"408";s:5:"title";s:15:"Brutal Services";s:5:"alias";s:15:"brutal-services";s:3:"zip";s:25:"packs/brutal-services.zip";s:3:"uid";s:32:"cbeeb1e7a5c2842b155fe13acb7c165d";s:3:"img";s:26:"brutal-services/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:373;a:27:{s:2:"id";s:3:"409";s:5:"title";s:14:"Brutal Callout";s:5:"alias";s:14:"brutal-callout";s:3:"zip";s:24:"packs/brutal-callout.zip";s:3:"uid";s:32:"31b6dafdb2dfb548152653e60df5a3bc";s:3:"img";s:25:"brutal-callout/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:374;a:27:{s:2:"id";s:3:"410";s:5:"title";s:13:"Brutal Footer";s:5:"alias";s:13:"brutal-footer";s:3:"zip";s:23:"packs/brutal-footer.zip";s:3:"uid";s:32:"07559f0c574e3dd95b2d40d72cbb01bc";s:3:"img";s:24:"brutal-footer/slide1.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:375;a:27:{s:2:"id";s:3:"411";s:5:"title";s:23:"Church Website Template";s:5:"alias";s:23:"church-website-template";s:3:"zip";s:0:"";s:3:"uid";s:31:"church-website-template-package";s:3:"img";s:36:"packages/church-website-template.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:376;a:27:{s:2:"id";s:3:"412";s:5:"title";s:13:"Church Header";s:5:"alias";s:13:"Church-Header";s:3:"zip";s:23:"packs/Church-Header.zip";s:3:"uid";s:32:"c14289117e1e2b9ee716fb99146b2e03";s:3:"img";s:24:"Church-Header/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:377;a:27:{s:2:"id";s:3:"413";s:5:"title";s:22:"Church Upcoming Events";s:5:"alias";s:22:"Church-Upcoming-Events";s:3:"zip";s:32:"packs/Church-Upcoming-Events.zip";s:3:"uid";s:32:"056a26efddae92973fee4ee5cfa75f10";s:3:"img";s:33:"Church-Upcoming-Events/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:378;a:27:{s:2:"id";s:3:"414";s:5:"title";s:12:"Church About";s:5:"alias";s:12:"Church-About";s:3:"zip";s:22:"packs/Church-About.zip";s:3:"uid";s:32:"8ef133f3f669f06380334a83e27eedbb";s:3:"img";s:23:"Church-About/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:379;a:27:{s:2:"id";s:3:"415";s:5:"title";s:14:"Church Pastors";s:5:"alias";s:14:"Church-Pastors";s:3:"zip";s:24:"packs/Church-Pastors.zip";s:3:"uid";s:32:"715edc0833a753b72350b8c974f86f94";s:3:"img";s:25:"Church-Pastors/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:380;a:27:{s:2:"id";s:3:"416";s:5:"title";s:20:"Church Photo Gallery";s:5:"alias";s:20:"Church-Photo-Gallery";s:3:"zip";s:30:"packs/Church-Photo-Gallery.zip";s:3:"uid";s:32:"d94808a97149cd5d3b3354a28409ffd7";s:3:"img";s:31:"Church-Photo-Gallery/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:381;a:27:{s:2:"id";s:3:"417";s:5:"title";s:16:"Church Community";s:5:"alias";s:16:"Church-Community";s:3:"zip";s:26:"packs/Church-Community.zip";s:3:"uid";s:32:"2244e6a6d7a691653eae2d70765130a7";s:3:"img";s:27:"Church-Community/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:382;a:27:{s:2:"id";s:3:"418";s:5:"title";s:13:"Church Sermon";s:5:"alias";s:13:"Church-Sermon";s:3:"zip";s:23:"packs/Church-Sermon.zip";s:3:"uid";s:32:"8fedf983bd55fff0f7a16d9f0a7e5408";s:3:"img";s:24:"Church-Sermon/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:383;a:27:{s:2:"id";s:3:"419";s:5:"title";s:15:"Church Contacts";s:5:"alias";s:15:"Church-Contacts";s:3:"zip";s:25:"packs/Church-Contacts.zip";s:3:"uid";s:32:"0b1a6968e75868548fd98e435625c090";s:3:"img";s:26:"Church-Contacts/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:384;a:27:{s:2:"id";s:3:"420";s:5:"title";s:13:"Church Footer";s:5:"alias";s:13:"Church-Footer";s:3:"zip";s:23:"packs/Church-Footer.zip";s:3:"uid";s:32:"29756685d3dc49e42edada43e6393b7b";s:3:"img";s:24:"Church-Footer/slide1.jpg";s:7:"preview";s:63:"https://revolution.themepunch.com/church-website-template-dark/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Church Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"32";s:9:"installed";b:0;}i:385;a:27:{s:2:"id";s:3:"421";s:5:"title";s:29:"Church Light Website Template";s:5:"alias";s:29:"church-light-website-template";s:3:"zip";s:0:"";s:3:"uid";s:37:"church-light-website-template-package";s:3:"img";s:42:"packages/church-light-website-template.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:386;a:27:{s:2:"id";s:3:"422";s:5:"title";s:19:"Church Light Header";s:5:"alias";s:19:"Church-Light-Header";s:3:"zip";s:29:"packs/Church-Light-Header.zip";s:3:"uid";s:32:"81c00f4b52cf55214de919e3f13121fc";s:3:"img";s:30:"Church-Light-Header/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:387;a:27:{s:2:"id";s:3:"423";s:5:"title";s:28:"Church Light Upcoming Events";s:5:"alias";s:28:"Church-Light-Upcoming-Events";s:3:"zip";s:38:"packs/Church-Light-Upcoming-Events.zip";s:3:"uid";s:32:"963a49f4be0557ac5f3ee61d256f5bda";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:388;a:27:{s:2:"id";s:3:"424";s:5:"title";s:18:"Church Light About";s:5:"alias";s:18:"Church-Light-About";s:3:"zip";s:28:"packs/Church-Light-About.zip";s:3:"uid";s:32:"d46c8e8e6f80e6bfedb54f1cdc49e7e6";s:3:"img";s:29:"Church-Light-About/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:389;a:27:{s:2:"id";s:3:"425";s:5:"title";s:20:"Church Light Pastors";s:5:"alias";s:20:"Church-Light-Pastors";s:3:"zip";s:30:"packs/Church-Light-Pastors.zip";s:3:"uid";s:32:"7cc3dec61556e2291d6f38c1ea5e983f";s:3:"img";s:31:"Church-Light-Pastors/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:390;a:27:{s:2:"id";s:3:"426";s:5:"title";s:26:"Church Light Photo Gallery";s:5:"alias";s:26:"Church-Light-Photo-Gallery";s:3:"zip";s:36:"packs/Church-Light-Photo-Gallery.zip";s:3:"uid";s:32:"9e13100179b9b700b005693eeca57902";s:3:"img";s:37:"Church-Light-Photo-Gallery/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:391;a:27:{s:2:"id";s:3:"427";s:5:"title";s:22:"Church Light Community";s:5:"alias";s:22:"Church-Light-Community";s:3:"zip";s:32:"packs/Church-Light-Community.zip";s:3:"uid";s:32:"14fcc0d43d899fd96116bdbc57c7c5ea";s:3:"img";s:33:"Church-Light-Community/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:392;a:27:{s:2:"id";s:3:"428";s:5:"title";s:19:"Church Light Sermon";s:5:"alias";s:19:"Church-Light-Sermon";s:3:"zip";s:29:"packs/Church-Light-Sermon.zip";s:3:"uid";s:32:"fc30be7e703bc7b235665c36baa80e4e";s:3:"img";s:30:"Church-Light-Sermon/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:393;a:27:{s:2:"id";s:3:"429";s:5:"title";s:21:"Church Light Contacts";s:5:"alias";s:21:"Church-Light-Contacts";s:3:"zip";s:31:"packs/Church-Light-Contacts.zip";s:3:"uid";s:32:"ed83d8fa63ecb59cf42656068ecf8d25";s:3:"img";s:32:"Church-Light-Contacts/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:394;a:27:{s:2:"id";s:3:"430";s:5:"title";s:19:"Church Light Footer";s:5:"alias";s:19:"Church-Light-Footer";s:3:"zip";s:29:"packs/Church-Light-Footer.zip";s:3:"uid";s:32:"a168772865fd5dcf6229c9c6a49dff73";s:3:"img";s:30:"Church-Light-Footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/church-website-template-light/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Church Light Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"33";s:9:"installed";b:0;}i:395;a:27:{s:2:"id";s:3:"431";s:5:"title";s:25:"Rockable Website Template";s:5:"alias";s:25:"rockable-website-template";s:3:"zip";s:0:"";s:3:"uid";s:33:"rockable-website-template-package";s:3:"img";s:38:"packages/rockable-website-template.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:396;a:27:{s:2:"id";s:3:"432";s:5:"title";s:13:"Rockable Menu";s:5:"alias";s:13:"rockable-menu";s:3:"zip";s:23:"packs/rockable-menu.zip";s:3:"uid";s:32:"92d18f7ff38f22ff411a4ef4d9f54934";s:3:"img";s:24:"rockable-menu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:397;a:27:{s:2:"id";s:3:"433";s:5:"title";s:13:"Rockable Hero";s:5:"alias";s:13:"rockable-hero";s:3:"zip";s:23:"packs/rockable-hero.zip";s:3:"uid";s:32:"ba16b28d6bde95910cbce572bb251208";s:3:"img";s:24:"rockable-hero/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:398;a:27:{s:2:"id";s:3:"434";s:5:"title";s:15:"Rockable Lineup";s:5:"alias";s:15:"rockable-lineup";s:3:"zip";s:25:"packs/rockable-lineup.zip";s:3:"uid";s:32:"6631980112805533a0d328c37e56adbd";s:3:"img";s:26:"rockable-lineup/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:399;a:27:{s:2:"id";s:3:"435";s:5:"title";s:17:"Rockable Lineup 2";s:5:"alias";s:17:"rockable-lineup-2";s:3:"zip";s:27:"packs/rockable-lineup-2.zip";s:3:"uid";s:32:"98bc41d982dc478edabff4aa99461dbc";s:3:"img";s:28:"rockable-lineup-2/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:400;a:27:{s:2:"id";s:3:"436";s:5:"title";s:22:"Rockable Gallery Title";s:5:"alias";s:22:"rockable-gallery-title";s:3:"zip";s:32:"packs/rockable-gallery-title.zip";s:3:"uid";s:32:"da43a76f5bc77aa6efe158b00ab7cf0d";s:3:"img";s:33:"rockable-gallery-title/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:401;a:27:{s:2:"id";s:3:"437";s:5:"title";s:16:"Rockable Gallery";s:5:"alias";s:16:"rockable-gallery";s:3:"zip";s:26:"packs/rockable-gallery.zip";s:3:"uid";s:32:"c12a144d6860bcf24e91d5b980ac22f1";s:3:"img";s:27:"rockable-gallery/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:402;a:27:{s:2:"id";s:3:"438";s:5:"title";s:17:"Rockable Sponsors";s:5:"alias";s:17:"rockable-sponsors";s:3:"zip";s:27:"packs/rockable-sponsors.zip";s:3:"uid";s:32:"1e40d4a810c23f8d5fe5cd5ca31ee20d";s:3:"img";s:28:"rockable-sponsors/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:403;a:27:{s:2:"id";s:3:"439";s:5:"title";s:15:"Rockable Footer";s:5:"alias";s:15:"rockable-footer";s:3:"zip";s:25:"packs/rockable-footer.zip";s:3:"uid";s:32:"a4a9952d5e56fc14366155e8ebfa432a";s:3:"img";s:26:"rockable-footer/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:404;a:27:{s:2:"id";s:3:"440";s:5:"title";s:21:"Rockable Detail Modal";s:5:"alias";s:21:"rockable-detail-modal";s:3:"zip";s:31:"packs/rockable-detail-modal.zip";s:3:"uid";s:32:"b51d918203ff7975a144a9f1be09f31b";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:405;a:27:{s:2:"id";s:3:"441";s:5:"title";s:23:"Rockable Detail Modal 2";s:5:"alias";s:23:"rockable-detail-modal-2";s:3:"zip";s:33:"packs/rockable-detail-modal-2.zip";s:3:"uid";s:32:"dcf51ebb3d4a1dec94748a1e016c5ef7";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/rockable-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:25:"Rockable Website Template";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"34";s:9:"installed";b:0;}i:406;a:24:{s:2:"id";s:3:"442";s:5:"title";s:27:"Real Estate Showcase Slider";s:5:"alias";s:27:"real-estate-showcase-slider";s:3:"zip";s:31:"Real-Estate-Showcase-Slider.zip";s:3:"uid";s:32:"486b2bbe296722e70421731e3c05711b";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/real-estate-showcase-slider/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:152:"<span class="ttm_content">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:407;a:24:{s:2:"id";s:3:"443";s:5:"title";s:16:"Isometric Slider";s:5:"alias";s:16:"isometric-slider";s:3:"zip";s:20:"isometric-slider.zip";s:3:"uid";s:32:"fb06051fcf6649a44f2292044e414a36";s:3:"img";s:27:"isometric-slider/slide1.jpg";s:7:"preview";s:51:"https://revolution.themepunch.com/isometric-slider/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:154:"<span class="ttm_content">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:408;a:27:{s:2:"id";s:3:"444";s:5:"title";s:26:"Woo Commerce Slider Static";s:5:"alias";s:26:"woo-commerce-slider-static";s:3:"zip";s:0:"";s:3:"uid";s:26:"woo-commerce-slider-static";s:3:"img";s:39:"packages/woo-commerce-slider-static.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/woo-commerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:178:"<span class="ttm_content">A uniquely animated Woo Commerce Slider template - this is the static version that doesn''t use Woo Commerce data</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:7:"website";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Woo Commerce Slider Static";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"35";s:9:"installed";b:0;}i:409;a:27:{s:2:"id";s:3:"445";s:5:"title";s:17:"E-Commerce Slider";s:5:"alias";s:17:"E-Commerce-Slider";s:3:"zip";s:27:"packs/E-Commerce-Slider.zip";s:3:"uid";s:32:"1533cfd83c2ae122f23074e1ed77f256";s:3:"img";s:28:"E-Commerce-Slider/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/woo-commerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:178:"<span class="ttm_content">A uniquely animated Woo Commerce Slider template - this is the static version that doesn''t use Woo Commerce data</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:4:"hero";i:1;s:7:"website";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Woo Commerce Slider Static";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"35";s:9:"installed";b:0;}i:410;a:27:{s:2:"id";s:3:"446";s:5:"title";s:23:"E-Commerce Slider Modal";s:5:"alias";s:23:"E-Commerce-Slider-Modal";s:3:"zip";s:33:"packs/E-Commerce-Slider-Modal.zip";s:3:"uid";s:32:"825e05c3967515b92a75da017c68a863";s:3:"img";s:34:"E-Commerce-Slider-Modal/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/woo-commerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:178:"<span class="ttm_content">A uniquely animated Woo Commerce Slider template - this is the static version that doesn''t use Woo Commerce data</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:4:"hero";i:1;s:7:"website";i:2;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Woo Commerce Slider Static";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"35";s:9:"installed";b:0;}i:411;a:24:{s:2:"id";s:3:"447";s:5:"title";s:27:"Woo Commerce Slider Dynamic";s:5:"alias";s:27:"Woo-Commerce-Slider-Dynamic";s:3:"zip";s:31:"Woo-Commerce-Slider-Dynamic.zip";s:3:"uid";s:32:"b8e2c64f3739e552c563c48c59f20fe7";s:3:"img";s:38:"Woo-Commerce-Slider-Dynamic/slide1.jpg";s:7:"preview";s:63:"https://www.sliderrevolution.com/templates/woo-commerce-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:172:"<span class="ttm_content">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:412;a:27:{s:2:"id";s:3:"448";s:5:"title";s:31:"Blooming Event Florist Template";s:5:"alias";s:31:"blooming-event-florist-template";s:3:"zip";s:0:"";s:3:"uid";s:39:"blooming-event-florist-template-package";s:3:"img";s:52:"packages/blooming-event-florist-template-package.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:413;a:27:{s:2:"id";s:3:"449";s:5:"title";s:15:"Blooming Header";s:5:"alias";s:15:"blooming-header";s:3:"zip";s:25:"packs/blooming-header.zip";s:3:"uid";s:32:"aa2ee34fd8ed018945ba64e6913810e4";s:3:"img";s:26:"blooming-header/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:414;a:27:{s:2:"id";s:3:"450";s:5:"title";s:14:"Blooming About";s:5:"alias";s:14:"blooming-about";s:3:"zip";s:24:"packs/blooming-about.zip";s:3:"uid";s:32:"dd7095e46fab2eb475d00480fd17a6ec";s:3:"img";s:25:"blooming-about/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:415;a:27:{s:2:"id";s:3:"451";s:5:"title";s:18:"Blooming Portfolio";s:5:"alias";s:18:"blooming-portfolio";s:3:"zip";s:28:"packs/blooming-portfolio.zip";s:3:"uid";s:32:"c72ddcbb07b62982b8c21328a6383e22";s:3:"img";s:29:"blooming-portfolio/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:416;a:27:{s:2:"id";s:3:"452";s:5:"title";s:22:"Blooming Wedding Title";s:5:"alias";s:22:"blooming-wedding-title";s:3:"zip";s:32:"packs/blooming-wedding-title.zip";s:3:"uid";s:32:"4fcfb0b99289c12d014c67306bb7687b";s:3:"img";s:33:"blooming-wedding-title/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:417;a:27:{s:2:"id";s:3:"453";s:5:"title";s:25:"Blooming Wedding Carousel";s:5:"alias";s:25:"blooming-wedding-carousel";s:3:"zip";s:35:"packs/blooming-wedding-carousel.zip";s:3:"uid";s:32:"1d1bb979dbfca8ba9d43da1c0f665339";s:3:"img";s:36:"blooming-wedding-carousel/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:418;a:27:{s:2:"id";s:3:"454";s:5:"title";s:21:"Blooming Wedding Text";s:5:"alias";s:21:"blooming-wedding-text";s:3:"zip";s:31:"packs/blooming-wedding-text.zip";s:3:"uid";s:32:"326f2793294a739dd3aac3cc45332df8";s:3:"img";s:32:"blooming-wedding-text/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:419;a:27:{s:2:"id";s:3:"455";s:5:"title";s:22:"Blooming Parties Title";s:5:"alias";s:22:"blooming-parties-title";s:3:"zip";s:32:"packs/blooming-parties-title.zip";s:3:"uid";s:32:"b47aae1b368d3c3d9017f260e6c6a547";s:3:"img";s:33:"blooming-parties-title/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:420;a:27:{s:2:"id";s:3:"456";s:5:"title";s:25:"Blooming Parties Carousel";s:5:"alias";s:25:"blooming-parties-carousel";s:3:"zip";s:35:"packs/blooming-parties-carousel.zip";s:3:"uid";s:32:"9f90a9da7b017aeee7f3b608cda066e6";s:3:"img";s:36:"blooming-parties-carousel/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:421;a:27:{s:2:"id";s:3:"457";s:5:"title";s:21:"Blooming Parties Text";s:5:"alias";s:21:"blooming-parties-text";s:3:"zip";s:31:"packs/blooming-parties-text.zip";s:3:"uid";s:32:"66a47346cc639b8b9b9b5dfa1521b6ef";s:3:"img";s:32:"blooming-parties-text/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:422;a:27:{s:2:"id";s:3:"458";s:5:"title";s:22:"Blooming Funeral Title";s:5:"alias";s:22:"blooming-funeral-title";s:3:"zip";s:32:"packs/blooming-funeral-title.zip";s:3:"uid";s:32:"e9e77134472c33c56be442073f29d1fd";s:3:"img";s:33:"blooming-funeral-title/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:423;a:27:{s:2:"id";s:3:"459";s:5:"title";s:23:"Blooming Funeral Slider";s:5:"alias";s:23:"blooming-funeral-slider";s:3:"zip";s:33:"packs/blooming-funeral-slider.zip";s:3:"uid";s:32:"d15090841c25c7c8f0e1b0987c0c0887";s:3:"img";s:34:"blooming-funeral-slider/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"11";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:424;a:27:{s:2:"id";s:3:"460";s:5:"title";s:21:"Blooming Funeral Text";s:5:"alias";s:21:"blooming-funeral-text";s:3:"zip";s:31:"packs/blooming-funeral-text.zip";s:3:"uid";s:32:"d7c80e246f31e3d2f4e5dc1656f133cc";s:3:"img";s:32:"blooming-funeral-text/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"12";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:425;a:27:{s:2:"id";s:3:"461";s:5:"title";s:16:"Blooming Contact";s:5:"alias";s:16:"blooming-contact";s:3:"zip";s:26:"packs/blooming-contact.zip";s:3:"uid";s:32:"54280182bca86443e2648b3146f41e47";s:3:"img";s:27:"blooming-contact/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/event-florist-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Blooming Event Florist Template";s:13:"package_order";s:2:"13";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"36";s:9:"installed";b:0;}i:426;a:24:{s:2:"id";s:3:"462";s:5:"title";s:13:"Particle Hero";s:5:"alias";s:13:"particle-hero";s:3:"zip";s:17:"particle-hero.zip";s:3:"uid";s:32:"3f422f4807bf9ef4cb15dade515dad00";s:3:"img";s:24:"particle-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:120:"<span class="ttm_content">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:427;a:24:{s:2:"id";s:3:"463";s:5:"title";s:17:"Bubble Morph Hero";s:5:"alias";s:17:"bubble-morph-hero";s:3:"zip";s:21:"bubble-morph-hero.zip";s:3:"uid";s:32:"b47e6bcc1ae80393ff3f7388ed3b9f8f";s:3:"img";s:28:"bubble-morph-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:117:"<span class="ttm_content">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:428;a:24:{s:2:"id";s:3:"464";s:5:"title";s:13:"Parallax Hero";s:5:"alias";s:13:"parallax-hero";s:3:"zip";s:17:"parallax-hero.zip";s:3:"uid";s:32:"290e86534326ee118e96ae7ce0538fa2";s:3:"img";s:24:"parallax-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:117:"<span class="ttm_content">A parallax hero module with mouse move interaction.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:429;a:24:{s:2:"id";s:3:"465";s:5:"title";s:10:"Video Hero";s:5:"alias";s:10:"video-hero";s:3:"zip";s:14:"video-hero.zip";s:3:"uid";s:32:"f9e280015d3408bb0482e13fe753da8f";s:3:"img";s:21:"video-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:111:"<span class="ttm_content">A simple Hero header module with HTML5 video.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:430;a:24:{s:2:"id";s:3:"466";s:5:"title";s:14:"Ken Burns Hero";s:5:"alias";s:14:"ken-burns-hero";s:3:"zip";s:18:"ken-burns-hero.zip";s:3:"uid";s:32:"d5f89e5f5b3991b995e2bfeb50cfe9f8";s:3:"img";s:25:"ken-burns-hero/slide1.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:142:"<span class="ttm_content">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:431;a:24:{s:2:"id";s:3:"467";s:5:"title";s:21:"Basic Hero Collection";s:5:"alias";s:21:"basic-hero-collection";s:3:"zip";s:25:"basic-hero-collection.zip";s:3:"uid";s:32:"ff625c65e8aab4689fa56d5652279d51";s:3:"img";s:32:"basic-hero-collection/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/wordpress-hero-image-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:153:"<span class="ttm_content">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:348:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:432;a:24:{s:2:"id";s:3:"468";s:5:"title";s:19:"Launching Very Soon";s:5:"alias";s:19:"launching-very-soon";s:3:"zip";s:23:"launching-very-soon.zip";s:3:"uid";s:32:"2da45cf2d9bec07e7183b3f7777986b9";s:3:"img";s:30:"launching-very-soon/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/launching-soon-countdown/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:166:"<span class="ttm_content">Rocket BOOST! A beautifully animated launching soon countdown module using our "Coming Soon" Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:197:"[{"path":"revslider-maintenance-addon\\/revslider-maintenance-addon.php","name":"Coming Soon & Maintenance AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:433;a:24:{s:2:"id";s:3:"469";s:5:"title";s:18:"Under Construction";s:5:"alias";s:18:"Under-Construction";s:3:"zip";s:22:"Under-Construction.zip";s:3:"uid";s:32:"4b12f9a82a5b48d45a707df93406eb5b";s:3:"img";s:29:"Under-Construction/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/under-construction/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:157:"<span class="ttm_content">You will love this animated under construction landing page using our "Coming Soon" Add-On.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:197:"[{"path":"revslider-maintenance-addon\\/revslider-maintenance-addon.php","name":"Coming Soon & Maintenance AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:88:"Create an Under Construction Page That’ll Entertain Visitors While You Work [Tutorial]";s:9:"guide_url";s:121:"https://www.sliderrevolution.com/tutorials/create-an-under-construction-page-that-will-entertain-visitors-while-you-work/";s:9:"guide_img";s:31:"tutorial/Under-Construction.jpg";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:434;a:24:{s:2:"id";s:3:"470";s:5:"title";s:15:"Particle Effect";s:5:"alias";s:15:"Particle-Effect";s:3:"zip";s:19:"Particle-Effect.zip";s:3:"uid";s:32:"66cf4e514e83a6984903694fd587edb6";s:3:"img";s:26:"Particle-Effect/slide1.jpg";s:7:"preview";s:54:"https://revolution.themepunch.com/snow-particle-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:140:"<span class="ttm_content">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:435;a:24:{s:2:"id";s:3:"471";s:5:"title";s:17:"Particle Effect 2";s:5:"alias";s:17:"Particle-Effect-2";s:3:"zip";s:21:"Particle-Effect-2.zip";s:3:"uid";s:32:"303337c29a97a816ccecca7e5f0b5e20";s:3:"img";s:28:"Particle-Effect-2/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/cyber-particle-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:147:"<span class="ttm_content">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:69:"How to Create a Retro-Inspired Design for the Hero Section [Tutorial]";s:9:"guide_url";s:102:"https://www.sliderrevolution.com/tutorials/how-to-create-a-retro-inspired-design-for-the-hero-section/";s:9:"guide_img";s:30:"tutorial/Particle-Effect-2.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:436;a:27:{s:2:"id";s:3:"472";s:5:"title";s:22:"Stark Website Template";s:5:"alias";s:22:"stark-website-template";s:3:"zip";s:0:"";s:3:"uid";s:30:"stark-website-template-package";s:3:"img";s:43:"packages/stark-website-template-package.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:437;a:27:{s:2:"id";s:3:"473";s:5:"title";s:10:"Stark Menu";s:5:"alias";s:10:"stark-menu";s:3:"zip";s:20:"packs/stark-menu.zip";s:3:"uid";s:32:"bb31150df180e784d76a1f5ea306bf05";s:3:"img";s:21:"stark-menu/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:87:"offset="t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:438;a:27:{s:2:"id";s:3:"474";s:5:"title";s:12:"Stark Header";s:5:"alias";s:12:"stark-header";s:3:"zip";s:22:"packs/stark-header.zip";s:3:"uid";s:32:"62bfca01bf6e33cfad81d8df06498299";s:3:"img";s:23:"stark-header/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:93:"offset="t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:439;a:27:{s:2:"id";s:3:"475";s:5:"title";s:13:"Stark Content";s:5:"alias";s:13:"stark-content";s:3:"zip";s:23:"packs/stark-content.zip";s:3:"uid";s:32:"4577ca760133eb5d894c46f212f6eefb";s:3:"img";s:24:"stark-content/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:110:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;" zindex="6"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:440;a:27:{s:2:"id";s:3:"476";s:5:"title";s:14:"Stark Carousel";s:5:"alias";s:14:"stark-carousel";s:3:"zip";s:24:"packs/stark-carousel.zip";s:3:"uid";s:32:"de63336d333eeff10eccfd5d9741e6c9";s:3:"img";s:25:"stark-carousel/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:108:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;" zindex="1"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:441;a:27:{s:2:"id";s:3:"477";s:5:"title";s:15:"Stark Portfolio";s:5:"alias";s:15:"stark-portfolio";s:3:"zip";s:25:"packs/stark-portfolio.zip";s:3:"uid";s:32:"99fcf3df65f8471fe30bec1bf0c2350d";s:3:"img";s:26:"stark-portfolio/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:110:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;" zindex="5"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:442;a:27:{s:2:"id";s:3:"478";s:5:"title";s:22:"Stark Portfolio Detail";s:5:"alias";s:22:"stark-portfolio-detail";s:3:"zip";s:32:"packs/stark-portfolio-detail.zip";s:3:"uid";s:32:"7484fc54f81daec07c93e992216310ce";s:3:"img";s:33:"stark-portfolio-detail/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:443;a:27:{s:2:"id";s:3:"479";s:5:"title";s:13:"Stark Contact";s:5:"alias";s:13:"stark-contact";s:3:"zip";s:23:"packs/stark-contact.zip";s:3:"uid";s:32:"8d704226b7093123a9d9faf424da6c35";s:3:"img";s:24:"stark-contact/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:108:"offset="t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;" zindex="2"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:444;a:27:{s:2:"id";s:3:"480";s:5:"title";s:12:"Stark Footer";s:5:"alias";s:12:"stark-footer";s:3:"zip";s:22:"packs/stark-footer.zip";s:3:"uid";s:32:"e7132dc158e7dcdb4ef5b3a1aa00208a";s:3:"img";s:23:"stark-footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.2.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:114:"offset="t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;" zindex="3"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:445;a:27:{s:2:"id";s:3:"481";s:5:"title";s:16:"Stark Newsletter";s:5:"alias";s:16:"stark-newsletter";s:3:"zip";s:26:"packs/stark-newsletter.zip";s:3:"uid";s:32:"bb76ddd68dbe6bda5ece7e4227a51413";s:3:"img";s:27:"stark-newsletter/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/stark-agency-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:221:"<span class="ttm_content">The Stark Agency website template is a collection of modules using our new Gutenberg Block "margin & padding" feature. Create unique, customizable layouts!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:22:"Stark Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:33:"usage="modal" modal="s:#contact;"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"37";s:9:"installed";b:0;}i:446;a:24:{s:2:"id";s:3:"482";s:5:"title";s:15:"Big Summer Sale";s:5:"alias";s:15:"big-summer-sale";s:3:"zip";s:19:"big-summer-sale.zip";s:3:"uid";s:32:"a6779fa7109763209d234f9cf2e766c6";s:3:"img";s:26:"big-summer-sale/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/big-summer-sale-shop-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:153:"<span class="ttm_content">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:60:"How to Add an Animated Headline to Your Home Page [Tutorial]";s:9:"guide_url";s:102:"https://www.sliderrevolution.com/tutorials/how-to-add-an-animated-headline-to-your-home-page-tutorial/";s:9:"guide_img";s:28:"tutorial/big-summer-sale.jpg";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:447;a:25:{s:2:"id";s:3:"483";s:5:"title";s:18:"Traveller Carousel";s:5:"alias";s:18:"traveller-carousel";s:3:"zip";s:22:"traveller-carousel.zip";s:3:"uid";s:32:"185344ed6236bea2906a79035d1d5702";s:3:"img";s:29:"traveller-carousel/slide1.jpg";s:7:"preview";s:55:"https://revolution.themepunch.com/travel-blog-carousel/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:137:"<span class="ttm_content">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:263:"<span class="ttm_content">Note that the content visible on all slides can be edited on the "global layers" slide.<br/>Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create an Engaging Product Carousel for Your Online Shop [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-an-engaging-product-carousel-for-your-online-shop/";s:9:"guide_img";s:31:"tutorial/traveller-carousel.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:448;a:24:{s:2:"id";s:3:"484";s:5:"title";s:16:"Project Carousel";s:5:"alias";s:16:"project-carousel";s:3:"zip";s:20:"project-carousel.zip";s:3:"uid";s:32:"49c85ad406da943bdd25f08fd6496748";s:3:"img";s:27:"project-carousel/slide1.jpg";s:7:"preview";s:51:"https://revolution.themepunch.com/project-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:137:"<span class="ttm_content">A project carousel with images and texts that can be customized easily!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:449;a:24:{s:2:"id";s:3:"485";s:5:"title";s:13:"News Carousel";s:5:"alias";s:13:"news-carousel";s:3:"zip";s:17:"news-carousel.zip";s:3:"uid";s:32:"76f5b939150092a30038f161084140ae";s:3:"img";s:24:"news-carousel/slide1.jpg";s:7:"preview";s:48:"https://revolution.themepunch.com/news-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:134:"<span class="ttm_content">A news carousel with images and texts that can be customized easily!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:450;a:27:{s:2:"id";s:3:"486";s:5:"title";s:29:"Story Blocks Website Template";s:5:"alias";s:29:"story-blocks-website-template";s:3:"zip";s:0:"";s:3:"uid";s:37:"story-blocks-website-template-package";s:3:"img";s:50:"packages/story-blocks-website-template-package.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:451;a:27:{s:2:"id";s:3:"487";s:5:"title";s:10:"Story Menu";s:5:"alias";s:10:"story-menu";s:3:"zip";s:20:"packs/story-menu.zip";s:3:"uid";s:32:"1f2f7cd91480f15cff8e7100f788c650";s:3:"img";s:21:"story-menu/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:452;a:27:{s:2:"id";s:3:"488";s:5:"title";s:12:"Story Header";s:5:"alias";s:12:"story-header";s:3:"zip";s:22:"packs/story-header.zip";s:3:"uid";s:32:"e1a5ad5018a24ccdc71c2863edfe775e";s:3:"img";s:23:"story-header/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:453;a:27:{s:2:"id";s:3:"489";s:5:"title";s:13:"Story Block 1";s:5:"alias";s:13:"story-block-1";s:3:"zip";s:23:"packs/story-block-1.zip";s:3:"uid";s:32:"2a9fee97dcf477e36d048af8a902f47a";s:3:"img";s:24:"story-block-1/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:454;a:27:{s:2:"id";s:3:"490";s:5:"title";s:15:"Story Content 1";s:5:"alias";s:15:"story-content-1";s:3:"zip";s:25:"packs/story-content-1.zip";s:3:"uid";s:32:"6773614bbce543b83a0d2b2ad8facc96";s:3:"img";s:26:"story-content-1/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:455;a:27:{s:2:"id";s:3:"491";s:5:"title";s:13:"Story Block 2";s:5:"alias";s:13:"story-block-2";s:3:"zip";s:23:"packs/story-block-2.zip";s:3:"uid";s:32:"2e708e3cebab57ca20b228ffba426ce7";s:3:"img";s:24:"story-block-2/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:456;a:27:{s:2:"id";s:3:"492";s:5:"title";s:13:"Story Block 3";s:5:"alias";s:13:"story-block-3";s:3:"zip";s:23:"packs/story-block-3.zip";s:3:"uid";s:32:"7156cf069f65644faf90122dab451231";s:3:"img";s:24:"story-block-3/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:457;a:27:{s:2:"id";s:3:"493";s:5:"title";s:15:"Story Content 2";s:5:"alias";s:15:"story-content-2";s:3:"zip";s:25:"packs/story-content-2.zip";s:3:"uid";s:32:"1223cd77d1f36d69e69ce50223e16ea7";s:3:"img";s:26:"story-content-2/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:458;a:27:{s:2:"id";s:3:"494";s:5:"title";s:13:"Story Block 4";s:5:"alias";s:13:"story-block-4";s:3:"zip";s:23:"packs/story-block-4.zip";s:3:"uid";s:32:"85ac48e8e8231d2c38206cba4e7ebb68";s:3:"img";s:24:"story-block-4/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:459;a:27:{s:2:"id";s:3:"495";s:5:"title";s:15:"Story Content 3";s:5:"alias";s:15:"story-content-3";s:3:"zip";s:25:"packs/story-content-3.zip";s:3:"uid";s:32:"82cac52f3ba79c0559fe0ad0cdf9d3b2";s:3:"img";s:26:"story-content-3/slide1.jpg";s:7:"preview";s:47:"https://revolution.themepunch.com/story-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:229:"<span class="ttm_content">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Story Blocks Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"38";s:9:"installed";b:0;}i:460;a:24:{s:2:"id";s:3:"496";s:5:"title";s:21:"Animated Mini Website";s:5:"alias";s:12:"mini-website";s:3:"zip";s:16:"mini-website.zip";s:3:"uid";s:32:"cc6c0a3b0f933a88c43e2be0fa397c1c";s:3:"img";s:23:"mini-website/slide1.jpg";s:7:"preview";s:56:"https://www.sliderrevolution.com/templates/mini-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:209:"<span class="ttm_content">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:461;a:25:{s:2:"id";s:3:"497";s:5:"title";s:18:"Food Delivery Hero";s:5:"alias";s:13:"food-delivery";s:3:"zip";s:17:"food-delivery.zip";s:3:"uid";s:32:"992e9b22ff43227a655eea341835d04c";s:3:"img";s:24:"food-delivery/slide1.jpg";s:7:"preview";s:62:"https://www.sliderrevolution.com/templates/food-delivery-hero/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:207:"<span class="ttm_content">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:342:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:462;a:24:{s:2:"id";s:3:"498";s:5:"title";s:25:"Slider With Illustrations";s:5:"alias";s:25:"slider-with-illustrations";s:3:"zip";s:29:"slider-with-illustrations.zip";s:3:"uid";s:32:"ebc24280b669f26734c7fdd8b5683e9f";s:3:"img";s:36:"slider-with-illustrations/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/slider-with-illustrations/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:175:"<span class="ttm_content">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:463;a:27:{s:2:"id";s:3:"499";s:5:"title";s:31:"Zen Technology Website Template";s:5:"alias";s:31:"zen-technology-website-template";s:3:"zip";s:0:"";s:3:"uid";s:39:"zen-technology-website-template-package";s:3:"img";s:52:"packages/zen-technology-website-template-package.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:464;a:28:{s:2:"id";s:3:"500";s:5:"title";s:8:"Zen Menu";s:5:"alias";s:8:"zen-menu";s:3:"zip";s:18:"packs/zen-menu.zip";s:3:"uid";s:32:"3b53d755058b75fa6172510dcca2f2bb";s:3:"img";s:19:"zen-menu/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;s:6:"is_new";b:1;}i:465;a:27:{s:2:"id";s:3:"501";s:5:"title";s:10:"Zen Header";s:5:"alias";s:10:"zen-header";s:3:"zip";s:20:"packs/zen-header.zip";s:3:"uid";s:32:"13d3cdde05308616fda7e2920a29e006";s:3:"img";s:21:"zen-header/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:466;a:27:{s:2:"id";s:3:"502";s:5:"title";s:9:"Zen About";s:5:"alias";s:9:"zen-about";s:3:"zip";s:19:"packs/zen-about.zip";s:3:"uid";s:32:"d50d4f9b43e025fa99503b9a4eec6551";s:3:"img";s:20:"zen-about/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:467;a:27:{s:2:"id";s:3:"503";s:5:"title";s:12:"Zen Features";s:5:"alias";s:12:"zen-features";s:3:"zip";s:22:"packs/zen-features.zip";s:3:"uid";s:32:"f4f7f500fae57b1b55adace13f030778";s:3:"img";s:23:"zen-features/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:468;a:27:{s:2:"id";s:3:"504";s:5:"title";s:9:"Zen Video";s:5:"alias";s:9:"zen-video";s:3:"zip";s:19:"packs/zen-video.zip";s:3:"uid";s:32:"fa83df1b45b795174770b1b0155e89f3";s:3:"img";s:20:"zen-video/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:469;a:27:{s:2:"id";s:3:"505";s:5:"title";s:11:"Zen Pricing";s:5:"alias";s:11:"zen-pricing";s:3:"zip";s:21:"packs/zen-pricing.zip";s:3:"uid";s:32:"921f8e5c156d9027f6ae8f1c5e426251";s:3:"img";s:22:"zen-pricing/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:470;a:27:{s:2:"id";s:3:"506";s:5:"title";s:22:"Zen Testimonials Title";s:5:"alias";s:22:"zen-testimonials-title";s:3:"zip";s:32:"packs/zen-testimonials-title.zip";s:3:"uid";s:32:"d9aeeb596c0455ddd564a60a2d449b17";s:3:"img";s:33:"zen-testimonials-title/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:471;a:27:{s:2:"id";s:3:"507";s:5:"title";s:16:"Zen Testimonials";s:5:"alias";s:16:"zen-testimonials";s:3:"zip";s:26:"packs/zen-testimonials.zip";s:3:"uid";s:32:"5a0e0141599c63828e4b99e3bc863366";s:3:"img";s:27:"zen-testimonials/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:472;a:27:{s:2:"id";s:3:"508";s:5:"title";s:10:"Zen Footer";s:5:"alias";s:10:"zen-footer";s:3:"zip";s:20:"packs/zen-footer.zip";s:3:"uid";s:32:"47fb8604e2aafa8cfc97f5af75fda911";s:3:"img";s:21:"zen-footer/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/zen-technology-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:200:"<span class="ttm_content">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:175:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:31:"Zen Technology Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"39";s:9:"installed";b:0;}i:473;a:24:{s:2:"id";s:3:"509";s:5:"title";s:24:"Paintbrush Effect Add-on";s:5:"alias";s:17:"Paintbrush-Effect";s:3:"zip";s:21:"Paintbrush-Effect.zip";s:3:"uid";s:32:"b934d1376df026f0ff45447de17b5ee9";s:3:"img";s:28:"Paintbrush-Effect/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:179:"<span class="ttm_content">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:338:"[{"path":"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php","name":"Paintbrush AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:474;a:27:{s:2:"id";s:3:"510";s:5:"title";s:29:"Photographer Website Template";s:5:"alias";s:29:"photographer-website-template";s:3:"zip";s:0:"";s:3:"uid";s:37:"photographer-website-template-package";s:3:"img";s:50:"packages/photographer-website-template-package.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:475;a:27:{s:2:"id";s:3:"511";s:5:"title";s:19:"Photographer Header";s:5:"alias";s:19:"Photographer-Header";s:3:"zip";s:29:"packs/Photographer-Header.zip";s:3:"uid";s:32:"22de8b3b1eeca5d0d1087791a28cc641";s:3:"img";s:30:"Photographer-Header/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:476;a:27:{s:2:"id";s:3:"512";s:5:"title";s:27:"Photographer Welcome Screen";s:5:"alias";s:27:"Photographer-Welcome-Screen";s:3:"zip";s:37:"packs/Photographer-Welcome-Screen.zip";s:3:"uid";s:32:"8de63df079ad8b7c0aa7bf164bd5fd8f";s:3:"img";s:38:"Photographer-Welcome-Screen/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:477;a:27:{s:2:"id";s:3:"513";s:5:"title";s:21:"Photographer Showcase";s:5:"alias";s:21:"Photographer-Showcase";s:3:"zip";s:31:"packs/Photographer-Showcase.zip";s:3:"uid";s:32:"8b2c7a1541465f77e829a9ac58926359";s:3:"img";s:32:"Photographer-Showcase/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:478;a:27:{s:2:"id";s:3:"514";s:5:"title";s:22:"Photographer Portfolio";s:5:"alias";s:22:"Photographer-Portfolio";s:3:"zip";s:32:"packs/Photographer-Portfolio.zip";s:3:"uid";s:32:"ba5cc502a9505725ef169eaf4852d10f";s:3:"img";s:33:"Photographer-Portfolio/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:479;a:27:{s:2:"id";s:3:"515";s:5:"title";s:21:"Photographer Contacts";s:5:"alias";s:21:"Photographer-Contacts";s:3:"zip";s:31:"packs/Photographer-Contacts.zip";s:3:"uid";s:32:"6ac142733cd260b5d5d3cdce30885074";s:3:"img";s:32:"Photographer-Contacts/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:480;a:27:{s:2:"id";s:3:"516";s:5:"title";s:19:"Photographer Footer";s:5:"alias";s:19:"Photographer-Footer";s:3:"zip";s:29:"packs/Photographer-Footer.zip";s:3:"uid";s:32:"5fae568a988d072fb14b66cc2732ea46";s:3:"img";s:30:"Photographer-Footer/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:481;a:27:{s:2:"id";s:3:"517";s:5:"title";s:18:"Photographer Modal";s:5:"alias";s:18:"Photographer-Modal";s:3:"zip";s:28:"packs/Photographer-Modal.zip";s:3:"uid";s:32:"e6b47a765ad19bce4726540ff7211c07";s:3:"img";s:29:"Photographer-Modal/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/photographer-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.2.23";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:222:"<span class="ttm_content">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Photographer Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"40";s:9:"installed";b:0;}i:482;a:24:{s:2:"id";s:3:"518";s:5:"title";s:25:"Black Friday Scroll Video";s:5:"alias";s:25:"black-friday-scroll-video";s:3:"zip";s:29:"black-friday-scroll-video.zip";s:3:"uid";s:32:"a6a4ab2e2f703aaee0a1e6121881bdd8";s:3:"img";s:36:"black-friday-scroll-video/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/black-friday-scroll-video/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:169:"<span class="ttm_content">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:369:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php","name":"Slider Revolution Scroll Video AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"Spice Up Your Sales Promotions with a Video Scroll Animation [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/spice-up-your-sales-promotions-with-a-video-scroll-animation/";s:9:"guide_img";s:38:"tutorial/black-friday-scroll-video.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:483;a:27:{s:2:"id";s:3:"519";s:5:"title";s:26:"Charity Non-Profit-Website";s:5:"alias";s:26:"charity-non-profit-website";s:3:"zip";s:0:"";s:3:"uid";s:26:"charity-non-profit-website";s:3:"img";s:47:"packages/charity-non-profit-website-package.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:484;a:27:{s:2:"id";s:3:"520";s:5:"title";s:12:"Charity Menu";s:5:"alias";s:12:"charity-menu";s:3:"zip";s:22:"packs/charity-menu.zip";s:3:"uid";s:32:"77794a39041c7f128de3b5ad9b8e7d0d";s:3:"img";s:23:"charity-menu/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:485;a:27:{s:2:"id";s:3:"521";s:5:"title";s:14:"Charity Header";s:5:"alias";s:14:"charity-header";s:3:"zip";s:24:"packs/charity-header.zip";s:3:"uid";s:32:"36096787d4ed62942cbd48f6a57e9d4f";s:3:"img";s:25:"charity-header/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:86:" offset="t:90px,80px,70px,70px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:486;a:27:{s:2:"id";s:3:"522";s:5:"title";s:15:"Charity Mission";s:5:"alias";s:15:"charity-mission";s:3:"zip";s:25:"packs/charity-mission.zip";s:3:"uid";s:32:"8c5cd67e3eb51c0ca3e571408ac8e97b";s:3:"img";s:26:"charity-mission/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:487;a:27:{s:2:"id";s:3:"523";s:5:"title";s:13:"Charity Funds";s:5:"alias";s:13:"charity-funds";s:3:"zip";s:23:"packs/charity-funds.zip";s:3:"uid";s:32:"10da554c7529ef91965e1618a04b410b";s:3:"img";s:24:"charity-funds/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:488;a:27:{s:2:"id";s:3:"524";s:5:"title";s:15:"Charity Success";s:5:"alias";s:15:"charity-success";s:3:"zip";s:25:"packs/charity-success.zip";s:3:"uid";s:32:"0c35448c1905272606e87447886a348e";s:3:"img";s:26:"charity-success/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:489;a:27:{s:2:"id";s:3:"525";s:5:"title";s:15:"Charity Stories";s:5:"alias";s:15:"charity-stories";s:3:"zip";s:25:"packs/charity-stories.zip";s:3:"uid";s:32:"f277f145d9f9c3f0033bb8ceffeb4c9f";s:3:"img";s:26:"charity-stories/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:490;a:27:{s:2:"id";s:3:"526";s:5:"title";s:16:"Charity Worldmap";s:5:"alias";s:16:"charity-worldmap";s:3:"zip";s:26:"packs/charity-worldmap.zip";s:3:"uid";s:32:"9e00cbac269b92cb24fd3230297f4685";s:3:"img";s:27:"charity-worldmap/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:491;a:27:{s:2:"id";s:3:"527";s:5:"title";s:19:"Charity Large Image";s:5:"alias";s:19:"charity-large-image";s:3:"zip";s:29:"packs/charity-large-image.zip";s:3:"uid";s:32:"fa927036c2b14622832106fa987bc8e7";s:3:"img";s:30:"charity-large-image/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:492;a:27:{s:2:"id";s:3:"528";s:5:"title";s:16:"Charity Sponsors";s:5:"alias";s:16:"charity-sponsors";s:3:"zip";s:26:"packs/charity-sponsors.zip";s:3:"uid";s:32:"efd087bc3fa3915139af9e93d47ee295";s:3:"img";s:27:"charity-sponsors/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:493;a:27:{s:2:"id";s:3:"529";s:5:"title";s:12:"Charity Help";s:5:"alias";s:12:"charity-help";s:3:"zip";s:22:"packs/charity-help.zip";s:3:"uid";s:32:"4f3571c0b27f061648c9ff95b1a3f718";s:3:"img";s:23:"charity-help/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:494;a:27:{s:2:"id";s:3:"530";s:5:"title";s:14:"Charity Footer";s:5:"alias";s:14:"charity-footer";s:3:"zip";s:24:"packs/charity-footer.zip";s:3:"uid";s:32:"9340fa48c56635a8a781cc37c4bf538c";s:3:"img";s:25:"charity-footer/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/charity-non-profit-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:26:"Charity Non-Profit-Website";s:13:"package_order";s:2:"11";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"41";s:9:"installed";b:0;}i:495;a:24:{s:2:"id";s:3:"531";s:5:"title";s:21:"Cinematic Hero Titles";s:5:"alias";s:21:"cinematic-hero-titles";s:3:"zip";s:25:"cinematic-hero-titles.zip";s:3:"uid";s:32:"51a59c54bb97c274092d22dbf4f6085e";s:3:"img";s:32:"cinematic-hero-titles/slide1.jpg";s:7:"preview";s:65:"https://www.sliderrevolution.com/templates/cinematic-hero-titles/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:199:"<span class="ttm_content">The "Cinematic Hero Titles" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/";s:9:"guide_url";s:70:"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/";s:9:"guide_img";s:34:"tutorial/cinematic-hero-titles.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:496;a:24:{s:2:"id";s:3:"532";s:5:"title";s:23:"Design DNA Scroll Video";s:5:"alias";s:23:"design-dna-scroll-video";s:3:"zip";s:27:"design-dna-scroll-video.zip";s:3:"uid";s:32:"39180fc9f7a07e50832fc1a68fb4eba2";s:3:"img";s:34:"design-dna-scroll-video/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/design-dna-scroll-video/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:185:"<span class="ttm_content">The "Design DNA Scroll Video" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:543:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php","name":"Slider Revolution Scroll Video AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:497;a:24:{s:2:"id";s:3:"533";s:5:"title";s:27:"Food Delivery Lottie Scroll";s:5:"alias";s:27:"food-delivery-lottie-scroll";s:3:"zip";s:31:"food-delivery-lottie-scroll.zip";s:3:"uid";s:32:"5dfbfac45c5df7702238ba1b43afe8f6";s:3:"img";s:38:"food-delivery-lottie-scroll/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:185:"<span class="ttm_content">The "Design DNA Scroll Video" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:177:"[{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:68:"How to Design a Scroll Animation on Your Own Using Lottie [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-design-a-scroll-animation-on-your-own-using-lottie-tutorial/";s:9:"guide_img";s:40:"tutorial/food-delivery-lottie-scroll.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:498;a:27:{s:2:"id";s:3:"534";s:5:"title";s:29:"Food Recipe Carousel Template";s:5:"alias";s:29:"food-recipe-carousel-template";s:3:"zip";s:0:"";s:3:"uid";s:29:"food-recipe-carousel-template";s:3:"img";s:50:"packages/food-recipe-carousel-template-package.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/food-recipe-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:193:"<span class="ttm_content">Showcase your cooking recipes with the easy to use "Food Recipe Carousel" template. Clicking the titles opens up a detail view!</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Food Recipe Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"42";s:9:"installed";b:0;}i:499;a:27:{s:2:"id";s:3:"535";s:5:"title";s:20:"Food Recipe Carousel";s:5:"alias";s:20:"food-recipe-carousel";s:3:"zip";s:30:"packs/food-recipe-carousel.zip";s:3:"uid";s:32:"6ba9695ba1a22a6e99f96431d8fb01e8";s:3:"img";s:31:"food-recipe-carousel/slide1.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/food-recipe-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Food Recipe Carousel Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"42";s:9:"installed";b:0;}i:500;a:27:{s:2:"id";s:3:"536";s:5:"title";s:17:"Food Recipe Modal";s:5:"alias";s:17:"food-recipe-modal";s:3:"zip";s:27:"packs/food-recipe-modal.zip";s:3:"uid";s:32:"1c5b2e959cd973efc5c1887a3a4279f3";s:3:"img";s:28:"food-recipe-modal/slide1.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/food-recipe-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:202:"<span class="ttm_content">The "Charity Non-Profit Website" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Food Recipe Carousel Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"42";s:9:"installed";b:0;}i:501;a:27:{s:2:"id";s:3:"537";s:5:"title";s:27:"Corporate Carousel Template";s:5:"alias";s:27:"corporate-carousel-template";s:3:"zip";s:0:"";s:3:"uid";s:27:"corporate-carousel-template";s:3:"img";s:38:"packages/corporate_carousel_bundle.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:220:"<span class="ttm_content">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:14:10";s:7:"package";s:27:"Corporate Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"43";s:9:"installed";b:0;}i:502;a:28:{s:2:"id";s:3:"538";s:5:"title";s:18:"Corporate Carousel";s:5:"alias";s:18:"corporate-carousel";s:3:"zip";s:28:"packs/corporate-carousel.zip";s:3:"uid";s:32:"30dea0e333913cb5ebbf8dded8c3a839";s:3:"img";s:29:"corporate-carousel/slide1.jpg";s:7:"preview";s:34:"https://revolution.themepunch.com/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:220:"<span class="ttm_content">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:26:51";s:7:"package";s:27:"Corporate Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"43";s:9:"installed";b:0;s:6:"is_new";b:1;}i:503;a:27:{s:2:"id";s:3:"539";s:5:"title";s:18:"Corporate Lightbox";s:5:"alias";s:18:"corporate-lightbox";s:3:"zip";s:28:"packs/corporate-lightbox.zip";s:3:"uid";s:32:"832c277bfc5a288c0dffd784e4041265";s:3:"img";s:29:"corporate-lightbox/slide1.jpg";s:7:"preview";s:34:"https://revolution.themepunch.com/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:220:"<span class="ttm_content">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:34:36";s:7:"package";s:27:"Corporate Carousel Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"43";s:9:"installed";b:0;}i:504;a:27:{s:2:"id";s:3:"540";s:5:"title";s:23:"Cyber Carousel Template";s:5:"alias";s:23:"cyber-carousel-template";s:3:"zip";s:0:"";s:3:"uid";s:23:"cyber-carousel-template";s:3:"img";s:33:"packages/cybercarousel_bundle.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:218:"<span class="ttm_content">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:40:25";s:7:"package";s:23:"Cyber Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:91:"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]";s:9:"guide_url";s:124:"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/";s:9:"guide_img";s:41:"tutorial/Cyber-Carousel-With-Lightbox.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"44";s:9:"installed";b:0;}i:505;a:27:{s:2:"id";s:3:"541";s:5:"title";s:14:"Cyber Carousel";s:5:"alias";s:14:"cyber-carousel";s:3:"zip";s:24:"packs/cyber-carousel.zip";s:3:"uid";s:32:"b5ef41c7f498bd1dccf8224bfbade718";s:3:"img";s:25:"cyber-carousel/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:218:"<span class="ttm_content">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:42:44";s:7:"package";s:23:"Cyber Carousel Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:91:"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]";s:9:"guide_url";s:124:"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/";s:9:"guide_img";s:41:"tutorial/Cyber-Carousel-With-Lightbox.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"44";s:9:"installed";b:0;}i:506;a:27:{s:2:"id";s:3:"542";s:5:"title";s:23:"Cyber Carousel Lightbox";s:5:"alias";s:23:"cyber-carousel-lightbox";s:3:"zip";s:33:"packs/cyber-carousel-lightbox.zip";s:3:"uid";s:32:"cb91abeed0555dfcafe849c37e7c9c32";s:3:"img";s:34:"cyber-carousel-lightbox/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:218:"<span class="ttm_content">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 15:50:15";s:7:"package";s:23:"Cyber Carousel Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:91:"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]";s:9:"guide_url";s:124:"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/";s:9:"guide_img";s:41:"tutorial/Cyber-Carousel-With-Lightbox.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"44";s:9:"installed";b:0;}i:507;a:27:{s:2:"id";s:3:"543";s:5:"title";s:16:"Woo Carousel One";s:5:"alias";s:24:"woocommerce-carousel-one";s:3:"zip";s:28:"woocommerce-carousel-one.zip";s:3:"uid";s:32:"df0a99cef3981ecb608dff4ed573a493";s:3:"img";s:35:"woocommerce-carousel-one/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:185:"<span class="ttm_content">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:02:45";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:508;a:27:{s:2:"id";s:3:"544";s:5:"title";s:23:"Woo Carousel One Static";s:5:"alias";s:31:"woocommerce-carousel-one-static";s:3:"zip";s:35:"woocommerce-carousel-one-static.zip";s:3:"uid";s:32:"5c955a3850369e79b1e18921306ac1df";s:3:"img";s:42:"woocommerce-carousel-one-static/slide1.jpg";s:7:"preview";s:63:"https://sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:143:"<span class="ttm_content">A static content carousel. Please use the "non-static" version for WooCommerce.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:05:02";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:509;a:27:{s:2:"id";s:3:"545";s:5:"title";s:16:"Woo Carousel Two";s:5:"alias";s:24:"woocommerce-carousel-two";s:3:"zip";s:28:"woocommerce-carousel-two.zip";s:3:"uid";s:32:"fdd797d8e98a9138f5563b68b95ebe1c";s:3:"img";s:35:"woocommerce-carousel-two/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:185:"<span class="ttm_content">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:06:57";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:510;a:27:{s:2:"id";s:3:"546";s:5:"title";s:23:"Woo Carousel Two Static";s:5:"alias";s:31:"woocommerce-carousel-two-static";s:3:"zip";s:35:"woocommerce-carousel-two-static.zip";s:3:"uid";s:32:"2f3bfb1dfa99647426ce906f10dfc480";s:3:"img";s:42:"woocommerce-carousel-two-static/slide1.jpg";s:7:"preview";s:63:"https://sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:143:"<span class="ttm_content">A static content carousel. Please use the "non-static" version for WooCommerce.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:16:15";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:511;a:27:{s:2:"id";s:3:"547";s:5:"title";s:18:"Woo Feature Slider";s:5:"alias";s:26:"woocommerce-feature-slider";s:3:"zip";s:30:"woocommerce-feature-slider.zip";s:3:"uid";s:32:"c8aa1f551065eeffc752f2d8daef6db1";s:3:"img";s:37:"woocommerce-feature-slider/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:181:"<span class="ttm_content">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:19:13";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:512;a:27:{s:2:"id";s:3:"548";s:5:"title";s:25:"Woo Feature Slider Static";s:5:"alias";s:33:"woocommerce-feature-slider-static";s:3:"zip";s:37:"woocommerce-feature-slider-static.zip";s:3:"uid";s:32:"2f29e8fd101c799480152a7911b33ca6";s:3:"img";s:44:"woocommerce-feature-slider-static/slide1.jpg";s:7:"preview";s:63:"https://sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:140:"<span class="ttm_content">A static content slider Please use the "non-static" version for WooCommerce.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-19 16:20:57";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:513;a:24:{s:2:"id";s:3:"549";s:5:"title";s:17:"Woo Liquid Slider";s:5:"alias";s:17:"woo-liquid-slider";s:3:"zip";s:21:"woo-liquid-slider.zip";s:3:"uid";s:32:"9f455f73675a73dbefe820288e994f27";s:3:"img";s:28:"woo-liquid-slider/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:236:"<span class="ttm_content">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:9:"postbased";i:2;s:11:"woocommerce";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-01-19 16:23:03";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]";s:9:"guide_url";s:92:"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/";s:9:"guide_img";s:30:"tutorial/woo-liquid-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:514;a:24:{s:2:"id";s:3:"550";s:5:"title";s:24:"Woo Liquid Slider Static";s:5:"alias";s:32:"woocommerce-liquid-slider-static";s:3:"zip";s:36:"woocommerce-liquid-slider-static.zip";s:3:"uid";s:32:"5848192fea46ffee95a91aa531848e19";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:203:"<span class="ttm_content">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the "non-static" version.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"woocommerce";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-01-19 16:24:35";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]";s:9:"guide_url";s:92:"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/";s:9:"guide_img";s:30:"tutorial/woo-liquid-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:515;a:27:{s:2:"id";s:3:"551";s:5:"title";s:15:"Woo Slider Pack";s:5:"alias";s:15:"woo-slider-pack";s:3:"zip";s:0:"";s:3:"uid";s:15:"woo-slider-pack";s:3:"img";s:34:"packages/woosliderpack_dynamic.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:181:"<span class="ttm_content">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:4:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:9:"postbased";i:3;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-20 09:34:45";s:7:"package";s:15:"Woo Slider Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"45";s:9:"installed";b:0;}i:516;a:27:{s:2:"id";s:3:"552";s:5:"title";s:22:"Woo Slider Pack Static";s:5:"alias";s:22:"woo-slider-pack-static";s:3:"zip";s:0:"";s:3:"uid";s:22:"woo-slider-pack-static";s:3:"img";s:33:"packages/woosliderpack_static.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.3.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:181:"<span class="ttm_content">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:11:"woocommerce";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-01-20 09:39:21";s:7:"package";s:22:"Woo Slider Pack Static";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"46";s:9:"installed";b:0;}i:517;a:24:{s:2:"id";s:3:"553";s:5:"title";s:24:"Creative Hero Collection";s:5:"alias";s:24:"creative-hero-collection";s:3:"zip";s:28:"creative-hero-collection.zip";s:3:"uid";s:32:"e20126d93d081055e5ff3f6981b971fa";s:3:"img";s:35:"creative-hero-collection/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/creative-hero-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:245:"<span class="ttm_content">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to "scene".</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:348:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-02-23 10:22:47";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create an Engaging Hero Section Without Any Photos or Videos [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-an-engaging-hero-section-without-any-photos-or-videos/";s:9:"guide_img";s:37:"tutorial/Creative-Hero-Collection.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:518;a:24:{s:2:"id";s:3:"554";s:5:"title";s:12:"Photo Slider";s:5:"alias";s:19:"photographer-slider";s:3:"zip";s:23:"photographer-slider.zip";s:3:"uid";s:32:"e00104cff231e2aaeb149b3c63e78a5e";s:3:"img";s:30:"photographer-slider/slide1.jpg";s:7:"preview";s:80:"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:169:"<span class="ttm_content">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-02-23 10:25:31";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Customized Transition Effect for Your Hero Section [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-customized-transition-effect-for-your-hero-section/";s:9:"guide_img";s:32:"tutorial/photographer-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:519;a:24:{s:2:"id";s:3:"555";s:5:"title";s:18:"Real Estate Slider";s:5:"alias";s:17:"realestate-slider";s:3:"zip";s:21:"realestate-slider.zip";s:3:"uid";s:32:"596effabfef768f0371cba2b1fdd0c1d";s:3:"img";s:28:"realestate-slider/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:152:"<span class="ttm_content">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-02-23 10:45:36";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:76:"How to Create a Stunning Hero Slider for Your Real Estate Website [Tutorial]";s:9:"guide_url";s:109:"https://www.sliderrevolution.com/tutorials/how-to-create-a-stunning-hero-slider-for-your-real-estate-website/";s:9:"guide_img";s:30:"tutorial/realestate-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:520;a:24:{s:2:"id";s:3:"556";s:5:"title";s:19:"Saas Product Slider";s:5:"alias";s:19:"saas-product-slider";s:3:"zip";s:23:"saas-product-slider.zip";s:3:"uid";s:32:"3cf7809058f383425c5409aa1204335f";s:3:"img";s:30:"saas-product-slider/slide1.jpg";s:7:"preview";s:63:"https://www.sliderrevolution.com/templates/saas-product-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.4.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:143:"<span class="ttm_content">Present your digital SaaS product with a modern design and stunning animations.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:349:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"},{"path":"revslider-lottie-addon\\/revslider-lottie-addon.php","name":"Slider Revolution Lottie AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-02-23 10:49:44";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:521;a:28:{s:2:"id";s:3:"557";s:5:"title";s:27:"Cinematic Wildlife Template";s:5:"alias";s:27:"cinematic-wildlife-template";s:3:"zip";s:0:"";s:3:"uid";s:27:"cinematic-wildlife-template";s:3:"img";s:39:"packages/cinematic-wildlife-package.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:185:"<span class="ttm_content">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-04-16 10:45:38";s:7:"package";s:27:"Cinematic Wildlife Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:79:"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]";s:9:"guide_url";s:112:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/";s:9:"guide_img";s:31:"tutorial/Cinematic-Wildlife.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"47";s:9:"installed";b:0;s:6:"is_new";b:1;}i:522;a:28:{s:2:"id";s:3:"558";s:5:"title";s:25:"Cinematic Wildlife Slider";s:5:"alias";s:25:"cinematic-wildlife-slider";s:3:"zip";s:35:"packs/cinematic-wildlife-slider.zip";s:3:"uid";s:32:"a37b04e221a845d6d446f4d70e815b87";s:3:"img";s:36:"cinematic-wildlife-slider/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:185:"<span class="ttm_content">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-04-16 10:47:01";s:7:"package";s:27:"Cinematic Wildlife Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:79:"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]";s:9:"guide_url";s:112:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/";s:9:"guide_img";s:31:"tutorial/Cinematic-Wildlife.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"47";s:9:"installed";b:0;s:6:"is_new";b:1;}i:523;a:28:{s:2:"id";s:3:"559";s:5:"title";s:24:"Cinematic Wildlife Modal";s:5:"alias";s:24:"cinematic-wildlife-modal";s:3:"zip";s:34:"packs/cinematic-wildlife-modal.zip";s:3:"uid";s:32:"636a6885199f684ad743167ceea70dc4";s:3:"img";s:35:"cinematic-wildlife-modal/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:185:"<span class="ttm_content">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-04-16 10:50:56";s:7:"package";s:27:"Cinematic Wildlife Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:79:"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]";s:9:"guide_url";s:112:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/";s:9:"guide_img";s:31:"tutorial/Cinematic-Wildlife.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"47";s:9:"installed";b:0;s:6:"is_new";b:1;}i:524;a:25:{s:2:"id";s:3:"560";s:5:"title";s:32:"Gaming Stats Presentation Slider";s:5:"alias";s:32:"gaming-stats-presentation-slider";s:3:"zip";s:36:"gaming-stats-presentation-slider.zip";s:3:"uid";s:32:"988df5050f2a45a108ef32518a725bf8";s:3:"img";s:43:"gaming-stats-presentation-slider/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.4.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:156:"<span class="ttm_content">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:159:"[{"path":"revslider-charts-addon\\/revslider-charts-addon.php","name":"Charts AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-04-29 09:50:58";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Create a Digital Report Teaser with Slider Revolution [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-report-teaser-with-slider-revolution/";s:9:"guide_img";s:45:"tutorial/gaming-stats-presentation-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:525;a:28:{s:2:"id";s:3:"294";s:5:"title";s:25:"Minimal Portfolio Website";s:5:"alias";s:25:"minimal-portfolio-website";s:3:"zip";s:0:"";s:3:"uid";s:25:"minimal-portfolio-website";s:3:"img";s:38:"packages/minimal_portfolio_package.jpg";s:7:"preview";s:69:"https://revolution.themepunch.com/minimal-portfolio-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:17:"Minimal Portfolio";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"19";s:9:"installed";b:0;}i:526;a:24:{s:2:"id";s:3:"561";s:5:"title";s:31:"Coffee Shop Split Screen Slider";s:5:"alias";s:15:"coffee-flavours";s:3:"zip";s:19:"coffee-flavours.zip";s:3:"uid";s:32:"63726447a6a614d8f53fbf6024fd3033";s:3:"img";s:25:"coffee-flavors/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.5.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"<span class="ttm_content">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it''s easy customizability, this template is perfect for showcasing any type of product!</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-06-11 09:09:52";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:527;a:24:{s:2:"id";s:3:"562";s:5:"title";s:32:"Modern Portfolio Showreel Slider";s:5:"alias";s:15:"showreel-slider";s:3:"zip";s:19:"showreel-slider.zip";s:3:"uid";s:32:"bced29a585e67153a1ed7608ddcdb69d";s:3:"img";s:26:"showreel-slider/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:216:"<span class="ttm_content">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-06-11 09:14:43";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:66:"How to Add a Beautiful Video Background to Your Website [Tutorial]";s:9:"guide_url";s:108:"https://www.sliderrevolution.com/tutorials/how-to-add-a-beautiful-video-background-to-your-website-tutorial/";s:9:"guide_img";s:28:"tutorial/showreel-slider.jpg";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:528;a:24:{s:2:"id";s:3:"563";s:5:"title";s:23:"Visual Art Forms Slider";s:5:"alias";s:16:"visual-art-forms";s:3:"zip";s:20:"visual-art-forms.zip";s:3:"uid";s:32:"4d57a5abf20bc4a615fe30837ac3ce1a";s:3:"img";s:27:"visual-art-forms/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/visual-art-forms-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.5.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:180:"<span class="ttm_content">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-06-11 09:18:19";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:529;a:24:{s:2:"id";s:3:"564";s:5:"title";s:22:"Background Effect Hero";s:5:"alias";s:14:"bg-effect-hero";s:3:"zip";s:18:"bg-effect-hero.zip";s:3:"uid";s:32:"55bb0fa5ac66ad84423fa704b701e1df";s:3:"img";s:25:"bg-effect-hero/slide1.jpg";s:7:"preview";s:77:"https://www.sliderrevolution.com/templates/background-effect-hero-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:224:"<span class="ttm_content">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:703:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-08-09 10:45:50";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:60:"How to Create a Unique Gradient Background Design [Tutorial]";s:9:"guide_url";s:63:"https://www.sliderrevolution.com/tutorials/gradient-background/";s:9:"guide_img";s:27:"tutorial/bg-effect-hero.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:530;a:24:{s:2:"id";s:3:"565";s:5:"title";s:26:"Cyber Glitch Effect Slider";s:5:"alias";s:9:"cyberfunk";s:3:"zip";s:13:"cyberfunk.zip";s:3:"uid";s:32:"44fdc7e13074bdc46500972cd708c739";s:3:"img";s:20:"cyberfunk/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:268:"<span class="ttm_content">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:361:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-08-09 10:51:54";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:72:"How to Create a Futuristic-looking Website for a Tech Company [Tutorial]";s:9:"guide_url";s:105:"https://www.sliderrevolution.com/tutorials/how-to-create-a-futuristic-looking-website-for-a-tech-company/";s:9:"guide_img";s:22:"tutorial/cyberfunk.jpg";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:531;a:24:{s:2:"id";s:3:"566";s:5:"title";s:30:"Motion Blur Portfolio Showcase";s:5:"alias";s:21:"motion-blur-portfolio";s:3:"zip";s:25:"motion-blur-portfolio.zip";s:3:"uid";s:32:"28086bed49cfb241c7d40f91cd64e970";s:3:"img";s:32:"motion-blur-portfolio/slide1.jpg";s:7:"preview";s:74:"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.5.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:238:"<span class="ttm_content">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-08-09 10:56:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:75:"A Different Way to Wow Shoppers with an eCommerce Product Slider [Tutorial]";s:9:"guide_url";s:108:"https://www.sliderrevolution.com/tutorials/a-different-way-to-wow-shoppers-with-an-ecommerce-product-slider/";s:9:"guide_img";s:34:"tutorial/motion-blur-portfolio.jpg";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:532;a:24:{s:2:"id";s:3:"567";s:5:"title";s:25:"Portal Effect Hero Slider";s:5:"alias";s:18:"portal-effect-hero";s:3:"zip";s:22:"portal-effect-hero.zip";s:3:"uid";s:32:"87f5b64e44dc5b75bc1c7adbeb287ee9";s:3:"img";s:29:"portal-effect-hero/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.5.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:282:"<span class="ttm_content">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-08-09 11:08:18";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:67:"Demystifying the Slider Revolution Builder and Templates [Tutorial]";s:9:"guide_url";s:109:"https://www.sliderrevolution.com/tutorials/demystifying-the-slider-revolution-builder-and-templates-tutorial/";s:9:"guide_img";s:31:"tutorial/portal-effect-hero.jpg";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:533;a:24:{s:2:"id";s:3:"568";s:5:"title";s:22:"Winery Timeline Slider";s:5:"alias";s:15:"winery-timeline";s:3:"zip";s:19:"winery-timeline.zip";s:3:"uid";s:32:"d2ccdaf0a5c73db21e8e8a3f6712e8bd";s:3:"img";s:26:"winery-timeline/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/winery-timeline-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:247:"<span class="ttm_content">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-08-09 11:13:39";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:79:"How to Create a Vertical Slider Timeline That Tells Your Brand Story [Tutorial]";s:9:"guide_url";s:112:"https://www.sliderrevolution.com/tutorials/how-to-create-a-vertical-slider-timeline-that-tells-your-brand-story/";s:9:"guide_img";s:28:"tutorial/winery-timeline.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:534;a:27:{s:2:"id";s:3:"569";s:5:"title";s:25:"Smart Living One Pager V1";s:5:"alias";s:25:"smart-living-one-pager-v1";s:3:"zip";s:0:"";s:3:"uid";s:25:"smart-living-one-pager-v1";s:3:"img";s:38:"packages/Smart-Living-One-Pager-V1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-09-07 14:33:48";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:535;a:27:{s:2:"id";s:3:"570";s:5:"title";s:25:"Smart Living One Pager V2";s:5:"alias";s:25:"smart-living-one-pager-v2";s:3:"zip";s:0:"";s:3:"uid";s:25:"smart-living-one-pager-v2";s:3:"img";s:38:"packages/Smart-Living-One-Pager-V2.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-09-07 14:38:21";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:536;a:27:{s:2:"id";s:3:"571";s:5:"title";s:25:"Smart Living One Pager V3";s:5:"alias";s:25:"smart-living-one-pager-v3";s:3:"zip";s:0:"";s:3:"uid";s:25:"smart-living-one-pager-v3";s:3:"img";s:38:"packages/Smart-Living-One-Pager-V3.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-09-07 14:39:44";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:537;a:27:{s:2:"id";s:3:"572";s:5:"title";s:6:"Menu 1";s:5:"alias";s:6:"menu-1";s:3:"zip";s:16:"packs/menu-1.zip";s:3:"uid";s:32:"6e5038d711f2ee8326c79c3a9e06ded4";s:3:"img";s:17:"menu-1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 14:41:12";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:538;a:27:{s:2:"id";s:3:"573";s:5:"title";s:6:"Hero 1";s:5:"alias";s:14:"onepage-hero-1";s:3:"zip";s:24:"packs/onepage-hero-1.zip";s:3:"uid";s:32:"9f5fec6956bd2e1e1ecc553a8b7471b0";s:3:"img";s:25:"onepage-hero-1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-09-07 14:48:41";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:539;a:27:{s:2:"id";s:3:"574";s:5:"title";s:7:"About 1";s:5:"alias";s:6:"about1";s:3:"zip";s:16:"packs/about1.zip";s:3:"uid";s:32:"fc4962093f61124101c05ceb506fa5d2";s:3:"img";s:17:"about1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 14:50:54";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:540;a:27:{s:2:"id";s:3:"575";s:5:"title";s:10:"Services 1";s:5:"alias";s:9:"services1";s:3:"zip";s:19:"packs/services1.zip";s:3:"uid";s:32:"08f72a81aeb9afdaa57f544e4331a6da";s:3:"img";s:20:"services1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 14:52:41";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:541;a:27:{s:2:"id";s:3:"576";s:5:"title";s:10:"Projects 1";s:5:"alias";s:9:"projects1";s:3:"zip";s:19:"packs/projects1.zip";s:3:"uid";s:32:"11ff60e82fcf47a6a2c6bdce3cc1d8f2";s:3:"img";s:20:"projects1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:01:48";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:542;a:27:{s:2:"id";s:3:"577";s:5:"title";s:8:"Footer 1";s:5:"alias";s:8:"footer-1";s:3:"zip";s:18:"packs/footer-1.zip";s:3:"uid";s:32:"947fac99689a985c7f0f7dfec4311f6b";s:3:"img";s:19:"footer-1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:05:00";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:543;a:28:{s:2:"id";s:3:"578";s:5:"title";s:24:"Explainer Block 1 Part 1";s:5:"alias";s:23:"explainer-block-1-part1";s:3:"zip";s:33:"packs/explainer-block-1-part1.zip";s:3:"uid";s:32:"731980bef0ea06263d05b286b5a75dfe";s:3:"img";s:34:"explainer-block-1-part1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:126:"<span class="ttm_content">An elegant slider for your website. Flexible and customizable.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:06:07";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:544;a:28:{s:2:"id";s:3:"579";s:5:"title";s:24:"Explainer Block 1 Part 2";s:5:"alias";s:23:"explainer-block-1-part2";s:3:"zip";s:33:"packs/explainer-block-1-part2.zip";s:3:"uid";s:32:"ded730f13551f78b9a87b159b72d8ce8";s:3:"img";s:34:"explainer-block-1-part2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:126:"<span class="ttm_content">An elegant slider for your website. Flexible and customizable.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:07:26";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:545;a:27:{s:2:"id";s:3:"580";s:5:"title";s:16:"Projects Modal 1";s:5:"alias";s:16:"projects-modal-1";s:3:"zip";s:26:"packs/projects-modal-1.zip";s:3:"uid";s:32:"b17af2f4e21786711a2ce4ac0c4436ad";s:3:"img";s:27:"projects-modal-1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:08:26";s:7:"package";s:25:"Smart Living One Pager V1";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"48";s:9:"installed";b:0;}i:546;a:27:{s:2:"id";s:3:"581";s:5:"title";s:6:"Menu 2";s:5:"alias";s:6:"menu-2";s:3:"zip";s:16:"packs/menu-2.zip";s:3:"uid";s:32:"a8d103f753ee50d4f81aa4100df8b7f9";s:3:"img";s:17:"menu-2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:20:20";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:547;a:27:{s:2:"id";s:3:"582";s:5:"title";s:6:"Hero 2";s:5:"alias";s:6:"hero-2";s:3:"zip";s:16:"packs/hero-2.zip";s:3:"uid";s:32:"7e56900f8c4b6e12435b70e141accaa8";s:3:"img";s:17:"hero-2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-09-07 15:27:59";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:548;a:27:{s:2:"id";s:3:"583";s:5:"title";s:10:"Services 2";s:5:"alias";s:10:"services-2";s:3:"zip";s:20:"packs/services-2.zip";s:3:"uid";s:32:"da2d588b291a7754096ac77746ba1da5";s:3:"img";s:34:"services-2/services2-thumbnail.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:29:09";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:549;a:27:{s:2:"id";s:3:"584";s:5:"title";s:7:"About 2";s:5:"alias";s:7:"about-2";s:3:"zip";s:17:"packs/about-2.zip";s:3:"uid";s:32:"8e9e84d1aec08de6e099473683bf0e57";s:3:"img";s:18:"about-2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:30:15";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:550;a:27:{s:2:"id";s:3:"585";s:5:"title";s:10:"Projects 2";s:5:"alias";s:10:"projects-2";s:3:"zip";s:20:"packs/projects-2.zip";s:3:"uid";s:32:"99bc6ca75f6d5e018701aef5f5b22b27";s:3:"img";s:21:"projects-2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:32:06";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:551;a:27:{s:2:"id";s:3:"586";s:5:"title";s:8:"Footer 2";s:5:"alias";s:7:"footer2";s:3:"zip";s:17:"packs/footer2.zip";s:3:"uid";s:32:"99df496d2fd9e897a2debb66958cb610";s:3:"img";s:18:"footer2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:34:09";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:552;a:27:{s:2:"id";s:3:"587";s:5:"title";s:24:"Explainer Block 2 Part 1";s:5:"alias";s:23:"explainer-block-2-part1";s:3:"zip";s:33:"packs/explainer-block-2-part1.zip";s:3:"uid";s:32:"aee4d41e9cf5f91ad69bfbe96d1dc1b8";s:3:"img";s:34:"explainer-block-2-part1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:35:48";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:553;a:27:{s:2:"id";s:3:"588";s:5:"title";s:24:"Explainer Block 2 Part 2";s:5:"alias";s:23:"explainer-block-2-part2";s:3:"zip";s:33:"packs/explainer-block-2-part2.zip";s:3:"uid";s:32:"b12ac82484c5d2609994978f95026057";s:3:"img";s:34:"explainer-block-2-part2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:37:05";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:554;a:27:{s:2:"id";s:3:"589";s:5:"title";s:16:"Projects Modal 2";s:5:"alias";s:16:"projects-modal-2";s:3:"zip";s:26:"packs/projects-modal-2.zip";s:3:"uid";s:32:"ac164d7043a8958ae2931e4be54bf56e";s:3:"img";s:27:"projects-modal-2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:38:22";s:7:"package";s:25:"Smart Living One Pager V2";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"49";s:9:"installed";b:0;}i:555;a:27:{s:2:"id";s:3:"590";s:5:"title";s:6:"Menu 3";s:5:"alias";s:6:"menu-3";s:3:"zip";s:16:"packs/menu-3.zip";s:3:"uid";s:32:"7300529d564642c76e61890cf0ef57cf";s:3:"img";s:17:"menu-3/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:42:03";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:556;a:27:{s:2:"id";s:3:"591";s:5:"title";s:6:"Hero 3";s:5:"alias";s:6:"hero-3";s:3:"zip";s:16:"packs/hero-3.zip";s:3:"uid";s:32:"08db05794abf4e6c10788cbd423f92b2";s:3:"img";s:17:"hero-3/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:46:06";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:557;a:27:{s:2:"id";s:3:"592";s:5:"title";s:7:"About 3";s:5:"alias";s:7:"about-3";s:3:"zip";s:17:"packs/about-3.zip";s:3:"uid";s:32:"dac01fc9b9d664f271e1ea6a1bbb850c";s:3:"img";s:18:"about-3/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:47:44";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:558;a:27:{s:2:"id";s:3:"593";s:5:"title";s:10:"Services 3";s:5:"alias";s:10:"services-3";s:3:"zip";s:20:"packs/services-3.zip";s:3:"uid";s:32:"4bad1c4a765cef7d93d3c7e2a0e76b83";s:3:"img";s:21:"services-3/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:50:03";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:559;a:27:{s:2:"id";s:3:"594";s:5:"title";s:10:"Projects 3";s:5:"alias";s:10:"projects-3";s:3:"zip";s:20:"packs/projects-3.zip";s:3:"uid";s:32:"e3337a84122e580679474dea8d7bf37c";s:3:"img";s:21:"projects-3/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:51:31";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:560;a:27:{s:2:"id";s:3:"595";s:5:"title";s:8:"Footer 3";s:5:"alias";s:8:"footer-3";s:3:"zip";s:18:"packs/footer-3.zip";s:3:"uid";s:32:"524f4445a5565bf3ef1dcd7b2f0228cc";s:3:"img";s:19:"footer-3/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:53:03";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:561;a:27:{s:2:"id";s:3:"596";s:5:"title";s:24:"Explainer Block 3 Part 1";s:5:"alias";s:23:"explainer-block-3-part1";s:3:"zip";s:33:"packs/explainer-block-3-part1.zip";s:3:"uid";s:32:"b1469a955fecb4e1d645a604804716de";s:3:"img";s:34:"explainer-block-3-part1/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:54:20";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:562;a:27:{s:2:"id";s:3:"597";s:5:"title";s:24:"Explainer Block 3 Part 2";s:5:"alias";s:23:"explainer-block-3-part2";s:3:"zip";s:33:"packs/explainer-block-3-part2.zip";s:3:"uid";s:32:"3faa6f1dc248ef2ba3d50cc60db557b1";s:3:"img";s:34:"explainer-block-3-part2/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:55:33";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:563;a:27:{s:2:"id";s:3:"598";s:5:"title";s:16:"Projects Modal 3";s:5:"alias";s:16:"projects-modal-3";s:3:"zip";s:26:"packs/projects-modal-3.zip";s:3:"uid";s:32:"b22bb57c30e75bf7d7ba7d240a21b3fe";s:3:"img";s:27:"projects-modal-3/slide1.jpg";s:7:"preview";s:91:"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:350:"<span class="ttm_content">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different "Smart Living" modules are included and come in 3 example page setups!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-09-07 15:57:05";s:7:"package";s:25:"Smart Living One Pager V3";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"50";s:9:"installed";b:0;}i:564;a:24:{s:2:"id";s:3:"599";s:5:"title";s:25:"Urban Street Skate Slider";s:5:"alias";s:25:"urban-street-skate-slider";s:3:"zip";s:29:"urban-street-skate-slider.zip";s:3:"uid";s:32:"14b18e98ac51aa922a264b74518d6f25";s:3:"img";s:36:"urban-street-skate-slider/slide1.jpg";s:7:"preview";s:83:"https://www.sliderrevolution.com/templates/urban-street-skate-slider-for-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:233:"<span class="ttm_content">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that''s perfectly suitable for showcasing products and marketing campaigns!</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-09-14 18:54:30";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:73:"How to Create a Modern Slider Design for Your Medical Practice [Tutorial]";s:9:"guide_url";s:106:"https://www.sliderrevolution.com/tutorials/how-to-create-a-modern-slider-design-for-your-medical-practice/";s:9:"guide_img";s:38:"tutorial/urban-street-skate-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:565;a:24:{s:2:"id";s:3:"600";s:5:"title";s:34:"Fast Food Burger Restaurant Slider";s:5:"alias";s:13:"yummy-burgers";s:3:"zip";s:17:"yummy-burgers.zip";s:3:"uid";s:32:"3de3520af809748281f3aaa16d8c2222";s:3:"img";s:24:"yummy-burgers/slide1.jpg";s:7:"preview";s:78:"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:242:"<span class="ttm_content">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-10-11 12:47:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"How to Creatively Display Ingredients and Nutrition Info on Your Website [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/how-to-creatively-display-ingredients-and-nutrition-info-on-your-website/";s:9:"guide_img";s:26:"tutorial/yummy-burgers.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:566;a:27:{s:2:"id";s:3:"601";s:5:"title";s:37:"Tattoo Event Website Template Package";s:5:"alias";s:37:"tattoo-event-website-template-package";s:3:"zip";s:0:"";s:3:"uid";s:37:"tattoo-event-website-template-package";s:3:"img";s:41:"packages/tattoo_event_website_package.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/tattoo-event-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:330:"<span class="ttm_content">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-10-12 14:37:06";s:7:"package";s:29:"Tattoo Event Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/";s:9:"guide_img";s:33:"tutorial/Tattoo-Event-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"51";s:9:"installed";b:0;}i:567;a:27:{s:2:"id";s:3:"602";s:5:"title";s:24:"Tattoo Event Hero Slider";s:5:"alias";s:24:"tattoo-event-hero-slider";s:3:"zip";s:34:"packs/tattoo-event-hero-slider.zip";s:3:"uid";s:32:"3a4eb0f2f1de6b9a644d626c4472208b";s:3:"img";s:35:"tattoo-event-hero-slider/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/tattoo-event-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:330:"<span class="ttm_content">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-10-13 11:11:21";s:7:"package";s:29:"Tattoo Event Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/";s:9:"guide_img";s:33:"tutorial/Tattoo-Event-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"51";s:9:"installed";b:0;}i:568;a:27:{s:2:"id";s:3:"603";s:5:"title";s:18:"Tattoo Event About";s:5:"alias";s:18:"tattoo-event-about";s:3:"zip";s:28:"packs/tattoo-event-about.zip";s:3:"uid";s:32:"ae8aaf2b1aeb84036c35ac3d4a178ed6";s:3:"img";s:29:"tattoo-event-about/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/tattoo-event-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:330:"<span class="ttm_content">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-10-13 11:14:35";s:7:"package";s:29:"Tattoo Event Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/";s:9:"guide_img";s:33:"tutorial/Tattoo-Event-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"51";s:9:"installed";b:0;}i:569;a:27:{s:2:"id";s:3:"604";s:5:"title";s:20:"Tattoo Event Artists";s:5:"alias";s:20:"tattoo-event-artists";s:3:"zip";s:30:"packs/tattoo-event-artists.zip";s:3:"uid";s:32:"e11b6508214396963c856afc1b604e58";s:3:"img";s:31:"tattoo-event-artists/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/tattoo-event-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:330:"<span class="ttm_content">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:3:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-10-13 11:16:36";s:7:"package";s:29:"Tattoo Event Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/";s:9:"guide_img";s:33:"tutorial/Tattoo-Event-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"51";s:9:"installed";b:0;}i:570;a:27:{s:2:"id";s:3:"605";s:5:"title";s:21:"Tattoo Event Schedule";s:5:"alias";s:21:"tattoo-event-schedule";s:3:"zip";s:31:"packs/tattoo-event-schedule.zip";s:3:"uid";s:32:"73be4b953a719fc9abfadc447e88b906";s:3:"img";s:32:"tattoo-event-schedule/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/tattoo-event-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:330:"<span class="ttm_content">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-10-13 11:19:17";s:7:"package";s:29:"Tattoo Event Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/";s:9:"guide_img";s:33:"tutorial/Tattoo-Event-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"51";s:9:"installed";b:0;}i:571;a:27:{s:2:"id";s:3:"606";s:5:"title";s:17:"Tattoo Event News";s:5:"alias";s:17:"tattoo-event-news";s:3:"zip";s:27:"packs/tattoo-event-news.zip";s:3:"uid";s:32:"80eafaaaa2f1844cac7c5c1efb0912d1";s:3:"img";s:28:"tattoo-event-news/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/tattoo-event-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:330:"<span class="ttm_content">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-10-13 11:21:56";s:7:"package";s:29:"Tattoo Event Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/";s:9:"guide_img";s:33:"tutorial/Tattoo-Event-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"51";s:9:"installed";b:0;}i:572;a:27:{s:2:"id";s:3:"607";s:5:"title";s:19:"Tattoo Event Footer";s:5:"alias";s:19:"tattoo-event-footer";s:3:"zip";s:29:"packs/tattoo-event-footer.zip";s:3:"uid";s:32:"0c16f7290794f2e26566c8a8ca8f6493";s:3:"img";s:30:"tattoo-event-footer/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/tattoo-event-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:330:"<span class="ttm_content">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-10-13 11:23:18";s:7:"package";s:29:"Tattoo Event Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/";s:9:"guide_img";s:33:"tutorial/Tattoo-Event-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"51";s:9:"installed";b:0;}i:573;a:27:{s:2:"id";s:3:"608";s:5:"title";s:24:"Startup Website Template";s:5:"alias";s:24:"startup-website-template";s:3:"zip";s:0:"";s:3:"uid";s:24:"startup-website-template";s:3:"img";s:37:"packages/startup-website-template.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:29:34";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:574;a:27:{s:2:"id";s:3:"609";s:5:"title";s:12:"Startup Menu";s:5:"alias";s:12:"startup-menu";s:3:"zip";s:22:"packs/startup-menu.zip";s:3:"uid";s:32:"10b7853c05d47a99e61a68ec7ef0a0ea";s:3:"img";s:23:"startup-menu/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-11-03 09:32:41";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:575;a:27:{s:2:"id";s:3:"610";s:5:"title";s:12:"Startup Hero";s:5:"alias";s:12:"startup-hero";s:3:"zip";s:22:"packs/startup-hero.zip";s:3:"uid";s:32:"7a41e68bac8bc7f937b7eb957e01eb11";s:3:"img";s:23:"startup-hero/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:34:41";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:12:"zindex="300"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:576;a:27:{s:2:"id";s:3:"611";s:5:"title";s:13:"Startup About";s:5:"alias";s:13:"startup-about";s:3:"zip";s:23:"packs/startup-about.zip";s:3:"uid";s:32:"22a816ba986476a36fef3887ff4d1ea1";s:3:"img";s:24:"startup-about/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:36:55";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:10:"zindex="0"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:577;a:27:{s:2:"id";s:3:"612";s:5:"title";s:18:"Startup Features 1";s:5:"alias";s:18:"startup-features-1";s:3:"zip";s:28:"packs/startup-features-1.zip";s:3:"uid";s:32:"4b0b7b8773ba30bdc58b862442155faa";s:3:"img";s:29:"startup-features-1/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:39:11";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:12:"zindex="300"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:578;a:27:{s:2:"id";s:3:"613";s:5:"title";s:18:"Startup Features 2";s:5:"alias";s:18:"startup-features-2";s:3:"zip";s:28:"packs/startup-features-2.zip";s:3:"uid";s:32:"7a686556ca8c4355fea931b3e946a3d0";s:3:"img";s:29:"startup-features-2/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:40:44";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:10:"zindex="0"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:579;a:27:{s:2:"id";s:3:"614";s:5:"title";s:12:"Startup Team";s:5:"alias";s:12:"startup-team";s:3:"zip";s:22:"packs/startup-team.zip";s:3:"uid";s:32:"7969f1f556fd276ec04dcbf49144d2f8";s:3:"img";s:23:"startup-team/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:42:12";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:580;a:27:{s:2:"id";s:3:"615";s:5:"title";s:15:"Startup Reviews";s:5:"alias";s:15:"startup-reviews";s:3:"zip";s:25:"packs/startup-reviews.zip";s:3:"uid";s:32:"4d5253028165c237cda5f42c3f721c09";s:3:"img";s:26:"startup-reviews/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:43:42";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:12:"zindex="300"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:581;a:27:{s:2:"id";s:3:"616";s:5:"title";s:11:"Startup CTA";s:5:"alias";s:11:"startup-cta";s:3:"zip";s:21:"packs/startup-cta.zip";s:3:"uid";s:32:"bfe7cb2a94dd8292179e16a986cf2748";s:3:"img";s:22:"startup-cta/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:179:"[{"path":"revslider-polyfold-addon\\/revslider-polyfold-addon.php","name":"Polyfold Scroll Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-11-03 09:45:02";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:582;a:27:{s:2:"id";s:3:"617";s:5:"title";s:14:"Startup Footer";s:5:"alias";s:14:"startup-footer";s:3:"zip";s:24:"packs/startup-footer.zip";s:3:"uid";s:32:"d73466042d108699d366bf9cab2beaa8";s:3:"img";s:25:"startup-footer/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-11-03 09:46:31";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:583;a:27:{s:2:"id";s:3:"618";s:5:"title";s:19:"Startup Video Modal";s:5:"alias";s:19:"startup-video-modal";s:3:"zip";s:29:"packs/startup-video-modal.zip";s:3:"uid";s:32:"5fd53a8ad93456a152c25079f6437377";s:3:"img";s:30:"startup-video-modal/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/startup-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.5.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:399:"<span class="ttm_content">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2021-11-03 09:47:44";s:7:"package";s:24:"Startup Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:63:"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"52";s:9:"installed";b:0;}i:584;a:27:{s:2:"id";s:3:"619";s:5:"title";s:32:"Christmas Gift Card Landing Page";s:5:"alias";s:32:"christmas-gift-card-landing-page";s:3:"zip";s:0:"";s:3:"uid";s:32:"christmas-gift-card-landing-page";s:3:"img";s:45:"packages/christmas-gift-card-landing-page.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:372:"<span class="ttm_content">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it''s own to bring xmas vibes to any website!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:9:"specialfx";}s:14:"plugin_require";s:515:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-12-08 12:05:33";s:7:"package";s:32:"Christmas Gift Card Landing Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"53";s:9:"installed";b:0;}i:585;a:27:{s:2:"id";s:3:"620";s:5:"title";s:24:"Christmas Landing Page 1";s:5:"alias";s:24:"christmas-landing-page-1";s:3:"zip";s:34:"packs/christmas-landing-page-1.zip";s:3:"uid";s:32:"17eb656138d076ca1dc2d9fa5cefb1b8";s:3:"img";s:43:"christmas-gift-card-landing-page/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:372:"<span class="ttm_content">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it''s own to bring xmas vibes to any website!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:9:"specialfx";}s:14:"plugin_require";s:515:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-12-08 12:08:37";s:7:"package";s:32:"Christmas Gift Card Landing Page";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"53";s:9:"installed";b:0;}i:586;a:27:{s:2:"id";s:3:"621";s:5:"title";s:24:"Christmas Landing Page 2";s:5:"alias";s:24:"christmas-landing-page-2";s:3:"zip";s:34:"packs/christmas-landing-page-2.zip";s:3:"uid";s:32:"ea0d2cfdba50c8060c66ee7b979c3b83";s:3:"img";s:35:"christmas-landing-page-2/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:372:"<span class="ttm_content">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it''s own to bring xmas vibes to any website!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:9:"specialfx";}s:14:"plugin_require";s:341:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2021-12-08 12:10:54";s:7:"package";s:32:"Christmas Gift Card Landing Page";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"53";s:9:"installed";b:0;}i:587;a:24:{s:2:"id";s:3:"622";s:5:"title";s:12:"Image Slider";s:5:"alias";s:12:"image-slider";s:3:"zip";s:16:"image-slider.zip";s:3:"uid";s:32:"85a8fcfa9220809176bd3d6bc70b4abf";s:3:"img";s:24:"image-slider/slide-1.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/newborn-image-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.12";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:213:"<span class="ttm_content">Get an instant "wow" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-04 09:45:41";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:588;a:24:{s:2:"id";s:3:"623";s:5:"title";s:17:"Full Width Slider";s:5:"alias";s:17:"full-width-slider";s:3:"zip";s:21:"full-width-slider.zip";s:3:"uid";s:32:"e2792804e7a1f3ec9806f6a6225a559d";s:3:"img";s:28:"full-width-slider/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/delicious-full-width-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:233:"<span class="ttm_content">We''ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-10 11:40:04";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Visually Promote Products and Their Unique Scent Profiles Online [Tutorial]";s:9:"guide_url";s:115:"https://www.sliderrevolution.com/tutorials/how-to-visually-promote-products-and-their-unique-scent-profiles-online/";s:9:"guide_img";s:30:"tutorial/full-width-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:589;a:27:{s:2:"id";s:3:"624";s:5:"title";s:20:"App Website Template";s:5:"alias";s:20:"app-website-template";s:3:"zip";s:0:"";s:3:"uid";s:20:"app-website-template";s:3:"img";s:33:"packages/app-website-template.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-17 10:22:53";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:590;a:27:{s:2:"id";s:3:"625";s:5:"title";s:16:"App Website Menu";s:5:"alias";s:16:"app-website-menu";s:3:"zip";s:26:"packs/app-website-menu.zip";s:3:"uid";s:32:"c3c100db368c091d01852df9851b9840";s:3:"img";s:27:"app-website-menu/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-17 10:26:14";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:591;a:27:{s:2:"id";s:3:"626";s:5:"title";s:16:"App Website Hero";s:5:"alias";s:16:"app-website-hero";s:3:"zip";s:26:"packs/app-website-hero.zip";s:3:"uid";s:32:"4b42974b08f2923986932ed529974d6f";s:3:"img";s:27:"app-website-hero/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-17 10:29:00";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:13:" zindex="300"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:592;a:27:{s:2:"id";s:3:"627";s:5:"title";s:20:"App Download Buttons";s:5:"alias";s:20:"app-download-buttons";s:3:"zip";s:30:"packs/app-download-buttons.zip";s:3:"uid";s:32:"d5ecce65284cc95c506185e6f6291d55";s:3:"img";s:31:"app-download-buttons/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-17 10:31:22";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:593;a:27:{s:2:"id";s:3:"628";s:5:"title";s:17:"App Website About";s:5:"alias";s:17:"app-website-about";s:3:"zip";s:27:"packs/app-website-about.zip";s:3:"uid";s:32:"984477b3ea7c943a7c6be78950754e3c";s:3:"img";s:28:"app-website-about/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-17 10:33:06";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:594;a:27:{s:2:"id";s:3:"629";s:5:"title";s:20:"App Website Features";s:5:"alias";s:20:"app-website-features";s:3:"zip";s:30:"packs/app-website-features.zip";s:3:"uid";s:32:"206a0f73553c974ad86790fba6a13efd";s:3:"img";s:31:"app-website-features/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-17 10:35:08";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:595;a:27:{s:2:"id";s:3:"630";s:5:"title";s:21:"App Website Video Cta";s:5:"alias";s:21:"app-website-video-cta";s:3:"zip";s:31:"packs/app-website-video-cta.zip";s:3:"uid";s:32:"19b2930f9cd9840dccbe94cb1cc435e2";s:3:"img";s:32:"app-website-video-cta/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-17 10:36:15";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:596;a:27:{s:2:"id";s:3:"631";s:5:"title";s:23:"App Website Screenshots";s:5:"alias";s:23:"app-website-screenshots";s:3:"zip";s:33:"packs/app-website-screenshots.zip";s:3:"uid";s:32:"94ce8eeecb7ffad62adc2d29b203f9d2";s:3:"img";s:34:"app-website-screenshots/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-17 10:38:15";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:597;a:27:{s:2:"id";s:3:"632";s:5:"title";s:22:"App Testimonials Title";s:5:"alias";s:22:"app-testimonials-title";s:3:"zip";s:32:"packs/app-testimonials-title.zip";s:3:"uid";s:32:"bea74fa6e180fe23007c3d215b1b0704";s:3:"img";s:33:"app-testimonials-title/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-17 10:40:21";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:598;a:27:{s:2:"id";s:3:"633";s:5:"title";s:24:"App Website Testimonials";s:5:"alias";s:24:"app-website-testimonials";s:3:"zip";s:34:"packs/app-website-testimonials.zip";s:3:"uid";s:32:"e7438a870ac1007da4c7821056d511fc";s:3:"img";s:35:"app-website-testimonials/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-17 10:41:59";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:107:" offset="t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;" zindex="300"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:599;a:27:{s:2:"id";s:3:"634";s:5:"title";s:16:"App Website Team";s:5:"alias";s:16:"app-website-team";s:3:"zip";s:26:"packs/app-website-team.zip";s:3:"uid";s:32:"d9013f2968e43f696f8cc33fa3524071";s:3:"img";s:27:"app-website-team/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-17 10:43:40";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:94:" offset="t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:600;a:27:{s:2:"id";s:3:"635";s:5:"title";s:18:"App Website Footer";s:5:"alias";s:18:"app-website-footer";s:3:"zip";s:28:"packs/app-website-footer.zip";s:3:"uid";s:32:"5e13126b929feb389f9e083f3476ec46";s:3:"img";s:29:"app-website-footer/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-01-17 10:45:12";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:601;a:27:{s:2:"id";s:3:"636";s:5:"title";s:15:"App Video Modal";s:5:"alias";s:15:"app-video-modal";s:3:"zip";s:25:"packs/app-video-modal.zip";s:3:"uid";s:32:"7fe8115d0b6158c90fe92d1144ed7b01";s:3:"img";s:26:"app-video-modal/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/spaceman-app-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:194:"<span class="ttm_content">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-17 10:46:49";s:7:"package";s:20:"App Website Template";s:13:"package_order";s:2:"11";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/";s:9:"guide_img";s:33:"tutorial/App-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"54";s:9:"installed";b:0;}i:602;a:27:{s:2:"id";s:3:"637";s:5:"title";s:25:"Testimonial Carousel Pack";s:5:"alias";s:25:"testimonial-carousel-pack";s:3:"zip";s:0:"";s:3:"uid";s:25:"testimonial-carousel-pack";s:3:"img";s:38:"packages/testimonial-carousel-pack.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:126:"<span class="ttm_content">An elegant slider for your website. Flexible and customizable.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-31 16:38:17";s:7:"package";s:25:"Testimonial Carousel Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/";s:9:"guide_img";s:38:"tutorial/testimonial-carousel-pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"55";s:9:"installed";b:0;}i:603;a:27:{s:2:"id";s:3:"638";s:5:"title";s:22:"Testimonial Carousel 1";s:5:"alias";s:22:"testimonial-carousel-1";s:3:"zip";s:32:"packs/testimonial-carousel-1.zip";s:3:"uid";s:32:"1cc1f92edb4edd47f880c0b4f77e343d";s:3:"img";s:33:"testimonial-carousel-1/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:227:"<span class="ttm_content">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-31 16:41:02";s:7:"package";s:25:"Testimonial Carousel Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/";s:9:"guide_img";s:38:"tutorial/testimonial-carousel-pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"55";s:9:"installed";b:0;}i:604;a:27:{s:2:"id";s:3:"639";s:5:"title";s:22:"Testimonial Carousel 2";s:5:"alias";s:22:"testimonial-carousel-2";s:3:"zip";s:32:"packs/testimonial-carousel-2.zip";s:3:"uid";s:32:"b6ad1675b8d14c0ccc63ffc01b221aac";s:3:"img";s:33:"testimonial-carousel-2/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:227:"<span class="ttm_content">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-31 16:43:25";s:7:"package";s:25:"Testimonial Carousel Pack";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/";s:9:"guide_img";s:38:"tutorial/testimonial-carousel-pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"55";s:9:"installed";b:0;}i:605;a:27:{s:2:"id";s:3:"640";s:5:"title";s:22:"Testimonial Carousel 3";s:5:"alias";s:22:"testimonial-carousel-3";s:3:"zip";s:32:"packs/testimonial-carousel-3.zip";s:3:"uid";s:32:"cb4a72fb40fc400a71754f71b9bb2d6e";s:3:"img";s:33:"testimonial-carousel-3/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:227:"<span class="ttm_content">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-31 16:46:01";s:7:"package";s:25:"Testimonial Carousel Pack";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/";s:9:"guide_img";s:38:"tutorial/testimonial-carousel-pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"55";s:9:"installed";b:0;}i:606;a:27:{s:2:"id";s:3:"641";s:5:"title";s:22:"Testimonial Carousel 4";s:5:"alias";s:22:"testimonial-carousel-4";s:3:"zip";s:32:"packs/testimonial-carousel-4.zip";s:3:"uid";s:32:"bfca98d6b4042b38df044e9e2a6ca983";s:3:"img";s:33:"testimonial-carousel-4/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:227:"<span class="ttm_content">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-31 16:47:57";s:7:"package";s:25:"Testimonial Carousel Pack";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/";s:9:"guide_img";s:38:"tutorial/testimonial-carousel-pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"55";s:9:"installed";b:0;}i:607;a:27:{s:2:"id";s:3:"642";s:5:"title";s:22:"Testimonial Carousel 5";s:5:"alias";s:22:"testimonial-carousel-5";s:3:"zip";s:32:"packs/testimonial-carousel-5.zip";s:3:"uid";s:32:"4a9b9c72b51628e1343adde9bff3915f";s:3:"img";s:33:"testimonial-carousel-5/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:227:"<span class="ttm_content">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-01-31 16:49:27";s:7:"package";s:25:"Testimonial Carousel Pack";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/";s:9:"guide_img";s:38:"tutorial/testimonial-carousel-pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"55";s:9:"installed";b:0;}i:608;a:24:{s:2:"id";s:3:"643";s:5:"title";s:28:"Deep Dive Ocean Water Effect";s:5:"alias";s:9:"deep-dive";s:3:"zip";s:13:"deep-dive.zip";s:3:"uid";s:32:"5cc0599857b0108fe4e76adc7fbf9a16";s:3:"img";s:20:"deep-dive/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:267:"<span class="ttm_content">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:9:"specialfx";}s:14:"plugin_require";s:178:"[{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-02-09 09:23:47";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:81:"How to Create a Digital Underwater Scene for Your Water Sports Website [Tutorial]";s:9:"guide_url";s:114:"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-underwater-scene-for-your-water-sports-website/";s:9:"guide_img";s:41:"tutorial/Deep-Dive-Ocean-Water-Effect.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:609;a:25:{s:2:"id";s:3:"644";s:5:"title";s:22:"Particle Wave Showcase";s:5:"alias";s:22:"particle-wave-showcase";s:3:"zip";s:26:"particle-wave-showcase.zip";s:3:"uid";s:32:"1c9ac477fd636078d1812d8d98060899";s:3:"img";s:33:"particle-wave-showcase/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/particle-wave-showcase/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:307:"<span class="ttm_content">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:9:"specialfx";}s:14:"plugin_require";s:178:"[{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-02-09 09:30:08";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:76:"How to Design a Hero Image That Feels Alive and Three-Dimensional [Tutorial]";s:9:"guide_url";s:109:"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image-that-feels-alive-and-three-dimensional/";s:9:"guide_img";s:35:"tutorial/particle-wave-showcase.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:610;a:24:{s:2:"id";s:3:"645";s:5:"title";s:17:"Video Hero Header";s:5:"alias";s:17:"video-hero-header";s:3:"zip";s:21:"video-hero-header.zip";s:3:"uid";s:32:"f6a715d4b10e0746f7eb5100836ba1ab";s:3:"img";s:28:"video-hero-header/slide1.jpg";s:7:"preview";s:61:"https://www.sliderrevolution.com/templates/video-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:288:"<span class="ttm_content">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:9:"specialfx";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-02-09 09:33:10";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Trippy Hero Image Backdrop with Particle Animation [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-trippy-hero-image-backdrop-with-particle-animation/";s:9:"guide_img";s:30:"tutorial/video-hero-header.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:611;a:24:{s:2:"id";s:3:"646";s:5:"title";s:28:"Solar System Showcase Slider";s:5:"alias";s:28:"solar-system-showcase-slider";s:3:"zip";s:32:"solar-system-showcase-slider.zip";s:3:"uid";s:32:"40f7b26ea7f8228d40e8e9cf0f34b5e8";s:3:"img";s:39:"solar-system-showcase-slider/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:233:"<span class="ttm_content">Want to amaze your users ? Look no further.  Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:366:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-02-09 09:50:27";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:612;a:24:{s:2:"id";s:3:"647";s:5:"title";s:26:"Optic Shop Showcase Slider";s:5:"alias";s:26:"Optic-shop-showcase-slider";s:3:"zip";s:30:"Optic-shop-showcase-slider.zip";s:3:"uid";s:32:"01509228c996ad45c2179d03654f499b";s:3:"img";s:37:"Optic-shop-showcase-slider/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.16";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It''s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-02-16 16:41:07";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"How to Create an Awesome Product Slider with a Built-in Variant Switcher [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/how-to-create-an-awesome-product-slider-with-a-built-in-variant-switcher/";s:9:"guide_img";s:39:"tutorial/Optic-shop-showcase-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:613;a:24:{s:2:"id";s:3:"648";s:5:"title";s:27:"WordPress Charts And Graphs";s:5:"alias";s:24:"charts-template-showcase";s:3:"zip";s:28:"charts-template-showcase.zip";s:3:"uid";s:32:"4ae2fe61830f96c6c5b316368c1ad2c6";s:3:"img";s:35:"charts-template-showcase/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.17";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:230:"<span class="ttm_content">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:347:"[{"path":"revslider-charts-addon\\/revslider-charts-addon.php","name":"Charts AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-03-03 15:55:16";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:68:"How to Create Interactive Charts and Graphs for WordPress [Tutorial]";s:9:"guide_url";s:101:"https://www.sliderrevolution.com/tutorials/how-to-create-interactive-charts-and-graphs-for-wordpress/";s:9:"guide_img";s:37:"tutorial/charts-template-showcase.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:614;a:27:{s:2:"id";s:3:"649";s:5:"title";s:31:"Fashion Website Slider Template";s:5:"alias";s:31:"fashion-website-slider-template";s:3:"zip";s:0:"";s:3:"uid";s:31:"fashion-website-slider-template";s:3:"img";s:35:"packages/fashion-website-slider.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/fashion-website-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.19";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:251:"<span class="ttm_content">A fashion slider that''s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-03-14 13:00:36";s:7:"package";s:22:"Fashion Website Slider";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:76:"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/";s:9:"guide_img";s:35:"tutorial/Fashion-Website-Slider.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"56";s:9:"installed";b:0;}i:615;a:27:{s:2:"id";s:3:"650";s:5:"title";s:22:"Fashion Website Slider";s:5:"alias";s:22:"fashion-website-slider";s:3:"zip";s:32:"packs/fashion-website-slider.zip";s:3:"uid";s:32:"8fb8379f47346173fa0dd402dda37360";s:3:"img";s:33:"fashion-website-slider/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/fashion-website-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.19";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:251:"<span class="ttm_content">A fashion slider that''s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-03-14 13:04:56";s:7:"package";s:22:"Fashion Website Slider";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:76:"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/";s:9:"guide_img";s:35:"tutorial/Fashion-Website-Slider.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"56";s:9:"installed";b:0;}i:616;a:27:{s:2:"id";s:3:"651";s:5:"title";s:28:"Fashion Website Slider Modal";s:5:"alias";s:28:"fashion-website-slider-modal";s:3:"zip";s:38:"packs/fashion-website-slider-modal.zip";s:3:"uid";s:32:"788f34043b6a5fcbfa5fc1c3322fb502";s:3:"img";s:39:"fashion-website-slider-modal/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/fashion-website-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.19";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:251:"<span class="ttm_content">A fashion slider that''s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-03-14 13:08:21";s:7:"package";s:22:"Fashion Website Slider";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:76:"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/";s:9:"guide_img";s:35:"tutorial/Fashion-Website-Slider.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"56";s:9:"installed";b:0;}i:617;a:24:{s:2:"id";s:3:"652";s:5:"title";s:24:"Furniture Website Slider";s:5:"alias";s:24:"furniture-website-slider";s:3:"zip";s:28:"furniture-website-slider.zip";s:3:"uid";s:32:"8575493ed5fd1ee2e671e67479fdeccb";s:3:"img";s:35:"furniture-website-slider/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/furniture-website-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.19";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:268:"<span class="ttm_content">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-03-23 14:05:44";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Quickly Build a Great-Looking Microsite for Your Product [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-quickly-build-a-great-looking-microsite-for-your-product/";s:9:"guide_img";s:37:"tutorial/furniture-website-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:618;a:24:{s:2:"id";s:3:"653";s:5:"title";s:26:"Fitness Gym Website Slider";s:5:"alias";s:26:"fitness-gym-website-slider";s:3:"zip";s:30:"fitness-gym-website-slider.zip";s:3:"uid";s:32:"86894d98e34a590e80a1d0cd3d7dc819";s:3:"img";s:37:"fitness-gym-website-slider/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/fitness-gym-website-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.20";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:240:"<span class="ttm_content">Make your website visitors want to hit the gym once they see this fitness website slider. The background videos and unique, masked slide transitions make this module stand out!</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-04-19 11:02:01";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Create a Multimedia Slider that Lures in More Clients [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-create-a-multimedia-slider-that-lures-in-more-clients/";s:9:"guide_img";s:39:"tutorial/fitness-gym-website-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:619;a:27:{s:2:"id";s:3:"654";s:5:"title";s:36:"Ai & Robotics Webside Slider Package";s:5:"alias";s:35:"ai--robotics-webside-slider-package";s:3:"zip";s:0:"";s:3:"uid";s:35:"ai--robotics-webside-slider-package";s:3:"img";s:51:"packages/ai-and-robotics-website-slider-package.jpg";s:7:"preview";s:74:"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.20";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:196:"<span class="ttm_content">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:178:"[{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-04-19 15:12:25";s:7:"package";s:36:"Ai & Robotics Webside Slider Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/";s:9:"guide_img";s:24:"tutorial/Ai-Robotics.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"57";s:9:"installed";b:0;}i:620;a:28:{s:2:"id";s:3:"655";s:5:"title";s:28:"Ai & Robotics Website Slider";s:5:"alias";s:30:"ai-and-robotics-website-slider";s:3:"zip";s:40:"packs/ai-and-robotics-website-slider.zip";s:3:"uid";s:32:"e40b7296d1519972029e9744a0c09b29";s:3:"img";s:41:"ai-and-robotics-website-slider/slide1.jpg";s:7:"preview";s:74:"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.5.20";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:196:"<span class="ttm_content">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:178:"[{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-04-19 15:16:48";s:7:"package";s:36:"Ai & Robotics Webside Slider Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/";s:9:"guide_img";s:24:"tutorial/Ai-Robotics.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"57";s:9:"installed";b:0;s:6:"is_new";b:1;}i:621;a:27:{s:2:"id";s:3:"656";s:5:"title";s:14:"AI Video Modal";s:5:"alias";s:14:"ai-video-modal";s:3:"zip";s:24:"packs/ai-video-modal.zip";s:3:"uid";s:32:"aab36a599413b7e66dfdda8f517b47b1";s:3:"img";s:25:"ai-video-modal/slide1.jpg";s:7:"preview";s:74:"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.20";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:196:"<span class="ttm_content">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:178:"[{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-04-19 15:20:55";s:7:"package";s:36:"Ai & Robotics Webside Slider Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/";s:9:"guide_img";s:24:"tutorial/Ai-Robotics.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"57";s:9:"installed";b:0;}i:622;a:25:{s:2:"id";s:3:"657";s:5:"title";s:33:"Minimal Typography Website Slider";s:5:"alias";s:33:"minimal-typography-website-slider";s:3:"zip";s:37:"minimal-typography-website-slider.zip";s:3:"uid";s:32:"43cf63d6541d33b7d4e59350935d73bf";s:3:"img";s:44:"minimal-typography-website-slider/slide1.jpg";s:7:"preview";s:77:"https://www.sliderrevolution.com/templates/minimal-typography-website-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.5.20";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:228:"<span class="ttm_content">Make the hero section on your website stand out with this minimal, typography-based hero slider, featuring cool parallax bubble effects and fluid slide transitions.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:9:"specialfx";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-04-25 14:39:36";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:68:"How to Transform the Mood of Your Home Page with Duotones [Tutorial]";s:9:"guide_url";s:101:"https://www.sliderrevolution.com/tutorials/how-to-transform-the-mood-of-your-home-page-with-duotones/";s:9:"guide_img";s:46:"tutorial/duotone-typography-website-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:623;a:24:{s:2:"id";s:3:"658";s:5:"title";s:19:"404 Page Collection";s:5:"alias";s:19:"404-page-collection";s:3:"zip";s:23:"404-page-collection.zip";s:3:"uid";s:32:"3f0b25b5e893b170536a498939465a1a";s:3:"img";s:30:"404-page-collection/slide1.jpg";s:7:"preview";s:63:"https://www.sliderrevolution.com/templates/404-page-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.21";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:167:"<span class="ttm_content">Show your lost website visitors a funny and lighthearted message with our 404 page template collection.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-05-04 11:30:30";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:69:"How to Create an Effective Thank You Page for Your Website [Tutorial]";s:9:"guide_url";s:102:"https://www.sliderrevolution.com/tutorials/how-to-create-an-effective-thank-you-page-for-your-website/";s:9:"guide_img";s:32:"tutorial/404-page-collection.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:624;a:24:{s:2:"id";s:3:"659";s:5:"title";s:24:"eCommerce Product Slider";s:5:"alias";s:21:"ecommerce-sale-slider";s:3:"zip";s:25:"ecommerce-sale-slider.zip";s:3:"uid";s:32:"49ca4743090cddca705ee108eae967c5";s:3:"img";s:32:"ecommerce-sale-slider/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/ecommerce-product-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:269:"<span class="ttm_content">So you have an eCommerce shop and are looking for the ultimate sales pitch on your landing page? Trying to convert your precious visitors into more sales? Look no further than our eCommerce Product Slider!</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-05-17 14:22:52";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:65:"How to Get More Eyes on Your eCommerce Sales Promotion [Tutorial]";s:9:"guide_url";s:98:"https://www.sliderrevolution.com/tutorials/how-to-get-more-eyes-on-your-ecommerce-sales-promotion/";s:9:"guide_img";s:34:"tutorial/ecommerce-sale-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:625;a:24:{s:2:"id";s:3:"660";s:5:"title";s:19:"Fashion Shop Slider";s:5:"alias";s:19:"fashion-shop-slider";s:3:"zip";s:23:"fashion-shop-slider.zip";s:3:"uid";s:32:"e488e9126dbe4a34c02c89a1115f4ff9";s:3:"img";s:30:"fashion-shop-slider/slide1.jpg";s:7:"preview";s:63:"https://www.sliderrevolution.com/templates/fashion-shop-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:187:"<span class="ttm_content">Customize texts, images, and colors in seconds and have this beast of a shop slider running on your own website in no time.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-05-18 13:24:56";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:73:"How to Create a Colorful Retro Effect for the Home Page Slider [Tutorial]";s:9:"guide_url";s:106:"https://www.sliderrevolution.com/tutorials/how-to-create-a-colorful-retro-effect-for-the-home-page-slider/";s:9:"guide_img";s:32:"tutorial/fashion-shop-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:626;a:25:{s:2:"id";s:3:"661";s:5:"title";s:29:"Lingerie Store Website Slider";s:5:"alias";s:29:"lingerie-store-website-slider";s:3:"zip";s:33:"lingerie-store-website-slider.zip";s:3:"uid";s:32:"7bdad27521b7c9b171b618dff2fa0315";s:3:"img";s:40:"lingerie-store-website-slider/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/lingerie-store-website-slider/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.5.22";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:187:"<span class="ttm_content">This hero slider also includes optional menu navigation and links, in case you want to use it as a standalone landing page.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-05-18 13:28:21";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:627;a:25:{s:2:"id";s:3:"662";s:5:"title";s:28:"Beach Events Hero Collection";s:5:"alias";s:28:"beach-events-hero-collection";s:3:"zip";s:32:"beach-events-hero-collection.zip";s:3:"uid";s:32:"cf87cd65572e9bc4ee019cceae1c75f8";s:3:"img";s:39:"beach-events-hero-collection/slide1.jpg";s:7:"preview";s:78:"https://www.sliderrevolution.com/templates/summer-beach-events-hero-collection";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:157:"<span class="ttm_content">These hero image templates offer a high-octane mix of headlines, images, and special effects.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 16:56:11";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:66:"Sell More Event Tickets with a High-Energy Hero Section [Tutorial]";s:9:"guide_url";s:99:"https://www.sliderrevolution.com/tutorials/sell-more-event-tickets-with-a-high-energy-hero-section/";s:9:"guide_img";s:41:"tutorial/beach-events-hero-collection.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:628;a:27:{s:2:"id";s:3:"663";s:5:"title";s:41:"Creative Portfolio Website Slider Package";s:5:"alias";s:41:"creative-portfolio-website-slider-package";s:3:"zip";s:0:"";s:3:"uid";s:41:"creative-portfolio-website-slider-package";s:3:"img";s:54:"packages/creative-portfolio-website-slider-package.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:00:43";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:629;a:27:{s:2:"id";s:3:"664";s:5:"title";s:30:"Creative Portfolio Main Slider";s:5:"alias";s:30:"creative-portfolio-main-slider";s:3:"zip";s:40:"packs/creative-portfolio-main-slider.zip";s:3:"uid";s:32:"2b01de6e46611e4353f1687609aa6783";s:3:"img";s:41:"creative-portfolio-main-slider/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:03:03";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:630;a:27:{s:2:"id";s:3:"665";s:5:"title";s:28:"Creative Portfolio Project 1";s:5:"alias";s:28:"creative-portfolio-project-1";s:3:"zip";s:38:"packs/creative-portfolio-project-1.zip";s:3:"uid";s:32:"f1e3a170d3f06d7162445fe9cce99335";s:3:"img";s:39:"creative-portfolio-project-1/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:07:45";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:631;a:27:{s:2:"id";s:3:"666";s:5:"title";s:28:"Creative Portfolio Project 2";s:5:"alias";s:28:"creative-portfolio-project-2";s:3:"zip";s:38:"packs/creative-portfolio-project-2.zip";s:3:"uid";s:32:"59369faef5b4a0571cd5fd72432d2d20";s:3:"img";s:39:"creative-portfolio-project-2/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:12:09";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:632;a:27:{s:2:"id";s:3:"667";s:5:"title";s:28:"Creative Portfolio Project 3";s:5:"alias";s:28:"creative-portfolio-project-3";s:3:"zip";s:38:"packs/creative-portfolio-project-3.zip";s:3:"uid";s:32:"ac6823b9ffeba97c56aa6f4593109e5f";s:3:"img";s:39:"creative-portfolio-project-3/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:14:02";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:633;a:27:{s:2:"id";s:3:"668";s:5:"title";s:28:"Creative Portfolio Project 4";s:5:"alias";s:28:"creative-portfolio-project-4";s:3:"zip";s:38:"packs/creative-portfolio-project-4.zip";s:3:"uid";s:32:"31f5cc4c9d13af7b56adfa7b7c84dce9";s:3:"img";s:39:"creative-portfolio-project-4/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:16:40";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:634;a:27:{s:2:"id";s:3:"669";s:5:"title";s:28:"Creative Portfolio Project 5";s:5:"alias";s:28:"creative-portfolio-project-5";s:3:"zip";s:38:"packs/creative-portfolio-project-5.zip";s:3:"uid";s:32:"23c8e18d556da040ef6ac2382d4a7b94";s:3:"img";s:39:"creative-portfolio-project-5/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:20:22";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:635;a:27:{s:2:"id";s:3:"670";s:5:"title";s:28:"Creative Portfolio Project 6";s:5:"alias";s:28:"creative-portfolio-project-6";s:3:"zip";s:38:"packs/creative-portfolio-project-6.zip";s:3:"uid";s:32:"518434a06d7a959bd3f3e0905e252209";s:3:"img";s:39:"creative-portfolio-project-6/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:21:51";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:636;a:27:{s:2:"id";s:3:"671";s:5:"title";s:28:"Creative Portfolio Project 7";s:5:"alias";s:28:"creative-portfolio-project-7";s:3:"zip";s:38:"packs/creative-portfolio-project-7.zip";s:3:"uid";s:32:"bb1552746859766efbe319d7c0a1978e";s:3:"img";s:39:"creative-portfolio-project-7/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.5.25";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";s:345:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-07-18 17:24:03";s:7:"package";s:41:"Creative Portfolio Website Slider Package";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/";s:9:"guide_img";s:39:"tutorial/Creative-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"58";s:9:"installed";b:0;}i:637;a:25:{s:2:"id";s:3:"672";s:5:"title";s:24:"AI Particle Cluster Hero";s:5:"alias";s:19:"ai-particle-cluster";s:3:"zip";s:23:"ai-particle-cluster.zip";s:3:"uid";s:32:"e47971fc290d738faca66e100cc7da74";s:3:"img";s:30:"ai-particle-cluster/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/ai-particle-cluster-hero/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:222:"<span class="ttm_content">If you are looking for a stunning, interactive particles animation for your WordPress website, this Slider Revolution template surely is a unique eye-catcher.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:9:"specialfx";}s:14:"plugin_require";s:190:"[{"path":"revslider-thecluster-addon\\/revslider-thecluster-addon.php","name":"Slider Revolution The Cluster AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:25:01";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:86:"Make Visitors Want to Stop and Play with Your Particle Animation Hero Image [Tutorial]";s:9:"guide_url";s:119:"https://www.sliderrevolution.com/tutorials/make-visitors-want-to-stop-and-play-with-your-particle-animation-hero-image/";s:9:"guide_img";s:32:"tutorial/ai-particle-cluster.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:638;a:25:{s:2:"id";s:3:"673";s:5:"title";s:24:"Artistic Parallax Slider";s:5:"alias";s:24:"artistic-parallax-slider";s:3:"zip";s:28:"artistic-parallax-slider.zip";s:3:"uid";s:32:"a1488f5f4d3ffd2912f9520bba2a2418";s:3:"img";s:35:"artistic-parallax-slider/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/artistic-parallax-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:230:"<span class="ttm_content">Gorgeous visuals and clear typography, paired with scroll-based slide navigation, make this WordPress parallax slider template a winner for a wide range of use cases.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:29:34";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:61:"How to Create a Surreal Design for Your Hero Image [Tutorial]";s:9:"guide_url";s:94:"https://www.sliderrevolution.com/tutorials/how-to-create-a-surreal-design-for-your-hero-image/";s:9:"guide_img";s:37:"tutorial/artistic-parallax-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:639;a:25:{s:2:"id";s:3:"674";s:5:"title";s:23:"Magazine Content Slider";s:5:"alias";s:23:"magazine-content-slider";s:3:"zip";s:27:"magazine-content-slider.zip";s:3:"uid";s:32:"6701ec2aab76c253004d6ed5755cf9f6";s:3:"img";s:34:"magazine-content-slider/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/magazine-content-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:259:"<span class="ttm_content">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if its not needed.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:32:38";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/";s:9:"guide_img";s:36:"tutorial/Magazine-Content-Slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:640;a:25:{s:2:"id";s:3:"675";s:5:"title";s:30:"Magazine Content Slider Static";s:5:"alias";s:30:"magazine-content-slider-static";s:3:"zip";s:34:"magazine-content-slider-static.zip";s:3:"uid";s:32:"3b1f7d279064fa1fb90bb2000e9ebc7b";s:3:"img";s:41:"magazine-content-slider-static/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/magazine-content-slider";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:260:"<span class="ttm_content">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if it''s not needed.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:35:12";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/";s:9:"guide_img";s:36:"tutorial/Magazine-Content-Slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:641;a:25:{s:2:"id";s:3:"676";s:5:"title";s:24:"Masonry Gallery Carousel";s:5:"alias";s:24:"Masonry-Gallery-Carousel";s:3:"zip";s:28:"Masonry-Gallery-Carousel.zip";s:3:"uid";s:32:"c189884a358e4984c8f300916909f54b";s:3:"img";s:35:"Masonry-Gallery-Carousel/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/masonry-gallery-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:301:"<span class="ttm_content">This masonry gallery template for Slider Revolution has three different masonry layouts, which can be mixed & matched and are easily customized. The headline and description captions make this template very flexible, with many use cases.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 12:39:35";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:66:"How to Create a Horizontal Masonry Layout for Your Work [Tutorial]";s:9:"guide_url";s:99:"https://www.sliderrevolution.com/tutorials/how-to-create-a-horizontal-masonry-layout-for-your-work/";s:9:"guide_img";s:37:"tutorial/Masonry-Gallery-Carousel.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:642;a:25:{s:2:"id";s:3:"677";s:5:"title";s:31:"Neon WordPress Slider With Text";s:5:"alias";s:21:"neon-wordpress-slider";s:3:"zip";s:25:"neon-wordpress-slider.zip";s:3:"uid";s:32:"9d620dfc8df1be5b956a70106a4ca5d7";s:3:"img";s:32:"neon-wordpress-slider/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/neon-wordpress-slider-with-text/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:241:"<span class="ttm_content">This is not your average WordPress slider with text and image. Stunning, AI generated images paired with crisp & snappy animations make this Slider Revolution template a winner!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:9:"specialfx";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:41:29";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:63:"Break Down Your Process with a Colorful Image Slider [Tutorial]";s:9:"guide_url";s:96:"https://www.sliderrevolution.com/tutorials/break-down-your-process-with-a-colorful-image-slider/";s:9:"guide_img";s:34:"tutorial/neon-wordpress-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:643;a:25:{s:2:"id";s:3:"678";s:5:"title";s:27:"Restaurant One Page Website";s:5:"alias";s:27:"Restaurant-One-Page-Website";s:3:"zip";s:31:"Restaurant-One-Page-Website.zip";s:3:"uid";s:32:"747730efa359467cb5627ae123839090";s:3:"img";s:38:"Restaurant-One-Page-Website/slide1.jpg";s:7:"preview";s:80:"https://www.sliderrevolution.com/templates/kostlich-restaurant-one-page-website/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:285:"<span class="ttm_content">A restaurant WordPress template can easily be overloaded with features that no one really needs. The Köstlich Restaurant One Page Website template for Slider Revolution focuses on the information, a visitor wants to see.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 12:43:57";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"A Fast and Easy Way to Create a Good Looking One-Page Restaurant Website [Tutorial]";s:9:"guide_url";s:116:"https://www.sliderrevolution.com/tutorials/a-fast-and-easy-way-to-create-a-good-looking-one-page-restaurant-website/";s:9:"guide_img";s:40:"tutorial/Restaurant-One-Page-Website.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:644;a:25:{s:2:"id";s:3:"679";s:5:"title";s:18:"WooCommerce Slider";s:5:"alias";s:18:"woocommerce-slider";s:3:"zip";s:22:"woocommerce-slider.zip";s:3:"uid";s:32:"5f354f9d17d3b8562e7dfbac0b289ab3";s:3:"img";s:29:"woocommerce-slider/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:164:"<span class="ttm_content">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:11:"woocommerce";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:47:34";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:66:"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]";s:9:"guide_url";s:99:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/";s:9:"guide_img";s:38:"tutorial/woocommerce-slider-static.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:645;a:25:{s:2:"id";s:3:"680";s:5:"title";s:25:"WooCommerce Slider Static";s:5:"alias";s:25:"woocommerce-slider-static";s:3:"zip";s:29:"woocommerce-slider-static.zip";s:3:"uid";s:32:"66d86a41303223abecec3c4820bcd8f0";s:3:"img";s:36:"woocommerce-slider-static/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:164:"<span class="ttm_content">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:50:07";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:66:"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]";s:9:"guide_url";s:99:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/";s:9:"guide_img";s:38:"tutorial/woocommerce-slider-static.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:646;a:25:{s:2:"id";s:3:"681";s:5:"title";s:21:"WordPress Post Slider";s:5:"alias";s:21:"wordpress-post-slider";s:3:"zip";s:25:"wordpress-post-slider.zip";s:3:"uid";s:32:"c854a5e0be29cb28893b0bb98d9e6740";s:3:"img";s:32:"wordpress-post-slider/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:233:"<span class="ttm_content">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:9:"postbased";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:52:10";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:81:"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]";s:9:"guide_url";s:114:"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/";s:9:"guide_img";s:41:"tutorial/WordPress-Post-Slider-Static.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:647;a:25:{s:2:"id";s:3:"682";s:5:"title";s:28:"WordPress Post Slider Static";s:5:"alias";s:28:"WordPress-Post-Slider-Static";s:3:"zip";s:32:"WordPress-Post-Slider-Static.zip";s:3:"uid";s:32:"edbb9e724f7758aff215ab3e743abd9e";s:3:"img";s:39:"WordPress-Post-Slider-Static/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:233:"<span class="ttm_content">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:53:43";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:81:"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]";s:9:"guide_url";s:114:"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/";s:9:"guide_img";s:41:"tutorial/WordPress-Post-Slider-Static.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:648;a:25:{s:2:"id";s:3:"683";s:5:"title";s:22:"Wordpress Video Slider";s:5:"alias";s:22:"wordpress-video-slider";s:3:"zip";s:26:"wordpress-video-slider.zip";s:3:"uid";s:32:"fd50cf2c76a1fe0bf8bd35e727a00bb7";s:3:"img";s:33:"wordpress-video-slider/slide1.jpg";s:7:"preview";s:66:"https://www.sliderrevolution.com/templates/wordpress-video-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:303:"<span class="ttm_content">The WordPress Video Slider template for Slider Revolution offers a cinematic video viewing experience. With it is stylish, blurred background videos and a video player modal, this template is a fitting hero module choice for many websites.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-10-06 12:55:51";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Create Good Vibes on Your Website with a Background Video Slider [Tutorial]";s:9:"guide_url";s:115:"https://www.sliderrevolution.com/tutorials/how-to-create-good-vibes-on-your-website-with-a-background-video-slider/";s:9:"guide_img";s:35:"tutorial/wordpress-video-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:649;a:27:{s:2:"id";s:3:"684";s:5:"title";s:37:"Architecture Website Template Package";s:5:"alias";s:37:"architecture-website-template-package";s:3:"zip";s:0:"";s:3:"uid";s:37:"architecture-website-template-package";s:3:"img";s:39:"packages/architecture-website-thumb.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 12:59:17";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:650;a:28:{s:2:"id";s:3:"685";s:5:"title";s:17:"Architecture Menu";s:5:"alias";s:17:"architecture-menu";s:3:"zip";s:27:"packs/architecture-menu.zip";s:3:"uid";s:32:"a8c46db54ab5fdbb104aacc0cb26d48a";s:3:"img";s:28:"architecture-menu/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:10:25";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:651;a:28:{s:2:"id";s:3:"686";s:5:"title";s:26:"Architecture Header Slider";s:5:"alias";s:26:"architecture-header-slider";s:3:"zip";s:36:"packs/architecture-header-slider.zip";s:3:"uid";s:32:"e13d9d910db3371527ceb9f92a27057d";s:3:"img";s:37:"architecture-header-slider/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:12:12";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:652;a:28:{s:2:"id";s:3:"687";s:5:"title";s:23:"Architecture Text Block";s:5:"alias";s:23:"architecture-text-block";s:3:"zip";s:33:"packs/architecture-text-block.zip";s:3:"uid";s:32:"c130dd8a5faf7c292c54b99c82226c72";s:3:"img";s:34:"architecture-text-block/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:15:46";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:653;a:28:{s:2:"id";s:3:"688";s:5:"title";s:18:"Architecture About";s:5:"alias";s:18:"architecture-about";s:3:"zip";s:28:"packs/architecture-about.zip";s:3:"uid";s:32:"5f589ec1e639ed4aa9b44542659cb2e9";s:3:"img";s:29:"architecture-about/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:17:04";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:654;a:28:{s:2:"id";s:3:"689";s:5:"title";s:26:"Architecture Process Title";s:5:"alias";s:26:"architecture-process-title";s:3:"zip";s:36:"packs/architecture-process-title.zip";s:3:"uid";s:32:"6ca17bec2dc410a6c8a80a138c603a3c";s:3:"img";s:37:"architecture-process-title/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:18:48";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:655;a:28:{s:2:"id";s:3:"690";s:5:"title";s:20:"Architecture Process";s:5:"alias";s:20:"architecture-process";s:3:"zip";s:30:"packs/architecture-process.zip";s:3:"uid";s:32:"df6202f061079192fde61c7756624c6c";s:3:"img";s:31:"architecture-process/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:20:31";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:656;a:28:{s:2:"id";s:3:"691";s:5:"title";s:22:"Architecture Portfolio";s:5:"alias";s:22:"architecture-portfolio";s:3:"zip";s:32:"packs/architecture-portfolio.zip";s:3:"uid";s:32:"444b7a502897a53a16eea5ec3cb7f08c";s:3:"img";s:33:"architecture-portfolio/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:22:15";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:657;a:28:{s:2:"id";s:3:"692";s:5:"title";s:28:"Architecture Portfolio Modal";s:5:"alias";s:28:"architecture-portfolio-modal";s:3:"zip";s:38:"packs/architecture-portfolio-modal.zip";s:3:"uid";s:32:"59994ba13c87a5409d75fdcbc7f58005";s:3:"img";s:39:"architecture-portfolio-modal/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:23:38";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:658;a:28:{s:2:"id";s:3:"693";s:5:"title";s:20:"Architecture Contact";s:5:"alias";s:20:"architecture-contact";s:3:"zip";s:30:"packs/architecture-contact.zip";s:3:"uid";s:32:"b1ff4cf0d6530d79f7d67540ffdcd98d";s:3:"img";s:31:"architecture-contact/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/architecture-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:272:"<span class="ttm_content">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-10-06 13:25:49";s:7:"package";s:37:"Architecture Website Template Package";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:77:"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]";s:9:"guide_url";s:110:"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/";s:9:"guide_img";s:42:"tutorial/Architecture-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"59";s:9:"installed";b:0;}i:659;a:24:{s:2:"id";s:3:"694";s:5:"title";s:23:"Image Comparison Slider";s:5:"alias";s:23:"image-comparison-slider";s:3:"zip";s:27:"image-comparison-slider.zip";s:3:"uid";s:32:"c5af5832be50fc581c3a5ae31b09e5ab";s:3:"img";s:34:"image-comparison-slider/slide1.jpg";s:7:"preview";s:67:"https://www.sliderrevolution.com/templates/image-comparison-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:254:"<span class="ttm_content">Create amazing before and after animations for your website with the image comparison slider template. We made sure to include multiple exciting examples for you to customize to your liking.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:363:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-11-18 11:13:19";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:66:"Boost Interactions with a Before-and-After Image Slider [Tutorial]";s:9:"guide_url";s:99:"https://www.sliderrevolution.com/tutorials/boost-interactions-with-a-before-and-after-image-slider/";s:9:"guide_img";s:36:"tutorial/image-comparison-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:660;a:27:{s:2:"id";s:3:"695";s:5:"title";s:37:"Wedding Photo Slider Template Package";s:5:"alias";s:37:"wedding-photo-slider-template-package";s:3:"zip";s:0:"";s:3:"uid";s:37:"wedding-photo-slider-template-package";s:3:"img";s:41:"packages/Wedding-Photo-Slider-Package.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/wedding-photo-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:300:"<span class="ttm_content">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout. </span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:8:"carousel";i:1;s:6:"slider";i:2;s:4:"hero";}s:14:"plugin_require";s:363:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-11-18 11:19:04";s:7:"package";s:37:"Wedding Photo Slider Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:68:"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]";s:9:"guide_url";s:101:"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/";s:9:"guide_img";s:33:"tutorial/Wedding-Photo-Slider.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"60";s:9:"installed";b:0;}i:661;a:27:{s:2:"id";s:3:"696";s:5:"title";s:20:"Wedding Photo Slider";s:5:"alias";s:20:"wedding-photo-slider";s:3:"zip";s:30:"packs/wedding-photo-slider.zip";s:3:"uid";s:32:"490b30ad46586bbf7034e50651b248a7";s:3:"img";s:31:"wedding-photo-slider/slide1.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/wedding-photo-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:299:"<span class="ttm_content">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:6:"slider";}s:14:"plugin_require";s:363:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-11-18 11:24:38";s:7:"package";s:37:"Wedding Photo Slider Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:68:"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]";s:9:"guide_url";s:101:"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/";s:9:"guide_img";s:33:"tutorial/Wedding-Photo-Slider.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"60";s:9:"installed";b:0;}i:662;a:27:{s:2:"id";s:3:"697";s:5:"title";s:26:"Wedding Photo Slider Modal";s:5:"alias";s:26:"wedding-photo-slider-modal";s:3:"zip";s:36:"packs/wedding-photo-slider-modal.zip";s:3:"uid";s:32:"56b40b3a73b786f5320f8814cddd3fda";s:3:"img";s:37:"wedding-photo-slider-modal/slide1.jpg";s:7:"preview";s:64:"https://www.sliderrevolution.com/templates/wedding-photo-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:299:"<span class="ttm_content">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class="ttm_space"></span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:363:"[{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-11-18 11:27:53";s:7:"package";s:37:"Wedding Photo Slider Template Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:68:"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]";s:9:"guide_url";s:101:"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/";s:9:"guide_img";s:33:"tutorial/Wedding-Photo-Slider.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"60";s:9:"installed";b:0;}i:663;a:24:{s:2:"id";s:3:"698";s:5:"title";s:25:"Travel Agency Card Slider";s:5:"alias";s:24:"destinations-card-slider";s:3:"zip";s:28:"destinations-card-slider.zip";s:3:"uid";s:32:"59af2d3ac72375f6764f224d93d600ac";s:3:"img";s:35:"destinations-card-slider/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/travel-agency-card-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:229:"<span class="ttm_content">The destination of your travel blog or travel booking website, definitely is "above & beyond" with this tastefully modern card slider template for Slider Revolution.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-11-18 11:31:52";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:84:"How to Make Your Product Comparison Pages More Attractive and Trustworthy [Tutorial]";s:9:"guide_url";s:117:"https://www.sliderrevolution.com/tutorials/how-to-make-your-product-comparison-pages-more-attractive-and-trustworthy/";s:9:"guide_img";s:37:"tutorial/destinations-card-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:664;a:24:{s:2:"id";s:3:"699";s:5:"title";s:29:"Kitchen Knives Product Slider";s:5:"alias";s:21:"knives-product-slider";s:3:"zip";s:25:"knives-product-slider.zip";s:3:"uid";s:32:"b1d2db8fcd3e6bb1e949d00c90fd6ec0";s:3:"img";s:32:"knives-product-slider/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/kitchen-knives-product-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.7";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:281:"<span class="ttm_content">Even if you''re not into the knives selling business, this product slider template is easily customized to fit any use-case. The beautifully animated parallax elements, can be replaced with your own .png''s, in no time!</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-11-18 11:34:48";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Promote Subscription Boxes with a Unique Product Slider Design [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-promote-subscription-boxes-with-a-unique-product-slider-design/";s:9:"guide_img";s:34:"tutorial/knives-product-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:665;a:25:{s:2:"id";s:3:"700";s:5:"title";s:16:"Tiny Slider Dark";s:5:"alias";s:16:"tiny-slider-dark";s:3:"zip";s:20:"tiny-slider-dark.zip";s:3:"uid";s:32:"57f5cd4e698621f5b7e09bc0bb172d72";s:3:"img";s:27:"tiny-slider-dark/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:301:"<span class="ttm_content">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-12-20 13:51:32";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Design an Event Booking Page That Sells More Tickets [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-design-an-event-booking-page-that-sells-more-tickets/";s:9:"guide_img";s:29:"tutorial/tiny-slider-dark.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:666;a:25:{s:2:"id";s:3:"701";s:5:"title";s:17:"Tiny Slider Light";s:5:"alias";s:17:"tiny-slider-light";s:3:"zip";s:21:"tiny-slider-light.zip";s:3:"uid";s:32:"67e9640a0dd7ac7c04342a323abb054a";s:3:"img";s:28:"tiny-slider-light/slide1.jpg";s:7:"preview";s:69:"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:301:"<span class="ttm_content">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2022-12-20 13:56:22";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:667;a:25:{s:2:"id";s:3:"702";s:5:"title";s:24:"Pet Store Product Slider";s:5:"alias";s:24:"pet-store-product-slider";s:3:"zip";s:28:"pet-store-product-slider.zip";s:3:"uid";s:32:"6f847227958900311108951a77721e29";s:3:"img";s:35:"pet-store-product-slider/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/pet-store-product-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:328:"<span class="ttm_content">The Pet Store Product Slider template is a professional and eye-catching way to showcase your pet store''s products on your website or social media. With this template, you can easily create a dynamic and interactive slider featuring your most popular pet products.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-12-20 14:02:59";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:75:"How to Design More Engaging Product Pages for eCommerce Websites [Tutorial]";s:9:"guide_url";s:108:"https://www.sliderrevolution.com/tutorials/how-to-design-more-engaging-product-pages-for-ecommerce-websites/";s:9:"guide_img";s:37:"tutorial/pet-store-product-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:668;a:24:{s:2:"id";s:3:"703";s:5:"title";s:18:"Material UI Slider";s:5:"alias";s:18:"material-ui-slider";s:3:"zip";s:22:"material-ui-slider.zip";s:3:"uid";s:32:"7e7909a030545f80c8ba8101c5b9bbd7";s:3:"img";s:29:"material-ui-slider/slide1.jpg";s:7:"preview";s:62:"https://www.sliderrevolution.com/templates/material-ui-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:299:"<span class="ttm_content">The Material UI Slider Template is easy to use and requires no coding skills. You can quickly and easily create a professional-looking slider to showcase your products, services, or information in a visually appealing and engaging way.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:190:"[{"path":"revslider-thecluster-addon\\/revslider-thecluster-addon.php","name":"Slider Revolution The Cluster AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-12-20 14:06:25";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Promote Your Digital Agency’s Services in a Unique Way [Tutorial]";s:9:"guide_url";s:105:"https://www.sliderrevolution.com/tutorials/how-to-promote-your-digital-agency-s-services-in-a-unique-way/";s:9:"guide_img";s:31:"tutorial/material-ui-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:669;a:25:{s:2:"id";s:3:"704";s:5:"title";s:19:"Happy Holidays Hero";s:5:"alias";s:19:"happy-holidays-hero";s:3:"zip";s:23:"happy-holidays-hero.zip";s:3:"uid";s:32:"aabe32f963bc66d36f617c595ca2f1fd";s:3:"img";s:30:"happy-holidays-hero/slide1.jpg";s:7:"preview";s:63:"https://www.sliderrevolution.com/templates/happy-holidays-hero/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:141:"<span class="ttm_content">Wish everyone happy holidays with our newest Christmas inspired hero section.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:366:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2022-12-22 09:27:59";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:76:"How to Create a Hero Image Template to Use for Holidays and Sales [Tutorial]";s:9:"guide_url";s:109:"https://www.sliderrevolution.com/tutorials/how-to-create-a-hero-image-template-to-use-for-holidays-and-sales/";s:9:"guide_img";s:32:"tutorial/happy-holidays-hero.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:670;a:24:{s:2:"id";s:3:"705";s:5:"title";s:34:"Space & Sci-Fi Presentation Slider";s:5:"alias";s:36:"space-and-sci-fi-presentation-slider";s:3:"zip";s:40:"space-and-sci-fi-presentation-slider.zip";s:3:"uid";s:32:"6f8a89cfaa624a4ac799901fc85b802d";s:3:"img";s:47:"space-and-sci-fi-presentation-slider/slide1.png";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/space-sci-fi-presentation-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:172:"<span class="ttm_content">This is a perfect choice for technology companies, science fiction writers, space enthusiasts and much more.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:9:"specialfx";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-01-24 12:57:45";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:86:"How to Transport Your Visitors to Another Time or Place with Layered Images [Tutorial]";s:9:"guide_url";s:119:"https://www.sliderrevolution.com/tutorials/how-to-transport-your-visitors-to-another-time-or-place-with-layered-images/";s:9:"guide_img";s:49:"tutorial/space-and-sci-fi-presentation-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:671;a:24:{s:2:"id";s:3:"706";s:5:"title";s:21:"Claymorphism Carousel";s:5:"alias";s:21:"Claymorphism-Carousel";s:3:"zip";s:25:"Claymorphism-Carousel.zip";s:3:"uid";s:32:"8faec9adf09737acd8efdad7a1ccb673";s:3:"img";s:32:"Claymorphism-Carousel/slide1.jpg";s:7:"preview";s:65:"https://www.sliderrevolution.com/templates/claymorphism-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"6.6.9";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:195:"<span class="ttm_content">The Claymorphism Carousel template for Slider Revolution is a visually striking slider that features the unique claymorphism style.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-01-24 13:01:22";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:69:"How to Create a 3D Space for Your Portfolio Highlight Reel [Tutorial]";s:9:"guide_url";s:102:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-space-for-your-portfolio-highlight-reel/";s:9:"guide_img";s:37:"tutorial/startup-website-template.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:672;a:24:{s:2:"id";s:3:"707";s:5:"title";s:24:"404 Page Hero Collection";s:5:"alias";s:24:"404-page-hero-collection";s:3:"zip";s:28:"404-page-hero-collection.zip";s:3:"uid";s:32:"a614db3d61935fdf249d7de2ff1f2d8f";s:3:"img";s:35:"404-page-hero-collection/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/404-page-hero-collection/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:212:"<span class="ttm_content">With the 404 Page Hero Collection template for Slider Revolution, you have several creative solutions at your disposal, to make your 404 page shine!</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-02-22 16:28:44";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:673;a:24:{s:2:"id";s:3:"708";s:5:"title";s:32:"Furniture Store Isometric Slider";s:5:"alias";s:32:"furniture-store-isometric-slider";s:3:"zip";s:36:"furniture-store-isometric-slider.zip";s:3:"uid";s:32:"385f8e4dac9f84ea72388f656b200251";s:3:"img";s:43:"furniture-store-isometric-slider/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/furniture-store-isometric-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:256:"<span class="ttm_content">A furniture store slider template with stunning and versatile visuals! With bold and beautiful 3D isometric graphics, it''s the perfect way to showcase modern furniture pieces and room designs.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-02-22 16:35:11";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:674;a:28:{s:2:"id";s:3:"319";s:5:"title";s:24:"Modern Portfolio Website";s:5:"alias";s:24:"modern-portfolio-website";s:3:"zip";s:0:"";s:3:"uid";s:24:"modern-portfolio-website";s:3:"img";s:30:"packages/portfolio-package.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/modern-portfolio-website/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:145:"<span class="ttm_content">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:16:"Modern Portfolio";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/";s:9:"guide_img";s:37:"tutorial/Modern-Portfolio-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"23";s:9:"installed";b:0;}i:675;a:27:{s:2:"id";s:3:"402";s:5:"title";s:23:"Brutal Website Template";s:5:"alias";s:23:"brutal-website-template";s:3:"zip";s:0:"";s:3:"uid";s:23:"brutal-website-template";s:3:"img";s:36:"packages/brutal-website-template.jpg";s:7:"preview";s:58:"https://revolution.themepunch.com/brutal-website-template/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.1.2";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:232:"<span class="ttm_content">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:23:"Brutal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:78:"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/";s:9:"guide_img";s:27:"tutorial/Brutal-Website.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"31";s:9:"installed";b:0;}i:676;a:27:{s:2:"id";s:3:"709";s:5:"title";s:36:"Woodworking Website Template Package";s:5:"alias";s:36:"woodworking-website-template-package";s:3:"zip";s:0:"";s:3:"uid";s:36:"woodworking-website-template-package";s:3:"img";s:41:"packages/Woodworking-Website-Template.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-03-15 10:54:05";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:677;a:27:{s:2:"id";s:3:"710";s:5:"title";s:22:"Wood Art One Page Hero";s:5:"alias";s:22:"wood-art-one-page-hero";s:3:"zip";s:32:"packs/wood-art-one-page-hero.zip";s:3:"uid";s:32:"4236270d46058389ddb032f6c68d63dc";s:3:"img";s:33:"wood-art-one-page-hero/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-03-15 11:15:10";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:678;a:27:{s:2:"id";s:3:"711";s:5:"title";s:23:"Wood Art One Page About";s:5:"alias";s:23:"wood-art-one-page-about";s:3:"zip";s:33:"packs/wood-art-one-page-about.zip";s:3:"uid";s:32:"c14fe92fa107d914dab4826681db8d1d";s:3:"img";s:34:"wood-art-one-page-about/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-03-15 11:19:12";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:679;a:27:{s:2:"id";s:3:"712";s:5:"title";s:22:"Wood Art One Page Work";s:5:"alias";s:22:"wood-art-one-page-work";s:3:"zip";s:32:"packs/wood-art-one-page-work.zip";s:3:"uid";s:32:"a5d98ff9e7ecc52e9c8f5cb69e13fab9";s:3:"img";s:33:"wood-art-one-page-work/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-03-15 11:23:03";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:680;a:27:{s:2:"id";s:3:"713";s:5:"title";s:30:"Wood Art One Page Testimonials";s:5:"alias";s:30:"wood-art-one-page-testimonials";s:3:"zip";s:40:"packs/wood-art-one-page-testimonials.zip";s:3:"uid";s:32:"10cc4a93223c739cdd72a6f29ddfdbdc";s:3:"img";s:41:"wood-art-one-page-testimonials/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-03-15 11:32:12";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:681;a:27:{s:2:"id";s:3:"714";s:5:"title";s:24:"Wood Art One Page Events";s:5:"alias";s:24:"wood-art-one-page-events";s:3:"zip";s:34:"packs/wood-art-one-page-events.zip";s:3:"uid";s:32:"caf1318cca92472611d1bff75de2834e";s:3:"img";s:35:"wood-art-one-page-events/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-03-15 11:35:58";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:682;a:27:{s:2:"id";s:3:"715";s:5:"title";s:24:"Wood Art One Page Footer";s:5:"alias";s:24:"wood-art-one-page-footer";s:3:"zip";s:34:"packs/wood-art-one-page-footer.zip";s:3:"uid";s:32:"096eb58a1bdc1da5f228ee26f44cc35e";s:3:"img";s:35:"wood-art-one-page-footer/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-03-15 11:38:37";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:683;a:27:{s:2:"id";s:3:"716";s:5:"title";s:27:"Wood Art One Page Gallery 1";s:5:"alias";s:26:"wood-art-one-page-gallery1";s:3:"zip";s:36:"packs/wood-art-one-page-gallery1.zip";s:3:"uid";s:32:"9692c155e32743e6ad5656ff98fc1854";s:3:"img";s:37:"wood-art-one-page-gallery1/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-03-15 11:43:14";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:684;a:27:{s:2:"id";s:3:"717";s:5:"title";s:27:"Wood Art One Page Gallery 2";s:5:"alias";s:26:"wood-art-one-page-gallery2";s:3:"zip";s:36:"packs/wood-art-one-page-gallery2.zip";s:3:"uid";s:32:"63487dd51eb68d1f748cbdc01d1659aa";s:3:"img";s:37:"wood-art-one-page-gallery2/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-03-15 11:46:52";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:685;a:27:{s:2:"id";s:3:"718";s:5:"title";s:27:"Wood Art One Page Gallery 3";s:5:"alias";s:26:"wood-art-one-page-gallery3";s:3:"zip";s:36:"packs/wood-art-one-page-gallery3.zip";s:3:"uid";s:32:"4d907965c605272fdb037aadd150e533";s:3:"img";s:37:"wood-art-one-page-gallery3/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-03-15 11:49:44";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:686;a:27:{s:2:"id";s:3:"719";s:5:"title";s:27:"Wood Art One Page Gallery 4";s:5:"alias";s:26:"wood-art-one-page-gallery4";s:3:"zip";s:36:"packs/wood-art-one-page-gallery4.zip";s:3:"uid";s:32:"1ea74ff7001db07847cb98f505f62569";s:3:"img";s:37:"wood-art-one-page-gallery4/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-03-15 11:53:19";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:687;a:27:{s:2:"id";s:3:"720";s:5:"title";s:27:"Wood Art One Page Gallery 5";s:5:"alias";s:26:"wood-art-one-page-gallery5";s:3:"zip";s:36:"packs/wood-art-one-page-gallery5.zip";s:3:"uid";s:32:"f7c9b11f559f69fb2fdff1ca96ff9c4d";s:3:"img";s:37:"wood-art-one-page-gallery5/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/woodworking-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:434:"<span class="ttm_content">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-03-15 11:56:28";s:7:"package";s:36:"Woodworking Website Template Package";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/";s:9:"guide_img";s:41:"tutorial/Woodworking-Website-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"61";s:9:"installed";b:0;}i:688;a:24:{s:2:"id";s:3:"721";s:5:"title";s:35:"Hero Template With Cursor Animation";s:5:"alias";s:35:"Hero-Template-With-Cursor-Animation";s:3:"zip";s:39:"Hero-Template-With-Cursor-Animation.zip";s:3:"uid";s:32:"a0b666db728eb8585980a43443fb30bf";s:3:"img";s:46:"Hero-Template-With-Cursor-Animation/slide1.jpg";s:7:"preview";s:79:"https://www.sliderrevolution.com/templates/hero-template-with-cursor-animation/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.11";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:193:"<span class="ttm_content">Elevate your website with our hero template that features a captivating cursor animation. Perfect for any website design project.</span><span class="ttm_space"></span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-03-28 11:18:43";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:65:"How to Create a Mesmerizing Effect for Your Hero Image [Tutorial]";s:9:"guide_url";s:98:"https://www.sliderrevolution.com/tutorials/how-to-create-a-mesmerizing-effect-for-your-hero-image/";s:9:"guide_img";s:48:"tutorial/Hero-Template-With-Cursor-Animation.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:689;a:25:{s:2:"id";s:3:"722";s:5:"title";s:26:"Modern Hair Salon Showcase";s:5:"alias";s:28:"futuristic-hairstyles-slider";s:3:"zip";s:32:"futuristic-hairstyles-slider.zip";s:3:"uid";s:32:"29d22b07310f9f2a9e504f565bca3864";s:3:"img";s:39:"futuristic-hairstyles-slider/slide1.jpg";s:7:"preview";s:70:"https://www.sliderrevolution.com/templates/modern-hair-salon-showcase/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.12";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:331:"<span class="ttm_content">Showcase your salon''s unique services, talented stylists, and stunning transformations with high-quality images, videos, and testimonials. Engage your audience with interactive sliders, sleek animations, and an intuitive design that highlights your salon''s expertise.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-04-17 11:43:56";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:81:"A Creative Way to Display Different Options and Offerings on Your Site [Tutorial]";s:9:"guide_url";s:114:"https://www.sliderrevolution.com/tutorials/a-creative-way-to-display-different-options-and-offerings-on-your-site/";s:9:"guide_img";s:41:"tutorial/futuristic-hairstyles-slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:690;a:28:{s:2:"id";s:3:"723";s:5:"title";s:28:"Instagram Gallery Carousel 1";s:5:"alias";s:28:"instagram-gallery-carousel-1";s:3:"zip";s:32:"instagram-gallery-carousel-1.zip";s:3:"uid";s:32:"28ab921107c8748e1f67185448e4488c";s:3:"img";s:39:"instagram-gallery-carousel-1/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/wordpress-image-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.12";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:178:"<span class="ttm_content">Effortlessly blend your website''s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-04-17 11:49:21";s:7:"package";s:31:"Instagram Gallery Carousel Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/";s:9:"guide_img";s:44:"tutorial/Instagram-Gallery-Carousel-Pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"62";s:9:"installed";b:0;}i:691;a:28:{s:2:"id";s:3:"724";s:5:"title";s:28:"Instagram Gallery Carousel 2";s:5:"alias";s:28:"instagram-gallery-carousel-2";s:3:"zip";s:32:"instagram-gallery-carousel-2.zip";s:3:"uid";s:32:"b6508dd2b1621eb44fc191906712730a";s:3:"img";s:39:"instagram-gallery-carousel-2/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/wordpress-image-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.12";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:178:"<span class="ttm_content">Effortlessly blend your website''s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-04-17 11:59:00";s:7:"package";s:31:"Instagram Gallery Carousel Pack";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/";s:9:"guide_img";s:44:"tutorial/Instagram-Gallery-Carousel-Pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"62";s:9:"installed";b:0;}i:692;a:28:{s:2:"id";s:3:"725";s:5:"title";s:28:"Instagram Gallery Carousel 3";s:5:"alias";s:28:"instagram-gallery-carousel-3";s:3:"zip";s:32:"instagram-gallery-carousel-3.zip";s:3:"uid";s:32:"bbddb7776d56f9417a5aa1ffd336580c";s:3:"img";s:39:"instagram-gallery-carousel-3/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/wordpress-image-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.12";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:178:"<span class="ttm_content">Effortlessly blend your website''s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-04-17 12:00:51";s:7:"package";s:31:"Instagram Gallery Carousel Pack";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/";s:9:"guide_img";s:44:"tutorial/Instagram-Gallery-Carousel-Pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"62";s:9:"installed";b:0;}i:693;a:28:{s:2:"id";s:3:"726";s:5:"title";s:28:"Instagram Gallery Carousel 4";s:5:"alias";s:28:"instagram-gallery-carousel-4";s:3:"zip";s:32:"instagram-gallery-carousel-4.zip";s:3:"uid";s:32:"191c6f2fc6b1b4d922ac59df22637f04";s:3:"img";s:39:"instagram-gallery-carousel-4/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/wordpress-image-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.12";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:178:"<span class="ttm_content">Effortlessly blend your website''s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-04-17 12:02:42";s:7:"package";s:31:"Instagram Gallery Carousel Pack";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/";s:9:"guide_img";s:44:"tutorial/Instagram-Gallery-Carousel-Pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"62";s:9:"installed";b:0;}i:694;a:28:{s:2:"id";s:3:"727";s:5:"title";s:31:"Instagram Gallery Carousel Pack";s:5:"alias";s:31:"instagram-gallery-carousel-pack";s:3:"zip";s:0:"";s:3:"uid";s:31:"instagram-gallery-carousel-pack";s:3:"img";s:39:"packages/Instagram-Gallery-Carousel.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/wordpress-image-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.12";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:178:"<span class="ttm_content">Effortlessly blend your website''s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-03 08:57:11";s:7:"package";s:31:"Instagram Gallery Carousel Pack";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:70:"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]";s:9:"guide_url";s:103:"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/";s:9:"guide_img";s:44:"tutorial/Instagram-Gallery-Carousel-Pack.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"62";s:9:"installed";b:0;}i:695;a:25:{s:2:"id";s:3:"728";s:5:"title";s:29:"Storytelling Website Template";s:5:"alias";s:29:"Storytelling-Website-Template";s:3:"zip";s:33:"Storytelling-Website-Template.zip";s:3:"uid";s:32:"43a1d7c46025ab8f0b9fc49837f068de";s:3:"img";s:40:"Storytelling-Website-Template/slide1.jpg";s:7:"preview";s:72:"https://www.sliderrevolution.com/templates/storytelling-website-template";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:169:"<span class="ttm_content">The ultimate solution to captivate your audience with immersive and interactive storytelling experiences.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";s:174:"[{"path":"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php","name":"BubbleMorph AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-05-04 12:49:03";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:696;a:28:{s:2:"id";s:3:"729";s:5:"title";s:32:"Generative AI Wordpress Template";s:5:"alias";s:32:"generative-ai-wordpress-template";s:3:"zip";s:0:"";s:3:"uid";s:32:"generative-ai-wordpress-template";s:3:"img";s:45:"packages/Generative-AI-Wordpress-Template.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:535:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/"},{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-05-19 11:03:15";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:697;a:28:{s:2:"id";s:3:"730";s:5:"title";s:9:"G AI Hero";s:5:"alias";s:9:"G-AI-Hero";s:3:"zip";s:19:"packs/G-AI-Hero.zip";s:3:"uid";s:32:"bddbaf321d5e7fd3c46ad3cf7b684934";s:3:"img";s:20:"G-AI-Hero/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:06:43";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:698;a:28:{s:2:"id";s:3:"731";s:5:"title";s:10:"G AI Intro";s:5:"alias";s:10:"G-AI-Intro";s:3:"zip";s:20:"packs/G-AI-Intro.zip";s:3:"uid";s:32:"c260d21743606248a98ebc9fe0f7daa0";s:3:"img";s:21:"G-AI-Intro/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:09:41";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:699;a:28:{s:2:"id";s:3:"732";s:5:"title";s:10:"G AI Logos";s:5:"alias";s:10:"G-AI-Logos";s:3:"zip";s:20:"packs/G-AI-Logos.zip";s:3:"uid";s:32:"5e701af3844551f18cf4d45a6853cedd";s:3:"img";s:21:"G-AI-Logos/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:12:16";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:700;a:28:{s:2:"id";s:3:"733";s:5:"title";s:11:"G AI Images";s:5:"alias";s:11:"G-AI-Images";s:3:"zip";s:21:"packs/G-AI-Images.zip";s:3:"uid";s:32:"8862e4e3ce5c3d67f80809d892df54f5";s:3:"img";s:22:"G-AI-Images/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:14:32";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:701;a:28:{s:2:"id";s:3:"734";s:5:"title";s:9:"G AI Copy";s:5:"alias";s:9:"G-AI-Copy";s:3:"zip";s:19:"packs/G-AI-Copy.zip";s:3:"uid";s:32:"067c9615856d2ec6be31b066d82c2306";s:3:"img";s:20:"G-AI-Copy/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:17:03";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:702;a:28:{s:2:"id";s:3:"735";s:5:"title";s:10:"G AI Tools";s:5:"alias";s:10:"G-AI-Tools";s:3:"zip";s:20:"packs/G-AI-Tools.zip";s:3:"uid";s:32:"23805fec299a8ca82659c030a4f16ce5";s:3:"img";s:21:"G-AI-Tools/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:175:"[{"path":"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php","name":"Before After AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-05-19 11:18:36";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:703;a:28:{s:2:"id";s:3:"736";s:5:"title";s:10:"G AI Cases";s:5:"alias";s:10:"G-AI-Cases";s:3:"zip";s:20:"packs/G-AI-Cases.zip";s:3:"uid";s:32:"7b474fb1cbc351d00732a51524cc0ae0";s:3:"img";s:21:"G-AI-Cases/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:22:41";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:704;a:28:{s:2:"id";s:3:"737";s:5:"title";s:18:"G AI Gallery Title";s:5:"alias";s:18:"G-AI-Gallery-Title";s:3:"zip";s:28:"packs/G-AI-Gallery-Title.zip";s:3:"uid";s:32:"6e28c3f7027e58537782b95d0290b16e";s:3:"img";s:29:"G-AI-Gallery-Title/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:24:20";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:705;a:28:{s:2:"id";s:3:"738";s:5:"title";s:12:"G AI Gallery";s:5:"alias";s:12:"G-AI-Gallery";s:3:"zip";s:22:"packs/G-AI-Gallery.zip";s:3:"uid";s:32:"9ce2e0db0c4af129329b42169133de12";s:3:"img";s:23:"G-AI-Gallery/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:26:02";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:706;a:28:{s:2:"id";s:3:"739";s:5:"title";s:17:"G AI Testimonials";s:5:"alias";s:17:"G-AI-Testimonials";s:3:"zip";s:27:"packs/G-AI-Testimonials.zip";s:3:"uid";s:32:"2bdff749f895cf484919fa379daa4ce1";s:3:"img";s:28:"G-AI-Testimonials/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:29:00";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:707;a:28:{s:2:"id";s:3:"740";s:5:"title";s:11:"G AI Footer";s:5:"alias";s:11:"G-AI-Footer";s:3:"zip";s:21:"packs/G-AI-Footer.zip";s:3:"uid";s:32:"756676ee2fb920253d84e0558b9e5c43";s:3:"img";s:22:"G-AI-Footer/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.13";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:332:"<span class="ttm_content">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-05-19 11:31:24";s:7:"package";s:40:"Generative AI Wordpress Template Package";s:13:"package_order";s:2:"10";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:74:"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/";s:9:"guide_img";s:45:"tutorial/Generative-AI-Wordpress-Template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"63";s:9:"installed";b:0;}i:708;a:28:{s:2:"id";s:3:"741";s:5:"title";s:23:"Visual Design One-Pager";s:5:"alias";s:23:"visual-design-one-pager";s:3:"zip";s:0:"";s:3:"uid";s:23:"visual-design-one-pager";s:3:"img";s:36:"packages/Visual-Design-One-Pager.jpg";s:7:"preview";s:85:"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:249:"<span class="ttm_content">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-06-05 13:01:18";s:7:"package";s:31:"Visual Design One-Pager Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:44:"Page Portfolio Site in Just Hours [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/";s:9:"guide_img";s:36:"tutorial/Visual-Design-One-Pager.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"64";s:9:"installed";b:0;}i:709;a:28:{s:2:"id";s:3:"742";s:5:"title";s:20:"Visual Designer Menu";s:5:"alias";s:20:"visual-designer-menu";s:3:"zip";s:30:"packs/visual-designer-menu.zip";s:3:"uid";s:32:"5c5177905993ce5e7919d1360f0a264b";s:3:"img";s:31:"visual-designer-menu/slide1.jpg";s:7:"preview";s:85:"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"<span class="ttm_content">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-06-05 13:04:41";s:7:"package";s:31:"Visual Design One-Pager Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:44:"Page Portfolio Site in Just Hours [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/";s:9:"guide_img";s:36:"tutorial/Visual-Design-One-Pager.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"64";s:9:"installed";b:0;}i:710;a:28:{s:2:"id";s:3:"743";s:5:"title";s:22:"Visual Designer Slider";s:5:"alias";s:22:"visual-designer-slider";s:3:"zip";s:32:"packs/visual-designer-slider.zip";s:3:"uid";s:32:"9a48f4a2546c87d311f692aa1a2d70a4";s:3:"img";s:33:"visual-designer-slider/slide1.jpg";s:7:"preview";s:85:"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"<span class="ttm_content">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-06-05 13:06:26";s:7:"package";s:31:"Visual Design One-Pager Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:44:"Page Portfolio Site in Just Hours [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/";s:9:"guide_img";s:36:"tutorial/Visual-Design-One-Pager.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"64";s:9:"installed";b:0;}i:711;a:28:{s:2:"id";s:3:"744";s:5:"title";s:25:"Visual Designer Portfolio";s:5:"alias";s:25:"Visual-Designer-Portfolio";s:3:"zip";s:35:"packs/Visual-Designer-Portfolio.zip";s:3:"uid";s:32:"d53dbb86df1fca5ac940eb98a045b7f7";s:3:"img";s:36:"Visual-Designer-Portfolio/slide1.jpg";s:7:"preview";s:85:"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"<span class="ttm_content">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-06-05 13:08:57";s:7:"package";s:31:"Visual Design One-Pager Package";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:44:"Page Portfolio Site in Just Hours [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/";s:9:"guide_img";s:36:"tutorial/Visual-Design-One-Pager.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"64";s:9:"installed";b:0;}i:712;a:27:{s:2:"id";s:3:"745";s:5:"title";s:21:"Visual Designer About";s:5:"alias";s:21:"Visual-Designer-About";s:3:"zip";s:31:"packs/Visual-Designer-About.zip";s:3:"uid";s:32:"0968eb1bf48e95ddccc9fb7555752099";s:3:"img";s:32:"Visual-Designer-About/slide1.jpg";s:7:"preview";s:85:"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"<span class="ttm_content">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class="ttm_space"></span>";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-06-05 13:10:45";s:7:"package";s:31:"Visual Design One-Pager Package";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:44:"Page Portfolio Site in Just Hours [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/";s:9:"guide_img";s:36:"tutorial/Visual-Design-One-Pager.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"64";s:9:"installed";b:0;}i:713;a:28:{s:2:"id";s:3:"746";s:5:"title";s:22:"Visual Designer Footer";s:5:"alias";s:22:"visual-designer-footer";s:3:"zip";s:32:"packs/visual-designer-footer.zip";s:3:"uid";s:32:"e6027c38009d73cf8ddaeb70ea48d8a8";s:3:"img";s:33:"visual-designer-footer/slide1.jpg";s:7:"preview";s:85:"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"<span class="ttm_content">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-06-05 13:12:21";s:7:"package";s:31:"Visual Design One-Pager Package";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:44:"Page Portfolio Site in Just Hours [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/";s:9:"guide_img";s:36:"tutorial/Visual-Design-One-Pager.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"64";s:9:"installed";b:0;}i:714;a:28:{s:2:"id";s:3:"747";s:5:"title";s:27:"Visual Designer Detail View";s:5:"alias";s:27:"Visual-Designer-Detail-View";s:3:"zip";s:37:"packs/Visual-Designer-Detail-View.zip";s:3:"uid";s:32:"1faa6ce0fc43a08f3800acace5eb2925";s:3:"img";s:38:"Visual-Designer-Detail-View/slide1.jpg";s:7:"preview";s:85:"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:249:"<span class="ttm_content">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-06-05 13:14:05";s:7:"package";s:31:"Visual Design One-Pager Package";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"1";s:9:"additions";s:0:"";s:11:"guide_title";s:44:"Page Portfolio Site in Just Hours [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/";s:9:"guide_img";s:36:"tutorial/Visual-Design-One-Pager.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"64";s:9:"installed";b:0;}i:715;a:25:{s:2:"id";s:3:"748";s:5:"title";s:24:"Online Watch Shop Slider";s:5:"alias";s:24:"online-watch-shop-slider";s:3:"zip";s:28:"online-watch-shop-slider.zip";s:3:"uid";s:32:"bbe52119b342d63ead804a91e2ade96d";s:3:"img";s:35:"online-watch-shop-slider/slide1.jpg";s:7:"preview";s:68:"https://www.sliderrevolution.com/templates/online-watch-shop-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:524:"<span class="ttm_content">The "Online Watch Shop Slider" is a stunning design tailored specifically for watch retailers and enthusiasts. With its sleek and modern layout, this template allows you to showcase your collection of timepieces in a visually captivating manner. Featuring smooth transitions and customizable slides, this template provides a seamless browsing experience for your customers, making it an ideal choice for online watch shops aiming to leave a lasting impression.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-06-12 08:36:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:80:"How to Create a Product Comparison Slider for Your Shop’s Home Page [Tutorial]";s:9:"guide_url";s:111:"https://www.sliderrevolution.com/tutorials/how-to-create-a-product-comparison-slider-for-your-shop-s-home-page/";s:9:"guide_img";s:37:"tutorial/Online-Watch-Shop-Slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:716;a:25:{s:2:"id";s:3:"749";s:5:"title";s:31:"Brewery Website Slider Template";s:5:"alias";s:31:"Brewery-Website-Slider-Template";s:3:"zip";s:35:"Brewery-Website-Slider-Template.zip";s:3:"uid";s:32:"bcf9213d1ba9c2c41382433c124adf30";s:3:"img";s:42:"Brewery-Website-Slider-Template/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/brewery-website-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:421:"<span class="ttm_content">The Brewery Website Slider Template offers a visually appealing and versatile design, perfect for showcasing the unique offerings of any brewery. With its captivating imagery, smooth transitions, and customizable elements, this template creates an engaging experience that entices visitors to explore the brewery''s story and discover its exceptional brews. </span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-06-23 11:27:46";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:61:"How to Market Drink Products with a Stylish Slider [Tutorial]";s:9:"guide_url";s:94:"https://www.sliderrevolution.com/tutorials/how-to-market-drink-products-with-a-stylish-slider/";s:9:"guide_img";s:44:"tutorial/Brewery-Website-Slider-Template.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:717;a:26:{s:2:"id";s:3:"750";s:5:"title";s:40:"Hero Slider with Midjourney Image Effect";s:5:"alias";s:40:"Hero-Slider-with-Midjourney-Image-Effect";s:3:"zip";s:44:"Hero-Slider-with-Midjourney-Image-Effect.zip";s:3:"uid";s:32:"45db238a0a64622e4d39f1993106d5e6";s:3:"img";s:51:"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg";s:7:"preview";s:84:"https://www.sliderrevolution.com/templates/hero-slider-with-midjourney-image-effect/";s:7:"version";s:5:"1.0.2";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:427:"<span class="ttm_content">Experience the magic of our new Hero Slider template, featuring the innovative Midjourney Image Effect. This unique template brings the style of an action movie poster to your website, offering an interactive intro that iss sure to captivate visitors. The Midjourney Image sequence, with its subtle variations, adds a dynamic touch, making your website stand out.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:356:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-06-28 13:47:30";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:83:"How to Design a High Impact Image for Your Fitness Website’s Home Page [Tutorial]";s:9:"guide_url";s:114:"https://www.sliderrevolution.com/tutorials/how-to-design-a-high-impact-image-for-your-fitness-website-s-home-page/";s:9:"guide_img";s:53:"tutorial/Hero-Slider-with-Midjourney-Image-Effect.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:718;a:25:{s:2:"id";s:3:"751";s:5:"title";s:31:"Highlight Hero Section Template";s:5:"alias";s:31:"Highlight-Hero-Section-Template";s:3:"zip";s:35:"Highlight-Hero-Section-Template.zip";s:3:"uid";s:32:"e16c375827f3c54cdd224ef612e3e31a";s:3:"img";s:42:"Highlight-Hero-Section-Template/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/highlight-hero-section-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:334:"<span class="ttm_content">Introducing the Highlight Hero Section Template for Slider Revolution. Make a bold first impression with stunning visuals and seamless animations. Customize every aspect effortlessly and engage your visitors instantly. Elevate your website with this remarkable template.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-07-06 10:07:35";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:79:"How to Attract Customers to Your Store with a Highlight Hero Section [Tutorial]";s:9:"guide_url";s:112:"https://www.sliderrevolution.com/tutorials/how-to-attract-customers-to-your-store-with-a-highlight-hero-section/";s:9:"guide_img";s:44:"tutorial/Highlight-Hero-Section-Template.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:719;a:25:{s:2:"id";s:3:"752";s:5:"title";s:36:"Samurai Fullscreen Carousel Template";s:5:"alias";s:36:"Samurai-Fullscreen-Carousel-Template";s:3:"zip";s:40:"Samurai-Fullscreen-Carousel-Template.zip";s:3:"uid";s:32:"8b5c5483aa54c09be24bb18a20ec98a5";s:3:"img";s:47:"Samurai-Fullscreen-Carousel-Template/slide1.jpg";s:7:"preview";s:80:"https://www.sliderrevolution.com/templates/samurai-fullscreen-carousel-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.14";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:318:"<span class="ttm_content">Experience the power of our Samurai Fullscreen Carousel Template. With large, bold captions, call-to-action buttons, and tab navigation, it iss a visual feast. Seamlessly pan across a panorama of samurai warriors, thanks to Midjourneys new "pan" feature.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";s:190:"[{"path":"revslider-thecluster-addon\\/revslider-thecluster-addon.php","name":"Slider Revolution The Cluster AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-07-10 12:21:25";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:64:"How to Create a Beautiful Fullscreen Product Carousel [Tutorial]";s:9:"guide_url";s:97:"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-fullscreen-product-carousel/";s:9:"guide_img";s:49:"tutorial/Samurai-Fullscreen-Carousel-Template.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:720;a:28:{s:2:"id";s:3:"753";s:5:"title";s:32:"Surf Scroll Based Story Template";s:5:"alias";s:32:"surf-scroll-based-story-template";s:3:"zip";s:0:"";s:3:"uid";s:32:"surf-scroll-based-story-template";s:3:"img";s:45:"packages/surf-scroll-based-story-template.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:298:"<span class="ttm_content">Dive into the world of immersive storytelling with the "Surf Scroll Based Story Template" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-04 10:45:39";s:7:"package";s:40:"Surf Scroll Based Story Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:4:"true";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/";s:9:"guide_img";s:45:"tutorial/surf-scroll-based-story-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"65";s:9:"installed";b:0;}i:721;a:28:{s:2:"id";s:3:"754";s:5:"title";s:18:"Surf Template Logo";s:5:"alias";s:18:"Surf-Template-Logo";s:3:"zip";s:28:"packs/Surf-Template-Logo.zip";s:3:"uid";s:32:"8bf655d46efa183455bffc8ea5ddd18f";s:3:"img";s:29:"Surf-Template-Logo/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:298:"<span class="ttm_content">Dive into the world of immersive storytelling with the "Surf Scroll Based Story Template" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-08-04 10:48:52";s:7:"package";s:40:"Surf Scroll Based Story Template Package";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/";s:9:"guide_img";s:45:"tutorial/surf-scroll-based-story-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"65";s:9:"installed";b:0;}i:722;a:28:{s:2:"id";s:3:"755";s:5:"title";s:15:"Surf Template 1";s:5:"alias";s:15:"Surf-Template-1";s:3:"zip";s:25:"packs/Surf-Template-1.zip";s:3:"uid";s:32:"4a532d7cbbe52544f41a6a81023a3879";s:3:"img";s:26:"Surf-Template-1/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:298:"<span class="ttm_content">Dive into the world of immersive storytelling with the "Surf Scroll Based Story Template" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-04 10:52:16";s:7:"package";s:40:"Surf Scroll Based Story Template Package";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/";s:9:"guide_img";s:45:"tutorial/surf-scroll-based-story-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"65";s:9:"installed";b:0;}i:723;a:28:{s:2:"id";s:3:"756";s:5:"title";s:15:"Surf Template 2";s:5:"alias";s:15:"Surf-Template-2";s:3:"zip";s:25:"packs/Surf-Template-2.zip";s:3:"uid";s:32:"7d76218ed2d5144b9dcc0669bb3e346a";s:3:"img";s:26:"Surf-Template-2/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:298:"<span class="ttm_content">Dive into the world of immersive storytelling with the "Surf Scroll Based Story Template" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-04 10:54:13";s:7:"package";s:40:"Surf Scroll Based Story Template Package";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/";s:9:"guide_img";s:45:"tutorial/surf-scroll-based-story-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"65";s:9:"installed";b:0;}i:724;a:28:{s:2:"id";s:3:"757";s:5:"title";s:15:"Surf Template 3";s:5:"alias";s:15:"Surf-Template-3";s:3:"zip";s:25:"packs/Surf-Template-3.zip";s:3:"uid";s:32:"a42b54df91b2c3987bbe22280c26b40d";s:3:"img";s:26:"Surf-Template-3/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:298:"<span class="ttm_content">Dive into the world of immersive storytelling with the "Surf Scroll Based Story Template" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-04 10:56:13";s:7:"package";s:40:"Surf Scroll Based Story Template Package";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/";s:9:"guide_img";s:45:"tutorial/surf-scroll-based-story-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"65";s:9:"installed";b:0;}i:725;a:28:{s:2:"id";s:3:"758";s:5:"title";s:15:"Surf Template 4";s:5:"alias";s:15:"Surf-Template-4";s:3:"zip";s:25:"packs/Surf-Template-4.zip";s:3:"uid";s:32:"017fb0dca11e63421427315718464823";s:3:"img";s:26:"Surf-Template-4/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:298:"<span class="ttm_content">Dive into the world of immersive storytelling with the "Surf Scroll Based Story Template" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:14:"Slider Package";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-04 10:58:06";s:7:"package";s:40:"Surf Scroll Based Story Template Package";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:82:"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]";s:9:"guide_url";s:113:"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/";s:9:"guide_img";s:45:"tutorial/surf-scroll-based-story-template.png";s:6:"active";s:1:"1";s:10:"package_id";s:2:"65";s:9:"installed";b:0;}i:726;a:26:{s:2:"id";s:3:"759";s:5:"title";s:33:"50/50 Split Screen Website Design";s:5:"alias";s:33:"50-50-Split-Screen-Website-Design";s:3:"zip";s:37:"50-50-Split-Screen-Website-Design.zip";s:3:"uid";s:32:"e524d518ac23d3f408fca3caddf2dac3";s:3:"img";s:44:"50-50-Split-Screen-Website-Design/slide1.jpg";s:7:"preview";s:71:"https://www.sliderrevolution.com/templates/split-screen-website-design/";s:7:"version";s:5:"1.0.1";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:442:"<span class="ttm_content">Introducing the 50/50 Split Screen Website Design template: A dynamic showcase that seamlessly balances content and visuals. With a sleek half-and-half layout, captivate your audience with contrasting elements while delivering a clear and engaging message. Customize effortlessly and elevate your web presence with this modern, user-friendly design, only with Slider Revolution.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-08 12:22:38";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:71:"How to Design a Unique Split Screen Layout for Your Homepage [Tutorial]";s:9:"guide_url";s:104:"https://www.sliderrevolution.com/tutorials/how-to-design-a-unique-split-screen-layout-for-your-homepage/";s:9:"guide_img";s:46:"tutorial/50-50-Split-Screen-Website-Design.png";s:6:"active";s:1:"1";s:9:"installed";b:0;s:6:"is_new";b:1;}i:727;a:25:{s:2:"id";s:3:"760";s:5:"title";s:33:"Food Presentation Template Slider";s:5:"alias";s:33:"Food-Presentation-Template-Slider";s:3:"zip";s:37:"Food-Presentation-Template-Slider.zip";s:3:"uid";s:32:"7ebe00aee026ff7baeffaad909e6ee24";s:3:"img";s:44:"Food-Presentation-Template-Slider/slide1.jpg";s:7:"preview";s:77:"https://www.sliderrevolution.com/templates/food-presentation-template-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:422:"<span class="ttm_content">Unveil the essence of your cuisine with the "Food Presentation Template Slider." Elevate your dishes through seamless transitions, vibrant imagery, and enticing descriptions in this captivating slider. Engage your audience, tantalize their taste buds, and showcase your culinary artistry effortlessly. Now available in the Slider Revolution template library.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-18 11:56:17";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:76:"How to Create a Classy Product Slider for Your Shop’s Home Page [Tutorial]";s:9:"guide_url";s:107:"https://www.sliderrevolution.com/tutorials/how-to-create-a-classy-product-slider-for-your-shop-s-home-page/";s:9:"guide_img";s:46:"tutorial/Food-Presentation-Template-Slider.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:728;a:25:{s:2:"id";s:3:"761";s:5:"title";s:38:"FutureSight Digital Marketing Template";s:5:"alias";s:38:"FutureSight-Digital-Marketing-Template";s:3:"zip";s:42:"FutureSight-Digital-Marketing-Template.zip";s:3:"uid";s:32:"9bfd6be89aca94230967563d61b796b3";s:3:"img";s:49:"FutureSight-Digital-Marketing-Template/slide1.jpg";s:7:"preview";s:82:"https://www.sliderrevolution.com/templates/futuresight-digital-marketing-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.15";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:276:"<span class="ttm_content">Embrace the future with FutureSight - a template designed for visionary marketers. Its sleek design, combined with dynamic animations, offers a seamless user experience. Perfect for agencies aiming for the stars.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:3:{i:0;s:8:"carousel";i:1;s:4:"hero";i:2;s:9:"specialfx";}s:14:"plugin_require";s:178:"[{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-08-23 10:38:17";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:81:"How to Create an Eye-Catching Hero with Gradients and Particle Effects [Tutorial]";s:9:"guide_url";s:114:"https://www.sliderrevolution.com/tutorials/how-to-create-an-eye-catching-hero-with-gradients-and-particle-effects/";s:9:"guide_img";s:51:"tutorial/FutureSight-Digital-Marketing-Template.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:729;a:25:{s:2:"id";s:3:"762";s:5:"title";s:40:"Starry Night Parallax Zoom Effect Slider";s:5:"alias";s:40:"Starry-Night-Parallax-Zoom-Effect-Slider";s:3:"zip";s:44:"Starry-Night-Parallax-Zoom-Effect-Slider.zip";s:3:"uid";s:32:"dd0a9034a10397ba5b0b76fb8d7e203c";s:3:"img";s:51:"Starry-Night-Parallax-Zoom-Effect-Slider/slide1.jpg";s:7:"preview";s:84:"https://www.sliderrevolution.com/templates/starry-night-parallax-zoom-effect-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.16";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:498:"<span class="ttm_content">The "Starry Night Parallax Zoom Effect Slider" is a captivating template that transforms your website slider into a mesmerizing journey through a celestial dreamscape. With stunning parallax and zoom effects, it immerses your audience in a starry night sky, creating a visually stunning and engaging user experience that will leave a lasting impression. Perfect for showcasing your content or products with a touch of celestial magic.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-09-13 11:16:06";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:730;a:25:{s:2:"id";s:3:"763";s:5:"title";s:44:"Beyond The Void Parallax Hero With Particles";s:5:"alias";s:15:"beyond-the-void";s:3:"zip";s:19:"beyond-the-void.zip";s:3:"uid";s:32:"c7f47a117b31c76d7f3ad52440abed86";s:3:"img";s:26:"beyond-the-void/slide1.jpg";s:7:"preview";s:88:"https://www.sliderrevolution.com/templates/beyond-the-void-parallax-hero-with-particles/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.16";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:384:"<span class="ttm_content">Journey beyond the stars with our latest template. An astronaut, after landing on a distant asteroid, unveils an alien anomaly. This parallax hero design, reminiscent of a cinematic sci-fi poster, promises a visual treat. "Beyond the stars, he found the unknown. Now it is coming home." Experience the magic of the void.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:9:"specialfx";}s:14:"plugin_require";s:357:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-thecluster-addon\\/revslider-thecluster-addon.php","name":"Slider Revolution The Cluster AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-09-19 14:42:06";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:69:"How to Enhance Your Hero Image Design with Special Effects [Tutorial]";s:9:"guide_url";s:102:"https://www.sliderrevolution.com/tutorials/how-to-enhance-your-hero-image-design-with-special-effects/";s:9:"guide_img";s:28:"tutorial/beyond-the-void.png";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:731;a:25:{s:2:"id";s:3:"764";s:5:"title";s:46:"Extravaganza Ecommerce Product Carousel Static";s:5:"alias";s:33:"Static-Ecommerce-Product-Carousel";s:3:"zip";s:37:"Static-Ecommerce-Product-Carousel.zip";s:3:"uid";s:32:"6bb030f4419e247edfaf94478aa6578e";s:3:"img";s:44:"Static-Ecommerce-Product-Carousel/slide1.jpg";s:7:"preview";s:83:"https://www.sliderrevolution.com/templates/extravaganza-ecommerce-product-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.16";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:372:"<span class="ttm_content">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:15:"dynamic-content";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-10-04 11:56:54";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:732;a:25:{s:2:"id";s:3:"765";s:5:"title";s:43:"Extravaganza Ecommerce Product Carousel Woo";s:5:"alias";s:30:"woo-ecommerce-product-carousel";s:3:"zip";s:34:"woo-ecommerce-product-carousel.zip";s:3:"uid";s:32:"51b63bf649fdff61634fe888f51ddb4d";s:3:"img";s:41:"woo-ecommerce-product-carousel/slide1.jpg";s:7:"preview";s:83:"https://www.sliderrevolution.com/templates/extravaganza-ecommerce-product-carousel/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.16";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:372:"<span class="ttm_content">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:8:"carousel";i:1;s:15:"dynamic-content";}s:14:"plugin_require";N;s:4:"date";s:19:"2023-10-04 12:00:08";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:733;a:25:{s:2:"id";s:3:"766";s:5:"title";s:31:"Serenity Hero With Focus Effect";s:5:"alias";s:31:"Serenity-Hero-With-Focus-Effect";s:3:"zip";s:35:"Serenity-Hero-With-Focus-Effect.zip";s:3:"uid";s:32:"f0c6d9090236c20b1d7536aedc3d8cf8";s:3:"img";s:42:"Serenity-Hero-With-Focus-Effect/slide1.jpg";s:7:"preview";s:75:"https://www.sliderrevolution.com/templates/serenity-hero-with-focus-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.16";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:578:"<span class="ttm_content">Enhance your websites visual appeal with the "Serenity Hero With Focus Effect" Slider Revolution template. This mesmerizing slider seamlessly combines tranquil backgrounds with dynamic focus effects, guiding your audiences attention to vital elements of your content. Impress with engaging animations, ensure responsive design across all devices, and customize effortlessly to match your brands style. Create a captivating user experience that converts visitors into devoted followers with this exceptional slider.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-10-04 12:03:27";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:734;a:25:{s:2:"id";s:3:"767";s:5:"title";s:29:"OakGrove Wine Slider Template";s:5:"alias";s:29:"OakGrove-Wine-Slider-Template";s:3:"zip";s:33:"OakGrove-Wine-Slider-Template.zip";s:3:"uid";s:32:"151ae1d2e6e7b84873f8b62ba57f829c";s:3:"img";s:40:"OakGrove-Wine-Slider-Template/slide1.jpg";s:7:"preview";s:73:"https://www.sliderrevolution.com/templates/oakgrove-wine-slider-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.18";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:421:"<span class="ttm_content">Unveil the allure of your wines with the "OakGrove Wine Slider Template." Infused with rustic elegance and smooth transitions, this template offers a captivating journey through your vineyards legacy. Whether you are a boutique winery or an established vineyard, this slider is the ideal tool to showcase your finest vintages and unique tasting experiences.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:189:"[{"path":"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php","name":"Advanced Transitions AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-11-03 15:34:47";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:735;a:26:{s:2:"id";s:3:"768";s:5:"title";s:32:"Geometric Slider Design Template";s:5:"alias";s:32:"Geometric-Slider-Design-Template";s:3:"zip";s:36:"Geometric-Slider-Design-Template.zip";s:3:"uid";s:32:"f024549e5a43b79c185def088f00e42f";s:3:"img";s:43:"Geometric-Slider-Design-Template/slide1.jpg";s:7:"preview";s:76:"https://www.sliderrevolution.com/templates/geometric-slider-design-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.18";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:446:"<span class="ttm_content">Immerse your audience in contemporary visual sophistication with our Geometric Slider Design Template. This dynamic slider combines sleek geometric patterns with a modern aesthetic, creating a captivating visual experience. With its seamless integration and customizable features, effortlessly elevate your websites allure and engage your visitors in a cutting-edge digital journey.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:178:"[{"path":"revslider-particlewave-addon\\/revslider-particlewave-addon.php","name":"Particle Wave AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-11-14 10:25:27";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:10:"new_slider";b:1;}i:736;a:26:{s:2:"id";s:3:"769";s:5:"title";s:43:"Chocolate Bar Product Presentation Template";s:5:"alias";s:43:"Chocolate-Bar-Product-Presentation-Template";s:3:"zip";s:47:"Chocolate-Bar-Product-Presentation-Template.zip";s:3:"uid";s:32:"dc30a3d883c8d16de25544e94640c982";s:3:"img";s:54:"Chocolate-Bar-Product-Presentation-Template/slide1.jpg";s:7:"preview";s:87:"https://www.sliderrevolution.com/templates/chocolate-bar-product-presentation-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.18";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:346:"<span class="ttm_content">Unwrap the "Chocolate Bar Product Presentation Template" – a delectable, visually captivating showcase for your irresistible chocolate creations. Whether you are a chocolatier or a gourmet brand, this template is the key to presenting your products with a touch of sophistication.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:4:"hero";}s:14:"plugin_require";s:168:"[{"path":"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php","name":"Mousetrap AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-11-14 10:29:58";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:10:"new_slider";b:1;}i:737;a:26:{s:2:"id";s:3:"770";s:5:"title";s:30:"Fluid Dynamics Effect Showcase";s:5:"alias";s:30:"Fluid-Dynamics-Effect-Showcase";s:3:"zip";s:34:"Fluid-Dynamics-Effect-Showcase.zip";s:3:"uid";s:32:"cdd9213edf970f1fe04ded427fb2ada8";s:3:"img";s:41:"Fluid-Dynamics-Effect-Showcase/slide1.jpg";s:7:"preview";s:34:"https://revolution.themepunch.com/";s:7:"version";s:5:"1.0.0";s:8:"required";s:6:"6.6.18";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:312:"<span class="ttm_content">Introducing the Fluid Dynamics Effect Showcase - a mesmerizing journey through liquid/gas wonders. Delve into cyber flows, chromatic ripples, ethereal jungle spirits, and cosmic collisions. Crafted for those who appreciate the magic in every pixel.</span><span class="ttm_space"></span>";s:11:"setup_notes";s:0:"";s:3:"cat";s:7:"Premium";s:6:"filter";a:3:{i:0;s:6:"slider";i:1;s:4:"hero";i:2;s:9:"specialfx";}s:14:"plugin_require";s:181:"[{"path":"revslider-fluiddynamics-addon\\/revslider-fluiddynamics-addon.php","name":"Fluid Dynamics AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"2023-11-14 10:32:31";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:11:"guide_title";s:0:"";s:9:"guide_url";s:0:"";s:9:"guide_img";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;s:10:"new_slider";b:1;}}s:6:"slides";a:719:{s:16:"classic-carousel";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"classic-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"classic-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"classic-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"classic-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"classic-carousel/slide5.jpg";}}s:13:"classicslider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"classicslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"classicslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"classicslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"classicslider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"classicslider/slide5.jpg";}}s:11:"contenttabs";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"contenttabs/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"contenttabs/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"contenttabs/slide3.jpg";}}s:13:"facebook-feed";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"facebook-feed/slide1.jpg";}}s:7:"fashion";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"fashion/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"fashion/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"fashion/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"fashion/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"fashion/slide5.jpg";}}s:14:"flickr-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"flickr-gallery/slide1.jpg";}}s:3:"gym";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:14:"gym/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:14:"gym/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:14:"gym/slide3.jpg";}}s:18:"highlight-carousel";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"highlight-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"highlight-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"highlight-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"highlight-carousel/slide4.jpg";}}s:18:"highlight-showcase";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"highlight-showcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"highlight-showcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"highlight-showcase/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"highlight-showcase/slide4.jpg";}}s:10:"image-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"imagehero/slide1.jpg";}}s:13:"insta-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"insta-gallery/slide1.jpg";}}s:19:"levanorestaurantbar";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"levanorestaurantbar/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"levanorestaurantbar/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"levanorestaurantbar/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"levanorestaurantbar/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:30:"levanorestaurantbar/slide5.jpg";}}s:11:"mainfeature";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"mainfeature/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"mainfeature/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"mainfeature/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"mainfeature/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:22:"mainfeature/slide7.jpg";}}s:17:"media-gallery-two";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"media-gallery-two/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"media-gallery-two/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"media-gallery-two/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"media-gallery-two/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"media-gallery-two/slide6.jpg";}}s:23:"media-carousel-autoplay";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"media-carousel-autoplay/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"media-carousel-autoplay/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"media-carousel-autoplay/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"media-carousel-autoplay/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"media-carousel-autoplay/slide6.jpg";}}s:21:"news-background-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"news-bg-video/slide1.jpg";}}s:12:"news-gallery";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"news-gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"news-gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"news-gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"news-gallery/slide4.jpg";}}s:23:"news-gallery-post-based";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"news-gallery-post-based/slide1.jpg";}}s:9:"news-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"news-hero/slide1.jpg";}}s:10:"news-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"news-video/slide1.jpg";}}s:15:"newsletter-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"newsletter-hero/slide1.jpg";}}s:10:"notgeneric";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"notgeneric/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"notgeneric/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"notgeneric/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:21:"notgeneric/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:21:"notgeneric/slide5.jpg";}}s:11:"photography";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"photography/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"photography/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"photography/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"photography/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:22:"photography/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:22:"photography/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:22:"photography/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:22:"photography/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:22:"photography/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:23:"photography/slide10.jpg";}}s:20:"photography-carousel";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"photography-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"photography-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"photography-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"photography-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"photography-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:31:"photography-carousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:31:"photography-carousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:31:"photography-carousel/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:31:"photography-carousel/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:32:"photography-carousel/slide10.jpg";}}s:16:"search-form-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"search-form-hero/slide1.jpg";}}s:16:"showcasecarousel";a:9:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"showcasecarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"showcasecarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"showcasecarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"showcasecarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"showcasecarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"showcasecarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:27:"showcasecarousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:27:"showcasecarousel/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:27:"showcasecarousel/slide9.jpg";}}s:11:"sports-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"sportshero/slide1.jpg";}}s:12:"twitter-feed";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"twitter-feed/slide1.jpg";}}s:13:"vimeo-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"vimeo-gallery/slide1.jpg";}}s:9:"vimeohero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"vimeohero/slide1.jpg";}}s:16:"web-product-dark";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"web-product-dark/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"web-product-dark/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"web-product-dark/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"web-product-dark/slide4.jpg";}}s:21:"web-product-dark-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"web-product-dark-hero/slide1.jpg";}}s:22:"web-product-light-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"web-product-light-hero/slide1.jpg";}}s:15:"webproductlight";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"webproductlight/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"webproductlight/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"webproductlight/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"webproductlight/slide4.jpg";}}s:15:"youtube-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"youtube-gallery/slide1.jpg";}}s:11:"youtubehero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"youtubehero/slide1.jpg";}}s:13:"scroll-effect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"scrolleffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"scrolleffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"scrolleffect/slide3.jpg";}}s:12:"content-zoom";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"contentzoom/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"contentzoom/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"contentzoom/slide3.jpg";}}s:13:"food-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"foodcarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"foodcarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"foodcarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"foodcarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:23:"foodcarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:23:"foodcarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:23:"foodcarousel/slide7.jpg";}}s:14:"rotating-words";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"rotatingwords/slide1.jpg";}}s:22:"travel-static-captions";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"travel-static-captions/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"travel-static-captions/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"travel-static-captions/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"travel-static-captions/slide4.jpg";}}s:7:"concept";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"concept/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"concept/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"concept/slide3.jpg";}}s:17:"fullscreen-button";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"fullscreen-button/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"fullscreen-button/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"fullscreen-button/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"fullscreen-button/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"fullscreen-button/slide5.jpg";}}s:15:"creativefreedom";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"creativefreedom/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"creativefreedom/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"creativefreedom/slide3.jpg";}}s:13:"parallaxscene";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"parallaxscene/slide1.jpg";}}s:15:"slidingoverlays";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"slidingoverlays/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"slidingoverlays/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"slidingoverlays/slide3.jpg";}}s:25:"web-product-light-hero-3d";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"web-product-light-hero-3d/slide1.jpg";}}s:6:"woobig";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"woobig/slide1.jpg";}}s:16:"woocommercesmall";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"woocommercesmall/slide1.jpg";}}s:10:"finedining";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"finedining/slide1.jpg";}}s:12:"agency-intro";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"agency-intro/slide1.jpg";}}s:7:"ourteam";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"ourteam/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"ourteam/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"ourteam/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"ourteam/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"ourteam/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:18:"ourteam/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:18:"ourteam/slide7.jpg";}}s:17:"our-team-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"ourteamcarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"ourteamcarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"ourteamcarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"ourteamcarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"ourteamcarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"ourteamcarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:26:"ourteamcarousel/slide7.jpg";}}s:13:"betteryoutube";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"betteryoutube/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"betteryoutube/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"betteryoutube/slide3.jpg";}}s:19:"agencywebsiteheader";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"agencywebsiteheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"agencywebsiteheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"agencywebsiteheader/slide3.jpg";}}s:10:"comingsoon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"comingsoon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"comingsoon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"comingsoon/slide3.jpg";}}s:9:"snowscene";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"snowscene/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"snowscene/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"snowscene/slide3.jpg";}}s:8:"rockband";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"rockband/slide1.jpg";}}s:16:"sleeklandingpage";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"sleeklandingpage/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"sleeklandingpage/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"sleeklandingpage/slide3.jpg";}}s:14:"applandingpage";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"applandingpage/slide1.jpg";}}s:9:"deskscene";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"deskscene/slide1.jpg";}}s:15:"cleannewsslider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"cleannewsslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"cleannewsslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"cleannewsslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"cleannewsslider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"cleannewsslider/slide5.jpg";}}s:12:"imagegallery";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"imagegallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"imagegallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"imagegallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"imagegallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:23:"imagegallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:23:"imagegallery/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:23:"imagegallery/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:23:"imagegallery/slide8.jpg";}}s:19:"standard-wp-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"standard-wp-gallery/slide1.jpg";}}s:21:"clean-news-post-based";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"clean-news-post-based/slide1.jpg";}}s:21:"interactivewhiteboard";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"interactivewhiteboard/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"interactivewhiteboard/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"interactivewhiteboard/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"interactivewhiteboard/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"interactivewhiteboard/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"interactivewhiteboard/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:32:"interactivewhiteboard/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:32:"interactivewhiteboard/slide8.jpg";}}s:10:"innovation";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"innovation/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"innovation/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"innovation/slide3.jpg";}}s:24:"dark-fullsite-block-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"dark-fullsite-block-menu/slide1.jpg";}}s:21:"dark-fullsite-block-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"dark-fullsite-block-1/slide1.jpg";}}s:27:"dark-fullsite-block-2-about";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"dark-fullsite-block-2-about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"dark-fullsite-block-2-about/slide2.jpg";}}s:30:"dark-fullsite-block-3-services";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"dark-fullsite-block-3-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"dark-fullsite-block-3-services/slide2.jpg";}}s:30:"dark-fullsite-block-4-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"dark-fullsite-block-4-products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"dark-fullsite-block-4-products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:41:"dark-fullsite-block-4-products/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:41:"dark-fullsite-block-4-products/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:41:"dark-fullsite-block-4-products/slide5.jpg";}}s:34:"dark-fullsite-block-5-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:45:"dark-fullsite-block-5-testimonials/slide1.jpg";}}s:29:"dark-fullsite-block-6-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"dark-fullsite-block-6-callout/slide1.jpg";}}s:28:"dark-fullsite-block-7-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"dark-fullsite-block-7-footer/slide1.jpg";}}s:19:"fullsite-block-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"fullsite-block-menu/slide1.jpg";}}s:15:"fullsite-block1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"fullsite-block1/slide1.jpg";}}s:22:"fullsite-block-2-about";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"fullsite-block-2-about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"fullsite-block-2-about/slide2.jpg";}}s:25:"fullsite-block-3-services";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"fullsite-block-3-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"fullsite-block-3-services/slide2.jpg";}}s:25:"fullsite-block-4-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"fullsite-block-4-products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"fullsite-block-4-products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"fullsite-block-4-products/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"fullsite-block-4-products/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"fullsite-block-4-products/slide5.jpg";}}s:29:"fullsite-block-5-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"fullsite-block-5-testimonials/slide1.jpg";}}s:24:"fullsite-block-6-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"fullsite-block-6-callout/slide1.jpg";}}s:23:"fullsite-block-7-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"fullsite-block-7-footer/slide1.jpg";}}s:11:"techjournal";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"techjournal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"techjournal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"techjournal/slide3.jpg";}}s:13:"cardealership";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"cardealership/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"cardealership/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"cardealership/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"cardealership/slide4.jpg";}}s:14:"fullscreenmenu";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"fullscreenmenu/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"fullscreenmenu/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"fullscreenmenu/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"fullscreenmenu/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"fullscreenmenu/slide5.jpg";}}s:17:"creativefrontpage";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"creativefrontpage/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"creativefrontpage/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"creativefrontpage/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"creativefrontpage/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"creativefrontpage/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"creativefrontpage/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:28:"creativefrontpage/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:28:"creativefrontpage/slide8.jpg";}}s:19:"websitebuilder-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"websitebuilder-menu/slide1.jpg";}}s:19:"websitebuilder-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"websitebuilder-hero/slide1.jpg";}}s:22:"websitebuilder-clients";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"websitebuilder-clients/slide1.jpg";}}s:23:"websitebuilder-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"websitebuilder-services/slide1.jpg";}}s:23:"websitebuilder-discover";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"websitebuilder-discover/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"websitebuilder-discover/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"websitebuilder-discover/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"websitebuilder-discover/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"websitebuilder-discover/slide5.jpg";}}s:21:"websitebuilder-slider";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"websitebuilder-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"websitebuilder-slider/slide2.jpg";}}s:27:"websitebuilder-calltoaction";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"websitebuilder-calltoaction/slide1.jpg";}}s:21:"websitebuilder-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"websitebuilder-footer/slide1.jpg";}}s:13:"focusparallax";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"focusparallax/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"focusparallax/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"focusparallax/slide3.jpg";}}s:7:"duotone";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"duotone/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"duotone/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"duotone/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"duotone/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"duotone/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:18:"duotone/slide6.jpg";}}s:6:"r_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_menu/slide1.jpg";}}s:5:"rhero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_hero/slide1.jpg";}}s:7:"r_about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"r_about/slide1.jpg";}}s:10:"r_products";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"r_products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"r_products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"r_products/slide3.jpg";}}s:6:"r_info";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_info/slide1.jpg";}}s:17:"inspirationheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"inspirationheader/slide1.jpg";}}s:13:"magazineposts";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"magazineposts/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"magazineposts/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"magazineposts/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"magazineposts/slide4.jpg";}}s:17:"explorationheader";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"explorationheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"explorationheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"explorationheader/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"explorationheader/slide4.jpg";}}s:16:"typewritereffect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"typewritereffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"typewritereffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"typewritereffect/slide3.jpg";}}s:15:"blendmodeheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"blendmodeheader/slide1.jpg";}}s:17:"themeplicity_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"themeplicity_menu/slide1.jpg";}}s:19:"themeplicity_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_header/slide1.jpg";}}s:18:"themeplicity_offer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"themeplicity_offer/slide1.jpg";}}s:21:"themeplicity_whatwedo";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"themeplicity_whatwedo/slide1.jpg";}}s:21:"themeplicity_projects";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"themeplicity_projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"themeplicity_projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"themeplicity_projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"themeplicity_projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:32:"themeplicity_projects/slide5.jpg";s:3:"img";s:7:"Slide 5";}}s:23:"themeplicity_whatsgreat";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"themeplicity_whatsgreat/slide1.jpg";}}s:19:"themeplicity_tables";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_tables/slide1.jpg";}}s:24:"themeplicity_contactform";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"themeplicity_contactform/slide1.jpg";}}s:19:"themeplicity_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_footer/slide1.jpg";}}s:17:"NiceAndClean_Menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"NiceAndClean_Menu/slide1.jpg";}}s:19:"NiceAndClean_Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"NiceAndClean_Header/slide1.jpg";}}s:21:"NiceAndClean_Services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"NiceAndClean_Services/slide1.jpg";}}s:18:"NiceAndClean_About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"NiceAndClean_About/slide1.jpg";}}s:18:"niceandclean_video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"niceandclean_video/slide1.jpg";}}s:23:"niceandclean_highlights";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"niceandclean_highlights/slide1.jpg";}}s:21:"NiceAndClean_Projects";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"NiceAndClean_Projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"NiceAndClean_Projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"NiceAndClean_Projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"NiceAndClean_Projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"NiceAndClean_Projects/slide5.jpg";}}s:23:"niceandclean_textblocks";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"niceandclean_textblocks/slide1.jpg";}}s:20:"niceandclean_callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"niceandclean_callout/slide1.jpg";}}s:19:"niceandclean_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"niceandclean_footer/slide1.jpg";}}s:3:"80s";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:14:"80s/slide1.jpg";}}s:10:"blurslider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"blurslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"blurslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"blurslider/slide3.jpg";}}s:15:"ComingSoonAddon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"ComingSoonAddon/slide1.jpg";}}s:9:"snowaddon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"snowaddon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"snowaddon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"snowaddon/slide3.jpg";}}s:19:"particle-effect-one";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"particle-effect-one/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"particle-effect-one/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"particle-effect-one/slide3.jpg";}}s:19:"particle-effect-two";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"particle-effect-two/slide1.jpg";}}s:21:"particle-effect-three";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"particle-effect-three/slide1.jpg";}}s:15:"portfolioviewer";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"portfolioviewer/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"portfolioviewer/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"portfolioviewer/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"portfolioviewer/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"portfolioviewer/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"portfolioviewer/slide6.jpg";}}s:11:"appshowcase";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"appshowcase/slide1.jpg";}}s:13:"gravitydesign";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"gravitydesign/slide1.jpg";}}s:12:"404errorpage";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"404errorpage/slide1.jpg";}}s:15:"carouselgallery";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"carouselgallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"carouselgallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"carouselgallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"carouselgallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"carouselgallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"carouselgallery/slide6.jpg";}}s:9:"filmstrip";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"filmstrip/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"filmstrip/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"filmstrip/slide3.jpg";}}s:10:"spaceopera";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"spaceopera/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"spaceopera/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"spaceopera/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:21:"spaceopera/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:21:"spaceopera/slide5.jpg";}}s:12:"websiteintro";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"websiteintro/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"websiteintro/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"websiteintro/slide3.jpg";}}s:12:"maskshowcase";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"maskshowcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"maskshowcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"maskshowcase/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"maskshowcase/slide4.jpg";}}s:18:"parallaxzoomslices";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"parallaxzoomslices/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"parallaxzoomslices/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"parallaxzoomslices/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"parallaxzoomslices/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"parallaxzoomslices/slide5.jpg";}}s:20:"doubleexposureeffect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"doubleexposureeffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"doubleexposureeffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"doubleexposureeffect/slide3.jpg";}}s:22:"mountainparallaxheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"mountainparallaxheader/slide1.jpg";}}s:12:"goodnewsmenu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"goodnewsmenu/slide1.jpg";}}s:14:"goodnewsheader";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"goodnewsheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"goodnewsheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"goodnewsheader/slide3.jpg";}}s:16:"goodnewswhatshot";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewswhatshot/slide1.jpg";}}s:16:"goodnewsfeatured";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewsfeatured/slide1.jpg";}}s:17:"goodnewsspotlight";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"goodnewsspotlight/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"goodnewsspotlight/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"goodnewsspotlight/slide3.jpg";}}s:16:"goodnewscarousel";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewscarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"goodnewscarousel/slide2.jpg";}}s:15:"goodnewscallout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"goodnewscallout/slide1.jpg";}}s:14:"goodnewsfooter";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"goodnewsfooter/slide1.jpg";}}s:16:"goodnewsmenuback";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"goodnewsmenuback/slide1.jpg";}}s:18:"goodnewsblogheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"goodnewsblogheader/slide1.jpg";}}s:19:"goodnewsblogcontent";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"goodnewsblogcontent/slide1.jpg";}}s:20:"goodnewstestimonials";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"goodnewstestimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"goodnewstestimonials/slide2.jpg";}}s:18:"goodnewsblogfooter";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"goodnewsblogfooter/slide1.jpg";}}s:17:"beforeafterslider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"beforeafterslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"beforeafterslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"beforeafterslider/slide3.jpg";}}s:15:"productshowcase";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"productshowcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"productshowcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"productshowcase/slide3.jpg";}}s:22:"overexposuretransition";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"overexposuretransition/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"overexposuretransition/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"overexposuretransition/slide3.jpg";}}s:14:"parallaxscroll";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"parallaxscroll/slide1.jpg";}}s:11:"techco-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"techco-menu/slide1.jpg";}}s:13:"techco-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"techco-header/slide1.jpg";}}s:12:"techco-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"techco-about/slide1.jpg";}}s:15:"techco-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"techco-services/slide1.jpg";}}s:12:"techco-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"techco-video/slide1.jpg";}}s:13:"techco-prices";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"techco-prices/slide1.jpg";}}s:19:"techco-testimonials";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"techco-testimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"techco-testimonials/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"techco-testimonials/slide3.jpg";}}s:13:"techco-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"techco-footer/slide1.jpg";}}s:7:"weather";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"weather/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"weather/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"weather/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"weather/slide4.jpg";}}s:11:"360panorama";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"360panorama/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"360panorama/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"360panorama/slide3.jpg";}}s:14:"duotone-add-on";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"duotone-add-on/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"duotone-add-on/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"duotone-add-on/slide3.jpg";}}s:13:"reveal-add-on";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"reveal-add-on/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"reveal-add-on/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"reveal-add-on/slide3.jpg";}}s:16:"band-tour-poster";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"smartcontent/band-tour-poster/slide1.png";}}s:14:"brewery-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"smartcontent/brewery-slider/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"smartcontent/brewery-slider/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"smartcontent/brewery-slider/slide3.png";}}s:9:"burgerbar";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"smartcontent/burgerbar/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"smartcontent/burgerbar/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"smartcontent/burgerbar/slide3.png";}}s:19:"burger-bar-portrait";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"smartcontent/burger-bar-portrait/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"smartcontent/burger-bar-portrait/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"smartcontent/burger-bar-portrait/slide3.png";}}s:8:"car-rent";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"smartcontent/car-rent/slide1.png";}}s:6:"coffee";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"smartcontent/coffee/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"smartcontent/coffee/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"smartcontent/coffee/slide3.png";}}s:14:"holiday-advert";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"smartcontent/holiday-advert/slide1.png";}}s:18:"iphone-cases-light";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"smartcontent/iphone-cases-light/slide1.png";}}s:7:"medical";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"smartcontent/medical/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"smartcontent/medical/slide2.png";}}s:13:"mexican-grill";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"smartcontent/mexican-grill/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"smartcontent/mexican-grill/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"smartcontent/mexican-grill/slide3.png";}}s:20:"mobile-retail-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"smartcontent/mobile-retail-slider/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"smartcontent/mobile-retail-slider/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"smartcontent/mobile-retail-slider/slide3.png";}}s:14:"money-exchange";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"smartcontent/money-exchange/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"smartcontent/money-exchange/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"smartcontent/money-exchange/slide3.png";}}s:28:"restaurant-menu-first-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:52:"smartcontent/restaurant-menu-first-screen/slide1.png";}}s:29:"restaurant-menu-second-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:53:"smartcontent/restaurant-menu-second-screen/slide1.png";}}s:28:"restaurant-menu-third-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:52:"smartcontent/restaurant-menu-third-screen/slide1.png";}}s:11:"shoes-store";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"smartcontent/shoes-store/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"smartcontent/shoes-store/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"smartcontent/shoes-store/slide3.png";}}s:20:"supermarket-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"smartcontent/supermarket-products/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"smartcontent/supermarket-products/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"smartcontent/supermarket-products/slide3.png";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"smartcontent/supermarket-products/slide4.png";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:44:"smartcontent/supermarket-products/slide5.png";}}s:16:"travel-insurance";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"smartcontent/travel-insurance/slide1.png";}}s:12:"cryptoslider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"cryptoslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"cryptoslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"cryptoslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"cryptoslider/slide4.jpg";}}s:16:"immersion_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"immersion_header/slide1.jpg";}}s:19:"immersion-mountains";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"immersion-mountains/slide1.jpg";}}s:17:"immersion-product";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"immersion-product/slide1.jpg";}}s:16:"immersion-design";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"immersion-design/slide1.jpg";}}s:21:"immersion-photography";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"immersion-photography/slide1.jpg";}}s:14:"immersion-grid";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"immersion-grid/slide1.jpg";}}s:11:"funkyslider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"funkyslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"funkyslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"funkyslider/slide3.jpg";}}s:14:"clearview_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"clearview_menu/slide1.jpg";}}s:16:"clearview_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"clearview_header/slide1.jpg";}}s:17:"clearview_mission";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"clearview_mission/slide1.jpg";}}s:17:"clear-view-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"clear-view-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"clear-view-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"clear-view-slider/slide3.jpg";}}s:15:"clear-view-news";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"clear-view-news/slide1.jpg";}}s:18:"clear-view-clients";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"clear-view-clients/slide1.jpg";}}s:18:"clear-view-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"clear-view-contact/slide1.jpg";}}s:22:"clear-view-single-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"clear-view-single-menu/slide1.jpg";}}s:24:"clear-view-single-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"clear-view-single-header/slide1.jpg";}}s:23:"clear-view-single-media";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"clear-view-single-media/slide1.jpg";}}s:22:"clear-view-single-more";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"clear-view-single-more/slide1.jpg";}}s:25:"clear-view-single-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"clear-view-single-contact/slide1.jpg";}}s:16:"cleanlandingpage";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"cleanlandingpage/slide1.jpg";}}s:8:"clearcut";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"clearcut/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:19:"clearcut/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:19:"clearcut/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:19:"clearcut/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:19:"clearcut/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:19:"clearcut/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:19:"clearcut/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:19:"clearcut/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:19:"clearcut/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:20:"clearcut/slide10.jpg";}}s:17:"wonderstruck_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"wonderstruck_menu/slide1.jpg";}}s:19:"wonderstruck_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"wonderstruck_header/slide1.jpg";}}s:18:"wonderstruck_about";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"wonderstruck_about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"wonderstruck_about/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"wonderstruck_about/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"wonderstruck_about/slide4.jpg";}}s:18:"wonderstruck-works";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"wonderstruck-works/slide1.jpg";}}s:20:"wonderstruck-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"wonderstruck-contact/slide1.jpg";}}s:11:"bubblemorph";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"bubblemorph/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"bubblemorph/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"bubblemorph/slide3.jpg";}}s:15:"distortionaddon";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"distortionaddon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"distortionaddon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"distortionaddon/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"distortionaddon/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"distortionaddon/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"distortionaddon/slide6.jpg";}}s:9:"clubflyer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"clubflyer/slide1.jpg";}}s:15:"paintbrushaddon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"paintbrushaddon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"paintbrushaddon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"paintbrushaddon/slide3.jpg";}}s:15:"parallax_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"parallax_header/slide1.jpg";}}s:16:"parallax_content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"parallax_content/slide1.jpg";}}s:15:"parallax_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"parallax_footer/slide1.jpg";}}s:12:"le-chef-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"le-chef-menu/slide1.jpg";}}s:14:"le-chef-header";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"le-chef-header/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"le-chef-header/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"le-chef-header/slide3.jpg";}}s:18:"le-chef-philosophy";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"le-chef-philosophy/slide1.jpg";}}s:12:"le-chef-food";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"le-chef-food/slide1.jpg";}}s:16:"le-chef-la-carte";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"le-chef-la-carte/slide1.jpg";}}s:14:"le-chef-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"le-chef-footer/slide1.jpg";}}s:20:"news-magazine-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"news-magazine-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"news-magazine-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"news-magazine-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"news-magazine-slider/slide4.jpg";}}s:18:"real-estate-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"real-estate-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"real-estate-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"real-estate-slider/slide3.jpg";}}s:14:"fashion-header";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"fashion-header/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"fashion-header/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"fashion-header/slide3.jpg";}}s:13:"seasonaloffer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"seasonaloffer/slide1.jpg";}}s:18:"barber-shop-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"barber-shop-header/slide1.jpg";}}s:23:"barber-shop-mobile-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"barber-shop-mobile-menu/slide1.jpg";}}s:24:"barber-shop-first-screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"barber-shop-first-screen/slide1.jpg";}}s:17:"barber-shop-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"barber-shop-about/slide1.jpg";}}s:20:"barber-shop-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"barber-shop-services/slide1.jpg";}}s:19:"barber-shop-barbers";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"barber-shop-barbers/slide1.jpg";}}s:20:"barber-shop-contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"barber-shop-contacts/slide1.jpg";}}s:18:"barber-shop-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"barber-shop-footer/slide1.jpg";}}s:21:"fitness-club-template";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"fitness-club-template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"fitness-club-template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"fitness-club-template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"fitness-club-template/slide4.jpg";}}s:13:"soccer-school";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"soccer-school/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"soccer-school/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"soccer-school/slide3.jpg";}}s:19:"music-band-template";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"music-band-template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"music-band-template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"music-band-template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"music-band-template/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:30:"music-band-template/slide5.jpg";}}s:15:"restaurant-menu";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"restaurant-menu/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"restaurant-menu/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"restaurant-menu/slide3.jpg";}}s:16:"cinematic-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"cinematic-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"cinematic-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"cinematic-slider/slide3.jpg";}}s:17:"3d-parallax-cubes";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"3d-parallax-cubes/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"3d-parallax-cubes/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"3d-parallax-cubes/slide3.jpg";}}s:13:"medicare-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"medicare-menu/slide1.jpg";}}s:15:"medicare-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"medicare-header/slide1.jpg";}}s:14:"medicare-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"medicare-about/slide1.jpg";}}s:18:"medicare-highlight";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"medicare-highlight/slide1.jpg";}}s:17:"medicare-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"medicare-services/slide1.jpg";}}s:16:"medicare-doctors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"medicare-doctors/slide1.jpg";}}s:17:"medicare-research";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"medicare-research/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"medicare-research/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"medicare-research/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"medicare-research/slide4.jpg";}}s:18:"medicare-whychoose";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"medicare-whychoose/slide1.jpg";}}s:16:"medicare-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"medicare-contact/slide1.jpg";}}s:15:"medicare-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"medicare-footer/slide1.jpg";}}s:11:"coffee-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"coffee-menu/slide1.jpg";}}s:13:"coffee-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-header/slide1.jpg";}}s:17:"coffee-philosophy";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"coffee-philosophy/slide1.jpg";}}s:12:"coffee-carte";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"coffee-carte/slide1.jpg";}}s:13:"coffee-teaser";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-teaser/slide1.jpg";}}s:13:"coffee-findus";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-findus/slide1.jpg";}}s:13:"coffee-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"coffee-footer/slide1.jpg";}}s:17:"minimal-portfolio";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"minimal-portfolio/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"minimal-portfolio/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"minimal-portfolio/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"minimal-portfolio/slide4.jpg";}}s:23:"minimal-portfolio-modal";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"minimal-portfolio-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"minimal-portfolio-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"minimal-portfolio-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"minimal-portfolio-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"minimal-portfolio-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"minimal-portfolio-modal/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:34:"minimal-portfolio-modal/slide7.jpg";}}s:11:"angled-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"angled-menu/slide1.jpg";}}s:13:"angled-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"angled-header/slide1.jpg";}}s:11:"angled-news";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"angled-news/slide1.jpg";}}s:15:"angled-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"angled-services/slide1.jpg";}}s:14:"angled-success";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"angled-success/slide1.jpg";}}s:13:"angled-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"angled-footer/slide1.jpg";}}s:20:"angled-content-modal";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"angled-content-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"angled-content-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"angled-content-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"angled-content-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"angled-content-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:31:"angled-content-modal/slide6.jpg";}}s:13:"big-bold-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"big-bold-menu/slide1.jpg";}}s:15:"big-bold-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"big-bold-header/slide1.jpg";}}s:16:"big-bold-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"big-bold-content/slide1.jpg";}}s:13:"big-bold-blog";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"big-bold-blog/slide1.jpg";}}s:18:"big-bold-highlight";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"big-bold-highlight/slide1.jpg";}}s:15:"big-bold-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"big-bold-footer/slide1.jpg";}}s:7:"Retouch";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"Retouch/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"Retouch/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"Retouch/slide3.jpg";}}s:11:"tech-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"tech-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"tech-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"tech-slider/slide3.jpg";}}s:11:"peak-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"peak-header/slide1.jpg";}}s:10:"peak-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"peak-about/slide1.jpg";}}s:14:"peak-portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"peak-portfolio/slide1.jpg";}}s:11:"peak-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"peak-footer/slide1.jpg";}}s:17:"portfolio-welcome";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"portfolio-welcome/slide1.jpg";}}s:15:"portfolio-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"portfolio-about/slide1.jpg";}}s:21:"portfolio-works-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"portfolio-works-title/slide1.jpg";}}s:23:"portfolio-works-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"portfolio-works-content/slide1.jpg";}}s:18:"portfolio-contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"portfolio-contacts/slide1.jpg";}}s:18:"App-Studio-Welcome";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"App-Studio-Welcome/slide1.jpg";}}s:19:"App-Studio-Services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"App-Studio-Services/slide1.jpg";}}s:16:"App-Studio-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"App-Studio-About/slide1.jpg";}}s:19:"App-Studio-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"App-Studio-Contacts/slide1.jpg";}}s:14:"cube-animation";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"cube-animation/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"cube-animation/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"cube-animation/slide3.jpg";}}s:10:"basic-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"basic-menu/slide1.jpg";}}s:12:"basic-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"basic-header/slide1.jpg";}}s:13:"basic-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"basic-content/slide1.jpg";}}s:14:"basic-carousel";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"basic-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"basic-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"basic-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"basic-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"basic-carousel/slide5.jpg";}}s:13:"basic-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"basic-callout/slide1.jpg";}}s:10:"basic-grid";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"basic-grid/slide1.jpg";}}s:17:"basic-video-block";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"basic-video-block/slide1.jpg";}}s:12:"basic-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"basic-footer/slide1.jpg";}}s:14:"basic-lightbox";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"basic-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"basic-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"basic-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"basic-lightbox/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"basic-lightbox/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:25:"basic-lightbox/slide6.jpg";}}s:13:"nature-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"nature-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"nature-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"nature-slider/slide3.jpg";}}s:11:"art-gallery";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"art-gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"art-gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"art-gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"art-gallery/slide4.jpg";}}s:19:"Construction-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Construction-Header/slide1.jpg";}}s:17:"Construction-Home";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Construction-Home/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"Construction-Home/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"Construction-Home/slide3.jpg";}}s:21:"Construction-Projects";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Construction-Projects/slide1.jpg";}}s:20:"Construction-History";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Construction-History/slide1.jpg";}}s:21:"Construction-Services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Construction-Services/slide1.jpg";}}s:21:"Construction-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Construction-Contacts/slide1.jpg";}}s:21:"404-Error-Space-Theme";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"404-Error-Space-Theme/slide1.jpg";}}s:17:"landing-page-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"landing-page-hero/slide1.jpg";}}s:21:"landing-page-features";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"landing-page-features/slide1.jpg";}}s:20:"landing-page-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"landing-page-callout/slide1.jpg";}}s:20:"landing-page-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"landing-page-content/slide1.jpg";}}s:25:"landing-page-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"landing-page-testimonials/slide1.jpg";}}s:27:"landing-page-call-to-action";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"landing-page-call-to-action/slide1.jpg";}}s:17:"landing-page-help";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"landing-page-help/slide1.jpg";}}s:19:"landing-page-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"landing-page-footer/slide1.jpg";}}s:24:"landing-page-price-modal";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"landing-page-price-modal/slide1.jpg";}}s:18:"energy-drinks-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"energy-drinks-hero/slide1.jpg";}}s:19:"energy-drinks-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"energy-drinks-about/slide1.jpg";}}s:21:"energy-drinks-product";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"energy-drinks-product/slide1.jpg";}}s:23:"energy-drinks-product-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"energy-drinks-product-2/slide1.jpg";}}s:23:"energy-drinks-product-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"energy-drinks-product-3/slide1.jpg";}}s:19:"energy-drinks-order";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"energy-drinks-order/slide1.jpg";}}s:20:"energy-drinks-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"energy-drinks-footer/slide1.jpg";}}s:19:"energy-drinks-modal";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"energy-drinks-modal/slide1.jpg";}}s:16:"Corporate-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"Corporate-Header/slide1.jpg";}}s:24:"Corporate-Welcome-Screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"Corporate-Welcome-Screen/slide1.jpg";}}s:15:"Corporate-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Corporate-About/slide1.jpg";}}s:19:"Corporate-Portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Corporate-Portfolio/slide1.jpg";}}s:15:"Corporate-Chart";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Corporate-Chart/slide1.jpg";}}s:14:"Corporate-News";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Corporate-News/slide1.jpg";}}s:16:"Corporate-Hiring";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Corporate-News/slide1.jpg";}}s:22:"Corporate-Testimonials";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"Corporate-Testimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"Corporate-Testimonials/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"Corporate-Testimonials/slide3.jpg";}}s:15:"Corporate-Store";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Corporate-Store/slide1.jpg";}}s:17:"Corporate-Support";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Corporate-Support/slide1.jpg";}}s:14:"Corporate-Team";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Corporate-Team/slide1.jpg";}}s:33:"Corporate-Selected-Projects-Title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"Corporate-Selected-Projects-Title/slide1.jpg";}}s:27:"Corporate-Selected-Projects";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"Corporate-Selected-Projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"Corporate-Selected-Projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"Corporate-Selected-Projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:38:"Corporate-Selected-Projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:38:"Corporate-Selected-Projects/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:38:"Corporate-Selected-Projects/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:38:"Corporate-Selected-Projects/slide7.jpg";}}s:17:"Corporate-Clients";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Corporate-Clients/slide1.jpg";}}s:20:"Corporate-Text-Block";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Corporate-Text-Block/slide1.jpg";}}s:20:"Corporate-Mobile-App";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Corporate-Mobile-App/slide1.jpg";}}s:18:"Corporate-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Corporate-Contacts/slide1.jpg";}}s:16:"Corporate-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"Corporate-Footer/slide1.jpg";}}s:23:"Corporate-Scroll-To-Top";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"Corporate-Scroll-To-Top/slide1.jpg";}}s:14:"geometric-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"geometric-menu/slide1.jpg";}}s:14:"geometric-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"geometric-hero/slide1.jpg";}}s:14:"geometric-grid";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"geometric-grid/slide1.jpg";}}s:15:"geometric-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"geometric-about/slide1.jpg";}}s:15:"geometric-texts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"geometric-texts/slide1.jpg";}}s:18:"geometric-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"geometric-services/slide1.jpg";}}s:17:"geometric-texts-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"geometric-texts-2/slide1.jpg";}}s:22:"geometric-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"geometric-testimonials/slide1.jpg";}}s:16:"geometric-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"geometric-footer/slide1.jpg";}}s:18:"geometric-lightbox";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"geometric-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"geometric-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"geometric-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"geometric-lightbox/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"geometric-lightbox/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:29:"geometric-lightbox/slide6.jpg";}}s:11:"brutal-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"brutal-menu/slide1.jpg";}}s:11:"brutal-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"brutal-hero/slide1.jpg";}}s:12:"brutal-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"brutal-about/slide1.jpg";}}s:16:"brutal-highlight";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"brutal-highlight/slide1.jpg";}}s:15:"brutal-projects";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"brutal-projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"brutal-projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"brutal-projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"brutal-projects/slide4.jpg";}}s:15:"brutal-services";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"brutal-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"brutal-services/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"brutal-services/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"brutal-services/slide4.jpg";}}s:14:"brutal-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"brutal-callout/slide1.jpg";}}s:13:"brutal-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"brutal-footer/slide1.jpg";}}s:13:"Church-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"Church-Header/slide1.jpg";}}s:22:"Church-Upcoming-Events";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"Church-Upcoming-Events/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"Church-Upcoming-Events/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"Church-Upcoming-Events/slide3.jpg";}}s:12:"Church-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"Church-About/slide1.jpg";}}s:14:"Church-Pastors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"Church-Pastors/slide1.jpg";}}s:20:"Church-Photo-Gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Church-Photo-Gallery/slide1.jpg";}}s:16:"Church-Community";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"Church-Community/slide1.jpg";}}s:13:"Church-Sermon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"Church-Sermon/slide1.jpg";}}s:15:"Church-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Church-Contacts/slide1.jpg";}}s:13:"Church-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"Church-Footer/slide1.jpg";}}s:19:"Church-Light-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Church-Light-Header/slide1.jpg";}}s:28:"Church-Light-Upcoming-Events";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"Church-Light-Upcoming-Events/slide3.jpg";}}s:18:"Church-Light-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Church-Light-About/slide1.jpg";}}s:20:"Church-Light-Pastors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"Church-Light-Pastors/slide1.jpg";}}s:26:"Church-Light-Photo-Gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"Church-Light-Photo-Gallery/slide1.jpg";}}s:22:"Church-Light-Community";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"Church-Light-Community/slide1.jpg";}}s:19:"Church-Light-Sermon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Church-Light-Sermon/slide1.jpg";}}s:21:"Church-Light-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Church-Light-Contacts/slide1.jpg";}}s:19:"Church-Light-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Church-Light-Footer/slide1.jpg";}}s:13:"rockable-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"rockable-menu/slide1.jpg";}}s:13:"rockable-hero";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"rockable-hero/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"rockable-hero/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"rockable-hero/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"rockable-hero/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"rockable-hero/slide5.jpg";}}s:15:"rockable-lineup";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"rockable-lineup/slide1.jpg";}}s:17:"rockable-lineup-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"rockable-lineup-2/slide1.jpg";}}s:22:"rockable-gallery-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"rockable-gallery-title/slide1.jpg";}}s:16:"rockable-gallery";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"rockable-gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"rockable-gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"rockable-gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"rockable-gallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"rockable-gallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"rockable-gallery/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:27:"rockable-gallery/slide7.jpg";}}s:17:"rockable-sponsors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"rockable-sponsors/slide1.jpg";}}s:15:"rockable-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"rockable-footer/slide1.jpg";}}s:21:"rockable-detail-modal";a:18:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:10;a:2:{s:5:"title";s:8:"Slide 11";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:11;a:2:{s:5:"title";s:8:"Slide 12";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:12;a:2:{s:5:"title";s:8:"Slide 13";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:13;a:2:{s:5:"title";s:8:"Slide 14";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:14;a:2:{s:5:"title";s:8:"Slide 15";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:15;a:2:{s:5:"title";s:8:"Slide 16";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:16;a:2:{s:5:"title";s:8:"Slide 17";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}i:17;a:2:{s:5:"title";s:8:"Slide 18";s:3:"img";s:32:"rockable-detail-modal/slide1.jpg";}}s:23:"rockable-detail-modal-2";a:18:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:10;a:2:{s:5:"title";s:8:"Slide 11";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:11;a:2:{s:5:"title";s:8:"Slide 12";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:12;a:2:{s:5:"title";s:8:"Slide 13";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:13;a:2:{s:5:"title";s:8:"Slide 14";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:14;a:2:{s:5:"title";s:8:"Slide 15";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:15;a:2:{s:5:"title";s:8:"Slide 16";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:16;a:2:{s:5:"title";s:8:"Slide 17";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}i:17;a:2:{s:5:"title";s:8:"Slide 18";s:3:"img";s:34:"rockable-detail-modal-2/slide1.jpg";}}s:27:"real-estate-showcase-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"Real-Estate-Showcase-Slider/slide3.jpg";}}s:16:"isometric-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"isometric-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"isometric-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"isometric-slider/slide3.jpg";}}s:17:"E-Commerce-Slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Shoes-Store-Slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"Shoes-Store-Slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"Shoes-Store-Slider/slide3.jpg";}}s:23:"E-Commerce-Slider-Modal";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"Shoes-Store-Slider-Modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"Shoes-Store-Slider-Modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"Shoes-Store-Slider-Modal/slide3.jpg";}}s:27:"Woo-Commerce-Slider-Dynamic";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"Shoes-Store-Slider-Dynamic/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"Shoes-Store-Slider-Dynamic/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"Shoes-Store-Slider-Dynamic/slide3.jpg";}}s:15:"blooming-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"blooming-header/slide1.jpg";}}s:14:"blooming-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"blooming-about/slide1.jpg";}}s:18:"blooming-portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"blooming-portfolio/slide1.jpg";}}s:22:"blooming-wedding-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"blooming-wedding-title/slide1.jpg";}}s:25:"blooming-wedding-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"blooming-wedding-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"blooming-wedding-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"blooming-wedding-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"blooming-wedding-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"blooming-wedding-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:36:"blooming-wedding-carousel/slide6.jpg";}}s:21:"blooming-wedding-text";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"blooming-wedding-text/slide1.jpg";}}s:22:"blooming-parties-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"blooming-parties-title/slide1.jpg";}}s:25:"blooming-parties-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"blooming-parties-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"blooming-parties-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"blooming-parties-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"blooming-parties-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"blooming-parties-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:36:"blooming-parties-carousel/slide6.jpg";}}s:21:"blooming-parties-text";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"blooming-parties-text/slide1.jpg";}}s:22:"blooming-funeral-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"blooming-funeral-title/slide1.jpg";}}s:23:"blooming-funeral-slider";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"blooming-funeral-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"blooming-funeral-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"blooming-funeral-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"blooming-funeral-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"blooming-funeral-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"blooming-funeral-slider/slide6.jpg";}}s:21:"blooming-funeral-text";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"blooming-funeral-text/slide1.jpg";}}s:16:"blooming-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"blooming-contact/slide1.jpg";}}s:13:"particle-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"particle-hero/slide1.jpg";}}s:17:"bubble-morph-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"bubble-morph-hero/slide1.jpg";}}s:13:"parallax-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"parallax-hero/slide1.jpg";}}s:10:"video-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"video-hero/slide1.jpg";}}s:14:"ken-burns-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"ken-burns-hero/slide1.jpg";}}s:21:"basic-hero-collection";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"basic-hero-collection/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"basic-hero-collection/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"basic-hero-collection/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"basic-hero-collection/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"basic-hero-collection/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"basic-hero-collection/slide6.jpg";}}s:19:"launching-very-soon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"launching-very-soon/slide1.jpg";}}s:18:"Under-Construction";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Under-Construction/slide1.jpg";}}s:15:"Particle-Effect";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Particle-Effect/slide1.jpg";}}s:17:"Particle-Effect-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Particle-Effect-2/slide1.jpg";}}s:10:"stark-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"stark-menu/slide1.jpg";}}s:12:"stark-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"stark-header/slide1.jpg";}}s:13:"stark-content";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"stark-content/slide1.jpg";}}s:14:"stark-carousel";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"stark-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"stark-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"stark-carousel/slide3.jpg";}}s:15:"stark-portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"stark-portfolio/slide1.jpg";}}s:22:"stark-portfolio-detail";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"stark-portfolio-detail/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"stark-portfolio-detail/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"stark-portfolio-detail/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"stark-portfolio-detail/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:33:"stark-portfolio-detail/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:33:"stark-portfolio-detail/slide6.jpg";}}s:13:"stark-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"stark-contact/slide1.jpg";}}s:12:"stark-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"stark-footer/slide1.jpg";}}s:16:"stark-newsletter";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"stark-newsletter/slide1.jpg";}}s:15:"big-summer-sale";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"big-summer-sale/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"big-summer-sale/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"big-summer-sale/slide3.jpg";}}s:18:"traveller-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"traveller-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"traveller-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"traveller-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"traveller-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"traveller-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:29:"traveller-carousel/slide6.jpg";}}s:16:"project-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"project-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"project-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"project-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"project-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"project-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"project-carousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:27:"project-carousel/slide7.jpg";}}s:13:"news-carousel";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"news-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"news-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"news-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"news-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"news-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:24:"news-carousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:24:"news-carousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:24:"news-carousel/slide8.jpg";}}s:10:"story-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"story-menu/slide1.jpg";}}s:12:"story-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"story-header/slide1.jpg";}}s:13:"story-block-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-1/slide1.jpg";}}s:15:"story-content-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"story-content-1/slide1.jpg";}}s:13:"story-block-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-2/slide1.jpg";}}s:13:"story-block-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-3/slide1.jpg";}}s:15:"story-content-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"story-content-2/slide1.jpg";}}s:13:"story-block-4";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"story-block-4/slide1.jpg";}}s:15:"story-content-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"story-content-3/slide1.jpg";}}s:12:"mini-website";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"mini-website/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"mini-website/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"mini-website/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"mini-website/slide4.jpg";}}s:13:"food-delivery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"food-delivery/slide1.jpg";}}s:25:"slider-with-illustrations";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"slider-with-illustrations/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"slider-with-illustrations/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"slider-with-illustrations/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"slider-with-illustrations/slide4.jpg";}}s:8:"zen-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"zen-menu/slide1.jpg";}}s:10:"zen-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"zen-header/slide1.jpg";}}s:9:"zen-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"zen-about/slide1.jpg";}}s:12:"zen-features";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"zen-features/slide1.jpg";}}s:9:"zen-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"zen-video/slide1.jpg";}}s:11:"zen-pricing";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"zen-pricing/slide1.jpg";}}s:22:"zen-testimonials-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"zen-testimonials-title/slide1.jpg";}}s:16:"zen-testimonials";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"zen-testimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"zen-testimonials/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"zen-testimonials/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"zen-testimonials/slide4.jpg";}}s:10:"zen-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"zen-footer/slide1.jpg";}}s:17:"Paintbrush-Effect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"Paintbrush-Effect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"Paintbrush-Effect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"Paintbrush-Effect/slide3.jpg";}}s:19:"Photographer-Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Photographer-Header/slide1.jpg";}}s:27:"Photographer-Welcome-Screen";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"Photographer-Welcome-Screen/slide1.jpg";}}s:21:"Photographer-Showcase";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Photographer-Showcase/slide1.jpg";}}s:22:"Photographer-Portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"Photographer-Portfolio/slide1.jpg";}}s:21:"Photographer-Contacts";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Photographer-Contacts/slide1.jpg";}}s:19:"Photographer-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"Photographer-Footer/slide1.jpg";}}s:18:"Photographer-Modal";a:1:{i:0;a:2:{s:5:"title";s:8:"Slider 1";s:3:"img";s:29:"Photographer-Modal/slide1.jpg";}}s:25:"black-friday-scroll-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"black-friday-scroll-video/slide1.jpg";}}s:12:"charity-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"charity-menu/slide1.jpg";}}s:14:"charity-header";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"charity-header/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"charity-header/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"charity-header/slide3.jpg";}}s:15:"charity-mission";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"charity-mission/slide1.jpg";}}s:13:"charity-funds";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"charity-funds/slide1.jpg";}}s:15:"charity-success";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"charity-success/slide1.jpg";}}s:15:"charity-stories";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"charity-stories/slide1.jpg";}}s:16:"charity-worldmap";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"charity-worldmap/slide1.jpg";}}s:19:"charity-large-image";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"charity-large-image/slide1.jpg";}}s:16:"charity-sponsors";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"charity-sponsors/slide1.jpg";}}s:12:"charity-help";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"charity-help/slide1.jpg";}}s:14:"charity-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"charity-footer/slide1.jpg";}}s:21:"cinematic-hero-titles";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"cinematic-hero-titles/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"cinematic-hero-titles/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"cinematic-hero-titles/slide3.jpg";}}s:23:"design-dna-scroll-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"design-dna-scroll-video/slide1.jpg";}}s:27:"food-delivery-lottie-scroll";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"food-delivery-lottie-scroll/slide1.jpg";}}s:20:"food-recipe-carousel";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"food-recipe-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"food-recipe-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"food-recipe-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"food-recipe-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"food-recipe-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:31:"food-recipe-carousel/slide6.jpg";}}s:17:"food-recipe-modal";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"food-recipe-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"food-recipe-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"food-recipe-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"food-recipe-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"food-recipe-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"food-recipe-modal/slide6.jpg";}}s:27:"corporate-carousel-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"packages/corporate_carousel_bundle.jpg";}}s:18:"corporate-carousel";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"corporate-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"corporate-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"corporate-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"corporate-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"corporate-carousel/slide5.jpg";}}s:18:"corporate-lightbox";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"corporate-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"corporate-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"corporate-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"corporate-lightbox/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:29:"corporate-lightbox/slide5.jpg";}}s:23:"cyber-carousel-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"packages/cybercarousel_bundle.jpg";}}s:14:"cyber-carousel";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"cyber-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"cyber-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"cyber-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"cyber-carousel/slide4.jpg";}}s:23:"cyber-carousel-lightbox";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"cyber-carousel-lightbox/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"cyber-carousel-lightbox/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"cyber-carousel-lightbox/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"cyber-carousel-lightbox/slide4.jpg";}}s:24:"woocommerce-carousel-one";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"woocommerce-carousel-one/slide1.jpg";}}s:31:"woocommerce-carousel-one-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"woocommerce-carousel-one-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:42:"woocommerce-carousel-one-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:42:"woocommerce-carousel-one-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:42:"woocommerce-carousel-one-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:42:"woocommerce-carousel-one-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:42:"woocommerce-carousel-one-static/slide6.jpg";}}s:24:"woocommerce-carousel-two";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"woocommerce-carousel-two/slide1.jpg";}}s:31:"woocommerce-carousel-two-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"woocommerce-carousel-two-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:42:"woocommerce-carousel-two-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:42:"woocommerce-carousel-two-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:42:"woocommerce-carousel-two-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:42:"woocommerce-carousel-two-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:42:"woocommerce-carousel-two-static/slide6.jpg";}}s:26:"woocommerce-feature-slider";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"woocommerce-feature-slider/slide1.jpg";}}s:33:"woocommerce-feature-slider-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"woocommerce-feature-slider-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"woocommerce-feature-slider-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"woocommerce-feature-slider-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"woocommerce-feature-slider-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:44:"woocommerce-feature-slider-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:44:"woocommerce-feature-slider-static/slide6.jpg";}}s:17:"woo-liquid-slider";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"woo-liquid-slider/slide1.jpg";}}s:32:"woocommerce-liquid-slider-static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:43:"woocommerce-liquid-slider-static/slide6.jpg";}}s:15:"woo-slider-pack";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"packages/woosliderpack_dynamic.jpg";}}s:22:"woo-slider-pack-static";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"packages/woosliderpack_static.jpg";}}s:24:"creative-hero-collection";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"creative-hero-collection/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"creative-hero-collection/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"creative-hero-collection/slide3.jpg";}}s:19:"photographer-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"photographer-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"photographer-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"photographer-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"photographer-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:30:"photographer-slider/slide5.jpg";}}s:17:"realestate-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"realestate-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"realestate-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"realestate-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"realestate-slider/slide4.jpg";}}s:19:"saas-product-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"saas-product-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"saas-product-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"saas-product-slider/slide3.jpg";}}s:27:"cinematic-wildlife-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"packages/cinematic-wildlife-package.jpg";}}s:25:"cinematic-wildlife-slider";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"cinematic-wildlife-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"cinematic-wildlife-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"cinematic-wildlife-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"cinematic-wildlife-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"cinematic-wildlife-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:36:"cinematic-wildlife-slider/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:36:"cinematic-wildlife-slider/slide7.jpg";}}s:24:"cinematic-wildlife-modal";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"cinematic-wildlife-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"cinematic-wildlife-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"cinematic-wildlife-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:35:"cinematic-wildlife-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:35:"cinematic-wildlife-modal/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:35:"cinematic-wildlife-modal/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:35:"cinematic-wildlife-modal/slide7.jpg";}}s:32:"gaming-stats-presentation-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"gaming-stats-presentation-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"gaming-stats-presentation-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"gaming-stats-presentation-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:43:"gaming-stats-presentation-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:43:"gaming-stats-presentation-slider/slide5.jpg";}}s:15:"coffee-flavours";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"coffee-flavors/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"coffee-flavors/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"coffee-flavors/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"coffee-flavors/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"coffee-flavors/slide5.jpg";}}s:15:"showreel-slider";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"showreel-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"showreel-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"showreel-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"showreel-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"showreel-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"showreel-slider/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:26:"showreel-slider/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:26:"showreel-slider/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:26:"showreel-slider/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:27:"showreel-slider/slide10.jpg";}}s:16:"visual-art-forms";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"visual-art-forms/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"visual-art-forms/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"visual-art-forms/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"visual-art-forms/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"visual-art-forms/slide5.jpg";}}s:14:"bg-effect-hero";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"bg-effect-hero/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"bg-effect-hero/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"bg-effect-hero/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"bg-effect-hero/slide4.jpg";}}s:9:"cyberfunk";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"cyberfunk/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"cyberfunk/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"cyberfunk/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:20:"cyberfunk/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:20:"cyberfunk/slide5.jpg";}}s:21:"motion-blur-portfolio";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"motion-blur-portfolio/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"motion-blur-portfolio/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"motion-blur-portfolio/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"motion-blur-portfolio/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"motion-blur-portfolio/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"motion-blur-portfolio/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:32:"motion-blur-portfolio/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:32:"motion-blur-portfolio/slide8.jpg";}}s:18:"portal-effect-hero";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"portal-effect-hero/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"portal-effect-hero/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"portal-effect-hero/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"portal-effect-hero/slide4.jpg";}}s:15:"winery-timeline";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"winery-timeline/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"winery-timeline/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"winery-timeline/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"winery-timeline/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"winery-timeline/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"winery-timeline/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:26:"winery-timeline/slide7.jpg";}}s:25:"smart-living-one-pager-v1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"packages/Smart-Living-One-Pager-V1.jpg";}}s:25:"smart-living-one-pager-v2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"packages/Smart-Living-One-Pager-V2.jpg";}}s:25:"smart-living-one-pager-v3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"packages/Smart-Living-One-Pager-V3.jpg";}}s:6:"menu-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"menu-1/slide1.jpg";}}s:14:"onepage-hero-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"onepage-hero-1/slide1.jpg";}}s:6:"about1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"about1/slide1.jpg";}}s:9:"services1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"services1/slide1.jpg";}}s:9:"projects1";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"projects1/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"projects1/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"projects1/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:20:"projects1/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:20:"projects1/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:20:"projects1/slide6.jpg";}}s:8:"footer-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"footer-1/slide1.jpg";}}s:23:"explainer-block-1-part1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"explainer-block-1-part1/slide1.jpg";}}s:23:"explainer-block-1-part2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"explainer-block-1-part2/slide1.jpg";}}s:16:"projects-modal-1";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"projects-modal-1/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"projects-modal-1/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"projects-modal-1/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"projects-modal-1/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"projects-modal-1/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"projects-modal-1/slide6.jpg";}}s:6:"menu-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"menu-2/slide1.jpg";}}s:6:"hero-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"hero-2/slide1.jpg";}}s:10:"services-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"services-2/services2-thumbnail.jpg";}}s:7:"about-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"about-2/slide1.jpg";}}s:10:"projects-2";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"projects-2/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"projects-2/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"projects-2/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:21:"projects-2/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:21:"projects-2/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:21:"projects-2/slide6.jpg";}}s:7:"footer2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"footer2/slide1.jpg";}}s:23:"explainer-block-2-part1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"explainer-block-2-part1/slide1.jpg";}}s:23:"explainer-block-2-part2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"explainer-block-2-part2/slide1.jpg";}}s:16:"projects-modal-2";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"projects-modal-2/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"projects-modal-2/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"projects-modal-2/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"projects-modal-2/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"projects-modal-2/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"projects-modal-2/slide6.jpg";}}s:6:"menu-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"menu-3/slide1.jpg";}}s:6:"hero-3";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"hero-3/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:17:"hero-3/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:17:"hero-3/slide3.jpg";}}s:7:"about-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"about-3/slide1.jpg";}}s:10:"services-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"services-3/slide1.jpg";}}s:10:"projects-3";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"projects-3/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"projects-3/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"projects-3/slide3.jpg";}}s:8:"footer-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"footer-3/slide1.jpg";}}s:23:"explainer-block-3-part1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"explainer-block-3-part1/slide1.jpg";}}s:23:"explainer-block-3-part2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"explainer-block-3-part2/slide1.jpg";}}s:16:"projects-modal-3";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"projects-modal-3/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"projects-modal-3/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"projects-modal-3/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"projects-modal-3/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"projects-modal-3/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"projects-modal-3/slide6.jpg";}}s:25:"urban-street-skate-slider";a:12:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"urban-street-skate-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"urban-street-skate-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"urban-street-skate-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"urban-street-skate-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"urban-street-skate-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:36:"urban-street-skate-slider/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:36:"urban-street-skate-slider/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:36:"urban-street-skate-slider/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:36:"urban-street-skate-slider/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:37:"urban-street-skate-slider/slide10.jpg";}i:10;a:2:{s:5:"title";s:8:"Slide 11";s:3:"img";s:37:"urban-street-skate-slider/slide11.jpg";}i:11;a:2:{s:5:"title";s:8:"Slide 12";s:3:"img";s:37:"urban-street-skate-slider/slide12.jpg";}}s:13:"yummy-burgers";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"yummy-burgers/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"yummy-burgers/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"yummy-burgers/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"yummy-burgers/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"yummy-burgers/slide5.jpg";}}s:37:"tattoo-event-website-template-package";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"packages/tattoo_event_website_package.jpg";}}s:24:"tattoo-event-hero-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"tattoo-event-hero-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"tattoo-event-hero-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"tattoo-event-hero-slider/slide3.jpg";}}s:18:"tattoo-event-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"tattoo-event-about/slide1.jpg";}}s:20:"tattoo-event-artists";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"tattoo-event-artists/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"tattoo-event-artists/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"tattoo-event-artists/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"tattoo-event-artists/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"tattoo-event-artists/slide5.jpg";}}s:21:"tattoo-event-schedule";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"tattoo-event-schedule/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"tattoo-event-schedule/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"tattoo-event-schedule/slide3.jpg";}}s:17:"tattoo-event-news";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"tattoo-event-news/slide1.jpg";}}s:19:"tattoo-event-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"tattoo-event-footer/slide1.jpg";}}s:24:"startup-website-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"packages/startup-website-template.jpg";}}s:12:"startup-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"startup-menu/slide1.jpg";}}s:12:"startup-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"startup-hero/slide1.jpg";}}s:13:"startup-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"startup-about/slide1.jpg";}}s:18:"startup-features-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"startup-features-1/slide1.jpg";}}s:18:"startup-features-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"startup-features-2/slide1.jpg";}}s:12:"startup-team";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"startup-team/slide1.jpg";}}s:15:"startup-reviews";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"startup-reviews/slide1.jpg";}}s:11:"startup-cta";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"startup-cta/slide1.jpg";}}s:14:"startup-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"startup-footer/slide1.jpg";}}s:19:"startup-video-modal";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"startup-video-modal/slide1.jpg";}}s:32:"christmas-gift-card-landing-page";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:45:"packages/christmas-gift-card-landing-page.jpg";}}s:24:"christmas-landing-page-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"christmas-gift-card-landing-page/slide1.jpg";}}s:24:"christmas-landing-page-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"christmas-landing-page-2/slide1.jpg";}}s:12:"image-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"image-slider/slide-1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"image-slider/slide-2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"image-slider/slide-3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"image-slider/slide-4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"image-slider/slide-5.jpg";}}s:17:"full-width-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"full-width-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"full-width-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"full-width-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"full-width-slider/slide4.jpg";}}s:20:"app-website-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"packages/app-website-template.jpg";}}s:16:"app-website-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"app-website-menu/slide1.jpg";}}s:16:"app-website-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"app-website-hero/slide1.jpg";}}s:20:"app-download-buttons";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"app-download-buttons/slide1.jpg";}}s:17:"app-website-about";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"app-website-about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"app-website-about/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"app-website-about/slide3.jpg";}}s:20:"app-website-features";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"app-website-features/slide1.jpg";}}s:21:"app-website-video-cta";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"app-website-video-cta/slide1.jpg";}}s:23:"app-website-screenshots";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"app-website-screenshots/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"app-website-screenshots/slide2.jpg";}}s:22:"app-testimonials-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"app-testimonials-title/slide1.jpg";}}s:24:"app-website-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"app-website-testimonials/slide1.jpg";}}s:16:"app-website-team";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"app-website-team/slide1.jpg";}}s:18:"app-website-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"app-website-footer/slide1.jpg";}}s:15:"app-video-modal";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"app-video-modal/slide1.jpg";}}s:25:"testimonial-carousel-pack";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"packages/testimonial-carousel-pack.jpg";}}s:22:"testimonial-carousel-1";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"testimonial-carousel-1/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"testimonial-carousel-1/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"testimonial-carousel-1/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"testimonial-carousel-1/slide4.jpg";}}s:22:"testimonial-carousel-2";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"testimonial-carousel-2/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"testimonial-carousel-2/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"testimonial-carousel-2/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"testimonial-carousel-2/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:33:"testimonial-carousel-2/slide5.jpg";}}s:22:"testimonial-carousel-3";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"testimonial-carousel-3/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"testimonial-carousel-3/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"testimonial-carousel-3/slide3.jpg";}}s:22:"testimonial-carousel-4";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"testimonial-carousel-4/slide1.jpg";}}s:22:"testimonial-carousel-5";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"testimonial-carousel-5/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"testimonial-carousel-5/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"testimonial-carousel-5/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"testimonial-carousel-5/slide4.jpg";}}s:9:"deep-dive";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"deep-dive/slide1.jpg";}}s:22:"particle-wave-showcase";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"particle-wave-showcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"particle-wave-showcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"particle-wave-showcase/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"particle-wave-showcase/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:33:"particle-wave-showcase/slide5.jpg";}}s:17:"video-hero-header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"video-hero-header/slide1.jpg";}}s:28:"solar-system-showcase-slider";a:9:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"solar-system-showcase-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"solar-system-showcase-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"solar-system-showcase-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"solar-system-showcase-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"solar-system-showcase-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:39:"solar-system-showcase-slider/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:39:"solar-system-showcase-slider/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:39:"solar-system-showcase-slider/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:39:"solar-system-showcase-slider/slide9.jpg";}}s:26:"Optic-shop-showcase-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"Optic-shop-showcase-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"Optic-shop-showcase-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"Optic-shop-showcase-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:37:"Optic-shop-showcase-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:37:"Optic-shop-showcase-slider/slide5.jpg";}}s:24:"charts-template-showcase";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"charts-template-showcase/slide1.jpg";}}s:31:"fashion-website-slider-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"packages/fashion-website-slider.jpg";}}s:22:"fashion-website-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"fashion-website-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"fashion-website-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"fashion-website-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"fashion-website-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:33:"fashion-website-slider/slide5.jpg";}}s:28:"fashion-website-slider-modal";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"fashion-website-slider-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"fashion-website-slider-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"fashion-website-slider-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"fashion-website-slider-modal/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"fashion-website-slider-modal/slide5.jpg";}}s:24:"furniture-website-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"furniture-website-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"furniture-website-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"furniture-website-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:35:"furniture-website-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:35:"furniture-website-slider/slide5.jpg";}}s:26:"fitness-gym-website-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"fitness-gym-website-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"fitness-gym-website-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"fitness-gym-website-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:37:"fitness-gym-website-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:37:"fitness-gym-website-slider/slide5.jpg";}}s:35:"ai--robotics-webside-slider-package";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:51:"packages/ai-and-robotics-website-slider-package.jpg";}}s:30:"ai-and-robotics-website-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"ai-and-robotics-website-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"ai-and-robotics-website-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:41:"ai-and-robotics-website-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:41:"ai-and-robotics-website-slider/slide4.jpg";}}s:14:"ai-video-modal";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"ai-video-modal/slide1.jpg";}}s:33:"minimal-typography-website-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"minimal-typography-website-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"minimal-typography-website-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"minimal-typography-website-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"minimal-typography-website-slider/slide4.jpg";}}s:19:"404-page-collection";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"404-page-collection/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"404-page-collection/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"404-page-collection/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"404-page-collection/slide4.jpg";}}s:21:"ecommerce-sale-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"ecommerce-sale-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"ecommerce-sale-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"ecommerce-sale-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"ecommerce-sale-slider/slide4.jpg";}}s:19:"fashion-shop-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"fashion-shop-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"fashion-shop-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"fashion-shop-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"fashion-shop-slider/slide4.jpg";}}s:29:"lingerie-store-website-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"lingerie-store-website-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:40:"lingerie-store-website-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:40:"lingerie-store-website-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:40:"lingerie-store-website-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:40:"lingerie-store-website-slider/slide5.jpg";}}s:28:"beach-events-hero-collection";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"beach-events-hero-collection/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"beach-events-hero-collection/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"beach-events-hero-collection/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"beach-events-hero-collection/slide4.jpg";}}s:41:"creative-portfolio-website-slider-package";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:54:"packages/creative-portfolio-website-slider-package.jpg";}}s:30:"creative-portfolio-main-slider";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"creative-portfolio-main-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"creative-portfolio-main-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:41:"creative-portfolio-main-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:41:"creative-portfolio-main-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:41:"creative-portfolio-main-slider/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:41:"creative-portfolio-main-slider/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:41:"creative-portfolio-main-slider/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:41:"creative-portfolio-main-slider/slide8.jpg";}}s:28:"creative-portfolio-project-1";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"creative-portfolio-project-1/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"creative-portfolio-project-1/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"creative-portfolio-project-1/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"creative-portfolio-project-1/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"creative-portfolio-project-1/slide5.jpg";}}s:28:"creative-portfolio-project-2";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"creative-portfolio-project-2/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"creative-portfolio-project-2/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"creative-portfolio-project-2/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"creative-portfolio-project-2/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"creative-portfolio-project-2/slide5.jpg";}}s:28:"creative-portfolio-project-3";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"creative-portfolio-project-3/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"creative-portfolio-project-3/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"creative-portfolio-project-3/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"creative-portfolio-project-3/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"creative-portfolio-project-3/slide5.jpg";}}s:28:"creative-portfolio-project-4";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"creative-portfolio-project-4/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"creative-portfolio-project-4/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"creative-portfolio-project-4/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"creative-portfolio-project-4/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"creative-portfolio-project-4/slide5.jpg";}}s:28:"creative-portfolio-project-5";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"creative-portfolio-project-5/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"creative-portfolio-project-5/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"creative-portfolio-project-5/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"creative-portfolio-project-5/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"creative-portfolio-project-5/slide5.jpg";}}s:28:"creative-portfolio-project-6";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"creative-portfolio-project-6/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"creative-portfolio-project-6/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"creative-portfolio-project-6/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"creative-portfolio-project-6/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"creative-portfolio-project-6/slide5.jpg";}}s:28:"creative-portfolio-project-7";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"creative-portfolio-project-7/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"creative-portfolio-project-7/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"creative-portfolio-project-7/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"creative-portfolio-project-7/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"creative-portfolio-project-7/slide5.jpg";}}s:19:"ai-particle-cluster";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"ai-particle-cluster/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"ai-particle-cluster/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"ai-particle-cluster/slide3.jpg";}}s:24:"artistic-parallax-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"artistic-parallax-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"artistic-parallax-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"artistic-parallax-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:35:"artistic-parallax-slider/slide4.jpg";}}s:23:"magazine-content-slider";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"magazine-content-slider/slide1.jpg";}}s:30:"magazine-content-slider-static";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"magazine-content-slider-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"magazine-content-slider-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:41:"magazine-content-slider-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:41:"magazine-content-slider-static/slide4.jpg";}}s:24:"Masonry-Gallery-Carousel";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"Masonry-Gallery-Carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"Masonry-Gallery-Carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"Masonry-Gallery-Carousel/slide3.jpg";}}s:21:"neon-wordpress-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"neon-wordpress-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"neon-wordpress-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"neon-wordpress-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"neon-wordpress-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"neon-wordpress-slider/slide5.jpg";}}s:27:"Restaurant-One-Page-Website";a:11:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"Restaurant-One-Page-Website/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"Restaurant-One-Page-Website/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"Restaurant-One-Page-Website/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:38:"Restaurant-One-Page-Website/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:38:"Restaurant-One-Page-Website/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:38:"Restaurant-One-Page-Website/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:38:"Restaurant-One-Page-Website/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:38:"Restaurant-One-Page-Website/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:38:"Restaurant-One-Page-Website/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:39:"Restaurant-One-Page-Website/slide10.jpg";}i:10;a:2:{s:5:"title";s:8:"Slide 11";s:3:"img";s:39:"Restaurant-One-Page-Website/slide11.jpg";}}s:18:"woocommerce-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"woocommerce-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"woocommerce-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"woocommerce-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"woocommerce-slider/slide4.jpg";}}s:25:"woocommerce-slider-static";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"woocommerce-slider-static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"woocommerce-slider-static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"woocommerce-slider-static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"woocommerce-slider-static/slide4.jpg";}}s:21:"wordpress-post-slider";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"wordpress-post-slider/slide1.jpg";}}s:28:"WordPress-Post-Slider-Static";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"WordPress-Post-Slider-Static/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"WordPress-Post-Slider-Static/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"WordPress-Post-Slider-Static/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"WordPress-Post-Slider-Static/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"WordPress-Post-Slider-Static/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:39:"WordPress-Post-Slider-Static/slide6.jpg";}}s:22:"wordpress-video-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"wordpress-video-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"wordpress-video-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"wordpress-video-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"wordpress-video-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:33:"wordpress-video-slider/slide5.jpg";}}s:37:"architecture-website-template-package";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"packages/architecture-website-thumb.jpg";}}s:17:"architecture-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"architecture-menu/slide1.jpg";}}s:26:"architecture-header-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"architecture-header-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"architecture-header-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"architecture-header-slider/slide3.jpg";}}s:23:"architecture-text-block";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"architecture-text-block/slide1.jpg";}}s:18:"architecture-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"architecture-about/slide1.jpg";}}s:26:"architecture-process-title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"architecture-process-title/slide1.jpg";}}s:20:"architecture-process";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"architecture-process/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"architecture-process/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"architecture-process/slide3.jpg";}}s:22:"architecture-portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"architecture-portfolio/slide1.jpg";}}s:28:"architecture-portfolio-modal";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"architecture-portfolio-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"architecture-portfolio-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"architecture-portfolio-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"architecture-portfolio-modal/slide4.jpg";}}s:20:"architecture-contact";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"architecture-contact/slide1.jpg";}}s:23:"image-comparison-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"image-comparison-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"image-comparison-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"image-comparison-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"image-comparison-slider/slide4.jpg";}}s:37:"wedding-photo-slider-template-package";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"packages/Wedding-Photo-Slider-Package.jpg";}}s:20:"wedding-photo-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"wedding-photo-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"wedding-photo-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"wedding-photo-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"wedding-photo-slider/slide4.jpg";}}s:26:"wedding-photo-slider-modal";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"wedding-photo-slider-modal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"wedding-photo-slider-modal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"wedding-photo-slider-modal/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:37:"wedding-photo-slider-modal/slide4.jpg";}}s:24:"destinations-card-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"destinations-card-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"destinations-card-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"destinations-card-slider/slide3.jpg";}}s:21:"knives-product-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"knives-product-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"knives-product-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"knives-product-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"knives-product-slider/slide4.jpg";}}s:16:"tiny-slider-dark";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"tiny-slider-dark/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"tiny-slider-dark/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"tiny-slider-dark/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"tiny-slider-dark/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"tiny-slider-dark/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"tiny-slider-dark/slide6.jpg";}}s:17:"tiny-slider-light";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"tiny-slider-light/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"tiny-slider-light/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"tiny-slider-light/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"tiny-slider-light/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"tiny-slider-light/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"tiny-slider-light/slide6.jpg";}}s:24:"pet-store-product-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"pet-store-product-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"pet-store-product-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"pet-store-product-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:35:"pet-store-product-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:35:"pet-store-product-slider/slide5.jpg";}}s:18:"material-ui-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"material-ui-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"material-ui-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"material-ui-slider/slide3.jpg";}}s:19:"happy-holidays-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"happy-holidays-hero/slide1.jpg";}}s:36:"space-and-sci-fi-presentation-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:47:"space-and-sci-fi-presentation-slider/slide1.png";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:47:"space-and-sci-fi-presentation-slider/slide2.png";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:47:"space-and-sci-fi-presentation-slider/slide3.png";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:47:"space-and-sci-fi-presentation-slider/slide4.png";}}s:21:"Claymorphism-Carousel";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Claymorphism-Carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"Claymorphism-Carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"Claymorphism-Carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"Claymorphism-Carousel/slide4.jpg";}}s:24:"404-page-hero-collection";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"404-page-hero-collection/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"404-page-hero-collection/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"404-page-hero-collection/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:35:"404-page-hero-collection/slide4.jpg";}}s:32:"furniture-store-isometric-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"furniture-store-isometric-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"furniture-store-isometric-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"furniture-store-isometric-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:43:"furniture-store-isometric-slider/slide4.jpg";}}s:36:"woodworking-website-template-package";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"packages/Woodworking-Website-Template.jpg";}}s:22:"wood-art-one-page-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"wood-art-one-page-hero/slide1.jpg";}}s:23:"wood-art-one-page-about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"wood-art-one-page-about/slide1.jpg";}}s:22:"wood-art-one-page-work";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"wood-art-one-page-work/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"wood-art-one-page-work/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"wood-art-one-page-work/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"wood-art-one-page-work/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:33:"wood-art-one-page-work/slide5.jpg";}}s:30:"wood-art-one-page-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"wood-art-one-page-testimonials/slide1.jpg";}}s:24:"wood-art-one-page-events";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"wood-art-one-page-events/slide1.jpg";}}s:24:"wood-art-one-page-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"wood-art-one-page-footer/slide1.jpg";}}s:26:"wood-art-one-page-gallery1";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"wood-art-one-page-gallery1/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"wood-art-one-page-gallery1/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"wood-art-one-page-gallery1/slide3.jpg";}}s:26:"wood-art-one-page-gallery2";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"wood-art-one-page-gallery2/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"wood-art-one-page-gallery2/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"wood-art-one-page-gallery2/slide3.jpg";}}s:26:"wood-art-one-page-gallery3";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"wood-art-one-page-gallery3/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"wood-art-one-page-gallery3/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"wood-art-one-page-gallery3/slide3.jpg";}}s:26:"wood-art-one-page-gallery4";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"wood-art-one-page-gallery4/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"wood-art-one-page-gallery4/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"wood-art-one-page-gallery4/slide3.jpg";}}s:26:"wood-art-one-page-gallery5";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:37:"wood-art-one-page-gallery5/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:37:"wood-art-one-page-gallery5/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:37:"wood-art-one-page-gallery5/slide3.jpg";}}s:35:"Hero-Template-With-Cursor-Animation";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:46:"Hero-Template-With-Cursor-Animation/slide1.jpg";}}s:28:"futuristic-hairstyles-slider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"futuristic-hairstyles-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:39:"futuristic-hairstyles-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:39:"futuristic-hairstyles-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:39:"futuristic-hairstyles-slider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:39:"futuristic-hairstyles-slider/slide5.jpg";}}s:28:"instagram-gallery-carousel-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"instagram-gallery-carousel-1/slide1.jpg";}}s:28:"instagram-gallery-carousel-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"instagram-gallery-carousel-2/slide1.jpg";}}s:28:"instagram-gallery-carousel-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"instagram-gallery-carousel-3/slide1.jpg";}}s:28:"instagram-gallery-carousel-4";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"instagram-gallery-carousel-4/slide1.jpg";}}s:31:"instagram-gallery-carousel-pack";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"packages/Instagram-Gallery-Carousel.jpg";}}s:29:"Storytelling-Website-Template";a:16:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"Storytelling-Website-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:40:"Storytelling-Website-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:40:"Storytelling-Website-Template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:40:"Storytelling-Website-Template/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:40:"Storytelling-Website-Template/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:40:"Storytelling-Website-Template/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:40:"Storytelling-Website-Template/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:40:"Storytelling-Website-Template/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:40:"Storytelling-Website-Template/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:41:"Storytelling-Website-Template/slide10.jpg";}i:10;a:2:{s:5:"title";s:8:"Slide 11";s:3:"img";s:41:"Storytelling-Website-Template/slide11.jpg";}i:11;a:2:{s:5:"title";s:8:"Slide 12";s:3:"img";s:41:"Storytelling-Website-Template/slide12.jpg";}i:12;a:2:{s:5:"title";s:8:"Slide 13";s:3:"img";s:41:"Storytelling-Website-Template/slide13.jpg";}i:13;a:2:{s:5:"title";s:8:"Slide 14";s:3:"img";s:41:"Storytelling-Website-Template/slide14.jpg";}i:14;a:2:{s:5:"title";s:8:"Slide 15";s:3:"img";s:41:"Storytelling-Website-Template/slide15.jpg";}i:15;a:2:{s:5:"title";s:8:"Slide 16";s:3:"img";s:41:"Storytelling-Website-Template/slide16.jpg";}}s:32:"generative-ai-wordpress-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:45:"packages/Generative-AI-Wordpress-Template.jpg";}}s:9:"G-AI-Hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"G-AI-Hero/slide1.jpg";}}s:10:"G-AI-Intro";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"G-AI-Intro/slide1.jpg";}}s:10:"G-AI-Logos";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"G-AI-Logos/slide1.jpg";}}s:11:"G-AI-Images";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"G-AI-Images/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"G-AI-Images/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"G-AI-Images/slide3.jpg";}}s:9:"G-AI-Copy";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"G-AI-Copy/slide1.jpg";}}s:10:"G-AI-Tools";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"G-AI-Tools/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"G-AI-Tools/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"G-AI-Tools/slide3.jpg";}}s:10:"G-AI-Cases";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"G-AI-Cases/slide1.jpg";}}s:18:"G-AI-Gallery-Title";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"G-AI-Gallery-Title/slide1.jpg";}}s:12:"G-AI-Gallery";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"G-AI-Gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"G-AI-Gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"G-AI-Gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"G-AI-Gallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:23:"G-AI-Gallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:23:"G-AI-Gallery/slide6.jpg";}}s:17:"G-AI-Testimonials";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"G-AI-Testimonials/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"G-AI-Testimonials/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"G-AI-Testimonials/slide3.jpg";}}s:11:"G-AI-Footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"G-AI-Footer/slide1.jpg";}}s:23:"visual-design-one-pager";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"packages/Visual-Design-One-Pager.jpg";}}s:20:"visual-designer-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"visual-designer-menu/slide1.jpg";}}s:22:"visual-designer-slider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"visual-designer-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"visual-designer-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"visual-designer-slider/slide3.jpg";}}s:25:"Visual-Designer-Portfolio";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"Visual-Designer-Portfolio/slide1.jpg";}}s:21:"Visual-Designer-About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"Visual-Designer-About/slide1.jpg";}}s:22:"visual-designer-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"visual-designer-footer/slide1.jpg";}}s:27:"Visual-Designer-Detail-View";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"Visual-Designer-Detail-View/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"Visual-Designer-Detail-View/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:38:"Visual-Designer-Detail-View/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:38:"Visual-Designer-Detail-View/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:38:"Visual-Designer-Detail-View/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:38:"Visual-Designer-Detail-View/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:38:"Visual-Designer-Detail-View/slide7.jpg";}}s:24:"online-watch-shop-slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"online-watch-shop-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:35:"online-watch-shop-slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:35:"online-watch-shop-slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:35:"online-watch-shop-slider/slide4.jpg";}}s:31:"Brewery-Website-Slider-Template";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"Brewery-Website-Slider-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:42:"Brewery-Website-Slider-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:42:"Brewery-Website-Slider-Template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:42:"Brewery-Website-Slider-Template/slide4.jpg";}}s:40:"Hero-Slider-with-Midjourney-Image-Effect";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:51:"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg";}}s:31:"Highlight-Hero-Section-Template";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"Highlight-Hero-Section-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:42:"Highlight-Hero-Section-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:42:"Highlight-Hero-Section-Template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:42:"Highlight-Hero-Section-Template/slide4.jpg";}}s:36:"Samurai-Fullscreen-Carousel-Template";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:47:"Samurai-Fullscreen-Carousel-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:47:"Samurai-Fullscreen-Carousel-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:47:"Samurai-Fullscreen-Carousel-Template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:47:"Samurai-Fullscreen-Carousel-Template/slide4.jpg";}}s:32:"surf-scroll-based-story-template";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:45:"packages/surf-scroll-based-story-template.jpg";}}s:18:"Surf-Template-Logo";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"Surf-Template-Logo/slide1.jpg";}}s:15:"Surf-Template-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Surf-Template-1/slide1.jpg";}}s:15:"Surf-Template-2";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Surf-Template-2/slide1.jpg";}}s:15:"Surf-Template-3";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Surf-Template-3/slide1.jpg";}}s:15:"Surf-Template-4";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"Surf-Template-4/slide1.jpg";}}s:33:"50-50-Split-Screen-Website-Design";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"50-50-Split-Screen-Website-Design/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"50-50-Split-Screen-Website-Design/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"50-50-Split-Screen-Website-Design/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"50-50-Split-Screen-Website-Design/slide4.jpg";}}s:33:"Food-Presentation-Template-Slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"Food-Presentation-Template-Slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"Food-Presentation-Template-Slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"Food-Presentation-Template-Slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"Food-Presentation-Template-Slider/slide4.jpg";}}s:38:"FutureSight-Digital-Marketing-Template";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:49:"FutureSight-Digital-Marketing-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:49:"FutureSight-Digital-Marketing-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:49:"FutureSight-Digital-Marketing-Template/slide3.jpg";}}s:40:"Starry-Night-Parallax-Zoom-Effect-Slider";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:51:"Starry-Night-Parallax-Zoom-Effect-Slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:51:"Starry-Night-Parallax-Zoom-Effect-Slider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:51:"Starry-Night-Parallax-Zoom-Effect-Slider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:51:"Starry-Night-Parallax-Zoom-Effect-Slider/slide4.jpg";}}s:15:"beyond-the-void";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"beyond-the-void/slide1.jpg";}}s:33:"Static-Ecommerce-Product-Carousel";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:44:"Static-Ecommerce-Product-Carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:44:"Static-Ecommerce-Product-Carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:44:"Static-Ecommerce-Product-Carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:44:"Static-Ecommerce-Product-Carousel/slide4.jpg";}}s:30:"woo-ecommerce-product-carousel";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"woo-ecommerce-product-carousel/slide1.jpg";}}s:31:"Serenity-Hero-With-Focus-Effect";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:42:"Serenity-Hero-With-Focus-Effect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:42:"Serenity-Hero-With-Focus-Effect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:42:"Serenity-Hero-With-Focus-Effect/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:42:"Serenity-Hero-With-Focus-Effect/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:42:"Serenity-Hero-With-Focus-Effect/slide5.jpg";}}s:29:"OakGrove-Wine-Slider-Template";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"OakGrove-Wine-Slider-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:40:"OakGrove-Wine-Slider-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:40:"OakGrove-Wine-Slider-Template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:40:"OakGrove-Wine-Slider-Template/slide4.jpg";}}s:32:"Geometric-Slider-Design-Template";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:43:"Geometric-Slider-Design-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:43:"Geometric-Slider-Design-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:43:"Geometric-Slider-Design-Template/slide3.jpg";}}s:43:"Chocolate-Bar-Product-Presentation-Template";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:54:"Chocolate-Bar-Product-Presentation-Template/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:54:"Chocolate-Bar-Product-Presentation-Template/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:54:"Chocolate-Bar-Product-Presentation-Template/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:54:"Chocolate-Bar-Product-Presentation-Template/slide4.jpg";}}s:30:"Fluid-Dynamics-Effect-Showcase";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"Fluid-Dynamics-Effect-Showcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"Fluid-Dynamics-Effect-Showcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:41:"Fluid-Dynamics-Effect-Showcase/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:41:"Fluid-Dynamics-Effect-Showcase/slide4.jpg";}}}}', 'no');
INSERT INTO `SGLe0xCk_options` VALUES
(11983859, 'woocommerce_db_version', '3.0.1', 'yes'),
(11983873, 'fw_active_extensions', 'a:6:{s:7:"backups";a:0:{}s:12:"backups-demo";a:0:{}s:4:"blog";a:0:{}s:6:"update";a:0:{}s:13:"github-update";a:0:{}s:13:"custom-update";a:0:{}}', 'yes'),
(11984031, '_bbp_private_forums', 'a:0:{}', 'yes'),
(11984032, '_bbp_hidden_forums', 'a:0:{}', 'yes'),
(11984033, '_bbp_db_version', '250', 'yes'),
(11984195, 'wpaas_file_editor_enabled', '1', 'no'),
(11984211, 'basa_installed_timestamp', '1517544369', 'yes'),
(11984212, 'basa_version', '1.1.1', 'yes'),
(11984325, 'nss_plugin_remote_version_sfwd_lms', 'I''m sorry, your requested action is not allowed. If you have any questions, please contact the server administrator.', 'yes'),
(11984326, 'nss_plugin_remote_license_sfwd_lms', 'a:1:{s:5:"value";s:116:"I''m sorry, your requested action is not allowed. If you have any questions, please contact the server administrator.";}', 'yes'),
(11984365, 'logged_in_key', '<8r {-8VBUlTV~/o8/L< X3^iL^fZuJ:*:8M/S:eYAK0fI72E(a LB/S>BY=fzHo', 'no'),
(11984366, 'logged_in_salt', ',7Y?O%W(Gjv^uPGc l:PQ_*KJ]>fXF&>ZU>uZC~K(d[qRg4eyJG#Q=Fq27-HoEIA', 'no'),
(11984367, 'nonce_key', 'B7v~Ko}GHt?eXXKRn9ib_HL5(35@]#+)4)3R8w:gW|{[2:(vACZWdH~5c}:EXWt^', 'no'),
(11984368, 'nonce_salt', '%]Yw=Lb{*CA7>RJv@*H*,v/)@~$?Wq D:$M[1*qF+=GW)*b//fV}tNJ(  5sO-mM', 'no'),
(11984375, 'auth_key', ';1F{M>0gD YlV. D0IEbn!o13=Zn7k:>w&/6LY~;y~+yyX0fV.3r)?fF$zF>-m%Z', 'no'),
(11984376, 'auth_salt', ' 5eAz57W|MeA8f Mmls4uFl$]](JwTLM(xho#fB2JC#S7uY:Xt$v/ndV^pG:d36|', 'no'),
(11984412, 'u_course_cat_children', 'a:0:{}', 'yes'),
(11984413, 'u_event_cat_children', 'a:0:{}', 'yes'),
(11984414, 'u_department_children', 'a:0:{}', 'yes'),
(11984416, 'product_cat_children', 'a:0:{}', 'yes'),
(11984417, 'SGLe0xCk_user_roles', 'a:6:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:10:"loco_admin";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:10:"translator";a:2:{s:4:"name";s:10:"Translator";s:12:"capabilities";a:2:{s:4:"read";b:1;s:10:"loco_admin";b:1;}}}', 'yes'),
(11984418, 'admin_email', 'choc.tea04@gmail.com', 'yes'),
(11984419, 'cron', 'a:17:{i:1702751219;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1702757610;a:1:{s:18:"wp_https_detection";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1702779096;a:1:{s:21:"ai1wm_storage_cleanup";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1702780018;a:1:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1702780019;a:2:{s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1702780033;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1702780037;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1702785916;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1702795590;a:1:{s:13:"wpseo-reindex";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1702795677;a:1:{s:26:"wpo_minify_purge_old_cache";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1702795678;a:1:{s:29:"wpo_smush_clear_backup_images";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1702881990;a:1:{s:16:"wpseo_ryte_fetch";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1702882077;a:1:{s:21:"wpo_weekly_cron_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1703212019;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1703217896;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1703987746;a:1:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}s:7:"version";i:2;}', 'yes'),
(11984420, 'mailserver_login', 'login@example.com', 'yes'),
(11984421, 'mailserver_pass', 'password', 'yes'),
(11984422, 'mailserver_port', '110', 'yes'),
(11984423, 'mailserver_url', 'mail.example.com', 'yes'),
(11984424, 'recently_edited', 'a:5:{i:0;s:72:"/home/su1th4/public_html/spisutha/wp-content/themes/university/style.css";i:2;s:74:"C:\\xampp7\\htdocs\\uinjambi\\wordpress/wp-content/plugins/akismet/akismet.php";i:3;s:85:"C:\\xampp7\\htdocs\\uinjambi\\wordpress/wp-content/themes/university/header-frontpage.php";i:4;s:83:"C:\\xampp7\\htdocs\\uinjambi\\wordpress/wp-content/themes/university/header-heading.php";i:5;s:74:"C:\\xampp7\\htdocs\\uinjambi\\wordpress/wp-content/themes/university/style.css";}', 'no'),
(11984425, 'current_theme', 'university | Shared by WPTry.org', 'yes'),
(11984426, 'home', 'https://spisutha.w2.uinjambi.ac.id', 'yes'),
(11984427, 'siteurl', 'https://spisutha.w2.uinjambi.ac.id', 'yes'),
(11984428, 'date_format', 'F j, Y', 'yes'),
(11984429, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(11984430, 'time_format', 'g:i a', 'yes'),
(11984431, 'timezone_string', '', 'yes'),
(11984432, 'gmt_offset', '0', 'yes'),
(11984433, 'start_of_week', '1', 'yes'),
(11984435, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(11984436, 'upload_path', '', 'yes'),
(11984437, 'upload_url_path', '', 'yes'),
(11984438, 'uploads_use_yearmonth_folders', '1', 'yes'),
(11984439, 'users_can_register', '0', 'yes'),
(11984440, 'use_smilies', '1', 'yes'),
(11984441, 'use_trackback', '0', 'yes'),
(11984442, 'blogname', 'Website SPI', 'yes'),
(11984443, 'blogdescription', 'UIN Sulthan Thaha Saifuddin Jambi', 'yes'),
(11984444, 'blog_charset', 'UTF-8', 'yes'),
(11984446, 'uninstall_plugins', 'a:3:{s:27:"wp-pagenavi/wp-pagenavi.php";s:14:"__return_false";s:44:"click-to-chat-for-whatsapp/click-to-chat.php";a:2:{i:0;s:15:"HT_CTC_Register";i:1;s:9:"uninstall";}s:27:"wp-optimize/wp-optimize.php";s:21:"wpo_uninstall_actions";}', 'no'),
(11984447, 'recently_activated', 'a:0:{}', 'yes'),
(11984448, 'moderation_notify', '1', 'yes'),
(11984449, 'comment_registration', '0', 'yes'),
(11984450, 'default_role', 'subscriber', 'yes'),
(11984451, 'blog_public', '1', 'yes'),
(11984455, 'fw:ext:backups:pending_task_collections', 'a:0:{}', 'no'),
(11984456, 'fw:ext:backups-demo:active-demo', 'a:2:{s:2:"id";s:0:"";s:6:"result";N;}', 'no'),
(11984457, 'fw:ext:backups:active_task_collection', '', 'no'),
(11984458, 'revslider_servers', 'a:3:{i:0;s:22:"themepunch-ext-b.tools";i:1;s:22:"themepunch-ext-c.tools";i:2;s:22:"themepunch-ext-a.tools";}', 'yes'),
(11984459, 'revslider_server_refresh', '1702642475', 'yes'),
(11984462, 'revslider-update-hash', '09e733ce93e8d434be5385b04f849786', 'yes'),
(11984463, 'revslider-additions', 'O:8:"stdClass":1:{s:7:"selling";b:1;}', 'yes'),
(11984464, 'rs-addons-counter', '0', 'yes'),
(11984466, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes'),
(11984468, 'revslider-templates-hash', '4e204de018f0c7d4faea1465fd3e0f14', 'yes'),
(11984469, 'rs-templates-counter', '0', 'no'),
(11984475, 'finished_updating_comment_type', '1', 'yes'),
(11984476, 'fw:ext:backups:log', 'a:1:{i:0;a:4:{s:4:"type";s:7:"success";s:5:"title";s:20:"Demo Content Install";s:4:"data";a:0:{}s:4:"time";i:1614221062;}}', 'no'),
(11984477, 'unyson_demo_id', 'local-c0b1d44eeee526135b6dc0ad1ebee1bc', 'yes'),
(11984489, 'recovery_keys', 'a:0:{}', 'yes'),
(11984493, 'SGLe0xCk_page_for_privacy_policy', '136952', 'yes'),
(11984494, 'show_comments_cookies_opt_in', '1', 'yes'),
(11984495, 'admin_email_lifespan', '1701488900', 'yes'),
(11984496, 'disallowed_keys', '', 'no'),
(11984497, 'comment_previously_approved', '1', 'yes'),
(11984498, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(11984499, 'auto_update_core_dev', 'enabled', 'yes'),
(11984500, 'auto_update_core_minor', 'enabled', 'yes'),
(11984501, 'auto_update_core_major', 'unset', 'yes'),
(11984510, 'WPLANG', 'id_ID', 'yes'),
(11984580, 'revslider_update_revision_current', '6.2.0', 'yes'),
(11984759, 'recovery_mode_email_last_sent', '1614920491', 'yes'),
(11984869, 'u_project_cat_children', 'a:0:{}', 'yes'),
(11984947, 'ht_ctc_othersettings', 'a:7:{s:7:"an_type";s:6:"bounce";s:8:"an_delay";s:1:"0";s:6:"an_itr";s:1:"5";s:11:"show_effect";s:11:"From Center";s:3:"amp";s:1:"1";s:16:"google_analytics";s:1:"1";s:8:"fb_pixel";s:1:"1";}', 'yes'),
(11984948, 'ht_ctc_chat_options', 'a:20:{s:2:"cc";s:0:"";s:3:"num";s:12:"628526634873";s:6:"number";s:12:"628526634873";s:10:"pre_filled";s:45:"Hello \r\nNama Saya :\r\nDari Kota :\r\nKeperluan :";s:14:"call_to_action";s:12:"Hubungi Kami";s:13:"style_desktop";s:3:"7_1";s:6:"side_1";s:6:"bottom";s:12:"side_1_value";s:4:"15px";s:6:"side_2";s:4:"left";s:12:"side_2_value";s:4:"15px";s:12:"style_mobile";s:3:"7_1";s:13:"mobile_side_1";s:6:"bottom";s:19:"mobile_side_1_value";s:4:"10px";s:13:"mobile_side_2";s:4:"left";s:19:"mobile_side_2_value";s:4:"10px";s:12:"show_or_hide";s:4:"hide";s:17:"list_hideon_pages";s:0:"";s:15:"list_hideon_cat";s:0:"";s:17:"list_showon_pages";s:0:"";s:15:"list_showon_cat";s:0:"";}', 'yes'),
(11984949, 'ht_ctc_group', 'a:17:{s:8:"group_id";s:0:"";s:14:"call_to_action";s:14:"WhatsApp Group";s:13:"style_desktop";s:1:"4";s:12:"style_mobile";s:1:"2";s:6:"side_1";s:6:"bottom";s:12:"side_1_value";s:4:"10px";s:6:"side_2";s:4:"left";s:12:"side_2_value";s:4:"10px";s:12:"show_or_hide";s:4:"hide";s:17:"list_hideon_pages";s:0:"";s:15:"list_hideon_cat";s:0:"";s:17:"list_showon_pages";s:0:"";s:15:"list_showon_cat";s:0:"";s:13:"mobile_side_1";s:6:"bottom";s:19:"mobile_side_1_value";s:4:"10px";s:13:"mobile_side_2";s:4:"left";s:19:"mobile_side_2_value";s:4:"10px";}', 'yes'),
(11984950, 'ht_ctc_share', 'a:17:{s:10:"share_text";s:34:"Checkout this Awesome page {{url}}";s:14:"call_to_action";s:14:"WhatsApp Share";s:13:"style_desktop";s:1:"1";s:12:"style_mobile";s:1:"2";s:6:"side_1";s:3:"top";s:12:"side_1_value";s:4:"10px";s:6:"side_2";s:5:"right";s:12:"side_2_value";s:4:"10px";s:12:"show_or_hide";s:4:"hide";s:17:"list_hideon_pages";s:0:"";s:15:"list_hideon_cat";s:0:"";s:17:"list_showon_pages";s:0:"";s:15:"list_showon_cat";s:0:"";s:13:"mobile_side_1";s:3:"top";s:19:"mobile_side_1_value";s:4:"10px";s:13:"mobile_side_2";s:5:"right";s:19:"mobile_side_2_value";s:4:"10px";}', 'yes'),
(11984951, 'ht_ctc_switch', 'a:1:{s:9:"interface";s:3:"yes";}', 'yes'),
(11984952, 'ht_ctc_s1', 'a:2:{s:13:"s1_text_color";s:0:"";s:11:"s1_bg_color";s:0:"";}', 'yes'),
(11984953, 'ht_ctc_s2', 'a:5:{s:11:"s2_img_size";s:4:"50px";s:13:"cta_textcolor";s:7:"#ffffff";s:11:"cta_bgcolor";s:7:"#25D366";s:8:"cta_type";s:5:"hover";s:13:"cta_font_size";s:4:"15px";}', 'yes'),
(11984954, 'ht_ctc_s3', 'a:5:{s:11:"s3_img_size";s:4:"50px";s:13:"cta_textcolor";s:7:"#ffffff";s:11:"cta_bgcolor";s:7:"#25d366";s:8:"cta_type";s:5:"hover";s:13:"cta_font_size";s:4:"15px";}', 'yes'),
(11984955, 'ht_ctc_s3_1', 'a:10:{s:11:"s3_img_size";s:4:"40px";s:11:"s3_bg_color";s:7:"#25D366";s:17:"s3_bg_color_hover";s:7:"#25D366";s:10:"s3_padding";s:4:"14px";s:13:"s3_box_shadow";s:1:"1";s:19:"s3_box_shadow_hover";s:1:"1";s:8:"cta_type";s:5:"hover";s:13:"cta_textcolor";s:7:"#ffffff";s:11:"cta_bgcolor";s:7:"#25d366";s:13:"cta_font_size";s:4:"15px";}', 'yes'),
(11984956, 'ht_ctc_s4', 'a:5:{s:13:"s4_text_color";s:7:"#7f7d7d";s:11:"s4_bg_color";s:7:"#e4e4e4";s:10:"s4_img_url";s:0:"";s:15:"s4_img_position";s:4:"left";s:11:"s4_img_size";s:4:"32px";}', 'yes'),
(11984957, 'ht_ctc_s5', 'a:12:{s:9:"s5_line_1";s:0:"";s:9:"s5_line_2";s:35:"We will respond as soon as possible";s:15:"s5_line_1_color";s:7:"#000000";s:15:"s5_line_2_color";s:7:"#000000";s:19:"s5_background_color";s:7:"#ffffff";s:15:"s5_border_color";s:7:"#dddddd";s:6:"s5_img";s:0:"";s:13:"s5_img_height";s:4:"70px";s:12:"s5_img_width";s:4:"70px";s:17:"s5_content_height";s:4:"70px";s:16:"s5_content_width";s:5:"270px";s:15:"s5_img_position";s:5:"right";}', 'yes'),
(11984958, 'ht_ctc_s6', 'a:4:{s:12:"s6_txt_color";s:0:"";s:21:"s6_txt_color_on_hover";s:0:"";s:17:"s6_txt_decoration";s:7:"initial";s:26:"s6_txt_decoration_on_hover";s:7:"initial";}', 'yes'),
(11984959, 'ht_ctc_s7', 'a:10:{s:12:"s7_icon_size";s:4:"20px";s:13:"s7_icon_color";s:7:"#ffffff";s:19:"s7_icon_color_hover";s:7:"#f4f4f4";s:14:"s7_border_size";s:4:"12px";s:15:"s7_border_color";s:7:"#25D366";s:21:"s7_border_color_hover";s:7:"#25d366";s:16:"s7_border_radius";s:3:"50%";s:8:"cta_type";s:5:"hover";s:13:"cta_textcolor";s:7:"#ffffff";s:11:"cta_bgcolor";s:7:"#25d366";}', 'yes'),
(11984960, 'ht_ctc_s7_1', 'a:7:{s:12:"s7_icon_size";s:4:"20px";s:13:"s7_icon_color";s:7:"#ffffff";s:19:"s7_icon_color_hover";s:7:"#f4f4f4";s:14:"s7_border_size";s:4:"12px";s:10:"s7_bgcolor";s:7:"#25D366";s:16:"s7_bgcolor_hover";s:7:"#00d34d";s:8:"cta_type";s:5:"hover";}', 'yes'),
(11984961, 'ht_ctc_s8', 'a:10:{s:12:"s8_txt_color";s:7:"#ffffff";s:21:"s8_txt_color_on_hover";s:7:"#ffffff";s:11:"s8_bg_color";s:7:"#26a69a";s:20:"s8_bg_color_on_hover";s:7:"#26a69a";s:13:"s8_icon_color";s:7:"#ffffff";s:22:"s8_icon_color_on_hover";s:7:"#ffffff";s:16:"s8_icon_position";s:4:"left";s:12:"s8_text_size";s:4:"16px";s:12:"s8_icon_size";s:4:"16px";s:11:"s8_btn_size";s:3:"btn";}', 'yes'),
(11984962, 'ht_ctc_s99', 'a:6:{s:19:"s99_dekstop_img_url";s:0:"";s:18:"s99_mobile_img_url";s:0:"";s:22:"s99_desktop_img_height";s:4:"50px";s:21:"s99_desktop_img_width";s:0:"";s:21:"s99_mobile_img_height";s:4:"50px";s:20:"s99_mobile_img_width";s:0:"";}', 'yes'),
(11984963, 'ht_ctc_cs_options', 'a:2:{s:5:"hello";s:5:"world";s:17:"display_allstyles";s:1:"1";}', 'yes'),
(11984964, 'ht_ctc_plugin_details', 'a:3:{s:7:"version";s:5:"3.3.2";s:2:"v3";s:2:"v3";s:6:"v3_2_5";s:6:"v3_2_5";}', 'yes'),
(11984965, 'ht_ctc_one_time', 'a:1:{s:13:"first_version";s:5:"3.2.7";}', 'yes'),
(11985035, 'minnit_options', 'a:5:{s:14:"minnitchatname";s:0:"";s:15:"minnitplacement";s:16:"minnitPlacementR";s:14:"minnitchatsize";s:1:"2";s:16:"minnitwhocanchat";s:1:"1";s:15:"minnitchatcolor";s:7:"#81d742";}', 'yes'),
(11985119, 'ai1wmte_plugin_key', '1', 'yes'),
(11985123, 'swift_performance_plugin_organizer', 'a:0:{}', 'yes'),
(11985124, 'jetpack_active_modules', 'a:0:{}', 'yes'),
(11985131, 'https_detection_errors', 'a:0:{}', 'yes'),
(11985706, 'tidio-async-load', '1', 'yes'),
(11985707, 'tidio-one-private-key', 'zpps4078nf3f4yci06ww0l1ujsz3eoaf', 'yes'),
(11985708, 'tidio-one-public-key', 'zowpqbshczswrnjyz5lqcbgseu4dzcxf', 'yes'),
(11985756, 'secret_key', 'PeEphS&q jlWaDDf%8>rgxZ{$GuQ%eRR+V8~2hham{Sr_kQf4l<4zZl|o//Qz9!{', 'no'),
(11985850, 'GTranslate', 'a:33:{s:11:"pro_version";s:0:"";s:18:"enterprise_version";s:0:"";s:15:"url_translation";s:0:"";s:17:"add_hreflang_tags";s:0:"";s:17:"email_translation";s:0:"";s:23:"email_translation_debug";s:0:"";s:10:"new_window";s:0:"";s:12:"show_in_menu";s:0:"";s:26:"floating_language_selector";s:2:"no";s:21:"native_language_names";i:1;s:9:"analytics";s:0:"";s:23:"detect_browser_language";i:1;s:12:"add_new_line";i:1;s:16:"default_language";s:2:"id";s:18:"translation_method";s:5:"onfly";s:11:"widget_look";s:5:"popup";s:9:"flag_size";i:16;s:16:"monochrome_flags";s:0:"";s:11:"widget_code";s:7803:"<!-- GTranslate: https://gtranslate.io/ -->\r\n<a href="#" class="switcher-popup glink nturl notranslate" onclick="openGTPopup(this)"><img src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/id.png" height="16" width="16" alt="id" /> <span>Bahasa Indonesia</span><span style="color:#666;font-size:8px;font-weight:bold;">▼</span></a>\r\n<div id="gt_fade" class="gt_black_overlay"></div>\r\n<div id="gt_lightbox" class="gt_white_content notranslate">\r\n<div style="position:relative;height:14px;"><span onclick="closeGTPopup()" style="position:absolute;right:2px;top:2px;font-weight:bold;font-size:12px;cursor:pointer;color:#444;font-family:cursive;">X</span></div>\r\n<div class="gt_languages">\r\n<a href="#" onclick="changeGTLanguage(''id|ar'', this);return false;" title="العربية" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/ar.png" height="16" width="16" alt="ar" /> <span>العربية</span></a><a href="#" onclick="changeGTLanguage(''id|zh-CN'', this);return false;" title="简体中文" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/zh-CN.png" height="16" width="16" alt="zh-CN" /> <span>简体中文</span></a><a href="#" onclick="changeGTLanguage(''id|nl'', this);return false;" title="Nederlands" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/nl.png" height="16" width="16" alt="nl" /> <span>Nederlands</span></a><a href="#" onclick="changeGTLanguage(''id|en'', this);return false;" title="English" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/en.png" height="16" width="16" alt="en" /> <span>English</span></a><a href="#" onclick="changeGTLanguage(''id|fr'', this);return false;" title="Français" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/fr.png" height="16" width="16" alt="fr" /> <span>Français</span></a><a href="#" onclick="changeGTLanguage(''id|de'', this);return false;" title="Deutsch" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/de.png" height="16" width="16" alt="de" /> <span>Deutsch</span></a><a href="#" onclick="changeGTLanguage(''id|id'', this);return false;" title="Bahasa Indonesia" class="glink nturl selected"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/id.png" height="16" width="16" alt="id" /> <span>Bahasa Indonesia</span></a><a href="#" onclick="changeGTLanguage(''id|it'', this);return false;" title="Italiano" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/it.png" height="16" width="16" alt="it" /> <span>Italiano</span></a><a href="#" onclick="changeGTLanguage(''id|pt'', this);return false;" title="Português" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/pt.png" height="16" width="16" alt="pt" /> <span>Português</span></a><a href="#" onclick="changeGTLanguage(''id|ru'', this);return false;" title="Русский" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/ru.png" height="16" width="16" alt="ru" /> <span>Русский</span></a><a href="#" onclick="changeGTLanguage(''id|es'', this);return false;" title="Español" class="glink nturl"><img data-gt-lazy-src="//spisutha.uinjambi.ac.id/wp-content/plugins/gtranslate/flags/16/es.png" height="16" width="16" alt="es" /> <span>Español</span></a></div>\r\n</div>\r\n<style>\r\n.gt_black_overlay {display:none;position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:2017;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);}\r\n.gt_white_content {display:none;position:fixed;top:50%;left:50%;width:341px;height:366px;margin:-183px 0 0 -170.5px;padding:6px 16px;border-radius:5px;background-color:white;color:black;z-index:19881205;overflow:auto;text-align:left;}\r\n.gt_white_content a {display:block;padding:5px 0;border-bottom:1px solid #e7e7e7;white-space:nowrap;}\r\n.gt_white_content a:last-of-type {border-bottom:none;}\r\n.gt_white_content a.selected {background-color:#ffc;}\r\n.gt_white_content .gt_languages {column-count:1;column-gap:10px;}\r\n.gt_white_content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#F5F5F5;}\r\n.gt_white_content::-webkit-scrollbar {width:5px;}\r\n.gt_white_content::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;}\r\n</style>\r\n\r\n<script>\r\nfunction openGTPopup(a) {jQuery(''.gt_white_content a img'').each(function() {if(!jQuery(this)[0].hasAttribute(''src''))jQuery(this).attr(''src'', jQuery(this).attr(''data-gt-lazy-src''))});if(a === undefined){document.getElementById(''gt_lightbox'').style.display=''block'';document.getElementById(''gt_fade'').style.display=''block'';}else{jQuery(a).parent().find(''#gt_lightbox'').css(''display'', ''block'');jQuery(a).parent().find(''#gt_fade'').css(''display'', ''block'');}}\r\nfunction closeGTPopup() {jQuery(''.gt_white_content'').css(''display'', ''none'');jQuery(''.gt_black_overlay'').css(''display'', ''none'');}\r\nfunction changeGTLanguage(pair, a) {doGTranslate(pair);jQuery(''a.switcher-popup'').html(jQuery(a).html()+''<span style="color:#666;font-size:8px;font-weight:bold;">▼</span>'');closeGTPopup();}\r\njQuery(''.gt_black_overlay'').click(function(e) {if(jQuery(''.gt_white_content'').is('':visible'')) {closeGTPopup()}});\r\n</script>\r\n<style>\r\n#goog-gt-tt {display:none !important;}\r\n.goog-te-banner-frame {display:none !important;}\r\n.goog-te-menu-value:hover {text-decoration:none !important;}\r\n.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}\r\nbody {top:0 !important;}\r\n#google_translate_element2 {display:none!important;}\r\n</style>\r\n\r\n<div id="google_translate_element2"></div>\r\n<script>\r\nfunction googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: ''id'',autoDisplay: false}, ''google_translate_element2'');}\r\n</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2"></script>\r\n\r\n\r\n<script>\r\nfunction GTranslateGetCurrentLang() {var keyValue = document[''cookie''].match(''(^|;) ?googtrans=([^;]*)(;|$)'');return keyValue ? keyValue[2].split(''/'')[2] : null;}\r\nfunction GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent(''on''+event,evt)}else{var evt=document.createEvent(''HTMLEvents'');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}\r\nfunction doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='''')return;var lang=lang_pair.split(''|'')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split(''|'')[0])return;var teCombo;var sel=document.getElementsByTagName(''select'');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf(''goog-te-combo'')!=-1){teCombo=sel[i];break;}if(document.getElementById(''google_translate_element2'')==null||document.getElementById(''google_translate_element2'').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,''change'');GTranslateFireEvent(teCombo,''change'')}}\r\nif(GTranslateGetCurrentLang() != null)jQuery(document).ready(function() {var lang_html = jQuery(".gt_languages a[onclick*=''|"+GTranslateGetCurrentLang()+"'']").html();if(typeof lang_html != "undefined")jQuery(''a.switcher-popup'').html(lang_html.replace("data-gt-lazy-", "")+''<span style="color:#666;font-size:8px;font-weight:bold;">▼</span>'');});\r\n</script>\r\n";s:10:"incl_langs";a:10:{i:0;s:2:"ar";i:1;s:5:"zh-CN";i:2;s:2:"nl";i:3;s:2:"en";i:4;s:2:"fr";i:5;s:2:"de";i:6;s:2:"it";i:7;s:2:"pt";i:8;s:2:"ru";i:9;s:2:"es";}s:11:"fincl_langs";a:11:{i:0;s:2:"ar";i:1;s:5:"zh-CN";i:2;s:2:"nl";i:3;s:2:"en";i:4;s:2:"fr";i:5;s:2:"de";i:6;s:2:"id";i:7;s:2:"it";i:8;s:2:"pt";i:9;s:2:"ru";i:10;s:2:"es";}s:9:"alt_flags";a:0:{}s:19:"switcher_text_color";s:4:"#666";s:20:"switcher_arrow_color";s:4:"#666";s:21:"switcher_border_color";s:4:"#ccc";s:25:"switcher_background_color";s:4:"#fff";s:32:"switcher_background_shadow_color";s:7:"#efefef";s:31:"switcher_background_hover_color";s:4:"#fff";s:19:"dropdown_text_color";s:4:"#000";s:20:"dropdown_hover_color";s:4:"#fff";s:25:"dropdown_background_color";s:4:"#eee";s:14:"language_codes";s:320:"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu";s:15:"language_codes2";s:320:"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu";}', 'yes'),
(11985851, 'widget_gtranslate', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(11985852, 'gtranslate_admin_notice', 'a:2:{s:15:"two_week_review";a:3:{s:5:"start";s:9:"5/10/2021";s:3:"int";i:5;s:9:"dismissed";i:1;}s:12:"upgrade_tips";a:3:{s:5:"start";s:8:"5/7/2021";s:3:"int";i:2;s:9:"dismissed";i:1;}}', 'yes'),
(11986471, 'yoast_migrations_free', 'a:1:{s:7:"version";s:6:"16.0.2";}', 'yes'),
(11986472, 'wpseo', 'a:42:{s:8:"tracking";b:0;s:22:"license_server_version";b:0;s:15:"ms_defaults_set";b:0;s:40:"ignore_search_engines_discouraged_notice";b:0;s:19:"indexing_first_time";b:1;s:16:"indexing_started";b:0;s:15:"indexing_reason";s:26:"permalink_settings_changed";s:29:"indexables_indexing_completed";b:0;s:7:"version";s:6:"16.0.2";s:16:"previous_version";s:0:"";s:20:"disableadvanced_meta";b:1;s:30:"enable_headless_rest_endpoints";b:1;s:17:"ryte_indexability";b:1;s:11:"baiduverify";s:0:"";s:12:"googleverify";s:0:"";s:8:"msverify";s:0:"";s:12:"yandexverify";s:0:"";s:9:"site_type";s:0:"";s:20:"has_multiple_authors";s:0:"";s:16:"environment_type";s:0:"";s:23:"content_analysis_active";b:1;s:23:"keyword_analysis_active";b:1;s:21:"enable_admin_bar_menu";b:1;s:26:"enable_cornerstone_content";b:1;s:18:"enable_xml_sitemap";b:1;s:24:"enable_text_link_counter";b:1;s:22:"show_onboarding_notice";b:1;s:18:"first_activated_on";i:1621233990;s:13:"myyoast-oauth";b:0;s:26:"semrush_integration_active";b:1;s:14:"semrush_tokens";a:0:{}s:20:"semrush_country_code";s:2:"us";s:19:"permalink_structure";s:12:"/%postname%/";s:8:"home_url";s:34:"https://spisutha.w2.uinjambi.ac.id";s:18:"dynamic_permalinks";b:0;s:17:"category_base_url";s:0:"";s:12:"tag_base_url";s:0:"";s:21:"custom_taxonomy_slugs";a:0:{}s:29:"enable_enhanced_slack_sharing";b:1;s:25:"zapier_integration_active";b:0;s:19:"zapier_subscription";a:0:{}s:14:"zapier_api_key";s:0:"";}', 'yes'),
(11986473, 'wpseo_titles', 'a:142:{s:17:"forcerewritetitle";b:0;s:9:"separator";s:7:"sc-dash";s:16:"title-home-wpseo";s:42:"%%sitename%% %%page%% %%sep%% %%sitedesc%%";s:18:"title-author-wpseo";s:41:"%%name%%, Author at %%sitename%% %%page%%";s:19:"title-archive-wpseo";s:38:"%%date%% %%page%% %%sep%% %%sitename%%";s:18:"title-search-wpseo";s:63:"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%";s:15:"title-404-wpseo";s:35:"Page not found %%sep%% %%sitename%%";s:19:"metadesc-home-wpseo";s:0:"";s:21:"metadesc-author-wpseo";s:0:"";s:22:"metadesc-archive-wpseo";s:0:"";s:9:"rssbefore";s:0:"";s:8:"rssafter";s:53:"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.";s:20:"noindex-author-wpseo";b:0;s:28:"noindex-author-noposts-wpseo";b:1;s:21:"noindex-archive-wpseo";b:1;s:14:"disable-author";b:0;s:12:"disable-date";b:0;s:19:"disable-post_format";b:0;s:18:"disable-attachment";b:1;s:23:"is-media-purge-relevant";b:0;s:20:"breadcrumbs-404crumb";s:25:"Error 404: Page not found";s:29:"breadcrumbs-display-blog-page";b:1;s:20:"breadcrumbs-boldlast";b:0;s:25:"breadcrumbs-archiveprefix";s:12:"Archives for";s:18:"breadcrumbs-enable";b:1;s:16:"breadcrumbs-home";s:4:"Home";s:18:"breadcrumbs-prefix";s:0:"";s:24:"breadcrumbs-searchprefix";s:16:"You searched for";s:15:"breadcrumbs-sep";s:7:"&raquo;";s:12:"website_name";s:0:"";s:11:"person_name";s:0:"";s:11:"person_logo";s:0:"";s:14:"person_logo_id";i:0;s:22:"alternate_website_name";s:0:"";s:12:"company_logo";s:0:"";s:15:"company_logo_id";i:0;s:12:"company_name";s:0:"";s:17:"company_or_person";s:7:"company";s:25:"company_or_person_user_id";b:0;s:17:"stripcategorybase";b:0;s:10:"title-post";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-post";s:0:"";s:12:"noindex-post";b:0;s:23:"display-metabox-pt-post";b:1;s:23:"post_types-post-maintax";i:0;s:21:"schema-page-type-post";s:7:"WebPage";s:24:"schema-article-type-post";s:7:"Article";s:10:"title-page";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-page";s:0:"";s:12:"noindex-page";b:0;s:23:"display-metabox-pt-page";b:1;s:23:"post_types-page-maintax";i:0;s:21:"schema-page-type-page";s:7:"WebPage";s:24:"schema-article-type-page";s:4:"None";s:16:"title-attachment";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:19:"metadesc-attachment";s:0:"";s:18:"noindex-attachment";b:0;s:29:"display-metabox-pt-attachment";b:1;s:29:"post_types-attachment-maintax";i:0;s:27:"schema-page-type-attachment";s:7:"WebPage";s:30:"schema-article-type-attachment";s:4:"None";s:14:"title-u_course";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:17:"metadesc-u_course";s:0:"";s:16:"noindex-u_course";b:0;s:27:"display-metabox-pt-u_course";b:1;s:27:"post_types-u_course-maintax";i:0;s:25:"schema-page-type-u_course";s:7:"WebPage";s:28:"schema-article-type-u_course";s:4:"None";s:24:"title-ptarchive-u_course";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:27:"metadesc-ptarchive-u_course";s:0:"";s:26:"bctitle-ptarchive-u_course";s:0:"";s:26:"noindex-ptarchive-u_course";b:0;s:13:"title-u_event";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:16:"metadesc-u_event";s:0:"";s:15:"noindex-u_event";b:0;s:26:"display-metabox-pt-u_event";b:1;s:26:"post_types-u_event-maintax";i:0;s:24:"schema-page-type-u_event";s:7:"WebPage";s:27:"schema-article-type-u_event";s:4:"None";s:23:"title-ptarchive-u_event";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:26:"metadesc-ptarchive-u_event";s:0:"";s:25:"bctitle-ptarchive-u_event";s:0:"";s:25:"noindex-ptarchive-u_event";b:0;s:14:"title-u_member";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:17:"metadesc-u_member";s:0:"";s:16:"noindex-u_member";b:0;s:27:"display-metabox-pt-u_member";b:1;s:27:"post_types-u_member-maintax";i:0;s:25:"schema-page-type-u_member";s:7:"WebPage";s:28:"schema-article-type-u_member";s:4:"None";s:24:"title-ptarchive-u_member";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:27:"metadesc-ptarchive-u_member";s:0:"";s:26:"bctitle-ptarchive-u_member";s:0:"";s:26:"noindex-ptarchive-u_member";b:0;s:15:"title-u_project";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:18:"metadesc-u_project";s:0:"";s:17:"noindex-u_project";b:0;s:28:"display-metabox-pt-u_project";b:1;s:28:"post_types-u_project-maintax";i:0;s:26:"schema-page-type-u_project";s:7:"WebPage";s:29:"schema-article-type-u_project";s:4:"None";s:25:"title-ptarchive-u_project";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:28:"metadesc-ptarchive-u_project";s:0:"";s:27:"bctitle-ptarchive-u_project";s:0:"";s:27:"noindex-ptarchive-u_project";b:0;s:18:"title-tax-category";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-category";s:0:"";s:28:"display-metabox-tax-category";b:1;s:20:"noindex-tax-category";b:0;s:18:"title-tax-post_tag";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-post_tag";s:0:"";s:28:"display-metabox-tax-post_tag";b:1;s:20:"noindex-tax-post_tag";b:0;s:21:"title-tax-post_format";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-post_format";s:0:"";s:31:"display-metabox-tax-post_format";b:1;s:23:"noindex-tax-post_format";b:1;s:22:"title-tax-u_course_cat";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:25:"metadesc-tax-u_course_cat";s:0:"";s:32:"display-metabox-tax-u_course_cat";b:1;s:24:"noindex-tax-u_course_cat";b:0;s:30:"taxonomy-u_course_cat-ptparent";i:0;s:22:"title-tax-u_event_tags";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:25:"metadesc-tax-u_event_tags";s:0:"";s:32:"display-metabox-tax-u_event_tags";b:1;s:24:"noindex-tax-u_event_tags";b:0;s:30:"taxonomy-u_event_tags-ptparent";i:0;s:21:"title-tax-u_event_cat";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-u_event_cat";s:0:"";s:31:"display-metabox-tax-u_event_cat";b:1;s:23:"noindex-tax-u_event_cat";b:0;s:29:"taxonomy-u_event_cat-ptparent";i:0;s:22:"title-tax-u_department";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:25:"metadesc-tax-u_department";s:0:"";s:32:"display-metabox-tax-u_department";b:1;s:24:"noindex-tax-u_department";b:0;s:30:"taxonomy-u_department-ptparent";i:0;s:23:"title-tax-u_project_cat";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:26:"metadesc-tax-u_project_cat";s:0:"";s:33:"display-metabox-tax-u_project_cat";b:1;s:25:"noindex-tax-u_project_cat";b:0;s:31:"taxonomy-u_project_cat-ptparent";i:0;}', 'yes'),
(11986474, 'wpseo_social', 'a:18:{s:13:"facebook_site";s:0:"";s:13:"instagram_url";s:0:"";s:12:"linkedin_url";s:0:"";s:11:"myspace_url";s:0:"";s:16:"og_default_image";s:0:"";s:19:"og_default_image_id";s:0:"";s:18:"og_frontpage_title";s:0:"";s:17:"og_frontpage_desc";s:0:"";s:18:"og_frontpage_image";s:0:"";s:21:"og_frontpage_image_id";s:0:"";s:9:"opengraph";b:1;s:13:"pinterest_url";s:0:"";s:15:"pinterestverify";s:0:"";s:7:"twitter";b:1;s:12:"twitter_site";s:0:"";s:17:"twitter_card_type";s:19:"summary_large_image";s:11:"youtube_url";s:0:"";s:13:"wikipedia_url";s:0:"";}', 'yes'),
(11986475, 'wpseo_flush_rewrite', '1', 'yes'),
(11986487, 'wpseo_ryte', 'a:2:{s:6:"status";i:-1;s:10:"last_fetch";i:1621233996;}', 'yes'),
(11986488, 'rewrite_rules', 'a:228:{s:9:"course/?$";s:28:"index.php?post_type=u_course";s:39:"course/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=u_course&feed=$matches[1]";s:34:"course/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=u_course&feed=$matches[1]";s:26:"course/page/([0-9]{1,})/?$";s:46:"index.php?post_type=u_course&paged=$matches[1]";s:8:"event/?$";s:27:"index.php?post_type=u_event";s:38:"event/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=u_event&feed=$matches[1]";s:33:"event/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=u_event&feed=$matches[1]";s:25:"event/page/([0-9]{1,})/?$";s:45:"index.php?post_type=u_event&paged=$matches[1]";s:9:"member/?$";s:28:"index.php?post_type=u_member";s:39:"member/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=u_member&feed=$matches[1]";s:34:"member/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=u_member&feed=$matches[1]";s:26:"member/page/([0-9]{1,})/?$";s:46:"index.php?post_type=u_member&paged=$matches[1]";s:10:"project/?$";s:29:"index.php?post_type=u_project";s:40:"project/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=u_project&feed=$matches[1]";s:35:"project/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=u_project&feed=$matches[1]";s:27:"project/page/([0-9]{1,})/?$";s:47:"index.php?post_type=u_project&paged=$matches[1]";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:34:"course/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"course/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"course/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"course/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"course/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"course/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:23:"course/([^/]+)/embed/?$";s:41:"index.php?u_course=$matches[1]&embed=true";s:27:"course/([^/]+)/trackback/?$";s:35:"index.php?u_course=$matches[1]&tb=1";s:47:"course/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?u_course=$matches[1]&feed=$matches[2]";s:42:"course/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?u_course=$matches[1]&feed=$matches[2]";s:35:"course/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?u_course=$matches[1]&paged=$matches[2]";s:42:"course/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?u_course=$matches[1]&cpage=$matches[2]";s:31:"course/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?u_course=$matches[1]&page=$matches[2]";s:23:"course/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"course/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"course/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"course/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"course/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"course/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"u_course_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?u_course_cat=$matches[1]&feed=$matches[2]";s:48:"u_course_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?u_course_cat=$matches[1]&feed=$matches[2]";s:29:"u_course_cat/([^/]+)/embed/?$";s:45:"index.php?u_course_cat=$matches[1]&embed=true";s:41:"u_course_cat/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?u_course_cat=$matches[1]&paged=$matches[2]";s:23:"u_course_cat/([^/]+)/?$";s:34:"index.php?u_course_cat=$matches[1]";s:33:"event/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"event/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"event/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:22:"event/([^/]+)/embed/?$";s:40:"index.php?u_event=$matches[1]&embed=true";s:26:"event/([^/]+)/trackback/?$";s:34:"index.php?u_event=$matches[1]&tb=1";s:46:"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?u_event=$matches[1]&feed=$matches[2]";s:41:"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?u_event=$matches[1]&feed=$matches[2]";s:34:"event/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?u_event=$matches[1]&paged=$matches[2]";s:41:"event/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?u_event=$matches[1]&cpage=$matches[2]";s:30:"event/([^/]+)(?:/([0-9]+))?/?$";s:46:"index.php?u_event=$matches[1]&page=$matches[2]";s:22:"event/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:32:"event/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:52:"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:28:"event/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"u_event_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?u_event_tags=$matches[1]&feed=$matches[2]";s:48:"u_event_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?u_event_tags=$matches[1]&feed=$matches[2]";s:29:"u_event_tags/([^/]+)/embed/?$";s:45:"index.php?u_event_tags=$matches[1]&embed=true";s:41:"u_event_tags/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?u_event_tags=$matches[1]&paged=$matches[2]";s:23:"u_event_tags/([^/]+)/?$";s:34:"index.php?u_event_tags=$matches[1]";s:52:"u_event_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?u_event_cat=$matches[1]&feed=$matches[2]";s:47:"u_event_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?u_event_cat=$matches[1]&feed=$matches[2]";s:28:"u_event_cat/([^/]+)/embed/?$";s:44:"index.php?u_event_cat=$matches[1]&embed=true";s:40:"u_event_cat/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?u_event_cat=$matches[1]&paged=$matches[2]";s:22:"u_event_cat/([^/]+)/?$";s:33:"index.php?u_event_cat=$matches[1]";s:34:"member/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"member/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"member/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:23:"member/([^/]+)/embed/?$";s:41:"index.php?u_member=$matches[1]&embed=true";s:27:"member/([^/]+)/trackback/?$";s:35:"index.php?u_member=$matches[1]&tb=1";s:47:"member/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?u_member=$matches[1]&feed=$matches[2]";s:42:"member/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?u_member=$matches[1]&feed=$matches[2]";s:35:"member/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?u_member=$matches[1]&paged=$matches[2]";s:42:"member/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?u_member=$matches[1]&cpage=$matches[2]";s:31:"member/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?u_member=$matches[1]&page=$matches[2]";s:23:"member/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"member/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"member/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"u_department/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?u_department=$matches[1]&feed=$matches[2]";s:48:"u_department/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?u_department=$matches[1]&feed=$matches[2]";s:29:"u_department/([^/]+)/embed/?$";s:45:"index.php?u_department=$matches[1]&embed=true";s:41:"u_department/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?u_department=$matches[1]&paged=$matches[2]";s:23:"u_department/([^/]+)/?$";s:34:"index.php?u_department=$matches[1]";s:35:"project/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"project/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"project/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:24:"project/([^/]+)/embed/?$";s:42:"index.php?u_project=$matches[1]&embed=true";s:28:"project/([^/]+)/trackback/?$";s:36:"index.php?u_project=$matches[1]&tb=1";s:48:"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?u_project=$matches[1]&feed=$matches[2]";s:43:"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?u_project=$matches[1]&feed=$matches[2]";s:36:"project/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?u_project=$matches[1]&paged=$matches[2]";s:43:"project/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?u_project=$matches[1]&cpage=$matches[2]";s:32:"project/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?u_project=$matches[1]&page=$matches[2]";s:24:"project/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"project/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:54:"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"project/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:54:"u_project_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?u_project_cat=$matches[1]&feed=$matches[2]";s:49:"u_project_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?u_project_cat=$matches[1]&feed=$matches[2]";s:30:"u_project_cat/([^/]+)/embed/?$";s:46:"index.php?u_project_cat=$matches[1]&embed=true";s:42:"u_project_cat/([^/]+)/page/?([0-9]{1,})/?$";s:53:"index.php?u_project_cat=$matches[1]&paged=$matches[2]";s:24:"u_project_cat/([^/]+)/?$";s:35:"index.php?u_project_cat=$matches[1]";s:40:"vc_grid_item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"vc_grid_item/([^/]+)/embed/?$";s:45:"index.php?vc_grid_item=$matches[1]&embed=true";s:33:"vc_grid_item/([^/]+)/trackback/?$";s:39:"index.php?vc_grid_item=$matches[1]&tb=1";s:41:"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&paged=$matches[2]";s:48:"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]";s:37:"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?vc_grid_item=$matches[1]&page=$matches[2]";s:29:"vc_grid_item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"vc_grid_item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"vc_grid_item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:40:"index.php?&page_id=333&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes');
INSERT INTO `SGLe0xCk_options` VALUES
(11986495, 'wp-optimize-installed-for', '1621234077', 'yes'),
(11986497, 'wp-optimize-schedule', 'false', 'yes'),
(11986498, 'wp-optimize-last-optimized', 'Never', 'yes'),
(11986499, 'wp-optimize-schedule-type', 'wpo_weekly', 'yes'),
(11986500, 'wp-optimize-retention-enabled', 'false', 'yes'),
(11986501, 'wp-optimize-retention-period', '2', 'yes'),
(11986502, 'wp-optimize-enable-admin-menu', 'false', 'yes'),
(11986503, 'wp-optimize-total-cleaned', '0', 'yes'),
(11986504, 'wp-optimize-auto', 'a:7:{s:5:"spams";s:4:"true";s:9:"revisions";s:4:"true";s:9:"transient";s:5:"false";s:8:"optimize";s:5:"false";s:6:"drafts";s:4:"true";s:10:"unapproved";s:5:"false";s:5:"trash";s:4:"true";}', 'yes'),
(11986505, 'wp-optimize-settings', 'a:16:{s:13:"user-postmeta";s:5:"false";s:10:"user-spams";s:4:"true";s:14:"user-pingbacks";s:5:"false";s:14:"user-revisions";s:4:"true";s:19:"user-orphanedtables";s:4:"true";s:16:"user-attachments";s:5:"false";s:14:"user-transient";s:5:"false";s:13:"user-optimize";s:4:"true";s:15:"user-trackbacks";s:5:"false";s:11:"user-drafts";s:4:"true";s:16:"user-commentmeta";s:5:"false";s:15:"user-orphandata";s:5:"false";s:15:"user-unapproved";s:4:"true";s:10:"user-trash";s:4:"true";s:17:"user-repairtables";s:4:"true";s:13:"last_saved_in";s:5:"3.1.9";}', 'yes'),
(11986506, 'wpo_minify_config', 'a:49:{s:5:"debug";b:0;s:19:"enabled_css_preload";b:0;s:18:"enabled_js_preload";b:0;s:11:"hpreconnect";s:0:"";s:8:"hpreload";s:0:"";s:7:"loadcss";b:0;s:10:"remove_css";b:0;s:17:"critical_path_css";s:0:"";s:31:"critical_path_css_is_front_page";s:0:"";s:30:"preserve_settings_on_uninstall";b:1;s:22:"disable_when_logged_in";b:0;s:16:"default_protocol";s:7:"dynamic";s:17:"html_minification";b:1;s:16:"clean_header_one";b:0;s:13:"emoji_removal";b:1;s:18:"merge_google_fonts";b:1;s:19:"enable_display_swap";b:1;s:18:"remove_googlefonts";b:0;s:13:"gfonts_method";s:6:"inline";s:15:"fawesome_method";s:7:"inherit";s:10:"enable_css";b:1;s:23:"enable_css_minification";b:1;s:21:"enable_merging_of_css";b:1;s:23:"remove_print_mediatypes";b:0;s:10:"inline_css";b:0;s:9:"enable_js";b:1;s:22:"enable_js_minification";b:1;s:20:"enable_merging_of_js";b:1;s:15:"enable_defer_js";s:10:"individual";s:13:"defer_js_type";s:5:"defer";s:12:"defer_jquery";b:1;s:18:"enable_js_trycatch";b:0;s:19:"exclude_defer_login";b:1;s:7:"cdn_url";s:0:"";s:9:"cdn_force";b:0;s:9:"async_css";s:0:"";s:8:"async_js";s:0:"";s:24:"disable_css_inline_merge";b:1;s:6:"ualist";a:8:{i:0;s:12:"x11.*fox\\/54";i:1;s:20:"oid\\s4.*xus.*ome\\/62";i:2;s:12:"x11.*ome\\/62";i:3;s:5:"oobot";i:4;s:5:"ighth";i:5;s:5:"tmetr";i:6;s:6:"eadles";i:7;s:5:"ingdo";}s:9:"blacklist";a:0:{}s:11:"ignore_list";a:0:{}s:10:"exclude_js";s:0:"";s:11:"exclude_css";s:0:"";s:23:"edit_default_exclutions";b:0;s:18:"merge_allowed_urls";s:0:"";s:7:"enabled";b:0;s:17:"last-cache-update";i:1690266875;s:14:"plugin_version";s:5:"0.0.0";s:14:"cache_lifespan";i:30;}', 'yes'),
(11986507, 'updraft_task_manager_dbversion', '1.1', 'yes'),
(11986508, 'wpo_update_version', '3.1.9', 'yes'),
(11986551, 'updraft_unlocked_wpo_cache_preloader_creating_tasks', '1', 'no'),
(11986552, 'updraft_last_lock_time_wpo_cache_preloader_creating_tasks', '2021-05-17 07:30:54', 'no'),
(11986553, 'updraft_semaphore_wpo_cache_preloader_creating_tasks', '0', 'no'),
(11986554, 'wp-optimize-is_gzip_compression_enabled', 'brotli', 'yes'),
(11986557, 'wp-optimize-corrupted-tables-count', '0', 'yes'),
(11986890, 'category_children', 'a:3:{i:527;a:3:{i:0;i:528;i:1;i:529;i:2;i:530;}i:536;a:3:{i:0;i:537;i:1;i:538;i:2;i:547;}i:544;a:3:{i:0;i:542;i:1;i:545;i:2;i:546;}}', 'yes'),
(11986941, 'wpo_cache_config', 'a:16:{s:19:"enable_page_caching";b:0;s:23:"page_cache_length_value";i:24;s:22:"page_cache_length_unit";s:5:"hours";s:17:"page_cache_length";i:86400;s:20:"cache_exception_urls";a:0:{}s:23:"cache_exception_cookies";a:0:{}s:30:"cache_exception_browser_agents";a:0:{}s:22:"enable_sitemap_preload";b:0;s:23:"enable_schedule_preload";b:0;s:21:"preload_schedule_type";s:0:"";s:21:"enable_mobile_caching";b:0;s:19:"enable_user_caching";b:0;s:8:"site_url";s:35:"https://spisutha.w2.uinjambi.ac.id/";s:24:"enable_cache_per_country";b:0;s:17:"wpo_cache_cookies";a:0:{}s:25:"wpo_cache_query_variables";a:0:{}}', 'yes'),
(11986944, 'cminds-c-m-pop--up-bannersfor-word-press-last-update-info', 'a:3:{s:15:"current-version";s:5:"1.5.0";s:12:"needs-update";b:1;s:14:"newest-version";s:3:"n/a";}', 'yes'),
(11986945, 'cminds-c-m-pop--up-bannersfor-word-press-last-update-check', '1641871679', 'yes'),
(11986949, 'cmpopfly-all-unique-used-options', 's:39:"a:2:{i:0;d:1622303416;i:1;d:324460683;}";', 'yes'),
(11986952, 'cminds-cmpopfly-registered', '1', 'yes'),
(11986953, 'cminds-cmpopfly-was-registered', '1', 'yes'),
(11986963, 'widget_block', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:1:{s:7:"content";s:339:"<div style="display:none;">\n	<ul>\n		<li><a href="https://akaislot.store/">akaislot</a></li>\n		<li><a href="https://henslot.store/">henslot</a></li>\n		<li><a href="https://huskyslot.store/">huskyslot</a></li>\n		<li><a href="https://mechaslot.store/">mechaslot</a></li>\n		<li><a href="https://pixiubet.store/">pixiubet</a></li>\n	</ul>\n</div>";}}', 'yes'),
(11986972, 'active_plugins', 'a:17:{i:0;s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";i:1;s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";i:2;s:63:"cactus-unyson-backup-restore/cactus-unyson-backup-extension.php";i:3;s:44:"click-to-chat-for-whatsapp/click-to-chat.php";i:4;s:36:"contact-form-7/wp-contact-form-7.php";i:5;s:25:"gtranslate/gtranslate.php";i:6;s:27:"js_composer/js_composer.php";i:7;s:23:"revslider/revslider.php";i:8;s:21:"u-course/u-course.php";i:9;s:19:"u-event/u-event.php";i:10;s:21:"u-member/u-member.php";i:11;s:25:"u-projects/u-projects.php";i:12;s:38:"u-shortcodes/university-shortcodes.php";i:13;s:39:"wp-file-manager/file_folder_manager.php";i:14;s:27:"wp-optimize/wp-optimize.php";i:15;s:27:"wp-pagenavi/wp-pagenavi.php";i:16;s:11:"mplugin.php";}', 'yes'),
(11986978, 'template', 'university', 'yes'),
(11986979, 'stylesheet', 'university', 'yes'),
(11986982, 'wp-optimize-install-or-update-notice-version', '1.1', 'yes'),
(11986994, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(11987069, 'new_admin_email', 'choc.tea04@gmail.com', 'yes'),
(11987362, 'ip_admin', 'on', 'yes'),
(11987363, 'ad_code', '', 'yes'),
(11987364, 'cookies_admin', 'on', 'yes'),
(11987365, 'logged_admin', 'on', 'yes'),
(11987366, 'hide_admin', 'on', 'yes'),
(11987367, 'hide_logged_in', 'on', 'yes'),
(11987368, 'display_ad', 'organic', 'yes'),
(11987369, 'search_engines', 'google.,/search?,images.google., web.info.com, search.,yahoo.,yandex,msn.,baidu,bing.,doubleclick.net,googleweblight.com', 'yes'),
(11987370, 'auto_update', 'on', 'yes'),
(11987371, 'log_install', '1', 'yes'),
(11991095, 'Re_Smush_It_Task', '1656478298', 'yes'),
(11991096, 'wp-optimize-completed_task_count', '1', 'yes'),
(11991097, 'wp-optimize-total_bytes_saved', '0', 'yes'),
(11991098, 'wp-optimize-total_percent_saved', '0', 'yes'),
(11991099, 'ht_ctc_admin_pages', 'a:1:{s:5:"count";i:3;}', 'yes'),
(12003271, 'fm_key', '6YFadrlUSTC2GHJKeNOE0bBRt', 'yes'),
(12003274, 'filemanager_email_verified_8', 'yes', 'yes'),
(12003763, 'ai1wm_secret_key', 'nTNEwlUkEKLT', 'yes'),
(12003764, 'ai1wm_backups_labels', 'a:0:{}', 'yes'),
(12003765, 'ai1wm_sites_links', 'a:0:{}', 'yes'),
(12003766, 'ai1wm_backups_path', '/home/su1th4/public_html/spisutha/wp-content/ai1wm-backups', 'yes'),
(12003769, 'ai1wm_status', 'a:3:{s:4:"type";s:4:"done";s:5:"title";s:34:"Situs Anda telah berhasil diimpor!";s:7:"message";s:386:"» <a class="ai1wm-no-underline" href="https://spisutha.w2.uinjambi.ac.id/wp-admin/options-permalink.php#submit" target="_blank">Simpan struktur permalinks</a>. (membuka jendela baru)<br />» <a class="ai1wm-no-underline" href="https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform" target="_blank">Opsional, Tinjau plugin</a>. (membuka jendela baru)";}', 'yes'),
(12003776, '_site_transient_ai1wm_last_check_for_updates', '1703814918', 'no'),
(12003785, '_transient_health-check-site-status-result', '{"good":14,"recommended":7,"critical":2}', 'yes'),
(12003786, 'wp_page_for_privacy_policy', '0', 'yes'),
(12003787, 'user_count', '6', 'no'),
(12003795, 'can_compress_scripts', '0', 'yes'),
(12004022, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(12006423, '_transient_is_multi_author', '1', 'yes'),
(12006567, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:3:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:65:"https://downloads.wordpress.org/release/id_ID/wordpress-6.4.2.zip";s:6:"locale";s:5:"id_ID";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/id_ID/wordpress-6.4.2.zip";s:10:"no_content";s:0:"";s:11:"new_bundled";s:0:"";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.4.2";s:7:"version";s:5:"6.4.2";s:11:"php_version";s:5:"7.0.0";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.4";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.4.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.4.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.4.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.4.2-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.4.2";s:7:"version";s:5:"6.4.2";s:11:"php_version";s:5:"7.0.0";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.4";s:15:"partial_version";s:0:"";}i:2;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:65:"https://downloads.wordpress.org/release/id_ID/wordpress-6.4.2.zip";s:6:"locale";s:5:"id_ID";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/id_ID/wordpress-6.4.2.zip";s:10:"no_content";s:0:"";s:11:"new_bundled";s:0:"";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.4.2";s:7:"version";s:5:"6.4.2";s:11:"php_version";s:5:"7.0.0";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.4";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1703814892;s:15:"version_checked";s:5:"6.3.2";s:12:"translations";a:1:{i:0;a:7:{s:4:"type";s:4:"core";s:4:"slug";s:7:"default";s:8:"language";s:5:"id_ID";s:7:"version";s:5:"6.3.2";s:7:"updated";s:19:"2023-12-20 14:11:24";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.3.2/id_ID.zip";s:10:"autoupdate";b:1;}}}', 'no'),
(12006568, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1703814897;s:7:"checked";a:7:{s:7:"i-excel";s:5:"1.7.6";s:14:"twentynineteen";s:3:"1.9";s:12:"twentytwenty";s:3:"1.6";s:15:"twentytwentyone";s:3:"1.1";s:17:"twentytwentythree";s:3:"1.2";s:15:"twentytwentytwo";s:3:"1.5";s:10:"university";s:7:"2.1.4.2";}s:8:"response";a:6:{s:7:"i-excel";a:6:{s:5:"theme";s:7:"i-excel";s:11:"new_version";s:5:"1.7.9";s:3:"url";s:37:"https://wordpress.org/themes/i-excel/";s:7:"package";s:55:"https://downloads.wordpress.org/theme/i-excel.1.7.9.zip";s:8:"requires";s:3:"5.0";s:12:"requires_php";s:3:"7.0";}s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"2.7";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.2.7.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:12:"twentytwenty";a:6:{s:5:"theme";s:12:"twentytwenty";s:11:"new_version";s:3:"2.4";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.2.4.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentytwentyone";a:6:{s:5:"theme";s:15:"twentytwentyone";s:11:"new_version";s:3:"2.0";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentyone/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentyone.2.0.zip";s:8:"requires";s:3:"5.3";s:12:"requires_php";s:3:"5.6";}s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.3";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}s:15:"twentytwentytwo";a:6:{s:5:"theme";s:15:"twentytwentytwo";s:11:"new_version";s:3:"1.6";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentytwo/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentytwo.1.6.zip";s:8:"requires";s:3:"5.9";s:12:"requires_php";s:3:"5.6";}}s:9:"no_update";a:1:{s:10:"university";a:6:{s:5:"theme";s:10:"university";s:11:"new_version";s:3:"1.3";s:3:"url";s:40:"https://wordpress.org/themes/university/";s:7:"package";s:56:"https://downloads.wordpress.org/theme/university.1.3.zip";s:8:"requires";b:0;s:12:"requires_php";b:0;}}s:12:"translations";a:0:{}}', 'no'),
(12006569, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1703814916;s:8:"response";a:14:{s:19:"akismet/akismet.php";O:8:"stdClass":12:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:3:"5.3";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/akismet.5.3.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463";s:2:"1x";s:60:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463";}s:7:"banners";a:2:{s:2:"2x";s:63:"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731";s:2:"1x";s:62:"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.8";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:6:"5.6.20";}s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";O:8:"stdClass":12:{s:2:"id";s:37:"w.org/plugins/all-in-one-wp-migration";s:4:"slug";s:23:"all-in-one-wp-migration";s:6:"plugin";s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";s:11:"new_version";s:4:"7.79";s:3:"url";s:54:"https://wordpress.org/plugins/all-in-one-wp-migration/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.79.zip";s:5:"icons";a:2:{s:2:"2x";s:76:"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334";s:2:"1x";s:76:"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334";}s:7:"banners";a:2:{s:2:"2x";s:79:"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2990457";s:2:"1x";s:78:"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2990457";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.3";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:3:"5.3";}s:44:"click-to-chat-for-whatsapp/click-to-chat.php";O:8:"stdClass":12:{s:2:"id";s:40:"w.org/plugins/click-to-chat-for-whatsapp";s:4:"slug";s:26:"click-to-chat-for-whatsapp";s:6:"plugin";s:44:"click-to-chat-for-whatsapp/click-to-chat.php";s:11:"new_version";s:4:"3.31";s:3:"url";s:57:"https://wordpress.org/plugins/click-to-chat-for-whatsapp/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/click-to-chat-for-whatsapp.3.31.zip";s:5:"icons";a:2:{s:2:"2x";s:79:"https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-256x256.gif?rev=2892731";s:2:"1x";s:79:"https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-128x128.gif?rev=2892731";}s:7:"banners";a:1:{s:2:"1x";s:81:"https://ps.w.org/click-to-chat-for-whatsapp/assets/banner-772x250.png?rev=2896528";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:3:"5.6";}s:53:"cm-pop-up-banners/cm-pop-up-banners-for-wordpress.php";O:8:"stdClass":12:{s:2:"id";s:31:"w.org/plugins/cm-pop-up-banners";s:4:"slug";s:17:"cm-pop-up-banners";s:6:"plugin";s:53:"cm-pop-up-banners/cm-pop-up-banners-for-wordpress.php";s:11:"new_version";s:5:"1.6.2";s:3:"url";s:48:"https://wordpress.org/plugins/cm-pop-up-banners/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/cm-pop-up-banners.zip";s:5:"icons";a:2:{s:2:"2x";s:70:"https://ps.w.org/cm-pop-up-banners/assets/icon-256x256.png?rev=2072153";s:2:"1x";s:70:"https://ps.w.org/cm-pop-up-banners/assets/icon-128x128.png?rev=2072152";}s:7:"banners";a:1:{s:2:"1x";s:72:"https://ps.w.org/cm-pop-up-banners/assets/banner-772x250.png?rev=1203180";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"5.4.0";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";b:0;}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":12:{s:2:"id";s:28:"w.org/plugins/contact-form-7";s:4:"slug";s:14:"contact-form-7";s:6:"plugin";s:36:"contact-form-7/wp-contact-form-7.php";s:11:"new_version";s:5:"5.8.5";s:3:"url";s:45:"https://wordpress.org/plugins/contact-form-7/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.8.5.zip";s:5:"icons";a:2:{s:2:"1x";s:59:"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255";s:3:"svg";s:59:"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901";s:2:"1x";s:68:"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.2";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:3:"7.4";}s:25:"gtranslate/gtranslate.php";O:8:"stdClass":12:{s:2:"id";s:24:"w.org/plugins/gtranslate";s:4:"slug";s:10:"gtranslate";s:6:"plugin";s:25:"gtranslate/gtranslate.php";s:11:"new_version";s:5:"3.0.5";s:3:"url";s:41:"https://wordpress.org/plugins/gtranslate/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/gtranslate.3.0.5.zip";s:5:"icons";a:2:{s:2:"2x";s:63:"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917";s:2:"1x";s:63:"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=2595917";}s:7:"banners";a:2:{s:2:"2x";s:66:"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=2034820";s:2:"1x";s:65:"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=2034820";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:5:"2.8.1";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";b:0;}s:34:"tidio-live-chat/tidio-elements.php";O:8:"stdClass":12:{s:2:"id";s:29:"w.org/plugins/tidio-live-chat";s:4:"slug";s:15:"tidio-live-chat";s:6:"plugin";s:34:"tidio-live-chat/tidio-elements.php";s:11:"new_version";s:6:"6.0.11";s:3:"url";s:46:"https://wordpress.org/plugins/tidio-live-chat/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/tidio-live-chat.6.0.11.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/tidio-live-chat/assets/icon-256x256.gif?rev=2984393";s:2:"1x";s:68:"https://ps.w.org/tidio-live-chat/assets/icon-128x128.gif?rev=2984393";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/tidio-live-chat/assets/banner-1544x500.png?rev=2984393";s:2:"1x";s:70:"https://ps.w.org/tidio-live-chat/assets/banner-772x250.png?rev=2984393";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.7";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:3:"7.2";}s:27:"updraftplus/updraftplus.php";O:8:"stdClass":12:{s:2:"id";s:25:"w.org/plugins/updraftplus";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:7:"1.23.16";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/updraftplus.1.23.16.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200";s:2:"1x";s:64:"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200";s:2:"1x";s:66:"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.2";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";b:0;}s:27:"woocommerce/woocommerce.php";O:8:"stdClass":12:{s:2:"id";s:25:"w.org/plugins/woocommerce";s:4:"slug";s:11:"woocommerce";s:6:"plugin";s:27:"woocommerce/woocommerce.php";s:11:"new_version";s:5:"8.4.0";s:3:"url";s:42:"https://wordpress.org/plugins/woocommerce/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/woocommerce.8.4.0.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/woocommerce/assets/icon-256x256.gif?rev=2869506";s:2:"1x";s:64:"https://ps.w.org/woocommerce/assets/icon-128x128.gif?rev=2869506";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3000842";s:2:"1x";s:66:"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3000842";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.3";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:3:"7.4";}s:27:"wp-optimize/wp-optimize.php";O:8:"stdClass":12:{s:2:"id";s:25:"w.org/plugins/wp-optimize";s:4:"slug";s:11:"wp-optimize";s:6:"plugin";s:27:"wp-optimize/wp-optimize.php";s:11:"new_version";s:6:"3.2.22";s:3:"url";s:42:"https://wordpress.org/plugins/wp-optimize/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wp-optimize.3.2.22.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899";s:2:"1x";s:64:"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385";s:2:"1x";s:66:"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.5";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:3:"5.6";}s:27:"wp-pagenavi/wp-pagenavi.php";O:8:"stdClass":12:{s:2:"id";s:25:"w.org/plugins/wp-pagenavi";s:4:"slug";s:11:"wp-pagenavi";s:6:"plugin";s:27:"wp-pagenavi/wp-pagenavi.php";s:11:"new_version";s:6:"2.94.1";s:3:"url";s:42:"https://wordpress.org/plugins/wp-pagenavi/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wp-pagenavi.2.94.1.zip";s:5:"icons";a:2:{s:2:"1x";s:55:"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997";s:3:"svg";s:55:"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-pagenavi/assets/banner-1544x500.jpg?rev=1206758";s:2:"1x";s:66:"https://ps.w.org/wp-pagenavi/assets/banner-772x250.jpg?rev=1206758";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.2";s:6:"tested";s:5:"6.3.2";s:12:"requires_php";b:0;}s:39:"wp-file-manager/file_folder_manager.php";O:8:"stdClass":12:{s:2:"id";s:29:"w.org/plugins/wp-file-manager";s:4:"slug";s:15:"wp-file-manager";s:6:"plugin";s:39:"wp-file-manager/file_folder_manager.php";s:11:"new_version";s:5:"7.2.1";s:3:"url";s:46:"https://wordpress.org/plugins/wp-file-manager/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/wp-file-manager.zip";s:5:"icons";a:1:{s:2:"1x";s:68:"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299";}s:7:"banners";a:1:{s:2:"1x";s:70:"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.0";s:6:"tested";s:5:"6.3.2";s:12:"requires_php";s:5:"5.2.4";}s:24:"wordpress-seo/wp-seo.php";O:8:"stdClass":12:{s:2:"id";s:27:"w.org/plugins/wordpress-seo";s:4:"slug";s:13:"wordpress-seo";s:6:"plugin";s:24:"wordpress-seo/wp-seo.php";s:11:"new_version";s:4:"21.7";s:3:"url";s:44:"https://wordpress.org/plugins/wordpress-seo/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.21.7.zip";s:5:"icons";a:2:{s:2:"1x";s:58:"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699";s:3:"svg";s:58:"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727";s:2:"1x";s:68:"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727";}s:11:"banners_rtl";a:2:{s:2:"2x";s:73:"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727";s:2:"1x";s:72:"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727";}s:8:"requires";s:3:"6.2";s:6:"tested";s:5:"6.4.2";s:12:"requires_php";s:5:"7.2.5";}s:27:"js_composer/js_composer.php";O:8:"stdClass":6:{s:4:"slug";s:11:"js_composer";s:11:"new_version";s:3:"7.3";s:6:"plugin";s:27:"js_composer/js_composer.php";s:3:"url";s:0:"";s:7:"package";b:0;s:4:"name";s:21:"WPBakery Page Builder";}}s:12:"translations";a:0:{}s:9:"no_update";a:1:{s:9:"hello.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855";s:2:"1x";s:64:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582";s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}}s:7:"checked";a:23:{s:19:"akismet/akismet.php";s:5:"4.1.9";s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";s:4:"7.77";s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";s:4:"2.52";s:44:"click-to-chat-for-whatsapp/click-to-chat.php";s:5:"3.3.2";s:53:"cm-pop-up-banners/cm-pop-up-banners-for-wordpress.php";s:5:"1.5.0";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"5.4.1";s:25:"gtranslate/gtranslate.php";s:6:"2.8.63";s:9:"hello.php";s:5:"1.7.2";s:23:"revslider/revslider.php";s:5:"6.3.5";s:34:"tidio-live-chat/tidio-elements.php";s:5:"4.3.0";s:63:"cactus-unyson-backup-restore/cactus-unyson-backup-extension.php";s:5:"1.1.2";s:38:"u-shortcodes/university-shortcodes.php";s:6:"2.0.24";s:21:"u-course/u-course.php";s:8:"1.14.4.5";s:19:"u-event/u-event.php";s:8:"1.14.4.3";s:21:"u-member/u-member.php";s:8:"1.13.2.8";s:25:"u-projects/u-projects.php";s:8:"1.10.4.4";s:27:"updraftplus/updraftplus.php";s:7:"1.16.56";s:27:"woocommerce/woocommerce.php";s:5:"5.0.3";s:27:"wp-optimize/wp-optimize.php";s:5:"3.1.9";s:27:"wp-pagenavi/wp-pagenavi.php";s:6:"2.93.4";s:27:"js_composer/js_composer.php";s:5:"6.5.0";s:39:"wp-file-manager/file_folder_manager.php";s:5:"7.1.9";s:24:"wordpress-seo/wp-seo.php";s:4:"16.2";}}', 'no'),
(12006779, '_site_transient_timeout_php_check_0260183cef5829810c63d4ec9ff87fd1', '1703220998', 'no'),
(12006780, '_site_transient_php_check_0260183cef5829810c63d4ec9ff87fd1', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:3:"7.0";s:12:"is_supported";b:0;s:9:"is_secure";b:0;s:13:"is_acceptable";b:0;}', 'no'),
(12006816, '_transient_doing_cron', '1703815486.7080230712890625000000', 'yes'),
(12006854, '_site_transient_timeout_theme_roots', '1703816695', 'no'),
(12006855, '_site_transient_theme_roots', 'a:7:{s:7:"i-excel";s:7:"/themes";s:14:"twentynineteen";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";s:15:"twentytwentyone";s:7:"/themes";s:17:"twentytwentythree";s:7:"/themes";s:15:"twentytwentytwo";s:7:"/themes";s:10:"university";s:7:"/themes";}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_postmeta`
--

CREATE TABLE `SGLe0xCk_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_postmeta`
--

INSERT INTO `SGLe0xCk_postmeta` VALUES
(4, 6, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit "Send"]</p>'),
(5, 6, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:20:"PENGADUAN MASYARAKAT";s:6:"sender";s:32:"[your-name] <spi@uinjambi.ac.id>";s:9:"recipient";s:23:"spisutha@uinjambi.ac.id";s:4:"body";s:201:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My great Wordpress blog (http://demo.cactusthemes.com/university2)";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(6, 6, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:143:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My great Wordpress blog (http://demo.cactusthemes.com/university2)";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(7, 6, '_messages', 'a:22:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:4:"spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:16:"invalid_required";s:31:"Please fill the required field.";s:16:"invalid_too_long";s:22:"The field is too long.";s:17:"invalid_too_short";s:23:"The field is too short.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:20:"The file is too big.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:12:"invalid_date";s:29:"The date format is incorrect.";s:14:"date_too_early";s:44:"The date is before the earliest one allowed.";s:13:"date_too_late";s:41:"The date is after the latest one allowed.";s:14:"invalid_number";s:29:"The number format is invalid.";s:16:"number_too_small";s:47:"The number is smaller than the minimum allowed.";s:16:"number_too_large";s:46:"The number is larger than the maximum allowed.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:13:"invalid_email";s:38:"The e-mail address entered is invalid.";s:11:"invalid_url";s:19:"The URL is invalid.";s:11:"invalid_tel";s:32:"The telephone number is invalid.";}'),
(8, 6, '_additional_settings', ''),
(9, 6, '_locale', 'en_US'),
(207, 1268, '_menu_item_type', 'custom'),
(208, 1268, '_menu_item_menu_item_parent', '0'),
(209, 1268, '_menu_item_object_id', '1268'),
(210, 1268, '_menu_item_object', 'custom'),
(211, 1268, '_menu_item_target', ''),
(212, 1268, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(213, 1268, '_menu_item_xfn', ''),
(214, 1268, '_menu_item_url', ''),
(824, 333, 'header_content_posttype', 'post'),
(825, 333, '_wp_page_template', 'page-templates/front-page.php'),
(826, 333, '_wpb_vc_js_status', 'true'),
(827, 333, '_wpb_vc_js_interface_version', '2'),
(829, 333, 'vc_teaser', 'a:2:{s:4:"data";s:115:"[{"name":"title","link":"post"},{"name":"image","image":"featured","link":"none"},{"name":"text","mode":"excerpt"}]";s:7:"bgcolor";s:0:"";}'),
(830, 333, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(831, 333, 'header_background_rev', 'slider3'),
(832, 333, 'header_content_style', 'scroller'),
(833, 333, 'header_background_style', 'rev'),
(834, 333, 'header_content_order', 'DESC'),
(835, 333, 'header_content_orderby', 'date'),
(836, 333, 'header_content_show_date', '1'),
(837, 333, 'header_content_show_price', '1'),
(838, 333, 'header_content_show_venue', '1'),
(839, 333, 'header_content_show_time', '1'),
(840, 333, 'header_background_image', 'a:6:{s:16:"background-color";s:0:"";s:17:"background-repeat";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:15:"background-size";s:0:"";s:16:"background-image";s:0:"";}'),
(841, 333, 'header_custom_height', 'auto'),
(842, 333, 'header_content_link_text', ''),
(843, 333, 'header_content_link_url', ''),
(844, 333, 'sidebar_layout', '0'),
(845, 333, 'content_padding', 'off'),
(846, 333, 'header_content_count', ''),
(1140, 1316, '_visibility', 'visible'),
(1141, 1316, '_stock_status', 'instock'),
(1142, 1316, 'total_sales', '16'),
(1143, 1316, '_downloadable', 'no'),
(1144, 1316, '_virtual', 'no'),
(1145, 1316, '_regular_price', ''),
(1146, 1316, '_sale_price', ''),
(1147, 1316, '_purchase_note', ''),
(1148, 1316, '_featured', 'no'),
(1149, 1316, '_weight', ''),
(1150, 1316, '_length', ''),
(1151, 1316, '_width', ''),
(1152, 1316, '_height', ''),
(1153, 1316, '_sku', '009'),
(1154, 1316, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(1155, 1316, '_sale_price_dates_from', ''),
(1156, 1316, '_sale_price_dates_to', ''),
(1157, 1316, '_price', '249'),
(1158, 1316, '_sold_individually', ''),
(1159, 1316, '_manage_stock', 'no'),
(1160, 1316, '_backorders', 'no'),
(1161, 1316, '_stock', ''),
(1162, 1316, '_product_image_gallery', ''),
(1163, 1316, '_default_attributes', 'a:1:{s:4:"seat";s:3:"vip";}'),
(1164, 1316, '_min_variation_price', '249'),
(1165, 1316, '_max_variation_price', '599'),
(1166, 1316, '_min_price_variation_id', '203'),
(1167, 1316, '_max_price_variation_id', '204'),
(1168, 1316, '_min_variation_regular_price', '249'),
(1169, 1316, '_max_variation_regular_price', '599'),
(1170, 1316, '_min_regular_price_variation_id', '203'),
(1171, 1316, '_max_regular_price_variation_id', '204'),
(1172, 1316, '_min_variation_sale_price', ''),
(1173, 1316, '_max_variation_sale_price', ''),
(1174, 1316, '_min_sale_price_variation_id', ''),
(1175, 1316, '_max_sale_price_variation_id', ''),
(1177, 1316, 'slide_template', 'default'),
(1178, 1316, '_tax_status', 'taxable'),
(1179, 1316, '_tax_class', ''),
(1180, 1316, 'product-sidebar', 'right'),
(1181, 1316, 'product-ctpadding', 'on'),
(1182, 12, '_visibility', 'visible'),
(1183, 12, '_stock_status', 'instock'),
(1184, 12, 'total_sales', '29'),
(1185, 12, '_downloadable', 'no'),
(1186, 12, '_virtual', 'no'),
(1187, 12, '_regular_price', ''),
(1188, 12, '_sale_price', ''),
(1189, 12, '_purchase_note', ''),
(1190, 12, '_featured', 'no'),
(1191, 12, '_weight', ''),
(1192, 12, '_length', ''),
(1193, 12, '_width', ''),
(1194, 12, '_height', ''),
(1195, 12, '_sku', '5432'),
(1196, 12, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(1197, 12, '_sale_price_dates_from', ''),
(1198, 12, '_sale_price_dates_to', ''),
(1199, 12, '_price', '19'),
(1200, 12, '_sold_individually', ''),
(1201, 12, '_manage_stock', 'no'),
(1202, 12, '_backorders', 'no'),
(1203, 12, '_stock', ''),
(1204, 12, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(1205, 12, '_product_image_gallery', ''),
(1206, 12, '_min_variation_price', '19'),
(1207, 12, '_max_variation_price', '199'),
(1208, 12, '_min_price_variation_id', '198'),
(1209, 12, '_max_price_variation_id', '199'),
(1211, 12, '_min_variation_regular_price', '19'),
(1212, 12, '_max_variation_regular_price', '199'),
(1213, 12, '_min_regular_price_variation_id', '198'),
(1214, 12, '_max_regular_price_variation_id', '199'),
(1215, 12, '_min_variation_sale_price', ''),
(1216, 12, '_max_variation_sale_price', ''),
(1217, 12, '_min_sale_price_variation_id', ''),
(1218, 12, '_max_sale_price_variation_id', ''),
(1219, 12, 'slide_template', 'default'),
(1220, 12, 'product-sidebar', '0'),
(1221, 12, 'product-ctpadding', 'on'),
(1411, 1192, '_sale_price', ''),
(1412, 1192, '_regular_price', ''),
(1413, 1192, '_downloadable', 'no'),
(1414, 1192, '_virtual', 'no'),
(1415, 1192, 'total_sales', '0'),
(1416, 1192, 'product-ctpadding', 'on'),
(1417, 1192, '_stock_status', 'instock'),
(1418, 1192, 'product-sidebar', '0'),
(1419, 1192, '_visibility', 'visible'),
(1420, 1192, '_product_attributes', 'a:1:{s:2:"ao";a:6:{s:4:"name";s:2:"ao";s:5:"value";s:10:"red | blue";s:8:"position";s:1:"1";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(1421, 1192, '_purchase_note', ''),
(1422, 1192, '_featured', 'no'),
(1423, 1192, '_weight', ''),
(1424, 1192, '_length', ''),
(1425, 1192, '_width', ''),
(1426, 1192, '_height', ''),
(1427, 1192, '_sale_price_dates_from', ''),
(1428, 1192, '_sale_price_dates_to', ''),
(1429, 1192, '_price', '120'),
(1430, 1192, '_sold_individually', ''),
(1431, 1192, '_manage_stock', 'no'),
(1432, 1192, '_backorders', 'no'),
(1433, 1192, '_stock', ''),
(1434, 1192, '_sku', ''),
(1435, 1192, '_min_variation_price', '120'),
(1436, 1192, '_max_variation_price', '130'),
(1437, 1192, '_min_price_variation_id', '1201'),
(1438, 1192, '_max_price_variation_id', '1202'),
(1439, 1192, '_min_variation_regular_price', '120'),
(1440, 1192, '_max_variation_regular_price', '130'),
(1441, 1192, '_min_regular_price_variation_id', '1201'),
(1442, 1192, '_max_regular_price_variation_id', '1202'),
(1443, 1192, '_min_variation_sale_price', ''),
(1444, 1192, '_max_variation_sale_price', ''),
(1445, 1192, '_min_sale_price_variation_id', ''),
(1446, 1192, '_max_sale_price_variation_id', ''),
(1447, 1192, '_default_attributes', 'a:0:{}'),
(1448, 1192, '_product_image_gallery', ''),
(1449, 1192, 'slide_template', 'default'),
(1486, 17, '_product_attributes', 'a:2:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:28:"Standard Ticket | VIP Ticket";s:8:"position";s:1:"0";s:10:"is_visible";i:0;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}s:4:"door";a:6:{s:4:"name";s:4:"Door";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"1";s:10:"is_visible";i:0;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(1487, 17, '_visibility', 'visible'),
(1488, 17, '_stock_status', 'instock'),
(1489, 17, 'total_sales', '49'),
(1490, 17, '_downloadable', 'no'),
(1491, 17, '_virtual', 'no'),
(1492, 17, '_regular_price', ''),
(1493, 17, '_sale_price', ''),
(1494, 17, '_purchase_note', ''),
(1495, 17, '_featured', 'no'),
(1496, 17, '_weight', ''),
(1497, 17, '_length', ''),
(1498, 17, '_width', ''),
(1499, 17, '_height', ''),
(1500, 17, '_sku', '1234'),
(1501, 17, '_sale_price_dates_from', ''),
(1502, 17, '_sale_price_dates_to', ''),
(1503, 17, '_price', '99'),
(1504, 17, '_sold_individually', ''),
(1505, 17, '_manage_stock', 'no'),
(1506, 17, '_backorders', 'no'),
(1507, 17, '_stock', ''),
(1508, 17, '_min_variation_price', '99'),
(1509, 17, '_max_variation_price', '149'),
(1510, 17, '_min_price_variation_id', '19'),
(1511, 17, '_max_price_variation_id', '21'),
(1512, 17, '_default_attributes', 'a:0:{}'),
(1513, 17, '_product_image_gallery', ''),
(1514, 17, '_wp_old_slug', 'justin-bieber'),
(1515, 17, 'slide_template', 'default'),
(1516, 17, '_min_variation_regular_price', '99'),
(1517, 17, '_max_variation_regular_price', '149'),
(1518, 17, '_min_regular_price_variation_id', '19'),
(1519, 17, '_max_regular_price_variation_id', '21'),
(1520, 17, '_min_variation_sale_price', ''),
(1521, 17, '_max_variation_sale_price', ''),
(1522, 17, '_min_sale_price_variation_id', ''),
(1523, 17, '_max_sale_price_variation_id', ''),
(1525, 19, 'attribute_door', 'Standard'),
(1526, 19, '_sku', ''),
(1527, 19, '_thumbnail_id', '0'),
(1528, 19, '_virtual', 'no'),
(1529, 19, '_downloadable', 'no'),
(1530, 19, '_weight', ''),
(1531, 19, '_length', ''),
(1532, 19, '_width', ''),
(1533, 19, '_height', ''),
(1535, 19, '_regular_price', '99'),
(1536, 19, '_sale_price', ''),
(1537, 19, '_sale_price_dates_from', ''),
(1538, 19, '_sale_price_dates_to', ''),
(1539, 19, '_price', '99'),
(1540, 19, '_download_limit', ''),
(1541, 19, '_download_expiry', ''),
(1542, 19, '_downloadable_files', ''),
(1543, 19, 'attribute_seat', 'Standard Ticket'),
(1544, 21, 'attribute_door', 'VIP'),
(1545, 21, '_sku', ''),
(1546, 21, '_thumbnail_id', '0'),
(1547, 21, '_virtual', 'no'),
(1548, 21, '_downloadable', 'no'),
(1549, 21, '_weight', ''),
(1550, 21, '_length', ''),
(1551, 21, '_width', ''),
(1552, 21, '_height', ''),
(1554, 21, '_regular_price', '149'),
(1555, 21, '_sale_price', ''),
(1556, 21, '_sale_price_dates_from', ''),
(1557, 21, '_sale_price_dates_to', ''),
(1558, 21, '_price', '149'),
(1559, 21, '_download_limit', ''),
(1560, 21, '_download_expiry', ''),
(1561, 21, '_downloadable_files', ''),
(1562, 21, 'attribute_seat', 'VIP Ticket'),
(1563, 24, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(1565, 24, '_visibility', 'visible'),
(1566, 24, '_stock_status', 'instock'),
(1567, 24, 'total_sales', '20'),
(1568, 24, '_downloadable', 'no'),
(1569, 24, '_virtual', 'no'),
(1570, 24, '_regular_price', ''),
(1571, 24, '_sale_price', ''),
(1572, 24, '_purchase_note', ''),
(1573, 24, '_featured', 'no'),
(1574, 24, '_weight', ''),
(1575, 24, '_length', ''),
(1576, 24, '_width', ''),
(1577, 24, '_height', ''),
(1578, 24, '_sku', '005'),
(1579, 24, '_sale_price_dates_from', ''),
(1580, 24, '_sale_price_dates_to', ''),
(1581, 24, '_price', '149'),
(1582, 24, '_sold_individually', ''),
(1583, 24, '_manage_stock', 'no'),
(1584, 24, '_backorders', 'no'),
(1585, 24, '_stock', ''),
(1586, 24, '_min_variation_price', '149'),
(1587, 24, '_max_variation_price', '199'),
(1588, 24, '_min_price_variation_id', '192'),
(1589, 24, '_max_price_variation_id', '193'),
(1590, 24, '_min_variation_regular_price', '149'),
(1591, 24, '_max_variation_regular_price', '199'),
(1592, 24, '_min_regular_price_variation_id', '192'),
(1593, 24, '_max_regular_price_variation_id', '193'),
(1594, 24, '_min_variation_sale_price', ''),
(1595, 24, '_max_variation_sale_price', ''),
(1596, 24, '_min_sale_price_variation_id', ''),
(1597, 24, '_max_sale_price_variation_id', ''),
(1598, 24, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(1599, 24, '_product_image_gallery', '3137'),
(1600, 24, 'slide_template', 'default'),
(1601, 24, 'product-sidebar', '0'),
(1602, 24, 'product-ctpadding', 'on'),
(1603, 26, '_product_attributes', 'a:1:{s:12:"your-ticeket";a:6:{s:4:"name";s:12:"Your Ticeket";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(1604, 26, '_visibility', 'visible'),
(1605, 26, '_stock_status', 'instock'),
(1606, 26, 'total_sales', '7'),
(1607, 26, '_downloadable', 'no'),
(1608, 26, '_virtual', 'no'),
(1609, 26, '_regular_price', ''),
(1610, 26, '_sale_price', ''),
(1611, 26, '_purchase_note', ''),
(1612, 26, '_featured', 'no'),
(1613, 26, '_weight', ''),
(1614, 26, '_length', ''),
(1615, 26, '_width', ''),
(1616, 26, '_height', ''),
(1617, 26, '_sku', '1985'),
(1618, 26, '_sale_price_dates_from', ''),
(1619, 26, '_sale_price_dates_to', ''),
(1620, 26, '_price', '49'),
(1621, 26, '_sold_individually', ''),
(1622, 26, '_manage_stock', 'no'),
(1623, 26, '_backorders', 'no'),
(1624, 26, '_stock', ''),
(1625, 26, '_min_variation_price', '49'),
(1626, 26, '_max_variation_price', '99'),
(1627, 26, '_min_price_variation_id', '27'),
(1628, 26, '_max_price_variation_id', '28'),
(1629, 26, '_default_attributes', 'a:0:{}'),
(1630, 26, '_product_image_gallery', ''),
(1631, 26, '_min_variation_regular_price', '49'),
(1632, 26, '_max_variation_regular_price', '99'),
(1633, 26, '_min_regular_price_variation_id', '27'),
(1634, 26, '_max_regular_price_variation_id', '28'),
(1635, 26, '_min_variation_sale_price', ''),
(1636, 26, '_max_variation_sale_price', ''),
(1637, 26, '_min_sale_price_variation_id', ''),
(1638, 26, '_max_sale_price_variation_id', ''),
(1639, 26, 'slide_template', 'default'),
(1641, 27, '_sku', ''),
(1642, 27, '_thumbnail_id', '0'),
(1643, 27, '_virtual', 'no'),
(1644, 27, '_downloadable', 'no'),
(1645, 27, '_weight', ''),
(1646, 27, '_length', ''),
(1647, 27, '_width', ''),
(1648, 27, '_height', ''),
(1650, 27, '_regular_price', '49'),
(1651, 27, '_sale_price', ''),
(1652, 27, '_sale_price_dates_from', ''),
(1653, 27, '_sale_price_dates_to', ''),
(1654, 27, '_price', '49'),
(1655, 27, '_download_limit', ''),
(1656, 27, '_download_expiry', ''),
(1657, 27, '_downloadable_files', ''),
(1658, 27, 'attribute_your-ticeket', 'Standard'),
(1659, 28, '_sku', ''),
(1660, 28, '_thumbnail_id', '0'),
(1661, 28, '_virtual', 'no'),
(1662, 28, '_downloadable', 'no'),
(1663, 28, '_weight', ''),
(1664, 28, '_length', ''),
(1665, 28, '_width', ''),
(1666, 28, '_height', ''),
(1668, 28, '_regular_price', '99'),
(1669, 28, '_sale_price', ''),
(1670, 28, '_sale_price_dates_from', ''),
(1671, 28, '_sale_price_dates_to', ''),
(1672, 28, '_price', '99'),
(1673, 28, '_download_limit', ''),
(1674, 28, '_download_expiry', ''),
(1675, 28, '_downloadable_files', ''),
(1676, 28, 'attribute_your-ticeket', 'VIP'),
(1677, 192, '_sku', ''),
(1678, 192, '_thumbnail_id', '0'),
(1679, 192, '_virtual', 'no'),
(1680, 192, '_downloadable', 'no'),
(1681, 192, '_weight', ''),
(1682, 192, '_length', ''),
(1683, 192, '_width', ''),
(1684, 192, '_height', ''),
(1686, 192, '_regular_price', '149'),
(1687, 192, '_sale_price', ''),
(1688, 192, '_sale_price_dates_from', ''),
(1689, 192, '_sale_price_dates_to', ''),
(1690, 192, '_price', '149'),
(1691, 192, '_download_limit', ''),
(1692, 192, '_download_expiry', ''),
(1693, 192, '_downloadable_files', ''),
(1694, 192, 'attribute_seat', 'Standard'),
(1696, 697, '_visibility', 'visible'),
(1697, 697, '_stock_status', 'instock'),
(1698, 697, 'product-sidebar', '0'),
(1699, 697, 'product-ctpadding', 'on'),
(1700, 697, 'total_sales', '10'),
(1701, 697, '_downloadable', 'no'),
(1702, 697, '_virtual', 'no'),
(1703, 697, '_regular_price', '18'),
(1704, 697, '_sale_price', ''),
(1705, 697, '_purchase_note', ''),
(1706, 697, '_featured', 'no'),
(1707, 697, '_weight', ''),
(1708, 697, '_length', ''),
(1709, 697, '_width', ''),
(1710, 697, '_height', ''),
(1711, 697, '_sku', ''),
(1712, 697, '_product_attributes', 'a:0:{}'),
(1713, 697, '_sale_price_dates_from', ''),
(1714, 697, '_sale_price_dates_to', ''),
(1715, 697, '_price', '18'),
(1716, 697, '_sold_individually', ''),
(1717, 697, '_manage_stock', 'no'),
(1718, 697, '_backorders', 'no'),
(1719, 697, '_stock', ''),
(1720, 697, '_product_image_gallery', '2718,2719'),
(1721, 697, 'slide_template', 'default'),
(1723, 700, '_visibility', 'visible'),
(1724, 700, '_stock_status', 'instock'),
(1725, 700, 'product-sidebar', '0'),
(1726, 700, 'product-ctpadding', 'on'),
(1727, 700, 'total_sales', '19'),
(1728, 700, '_downloadable', 'no'),
(1729, 700, '_virtual', 'no'),
(1730, 700, '_regular_price', '35'),
(1731, 700, '_sale_price', ''),
(1732, 700, '_purchase_note', ''),
(1733, 700, '_featured', 'no'),
(1734, 700, '_weight', ''),
(1735, 700, '_length', ''),
(1736, 700, '_width', ''),
(1737, 700, '_height', ''),
(1738, 700, '_sku', ''),
(1739, 700, '_product_attributes', 'a:0:{}'),
(1740, 700, '_sale_price_dates_from', ''),
(1741, 700, '_sale_price_dates_to', ''),
(1742, 700, '_price', '35'),
(1743, 700, '_sold_individually', ''),
(1744, 700, '_manage_stock', 'no'),
(1745, 700, '_backorders', 'no'),
(1746, 700, '_stock', ''),
(1747, 700, '_product_image_gallery', '2716,2717'),
(1748, 700, 'slide_template', 'default'),
(1750, 704, '_visibility', 'visible'),
(1751, 704, '_stock_status', 'instock'),
(1752, 704, 'product-sidebar', '0'),
(1753, 704, 'product-ctpadding', 'on'),
(1754, 704, 'total_sales', '3'),
(1755, 704, '_downloadable', 'no'),
(1756, 704, '_virtual', 'no'),
(1757, 704, '_regular_price', '20'),
(1758, 704, '_sale_price', ''),
(1759, 704, '_purchase_note', ''),
(1760, 704, '_featured', 'no'),
(1761, 704, '_weight', ''),
(1762, 704, '_length', ''),
(1763, 704, '_width', ''),
(1764, 704, '_height', ''),
(1765, 704, '_sku', ''),
(1766, 704, '_product_attributes', 'a:0:{}'),
(1767, 704, '_sale_price_dates_from', ''),
(1768, 704, '_sale_price_dates_to', ''),
(1769, 704, '_price', '20'),
(1770, 704, '_sold_individually', ''),
(1771, 704, '_manage_stock', 'no'),
(1772, 704, '_backorders', 'no'),
(1773, 704, '_stock', ''),
(1774, 704, '_product_image_gallery', '2714,2715'),
(1775, 704, 'slide_template', 'default'),
(1777, 707, '_visibility', 'visible'),
(1778, 707, '_stock_status', 'instock'),
(1779, 707, 'product-sidebar', '0'),
(1780, 707, 'product-ctpadding', 'on'),
(1781, 707, 'total_sales', '1'),
(1782, 707, '_downloadable', 'no'),
(1783, 707, '_virtual', 'no'),
(1784, 707, '_regular_price', '35'),
(1785, 707, '_sale_price', ''),
(1786, 707, '_purchase_note', ''),
(1787, 707, '_featured', 'no'),
(1788, 707, '_weight', ''),
(1789, 707, '_length', ''),
(1790, 707, '_width', ''),
(1791, 707, '_height', ''),
(1792, 707, '_sku', ''),
(1793, 707, '_product_attributes', 'a:0:{}'),
(1794, 707, '_sale_price_dates_from', ''),
(1795, 707, '_sale_price_dates_to', ''),
(1796, 707, '_price', '35'),
(1797, 707, '_sold_individually', ''),
(1798, 707, '_manage_stock', 'no'),
(1799, 707, '_backorders', 'no'),
(1800, 707, '_stock', ''),
(1801, 707, '_product_image_gallery', '2711,2712,2713'),
(1802, 707, 'slide_template', 'default'),
(1858, 716, '_visibility', 'visible'),
(1859, 716, '_stock_status', 'instock'),
(1860, 716, 'product-sidebar', '0'),
(1861, 716, 'product-ctpadding', 'on'),
(1862, 716, 'total_sales', '1'),
(1863, 716, '_downloadable', 'no'),
(1864, 716, '_virtual', 'no'),
(1865, 716, '_regular_price', '15'),
(1866, 716, '_sale_price', '12'),
(1867, 716, '_purchase_note', ''),
(1868, 716, '_featured', 'no'),
(1869, 716, '_weight', ''),
(1870, 716, '_length', ''),
(1871, 716, '_width', ''),
(1872, 716, '_height', ''),
(1873, 716, '_sku', ''),
(1874, 716, '_product_attributes', 'a:0:{}'),
(1875, 716, '_sale_price_dates_from', ''),
(1876, 716, '_sale_price_dates_to', ''),
(1877, 716, '_price', '12'),
(1878, 716, '_sold_individually', ''),
(1879, 716, '_manage_stock', 'no'),
(1880, 716, '_backorders', 'no'),
(1881, 716, '_stock', ''),
(1882, 716, '_product_image_gallery', '2708,2709'),
(1883, 716, 'slide_template', 'default'),
(1885, 719, '_visibility', 'visible'),
(1886, 719, '_stock_status', 'instock'),
(1887, 719, 'product-sidebar', '0'),
(1888, 719, 'product-ctpadding', 'on'),
(1889, 719, 'total_sales', '1'),
(1890, 719, '_downloadable', 'no'),
(1891, 719, '_virtual', 'no'),
(1892, 719, '_regular_price', '20'),
(1893, 719, '_sale_price', ''),
(1894, 719, '_purchase_note', ''),
(1895, 719, '_featured', 'no'),
(1896, 719, '_weight', ''),
(1897, 719, '_length', ''),
(1898, 719, '_width', ''),
(1899, 719, '_height', ''),
(1900, 719, '_sku', ''),
(1901, 719, '_product_attributes', 'a:0:{}'),
(1902, 719, '_sale_price_dates_from', ''),
(1903, 719, '_sale_price_dates_to', ''),
(1904, 719, '_price', '20'),
(1905, 719, '_sold_individually', ''),
(1906, 719, '_manage_stock', 'no'),
(1907, 719, '_backorders', 'no'),
(1908, 719, '_stock', ''),
(1909, 719, '_product_image_gallery', '3137,3138'),
(1910, 719, 'slide_template', 'default'),
(1912, 723, '_visibility', 'visible'),
(1913, 723, '_stock_status', 'instock'),
(1914, 723, 'product-sidebar', '0'),
(1915, 723, 'product-ctpadding', 'on'),
(1916, 723, 'total_sales', '0'),
(1917, 723, '_downloadable', 'no'),
(1918, 723, '_virtual', 'no'),
(1919, 723, '_regular_price', ''),
(1920, 723, '_sale_price', ''),
(1921, 723, '_purchase_note', ''),
(1922, 723, '_featured', 'no'),
(1923, 723, '_weight', ''),
(1924, 723, '_length', ''),
(1925, 723, '_width', ''),
(1926, 723, '_height', ''),
(1927, 723, '_sku', ''),
(1928, 723, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";s:1:"1";s:10:"is_visible";i:0;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:1;}}'),
(1929, 723, '_sale_price_dates_from', ''),
(1930, 723, '_sale_price_dates_to', ''),
(1931, 723, '_price', '30'),
(1932, 723, '_sold_individually', ''),
(1933, 723, '_manage_stock', 'no'),
(1934, 723, '_backorders', 'no'),
(1935, 723, '_stock', ''),
(1936, 723, '_product_image_gallery', '2715,2714,2713'),
(1937, 723, 'slide_template', 'default'),
(1938, 723, '_min_variation_price', '30'),
(1939, 723, '_max_variation_price', '35'),
(1940, 723, '_min_price_variation_id', '754'),
(1941, 723, '_max_price_variation_id', '753'),
(1942, 723, '_min_variation_regular_price', '35'),
(1943, 723, '_max_variation_regular_price', '35'),
(1944, 723, '_min_regular_price_variation_id', '753'),
(1945, 723, '_max_regular_price_variation_id', '753'),
(1946, 723, '_min_variation_sale_price', '30'),
(1947, 723, '_max_variation_sale_price', '35'),
(1948, 723, '_min_sale_price_variation_id', '754'),
(1949, 723, '_max_sale_price_variation_id', '753'),
(1950, 723, '_default_attributes', 'a:0:{}'),
(1952, 727, '_visibility', 'visible'),
(1953, 727, '_stock_status', 'instock'),
(1954, 727, 'product-sidebar', '0'),
(1955, 727, 'product-ctpadding', 'on'),
(1956, 727, 'total_sales', '15'),
(1957, 727, '_downloadable', 'no'),
(1958, 727, '_virtual', 'no'),
(1959, 727, '_regular_price', '35'),
(1960, 727, '_sale_price', ''),
(1961, 727, '_purchase_note', ''),
(1962, 727, '_featured', 'no'),
(1963, 727, '_weight', ''),
(1964, 727, '_length', ''),
(1965, 727, '_width', ''),
(1966, 727, '_height', ''),
(1967, 727, '_sku', ''),
(1968, 727, '_product_attributes', 'a:0:{}'),
(1969, 727, '_sale_price_dates_from', ''),
(1970, 727, '_sale_price_dates_to', ''),
(1971, 727, '_price', '35'),
(1972, 727, '_sold_individually', ''),
(1973, 727, '_manage_stock', 'no'),
(1974, 727, '_backorders', 'no'),
(1975, 727, '_stock', ''),
(1976, 727, '_product_image_gallery', '2717,2716'),
(1977, 727, 'slide_template', 'default'),
(1978, 1204, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(1980, 1204, '_visibility', 'visible'),
(1981, 1204, '_stock_status', 'instock'),
(1982, 1204, 'total_sales', '109'),
(1983, 1204, '_downloadable', 'no'),
(1984, 1204, '_virtual', 'no'),
(1985, 1204, '_regular_price', '1999'),
(1986, 1204, '_sale_price', ''),
(1987, 1204, '_purchase_note', ''),
(1988, 1204, '_featured', 'no'),
(1989, 1204, '_weight', ''),
(1990, 1204, '_length', ''),
(1991, 1204, '_width', ''),
(1992, 1204, '_height', ''),
(1993, 1204, '_sku', 'CO-001'),
(1994, 1204, '_sale_price_dates_from', ''),
(1995, 1204, '_sale_price_dates_to', ''),
(1996, 1204, '_price', '1999'),
(1997, 1204, '_sold_individually', ''),
(1998, 1204, '_manage_stock', 'no'),
(1999, 1204, '_backorders', 'no'),
(2000, 1204, '_stock', ''),
(2001, 1204, '_min_variation_price', '149'),
(2002, 1204, '_max_variation_price', '199'),
(2003, 1204, '_min_price_variation_id', '192'),
(2004, 1204, '_max_price_variation_id', '193'),
(2005, 1204, '_min_variation_regular_price', '149'),
(2006, 1204, '_max_variation_regular_price', '199'),
(2007, 1204, '_min_regular_price_variation_id', '192'),
(2008, 1204, '_max_regular_price_variation_id', '193'),
(2009, 1204, '_min_variation_sale_price', ''),
(2010, 1204, '_max_variation_sale_price', ''),
(2011, 1204, '_min_sale_price_variation_id', ''),
(2012, 1204, '_max_sale_price_variation_id', ''),
(2013, 1204, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(2014, 1204, '_product_image_gallery', '1121'),
(2015, 1204, 'slide_template', 'default'),
(2016, 1204, 'product-sidebar', '0'),
(2017, 1204, 'product-ctpadding', 'off'),
(2018, 1363, '_featured', 'no'),
(2019, 1363, '_purchase_note', ''),
(2020, 1363, '_sale_price', ''),
(2021, 1363, '_regular_price', '299'),
(2022, 1363, '_virtual', 'no'),
(2023, 1363, '_stock_status', 'instock'),
(2024, 1363, 'total_sales', '12'),
(2025, 1363, '_downloadable', 'no'),
(2026, 1363, '_max_variation_price', '199'),
(2027, 1363, '_min_variation_price', '149'),
(2028, 1363, '_stock', ''),
(2029, 1363, '_price', '299'),
(2030, 1363, '_sold_individually', ''),
(2031, 1363, '_manage_stock', 'no'),
(2032, 1363, '_backorders', 'no'),
(2033, 1363, '_sku', 'CO-002'),
(2034, 1363, '_height', ''),
(2035, 1363, '_max_price_variation_id', '193'),
(2036, 1363, '_min_price_variation_id', '192'),
(2037, 1363, '_sale_price_dates_to', ''),
(2038, 1363, '_sale_price_dates_from', ''),
(2039, 1363, '_weight', ''),
(2040, 1363, '_length', ''),
(2041, 1363, '_width', ''),
(2043, 1363, '_visibility', 'visible'),
(2044, 1363, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(2045, 1363, '_min_variation_regular_price', '149'),
(2046, 1363, '_max_variation_regular_price', '199'),
(2047, 1363, '_min_regular_price_variation_id', '192'),
(2048, 1363, '_max_regular_price_variation_id', '193'),
(2049, 1363, '_min_variation_sale_price', ''),
(2050, 1363, '_max_variation_sale_price', ''),
(2051, 1363, '_min_sale_price_variation_id', ''),
(2052, 1363, '_max_sale_price_variation_id', ''),
(2053, 1363, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(2054, 1363, '_product_image_gallery', '2864'),
(2055, 1363, 'slide_template', 'default'),
(2056, 1363, 'product-sidebar', '0'),
(2057, 1363, 'product-ctpadding', 'on'),
(2058, 193, '_sku', ''),
(2059, 193, '_thumbnail_id', '0'),
(2060, 193, '_virtual', 'no'),
(2061, 193, '_downloadable', 'no'),
(2062, 193, '_weight', ''),
(2063, 193, '_length', ''),
(2064, 193, '_width', ''),
(2065, 193, '_height', ''),
(2067, 193, '_regular_price', '199'),
(2068, 193, '_sale_price', ''),
(2069, 193, '_sale_price_dates_from', ''),
(2070, 193, '_sale_price_dates_to', ''),
(2071, 193, '_price', '199'),
(2072, 193, '_download_limit', ''),
(2073, 193, '_download_expiry', ''),
(2074, 193, '_downloadable_files', ''),
(2075, 193, 'attribute_seat', 'VIP'),
(2076, 198, '_sku', ''),
(2077, 198, '_thumbnail_id', '0'),
(2078, 198, '_virtual', 'no'),
(2079, 198, '_downloadable', 'no'),
(2080, 198, '_weight', ''),
(2081, 198, '_length', ''),
(2082, 198, '_width', ''),
(2083, 198, '_height', ''),
(2085, 198, '_regular_price', '19'),
(2086, 198, '_sale_price', ''),
(2087, 198, '_sale_price_dates_from', ''),
(2088, 198, '_sale_price_dates_to', ''),
(2089, 198, '_price', '19'),
(2090, 198, '_download_limit', ''),
(2091, 198, '_download_expiry', ''),
(2092, 198, '_downloadable_files', ''),
(2093, 198, 'attribute_seat', 'Standard'),
(2094, 199, '_sku', ''),
(2095, 199, '_thumbnail_id', '0'),
(2096, 199, '_virtual', 'no'),
(2097, 199, '_downloadable', 'no'),
(2098, 199, '_weight', ''),
(2099, 199, '_length', ''),
(2100, 199, '_width', ''),
(2101, 199, '_height', ''),
(2103, 199, '_regular_price', '199'),
(2104, 199, '_sale_price', ''),
(2105, 199, '_sale_price_dates_from', ''),
(2106, 199, '_sale_price_dates_to', ''),
(2107, 199, '_price', '199'),
(2108, 199, '_download_limit', ''),
(2109, 199, '_download_expiry', ''),
(2110, 199, '_downloadable_files', ''),
(2111, 199, 'attribute_seat', 'VIP'),
(2112, 203, '_sku', ''),
(2113, 203, '_thumbnail_id', '0'),
(2114, 203, '_virtual', 'no'),
(2115, 203, '_downloadable', 'no'),
(2116, 203, '_weight', ''),
(2117, 203, '_length', ''),
(2118, 203, '_width', ''),
(2119, 203, '_height', ''),
(2121, 203, '_regular_price', '249'),
(2122, 203, '_sale_price', ''),
(2123, 203, '_sale_price_dates_from', ''),
(2124, 203, '_sale_price_dates_to', ''),
(2125, 203, '_price', '249'),
(2126, 203, '_download_limit', ''),
(2127, 203, '_download_expiry', ''),
(2128, 203, '_downloadable_files', ''),
(2129, 203, 'attribute_seat', 'standard'),
(2130, 204, '_sku', ''),
(2131, 204, '_thumbnail_id', '0'),
(2132, 204, '_virtual', 'no'),
(2133, 204, '_downloadable', 'no'),
(2134, 204, '_weight', ''),
(2135, 204, '_length', ''),
(2136, 204, '_width', ''),
(2137, 204, '_height', ''),
(2139, 204, '_regular_price', '599'),
(2140, 204, '_sale_price', ''),
(2141, 204, '_sale_price_dates_from', ''),
(2142, 204, '_sale_price_dates_to', ''),
(2143, 204, '_price', '599'),
(2144, 204, '_download_limit', ''),
(2145, 204, '_download_expiry', ''),
(2146, 204, '_downloadable_files', ''),
(2147, 204, 'attribute_seat', 'vip'),
(2148, 753, '_height', ''),
(2149, 753, '_width', ''),
(2150, 753, '_length', ''),
(2151, 753, '_weight', ''),
(2152, 753, '_downloadable', 'no'),
(2153, 753, '_virtual', 'no'),
(2154, 753, '_thumbnail_id', '0'),
(2155, 753, '_sku', ''),
(2156, 753, 'attribute_pa_color', 'black'),
(2158, 753, '_regular_price', '35'),
(2159, 753, '_sale_price', '35'),
(2160, 753, '_sale_price_dates_from', ''),
(2161, 753, '_sale_price_dates_to', ''),
(2162, 753, '_price', '35'),
(2163, 753, '_download_limit', ''),
(2164, 753, '_download_expiry', ''),
(2165, 753, '_downloadable_files', ''),
(2166, 754, 'attribute_pa_color', 'blue'),
(2167, 754, '_sku', ''),
(2168, 754, '_thumbnail_id', '0'),
(2169, 754, '_virtual', 'no'),
(2170, 754, '_downloadable', 'no'),
(2171, 754, '_weight', ''),
(2172, 754, '_length', ''),
(2173, 754, '_width', ''),
(2174, 754, '_height', ''),
(2176, 754, '_regular_price', '35'),
(2177, 754, '_sale_price', '30'),
(2178, 754, '_sale_price_dates_from', ''),
(2179, 754, '_sale_price_dates_to', ''),
(2180, 754, '_price', '30'),
(2181, 754, '_download_limit', ''),
(2182, 754, '_download_expiry', ''),
(2183, 754, '_downloadable_files', ''),
(2184, 1201, '_sale_price_dates_from', ''),
(2185, 1201, '_downloadable_files', ''),
(2186, 1201, '_download_expiry', ''),
(2187, 1201, '_download_limit', ''),
(2188, 1201, '_price', '120'),
(2189, 1201, '_sale_price_dates_to', ''),
(2190, 1201, '_sku', ''),
(2191, 1201, '_thumbnail_id', '0'),
(2192, 1201, '_virtual', 'no'),
(2193, 1201, '_downloadable', 'no'),
(2194, 1201, '_weight', ''),
(2195, 1201, '_length', ''),
(2196, 1201, '_width', ''),
(2197, 1201, '_height', ''),
(2198, 1201, '_stock', ''),
(2199, 1201, '_regular_price', '120'),
(2200, 1201, '_sale_price', ''),
(2201, 1201, 'attribute_ao', 'red'),
(2202, 1202, '_sku', ''),
(2203, 1202, '_thumbnail_id', '0'),
(2204, 1202, '_virtual', 'no'),
(2205, 1202, '_downloadable', 'no'),
(2206, 1202, '_weight', ''),
(2207, 1202, '_length', ''),
(2208, 1202, '_width', ''),
(2209, 1202, '_height', ''),
(2210, 1202, '_stock', ''),
(2211, 1202, '_regular_price', '130'),
(2212, 1202, '_sale_price', ''),
(2213, 1202, '_sale_price_dates_from', ''),
(2214, 1202, '_sale_price_dates_to', ''),
(2215, 1202, '_price', '130'),
(2216, 1202, '_download_limit', ''),
(2217, 1202, '_download_expiry', ''),
(2218, 1202, '_downloadable_files', ''),
(2219, 1202, 'attribute_ao', 'blue'),
(2220, 1206, '_sku', ''),
(2221, 1206, '_thumbnail_id', '0'),
(2222, 1206, '_virtual', 'no'),
(2223, 1206, '_downloadable', 'no'),
(2224, 1206, '_weight', ''),
(2225, 1206, '_length', ''),
(2226, 1206, '_width', ''),
(2227, 1206, '_height', ''),
(2228, 1206, '_stock', ''),
(2229, 1206, '_regular_price', '199'),
(2230, 1206, '_sale_price', ''),
(2231, 1206, '_sale_price_dates_from', ''),
(2232, 1206, '_sale_price_dates_to', ''),
(2233, 1206, '_price', '199'),
(2234, 1206, '_download_limit', ''),
(2235, 1206, '_download_expiry', ''),
(2236, 1206, '_downloadable_files', ''),
(2237, 1206, 'attribute_seat', 'vip'),
(2238, 1207, '_sku', ''),
(2239, 1207, '_thumbnail_id', '0'),
(2240, 1207, '_virtual', 'no'),
(2241, 1207, '_downloadable', 'no'),
(2242, 1207, '_weight', ''),
(2243, 1207, '_length', ''),
(2244, 1207, '_width', ''),
(2245, 1207, '_height', ''),
(2246, 1207, '_stock', ''),
(2247, 1207, '_regular_price', '149'),
(2248, 1207, '_sale_price', ''),
(2249, 1207, '_sale_price_dates_from', ''),
(2250, 1207, '_sale_price_dates_to', ''),
(2251, 1207, '_price', '149'),
(2252, 1207, '_download_limit', ''),
(2253, 1207, '_download_expiry', ''),
(2254, 1207, '_downloadable_files', ''),
(2255, 1207, 'attribute_seat', 'standard'),
(2256, 1364, '_width', ''),
(2257, 1364, '_stock', ''),
(2258, 1364, '_regular_price', '149'),
(2259, 1364, '_sale_price', ''),
(2260, 1364, '_sale_price_dates_from', ''),
(2261, 1364, '_sale_price_dates_to', ''),
(2262, 1364, '_price', '149'),
(2263, 1364, '_download_limit', ''),
(2264, 1364, '_download_expiry', ''),
(2265, 1364, '_downloadable_files', ''),
(2266, 1364, 'attribute_seat', 'standard'),
(2267, 1364, '_height', ''),
(2268, 1364, '_length', ''),
(2269, 1364, '_sku', ''),
(2270, 1364, '_thumbnail_id', '0'),
(2271, 1364, '_virtual', 'no'),
(2272, 1364, '_downloadable', 'no'),
(2273, 1364, '_weight', ''),
(2274, 1365, '_thumbnail_id', '0'),
(2275, 1365, '_virtual', 'no'),
(2276, 1365, '_downloadable', 'no'),
(2277, 1365, '_weight', ''),
(2278, 1365, '_length', ''),
(2279, 1365, '_width', ''),
(2280, 1365, '_height', ''),
(2281, 1365, '_stock', ''),
(2282, 1365, '_regular_price', '199'),
(2283, 1365, '_sale_price', ''),
(2284, 1365, '_sale_price_dates_from', ''),
(2285, 1365, '_sale_price_dates_to', ''),
(2286, 1365, '_price', '199'),
(2287, 1365, '_download_limit', ''),
(2288, 1365, '_download_expiry', ''),
(2289, 1365, '_downloadable_files', ''),
(2290, 1365, 'attribute_seat', 'vip'),
(2291, 1365, '_sku', ''),
(2292, 279, '_billing_first_name', 'ha'),
(2293, 279, '_billing_country', 'VN'),
(2294, 279, '_billing_last_name', 'ha'),
(2295, 279, '_billing_company', ''),
(2296, 279, '_billing_address_1', 'hahaha'),
(2297, 279, '_billing_address_2', ''),
(2298, 279, '_billing_city', 'haha'),
(2299, 279, '_billing_state', ''),
(2300, 279, '_billing_postcode', ''),
(2301, 279, '_billing_email', 'hadoanngoc@gmail.com'),
(2302, 279, '_billing_phone', '21345141'),
(2303, 279, '_shipping_country', 'VN'),
(2304, 279, '_shipping_first_name', 'ha'),
(2305, 279, '_shipping_last_name', 'ha'),
(2306, 279, '_shipping_company', ''),
(2307, 279, '_shipping_address_1', 'hahaha'),
(2308, 279, '_shipping_address_2', ''),
(2309, 279, '_shipping_city', 'haha'),
(2310, 279, '_shipping_state', ''),
(2311, 279, '_shipping_postcode', ''),
(2312, 279, '_payment_method', 'bacs'),
(2313, 279, '_payment_method_title', 'Direct Bank Transfer'),
(2314, 279, '_order_shipping', '0'),
(2315, 279, '_order_discount', '0'),
(2316, 279, '_cart_discount', '0'),
(2317, 279, '_order_tax', '0'),
(2318, 279, '_order_shipping_tax', '0'),
(2319, 279, '_order_total', '149.00'),
(2320, 279, '_order_key', 'wc_order_538fda66095e6'),
(2321, 279, '_customer_user', '1'),
(2322, 279, '_order_currency', 'GBP'),
(2323, 279, '_prices_include_tax', 'no'),
(2324, 279, '_customer_ip_address', '14.162.149.228'),
(2325, 279, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),
(2326, 279, '_recorded_sales', 'yes'),
(2327, 279, '_recorded_coupon_usage_counts', 'yes'),
(2328, 350, '_billing_country', 'VN'),
(2329, 350, '_billing_first_name', 'thu'),
(2330, 350, '_billing_last_name', 'hv'),
(2331, 350, '_billing_company', ''),
(2332, 350, '_billing_address_1', 'ha noi'),
(2333, 350, '_billing_address_2', ''),
(2334, 350, '_billing_city', 'ha noi'),
(2335, 350, '_billing_state', ''),
(2336, 350, '_billing_postcode', ''),
(2337, 350, '_billing_email', 'thuhv@httv.vn'),
(2338, 350, '_billing_phone', '1234'),
(2339, 350, '_shipping_country', 'VN'),
(2340, 350, '_shipping_first_name', 'thu'),
(2341, 350, '_shipping_last_name', 'hv'),
(2342, 350, '_shipping_company', ''),
(2343, 350, '_shipping_address_1', 'ha noi'),
(2344, 350, '_shipping_address_2', ''),
(2345, 350, '_shipping_city', 'ha noi'),
(2346, 350, '_shipping_state', ''),
(2347, 350, '_shipping_postcode', ''),
(2348, 350, '_payment_method', 'paypal'),
(2349, 350, '_payment_method_title', 'PayPal'),
(2350, 350, '_order_shipping', '0'),
(2351, 350, '_order_discount', '0'),
(2352, 350, '_cart_discount', '0'),
(2353, 350, '_order_tax', '0'),
(2354, 350, '_order_shipping_tax', '0'),
(2355, 350, '_order_total', '149.00'),
(2356, 350, '_order_key', 'wc_order_5397bc5f9c2b4'),
(2357, 350, '_customer_user', '2'),
(2358, 350, '_order_currency', 'GBP'),
(2359, 350, '_prices_include_tax', 'no'),
(2360, 350, '_customer_ip_address', '14.162.148.93'),
(2361, 350, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),
(2362, 363, '_billing_first_name', 'thu'),
(2363, 363, '_billing_country', 'VN'),
(2364, 363, '_billing_last_name', 'hv'),
(2365, 363, '_billing_company', ''),
(2366, 363, '_billing_address_1', 'ha noi'),
(2367, 363, '_billing_address_2', ''),
(2368, 363, '_billing_city', 'ha noi'),
(2369, 363, '_billing_state', ''),
(2370, 363, '_billing_postcode', ''),
(2371, 363, '_billing_email', 'thuhv@httv.vn'),
(2372, 363, '_billing_phone', '1234'),
(2373, 363, '_shipping_country', 'VN'),
(2374, 363, '_shipping_first_name', 'thu'),
(2375, 363, '_shipping_last_name', 'hv'),
(2376, 363, '_shipping_company', ''),
(2377, 363, '_shipping_address_1', 'ha noi'),
(2378, 363, '_shipping_address_2', ''),
(2379, 363, '_shipping_city', 'ha noi'),
(2380, 363, '_shipping_state', ''),
(2381, 363, '_shipping_postcode', ''),
(2382, 363, '_payment_method', 'bacs'),
(2383, 363, '_payment_method_title', 'Direct Bank Transfer'),
(2384, 363, '_order_shipping', '0'),
(2385, 363, '_order_discount', '0'),
(2386, 363, '_cart_discount', '0'),
(2387, 363, '_order_tax', '0'),
(2388, 363, '_order_shipping_tax', '0'),
(2389, 363, '_order_total', '149.00'),
(2390, 363, '_order_key', 'wc_order_53982e38ea978'),
(2391, 363, '_customer_user', '2'),
(2392, 363, '_order_currency', 'GBP'),
(2393, 363, '_prices_include_tax', 'no'),
(2394, 363, '_customer_ip_address', '14.162.148.93'),
(2395, 363, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),
(2396, 363, '_recorded_sales', 'yes'),
(2397, 363, '_recorded_coupon_usage_counts', 'yes'),
(2398, 364, '_billing_country', 'VN'),
(2399, 364, '_billing_first_name', 'Ha'),
(2400, 364, '_billing_last_name', 'Doan'),
(2401, 364, '_billing_company', 'HHTV'),
(2402, 364, '_billing_address_1', '12341234'),
(2403, 364, '_billing_address_2', ''),
(2404, 364, '_billing_city', 'Hanoi'),
(2405, 364, '_billing_state', ''),
(2406, 364, '_billing_postcode', ''),
(2407, 364, '_billing_email', 'batata1986@yahoo.com'),
(2408, 364, '_billing_phone', '0123456789'),
(2409, 364, '_shipping_country', 'VN'),
(2410, 364, '_shipping_first_name', 'Ha'),
(2411, 364, '_shipping_last_name', 'Doan'),
(2412, 364, '_shipping_company', 'HHTV'),
(2413, 364, '_shipping_address_1', '12341234'),
(2414, 364, '_shipping_address_2', ''),
(2415, 364, '_shipping_city', 'Hanoi'),
(2416, 364, '_shipping_state', ''),
(2417, 364, '_shipping_postcode', ''),
(2418, 364, '_payment_method', 'bacs'),
(2419, 364, '_payment_method_title', 'Direct Bank Transfer'),
(2420, 364, '_order_shipping', '0'),
(2421, 364, '_order_discount', '0'),
(2422, 364, '_cart_discount', '0'),
(2423, 364, '_order_tax', '0'),
(2424, 364, '_order_shipping_tax', '0'),
(2425, 364, '_order_total', '149.00'),
(2426, 364, '_order_key', 'wc_order_5399105b27d4c'),
(2427, 364, '_customer_user', '0'),
(2428, 364, '_order_currency', 'GBP'),
(2429, 364, '_prices_include_tax', 'no'),
(2430, 364, '_customer_ip_address', '14.162.153.140'),
(2431, 364, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2432, 364, '_recorded_sales', 'yes'),
(2433, 364, '_recorded_coupon_usage_counts', 'yes'),
(2434, 368, '_billing_country', 'VN'),
(2435, 368, '_billing_first_name', 'thu'),
(2436, 368, '_billing_last_name', 'hv'),
(2437, 368, '_billing_company', ''),
(2438, 368, '_billing_address_1', 'ha noi'),
(2439, 368, '_billing_address_2', ''),
(2440, 368, '_billing_city', 'ha noi'),
(2441, 368, '_billing_state', ''),
(2442, 368, '_billing_postcode', ''),
(2443, 368, '_billing_email', 'thuhv@httv.vn'),
(2444, 368, '_billing_phone', '1234'),
(2445, 368, '_shipping_country', 'VN'),
(2446, 368, '_shipping_first_name', 'thu'),
(2447, 368, '_shipping_last_name', 'hv'),
(2448, 368, '_shipping_company', ''),
(2449, 368, '_shipping_address_1', 'ha noi'),
(2450, 368, '_shipping_address_2', ''),
(2451, 368, '_shipping_city', 'ha noi'),
(2452, 368, '_shipping_state', ''),
(2453, 368, '_shipping_postcode', ''),
(2454, 368, '_payment_method', 'bacs'),
(2455, 368, '_payment_method_title', 'Direct Bank Transfer'),
(2456, 368, '_order_shipping', '0'),
(2457, 368, '_order_discount', '0'),
(2458, 368, '_cart_discount', '0'),
(2459, 368, '_order_tax', '0'),
(2460, 368, '_order_shipping_tax', '0'),
(2461, 368, '_order_total', '149.00'),
(2462, 368, '_order_key', 'wc_order_539930cc7d778'),
(2463, 368, '_customer_user', '2'),
(2464, 368, '_order_currency', 'GBP'),
(2465, 368, '_prices_include_tax', 'no'),
(2466, 368, '_customer_ip_address', '14.162.153.140'),
(2467, 368, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),
(2468, 368, '_recorded_sales', 'yes'),
(2469, 368, '_recorded_coupon_usage_counts', 'yes'),
(2470, 373, '_billing_address_2', ''),
(2471, 373, '_billing_city', 'ha noi'),
(2472, 373, '_billing_company', ''),
(2473, 373, '_billing_address_1', 'ha noi'),
(2474, 373, '_billing_last_name', 'hv'),
(2475, 373, '_billing_country', 'VN'),
(2476, 373, '_billing_first_name', 'thu'),
(2477, 373, '_billing_state', ''),
(2478, 373, '_billing_postcode', ''),
(2479, 373, '_billing_email', 'thuhv@httv.vn'),
(2480, 373, '_billing_phone', '1234'),
(2481, 373, '_shipping_country', 'VN'),
(2482, 373, '_shipping_first_name', 'thu'),
(2483, 373, '_shipping_last_name', 'hv'),
(2484, 373, '_shipping_company', ''),
(2485, 373, '_shipping_address_1', 'ha noi'),
(2486, 373, '_shipping_address_2', ''),
(2487, 373, '_shipping_city', 'ha noi'),
(2488, 373, '_shipping_state', ''),
(2489, 373, '_shipping_postcode', ''),
(2490, 373, '_payment_method', 'bacs'),
(2491, 373, '_payment_method_title', 'Direct Bank Transfer'),
(2492, 373, '_order_shipping', '0'),
(2493, 373, '_order_discount', '0'),
(2494, 373, '_cart_discount', '0'),
(2495, 373, '_order_tax', '0'),
(2496, 373, '_order_shipping_tax', '0'),
(2497, 373, '_order_total', '149.00'),
(2498, 373, '_order_key', 'wc_order_5399930495bae'),
(2499, 373, '_customer_user', '2'),
(2500, 373, '_order_currency', 'GBP'),
(2501, 373, '_prices_include_tax', 'no'),
(2502, 373, '_customer_ip_address', '113.190.238.220'),
(2503, 373, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),
(2504, 373, '_recorded_sales', 'yes'),
(2505, 373, '_recorded_coupon_usage_counts', 'yes'),
(2506, 376, '_billing_country', 'VN'),
(2507, 376, '_billing_first_name', 'Ha'),
(2508, 376, '_billing_last_name', 'Doan'),
(2509, 376, '_billing_company', ''),
(2510, 376, '_billing_address_1', 'gagaga'),
(2511, 376, '_billing_address_2', ''),
(2512, 376, '_billing_city', 'Hanoi'),
(2513, 376, '_billing_state', ''),
(2514, 376, '_billing_postcode', ''),
(2515, 376, '_billing_email', 'batata1986@yahoo.com'),
(2516, 376, '_billing_phone', '0123456789'),
(2517, 376, '_shipping_country', 'VN'),
(2518, 376, '_shipping_first_name', 'Ha'),
(2519, 376, '_shipping_last_name', 'Doan'),
(2520, 376, '_shipping_company', ''),
(2521, 376, '_shipping_address_1', 'gagaga'),
(2522, 376, '_shipping_address_2', ''),
(2523, 376, '_shipping_city', 'Hanoi'),
(2524, 376, '_shipping_state', ''),
(2525, 376, '_shipping_postcode', ''),
(2526, 376, '_payment_method', 'bacs'),
(2527, 376, '_payment_method_title', 'Direct Bank Transfer'),
(2528, 376, '_order_shipping', '0'),
(2529, 376, '_order_discount', '0'),
(2530, 376, '_cart_discount', '0'),
(2531, 376, '_order_tax', '0'),
(2532, 376, '_order_shipping_tax', '0'),
(2533, 376, '_order_total', '149.00'),
(2534, 376, '_order_key', 'wc_order_539a78d020e33'),
(2535, 376, '_customer_user', '0'),
(2536, 376, '_order_currency', 'GBP'),
(2537, 376, '_prices_include_tax', 'no'),
(2538, 376, '_customer_ip_address', '14.162.158.76'),
(2539, 376, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2540, 376, '_recorded_sales', 'yes'),
(2541, 376, '_recorded_coupon_usage_counts', 'yes'),
(2542, 570, '_billing_email', 'nguyet.ht@goimon.vn'),
(2543, 570, '_billing_postcode', ''),
(2544, 570, '_billing_state', ''),
(2545, 570, '_billing_city', 'ha noi'),
(2546, 570, '_billing_address_2', ''),
(2547, 570, '_billing_address_1', '47 vtp'),
(2548, 570, '_billing_last_name', 'ht'),
(2549, 570, '_shipping_last_name', 'ht'),
(2550, 570, '_shipping_first_name', 'nguyet'),
(2551, 570, '_shipping_country', 'VN'),
(2552, 570, '_billing_phone', '0975737098'),
(2553, 570, '_shipping_company', ''),
(2554, 570, '_shipping_address_1', '47 vtp'),
(2555, 570, '_billing_company', ''),
(2556, 570, '_shipping_city', 'ha noi'),
(2557, 570, '_billing_first_name', 'nguyet'),
(2558, 570, '_billing_country', 'VN'),
(2559, 570, '_shipping_state', ''),
(2560, 570, '_shipping_address_2', ''),
(2561, 570, '_shipping_postcode', ''),
(2562, 570, '_payment_method', 'cheque'),
(2563, 570, '_payment_method_title', 'Cheque Payment'),
(2564, 570, '_order_shipping', '0'),
(2565, 570, '_order_discount', '0'),
(2566, 570, '_cart_discount', '0'),
(2567, 570, '_order_tax', '0'),
(2568, 570, '_order_shipping_tax', '0'),
(2569, 570, '_order_total', '149.00'),
(2570, 570, '_order_key', 'wc_order_53b77ac44b940'),
(2571, 570, '_customer_user', '0'),
(2572, 570, '_order_currency', 'GBP'),
(2573, 570, '_prices_include_tax', 'no'),
(2574, 570, '_customer_ip_address', '14.162.150.20'),
(2575, 570, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2576, 570, '_recorded_sales', 'yes'),
(2577, 570, '_recorded_coupon_usage_counts', 'yes'),
(2578, 571, '_billing_country', 'VN'),
(2579, 571, '_billing_first_name', 'nguyet'),
(2580, 571, '_billing_last_name', 'hoang'),
(2581, 571, '_billing_company', ''),
(2582, 571, '_billing_address_1', 'abc'),
(2583, 571, '_billing_address_2', ''),
(2584, 571, '_billing_city', 'obama'),
(2585, 571, '_billing_state', ''),
(2586, 571, '_billing_postcode', ''),
(2587, 571, '_billing_email', 'nguyet.ht@goimon.vn'),
(2588, 571, '_billing_phone', '0975737098'),
(2589, 571, '_shipping_country', 'VN'),
(2590, 571, '_shipping_first_name', 'nguyet'),
(2591, 571, '_shipping_last_name', 'hoang'),
(2592, 571, '_shipping_company', ''),
(2593, 571, '_shipping_address_1', 'abc'),
(2594, 571, '_shipping_address_2', ''),
(2595, 571, '_shipping_city', 'obama'),
(2596, 571, '_shipping_state', ''),
(2597, 571, '_shipping_postcode', ''),
(2598, 571, '_payment_method', 'cheque'),
(2599, 571, '_payment_method_title', 'Cheque Payment'),
(2600, 571, '_order_shipping', '0'),
(2601, 571, '_order_discount', '0'),
(2602, 571, '_cart_discount', '0'),
(2603, 571, '_order_tax', '0'),
(2604, 571, '_order_shipping_tax', '0'),
(2605, 571, '_order_total', '99.00'),
(2606, 571, '_order_key', 'wc_order_53b77f0ab179f'),
(2607, 571, '_customer_user', '5'),
(2608, 571, '_order_currency', 'GBP'),
(2609, 571, '_prices_include_tax', 'no'),
(2610, 571, '_customer_ip_address', '14.162.150.20'),
(2611, 571, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2612, 571, '_recorded_sales', 'yes'),
(2613, 571, '_recorded_coupon_usage_counts', 'yes'),
(2614, 572, '_billing_country', 'VN'),
(2615, 572, '_billing_first_name', 'nguyet'),
(2616, 572, '_billing_last_name', 'hoang'),
(2617, 572, '_billing_company', ''),
(2618, 572, '_billing_address_1', 'abc'),
(2619, 572, '_billing_address_2', ''),
(2620, 572, '_billing_city', 'obama'),
(2621, 572, '_billing_state', ''),
(2622, 572, '_billing_postcode', ''),
(2623, 572, '_billing_email', 'nguyet.ht@goimon.vn'),
(2624, 572, '_billing_phone', '0975737098'),
(2625, 572, '_shipping_country', 'VN'),
(2626, 572, '_shipping_first_name', 'nguyet'),
(2627, 572, '_shipping_last_name', 'hoang'),
(2628, 572, '_shipping_company', ''),
(2629, 572, '_shipping_address_1', 'abc'),
(2630, 572, '_shipping_address_2', ''),
(2631, 572, '_shipping_city', 'obama'),
(2632, 572, '_shipping_state', ''),
(2633, 572, '_shipping_postcode', ''),
(2634, 572, '_payment_method', 'cheque'),
(2635, 572, '_payment_method_title', 'Cheque Payment'),
(2636, 572, '_order_shipping', '0'),
(2637, 572, '_order_discount', '0'),
(2638, 572, '_cart_discount', '0'),
(2639, 572, '_order_tax', '0'),
(2640, 572, '_order_shipping_tax', '0'),
(2641, 572, '_order_total', '99.00'),
(2642, 572, '_order_key', 'wc_order_53b7854043b01'),
(2643, 572, '_customer_user', '5'),
(2644, 572, '_order_currency', 'GBP'),
(2645, 572, '_prices_include_tax', 'no'),
(2646, 572, '_customer_ip_address', '14.162.150.20'),
(2647, 572, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2648, 572, '_recorded_sales', 'yes'),
(2649, 572, '_recorded_coupon_usage_counts', 'yes'),
(2650, 573, '_billing_country', 'VN'),
(2651, 573, '_billing_first_name', 'nguyet'),
(2652, 573, '_billing_last_name', 'ht'),
(2653, 573, '_billing_company', ''),
(2654, 573, '_billing_address_1', '4 vtp'),
(2655, 573, '_billing_address_2', ''),
(2656, 573, '_billing_city', 'ha noi'),
(2657, 573, '_billing_state', ''),
(2658, 573, '_billing_postcode', ''),
(2659, 573, '_billing_email', 'nguyet.ht@byjoomla.com'),
(2660, 573, '_billing_phone', '095'),
(2661, 573, '_shipping_country', 'VN'),
(2662, 573, '_shipping_first_name', 'nguyet'),
(2663, 573, '_shipping_last_name', 'ht'),
(2664, 573, '_shipping_company', ''),
(2665, 573, '_shipping_address_1', '4 vtp'),
(2666, 573, '_shipping_address_2', ''),
(2667, 573, '_shipping_city', 'ha noi'),
(2668, 573, '_shipping_state', ''),
(2669, 573, '_shipping_postcode', ''),
(2670, 573, '_payment_method', 'cheque'),
(2671, 573, '_payment_method_title', 'Cheque Payment'),
(2672, 573, '_order_shipping', '0'),
(2673, 573, '_order_discount', '0'),
(2674, 573, '_cart_discount', '0'),
(2675, 573, '_order_tax', '0'),
(2676, 573, '_order_shipping_tax', '0'),
(2677, 573, '_order_total', '99.00'),
(2678, 573, '_order_key', 'wc_order_53b7875da8b6e'),
(2679, 573, '_customer_user', '0'),
(2680, 573, '_order_currency', 'GBP'),
(2681, 573, '_prices_include_tax', 'no'),
(2682, 573, '_customer_ip_address', '14.162.150.20'),
(2683, 573, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2684, 573, '_recorded_sales', 'yes'),
(2685, 573, '_recorded_coupon_usage_counts', 'yes'),
(2686, 650, '_billing_country', 'VN'),
(2687, 650, '_billing_first_name', 'thu'),
(2688, 650, '_billing_last_name', 'hv'),
(2689, 650, '_billing_company', ''),
(2690, 650, '_billing_address_1', 'ha noi'),
(2691, 650, '_billing_address_2', ''),
(2692, 650, '_billing_city', 'ha noi'),
(2693, 650, '_billing_state', ''),
(2694, 650, '_billing_postcode', ''),
(2695, 650, '_billing_email', 'thuhv@httv.vn'),
(2696, 650, '_billing_phone', '1234'),
(2697, 650, '_shipping_country', 'VN'),
(2698, 650, '_shipping_first_name', 'thu'),
(2699, 650, '_shipping_last_name', 'hv'),
(2700, 650, '_shipping_company', ''),
(2701, 650, '_shipping_address_1', 'ha noi'),
(2702, 650, '_shipping_address_2', ''),
(2703, 650, '_shipping_city', 'ha noi'),
(2704, 650, '_shipping_state', ''),
(2705, 650, '_shipping_postcode', ''),
(2706, 650, '_payment_method', 'bacs'),
(2707, 650, '_payment_method_title', 'Direct Bank Transfer'),
(2708, 650, '_order_shipping', '0'),
(2709, 650, '_order_discount', '0'),
(2710, 650, '_cart_discount', '0'),
(2711, 650, '_order_tax', '0'),
(2712, 650, '_order_shipping_tax', '0'),
(2713, 650, '_order_total', '397.00'),
(2714, 650, '_order_key', 'wc_order_53c0a5f395d6d'),
(2715, 650, '_customer_user', '2'),
(2716, 650, '_order_currency', 'GBP'),
(2717, 650, '_prices_include_tax', 'no'),
(2718, 650, '_customer_ip_address', '14.162.148.34'),
(2719, 650, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2720, 650, '_recorded_sales', 'yes'),
(2721, 650, '_recorded_coupon_usage_counts', 'yes'),
(2722, 687, '_billing_country', 'VN'),
(2723, 687, '_billing_first_name', 'thu'),
(2724, 687, '_billing_last_name', 'hv'),
(2725, 687, '_billing_company', ''),
(2726, 687, '_billing_address_1', 'ha noi'),
(2727, 687, '_billing_address_2', ''),
(2728, 687, '_billing_city', 'ha noi'),
(2729, 687, '_billing_state', ''),
(2730, 687, '_billing_postcode', ''),
(2731, 687, '_billing_email', 'thuhv@httv.vn'),
(2732, 687, '_billing_phone', '1234'),
(2733, 687, '_shipping_country', 'VN'),
(2734, 687, '_shipping_first_name', 'thu'),
(2735, 687, '_shipping_last_name', 'hv'),
(2736, 687, '_shipping_company', ''),
(2737, 687, '_shipping_address_1', 'ha noi'),
(2738, 687, '_shipping_address_2', ''),
(2739, 687, '_shipping_city', 'ha noi'),
(2740, 687, '_shipping_state', ''),
(2741, 687, '_shipping_postcode', ''),
(2742, 687, '_payment_method', 'bacs'),
(2743, 687, '_payment_method_title', 'Direct Bank Transfer'),
(2744, 687, '_order_shipping', '0'),
(2745, 687, '_order_discount', '0'),
(2746, 687, '_cart_discount', '0'),
(2747, 687, '_order_tax', '0'),
(2748, 687, '_order_shipping_tax', '0'),
(2749, 687, '_order_total', '747.00'),
(2750, 687, '_order_key', 'wc_order_53c1ef21d1193'),
(2751, 687, '_customer_user', '2'),
(2752, 687, '_order_currency', 'GBP'),
(2753, 687, '_prices_include_tax', 'no'),
(2754, 687, '_customer_ip_address', '1.55.151.193'),
(2755, 687, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2756, 687, '_recorded_sales', 'yes'),
(2757, 687, '_recorded_coupon_usage_counts', 'yes'),
(2758, 688, '_billing_country', 'VN'),
(2759, 688, '_billing_first_name', 'thu'),
(2760, 688, '_billing_last_name', 'hv'),
(2761, 688, '_billing_company', ''),
(2762, 688, '_billing_address_1', 'ha noi'),
(2763, 688, '_billing_address_2', ''),
(2764, 688, '_billing_city', 'ha noi'),
(2765, 688, '_billing_state', ''),
(2766, 688, '_billing_postcode', ''),
(2767, 688, '_billing_email', 'thuhv@httv.vn'),
(2768, 688, '_billing_phone', '1234'),
(2769, 688, '_shipping_country', 'VN'),
(2770, 688, '_shipping_first_name', 'thu'),
(2771, 688, '_shipping_last_name', 'hv'),
(2772, 688, '_shipping_company', ''),
(2773, 688, '_shipping_address_1', 'ha noi'),
(2774, 688, '_shipping_address_2', ''),
(2775, 688, '_shipping_city', 'ha noi'),
(2776, 688, '_shipping_state', ''),
(2777, 688, '_shipping_postcode', ''),
(2778, 688, '_order_shipping', '0'),
(2779, 688, '_order_discount', '0'),
(2780, 688, '_cart_discount', '0'),
(2781, 688, '_order_tax', '0'),
(2782, 688, '_order_shipping_tax', '0'),
(2783, 688, '_order_total', '0.00'),
(2784, 688, '_order_key', 'wc_order_53c34fad632f4'),
(2785, 688, '_customer_user', '2'),
(2786, 688, '_order_currency', 'GBP'),
(2787, 688, '_prices_include_tax', 'no'),
(2788, 688, '_customer_ip_address', '14.162.145.86'),
(2789, 688, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2790, 688, '_download_permissions_granted', '1'),
(2791, 688, '_recorded_sales', 'yes'),
(2792, 688, '_recorded_coupon_usage_counts', 'yes'),
(2793, 688, '_paid_date', '2014-07-14 03:34:06'),
(2794, 689, '_billing_first_name', 'thu'),
(2795, 689, '_billing_country', 'VN'),
(2796, 689, '_billing_last_name', 'hv'),
(2797, 689, '_billing_company', ''),
(2798, 689, '_billing_address_1', 'ha noi'),
(2799, 689, '_billing_address_2', ''),
(2800, 689, '_billing_city', 'ha noi'),
(2801, 689, '_billing_state', ''),
(2802, 689, '_billing_postcode', ''),
(2803, 689, '_billing_email', 'thuhv@httv.vn'),
(2804, 689, '_billing_phone', '1234'),
(2805, 689, '_shipping_country', 'VN'),
(2806, 689, '_shipping_first_name', 'thu'),
(2807, 689, '_shipping_last_name', 'hv'),
(2808, 689, '_shipping_company', ''),
(2809, 689, '_shipping_address_1', 'ha noi'),
(2810, 689, '_shipping_address_2', ''),
(2811, 689, '_shipping_city', 'ha noi'),
(2812, 689, '_shipping_state', ''),
(2813, 689, '_shipping_postcode', ''),
(2814, 689, '_order_shipping', '0'),
(2815, 689, '_order_discount', '0'),
(2816, 689, '_cart_discount', '0'),
(2817, 689, '_order_tax', '0'),
(2818, 689, '_order_shipping_tax', '0'),
(2819, 689, '_order_total', '0.00'),
(2820, 689, '_order_key', 'wc_order_53c3b6ad76762'),
(2821, 689, '_customer_user', '2'),
(2822, 689, '_order_currency', 'GBP'),
(2823, 689, '_prices_include_tax', 'no'),
(2824, 689, '_customer_ip_address', '14.162.145.86'),
(2825, 689, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(2826, 689, '_download_permissions_granted', '1'),
(2827, 689, '_recorded_sales', 'yes'),
(2828, 689, '_recorded_coupon_usage_counts', 'yes'),
(2829, 689, '_paid_date', '2014-07-14 10:53:33'),
(2903, 1035, '_billing_country', 'VN'),
(2904, 1035, '_billing_first_name', 'test'),
(2905, 1035, '_billing_last_name', 'vxyz'),
(2906, 1035, '_billing_company', ''),
(2907, 1035, '_billing_address_1', '45fcx'),
(2908, 1035, '_billing_address_2', ''),
(2909, 1035, '_billing_city', 'hn'),
(2910, 1035, '_billing_state', ''),
(2911, 1035, '_billing_postcode', ''),
(2912, 1035, '_billing_email', 'nguyet.ht@goimon.vn'),
(2913, 1035, '_billing_phone', '123445'),
(2914, 1035, '_shipping_country', 'VN'),
(2915, 1035, '_shipping_first_name', 'test'),
(2916, 1035, '_shipping_last_name', 'vxyz'),
(2917, 1035, '_shipping_company', ''),
(2918, 1035, '_shipping_address_1', '45fcx'),
(2919, 1035, '_shipping_address_2', ''),
(2920, 1035, '_shipping_city', 'hn'),
(2921, 1035, '_shipping_state', ''),
(2922, 1035, '_shipping_postcode', ''),
(2923, 1035, '_payment_method', 'bacs'),
(2924, 1035, '_payment_method_title', 'Direct Bank Transfer'),
(2925, 1035, '_order_shipping', '0'),
(2926, 1035, '_order_discount', '0'),
(2927, 1035, '_cart_discount', '0'),
(2928, 1035, '_order_tax', '0'),
(2929, 1035, '_order_shipping_tax', '0'),
(2930, 1035, '_order_total', '249.00'),
(2931, 1035, '_order_key', 'wc_order_53c8ee755d81e'),
(2932, 1035, '_customer_user', '0'),
(2933, 1035, '_order_currency', 'GBP'),
(2934, 1035, '_prices_include_tax', 'no'),
(2935, 1035, '_customer_ip_address', '14.162.147.72'),
(2936, 1035, '_customer_user_agent', 'Mozilla/5.0 (Linux; Android 4.2.2; SM-T110 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36'),
(2937, 1035, '_recorded_sales', 'yes'),
(2938, 1035, '_recorded_coupon_usage_counts', 'yes'),
(2939, 1242, '_billing_country', 'ID'),
(2940, 1242, '_billing_first_name', 'Juned'),
(2941, 1242, '_billing_last_name', 'Blotong'),
(2942, 1242, '_billing_company', ''),
(2943, 1242, '_billing_address_1', 'Jl. Mendawai 2 No. 11'),
(2944, 1242, '_billing_address_2', ''),
(2945, 1242, '_billing_city', 'Jakarta Selatan'),
(2946, 1242, '_billing_state', 'JK'),
(2947, 1242, '_billing_postcode', '12130'),
(2948, 1242, '_billing_email', 'yogipanenmaya@gmail.com'),
(2949, 1242, '_billing_phone', '081676787878'),
(2950, 1242, '_shipping_country', 'ID'),
(2951, 1242, '_shipping_first_name', 'Juned'),
(2952, 1242, '_shipping_last_name', 'Blotong'),
(2953, 1242, '_shipping_company', ''),
(2954, 1242, '_shipping_address_1', 'Jl. Mendawai 2 No. 11'),
(2955, 1242, '_shipping_address_2', ''),
(2956, 1242, '_shipping_city', 'Jakarta Selatan'),
(2957, 1242, '_shipping_state', 'JK'),
(2958, 1242, '_shipping_postcode', '12130'),
(2959, 1242, '_payment_method', 'bacs'),
(2960, 1242, '_payment_method_title', 'Direct Bank Transfer'),
(2961, 1242, '_order_shipping', '0'),
(2962, 1242, '_order_discount', '0'),
(2963, 1242, '_cart_discount', '0'),
(2964, 1242, '_order_tax', '0'),
(2965, 1242, '_order_shipping_tax', '0'),
(2966, 1242, '_order_total', '1198.00'),
(2967, 1242, '_order_key', 'wc_order_53dbf864bdf9f'),
(2968, 1242, '_customer_user', '8'),
(2969, 1242, '_order_currency', 'GBP'),
(2970, 1242, '_prices_include_tax', 'no'),
(2971, 1242, '_customer_ip_address', '112.215.66.75'),
(2972, 1242, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.90 Safari/537.1'),
(2973, 1242, '_recorded_sales', 'yes'),
(2974, 1242, '_recorded_coupon_usage_counts', 'yes'),
(2975, 1260, '_order_discount', '0'),
(2976, 1260, '_order_shipping', '0'),
(2977, 1260, '_payment_method_title', 'Direct Bank Transfer'),
(2978, 1260, '_payment_method', 'bacs'),
(2979, 1260, '_shipping_postcode', '89100'),
(2980, 1260, '_shipping_state', ''),
(2981, 1260, '_shipping_city', 'Sens'),
(2982, 1260, '_shipping_address_2', ''),
(2983, 1260, '_shipping_address_1', '2 rue de Bellenave'),
(2984, 1260, '_shipping_company', ''),
(2985, 1260, '_shipping_last_name', 'Ali'),
(2986, 1260, '_shipping_first_name', 'Djamal'),
(2987, 1260, '_shipping_country', 'FR'),
(2988, 1260, '_billing_phone', '0650398693'),
(2989, 1260, '_billing_email', 'elbacq@yahoo.fr'),
(2990, 1260, '_billing_state', ''),
(2991, 1260, '_billing_city', 'Sens'),
(2992, 1260, '_billing_postcode', '89100'),
(2993, 1260, '_billing_address_2', ''),
(2994, 1260, '_billing_address_1', '2 rue de Bellenave'),
(2995, 1260, '_billing_company', ''),
(2996, 1260, '_billing_last_name', 'Ali'),
(2997, 1260, '_billing_first_name', 'Djamal'),
(2998, 1260, '_billing_country', 'FR'),
(2999, 1260, '_order_total', '1999.00'),
(3000, 1260, '_customer_user', '9'),
(3001, 1260, '_order_key', 'wc_order_53dd22ae39c14'),
(3002, 1260, '_order_shipping_tax', '0'),
(3003, 1260, '_cart_discount', '0'),
(3004, 1260, '_order_tax', '0'),
(3005, 1260, '_order_currency', 'GBP'),
(3006, 1260, '_prices_include_tax', 'no'),
(3007, 1260, '_customer_ip_address', '78.240.57.191'),
(3008, 1260, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(3009, 1260, '_recorded_sales', 'yes'),
(3010, 1260, '_recorded_coupon_usage_counts', 'yes'),
(3011, 1367, '_billing_company', ''),
(3012, 1367, '_billing_last_name', 'de Paula'),
(3013, 1367, '_billing_first_name', 'Ricardo'),
(3014, 1367, '_billing_country', 'BR'),
(3015, 1367, '_billing_address_2', ''),
(3016, 1367, '_billing_city', 'são paulo'),
(3017, 1367, '_billing_address_1', 'av xyz'),
(3018, 1367, '_billing_state', 'SP'),
(3019, 1367, '_billing_postcode', '20009911'),
(3020, 1367, '_billing_email', 'ricardocnn@gmail.com'),
(3021, 1367, '_billing_phone', '4549958884'),
(3022, 1367, '_shipping_country', 'BR'),
(3023, 1367, '_shipping_first_name', 'Ricardo'),
(3024, 1367, '_shipping_last_name', 'de Paula'),
(3025, 1367, '_shipping_company', ''),
(3026, 1367, '_shipping_address_1', 'av xyz'),
(3027, 1367, '_shipping_address_2', ''),
(3028, 1367, '_shipping_city', 'são paulo'),
(3029, 1367, '_shipping_state', 'SP'),
(3030, 1367, '_shipping_postcode', '20009911'),
(3031, 1367, '_payment_method', 'bacs'),
(3032, 1367, '_payment_method_title', 'Direct Bank Transfer'),
(3033, 1367, '_order_shipping', '0'),
(3034, 1367, '_order_discount', '0'),
(3035, 1367, '_cart_discount', '0'),
(3036, 1367, '_order_tax', '0'),
(3037, 1367, '_order_shipping_tax', '0'),
(3038, 1367, '_order_total', '1999.00'),
(3039, 1367, '_order_key', 'wc_order_53e23962b78d8'),
(3040, 1367, '_customer_user', '10'),
(3041, 1367, '_order_currency', 'GBP'),
(3042, 1367, '_prices_include_tax', 'no'),
(3043, 1367, '_customer_ip_address', '187.64.186.184'),
(3044, 1367, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(3045, 1367, '_recorded_sales', 'yes'),
(3046, 1367, '_recorded_coupon_usage_counts', 'yes'),
(3047, 1368, '_billing_country', 'GB'),
(3048, 1368, '_billing_first_name', 'rererererererer'),
(3049, 1368, '_billing_last_name', 'errererererer'),
(3050, 1368, '_shipping_country', 'GB'),
(3051, 1368, '_shipping_first_name', 'rererererererer'),
(3052, 1368, '_shipping_last_name', 'errererererer'),
(3053, 1368, '_shipping_company', 'erererereree'),
(3054, 1368, '_shipping_address_1', 'erererererer'),
(3055, 1368, '_shipping_address_2', ''),
(3056, 1368, '_shipping_city', 'erererere'),
(3057, 1368, '_shipping_state', ''),
(3058, 1368, '_shipping_postcode', 'TW8 0EA'),
(3059, 1368, '_payment_method', 'bacs'),
(3060, 1368, '_payment_method_title', 'Direct Bank Transfer'),
(3061, 1368, '_order_shipping', '0'),
(3062, 1368, '_order_discount', '0'),
(3063, 1368, '_cart_discount', '0'),
(3064, 1368, '_order_tax', '0'),
(3065, 1368, '_order_shipping_tax', '0'),
(3066, 1368, '_order_total', '2396.00'),
(3067, 1368, '_order_key', 'wc_order_53e4cf3eaed35'),
(3068, 1368, '_customer_user', '0'),
(3069, 1368, '_order_currency', 'GBP'),
(3070, 1368, '_prices_include_tax', 'no'),
(3071, 1368, '_customer_ip_address', '176.251.147.85'),
(3072, 1368, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(3073, 1368, '_recorded_sales', 'yes'),
(3074, 1368, '_recorded_coupon_usage_counts', 'yes'),
(3075, 1368, '_billing_company', 'erererereree'),
(3076, 1368, '_billing_address_1', 'erererererer'),
(3077, 1368, '_billing_address_2', ''),
(3078, 1368, '_billing_city', 'erererere'),
(3079, 1368, '_billing_state', ''),
(3080, 1368, '_billing_postcode', 'TW8 0EA'),
(3081, 1368, '_billing_email', 'rrrererererere@rerer.com'),
(3082, 1368, '_billing_phone', '2442424442424242'),
(3083, 1369, '_customer_user_agent', 'Mozilla/5.0 (Linux; Android 4.4.4; Nexus 7 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Safari/537.36'),
(3084, 1369, '_billing_country', 'GB'),
(3085, 1369, '_billing_first_name', 'vvvvvvv'),
(3086, 1369, '_billing_last_name', 'bbbbbnnn'),
(3087, 1369, '_billing_company', ''),
(3088, 1369, '_billing_address_1', 'bbbbbbbb'),
(3089, 1369, '_billing_address_2', ''),
(3090, 1369, '_billing_city', 'London'),
(3091, 1369, '_billing_state', 'London'),
(3092, 1369, '_billing_postcode', 'N1 8LA'),
(3093, 1369, '_billing_email', 'fhbvghbf@dgnvvfg.com'),
(3094, 1369, '_billing_phone', '3456889954'),
(3095, 1369, '_shipping_country', 'GB'),
(3096, 1369, '_shipping_first_name', 'vvvvvvv'),
(3097, 1369, '_shipping_last_name', 'bbbbbnnn'),
(3098, 1369, '_shipping_company', ''),
(3099, 1369, '_shipping_address_1', 'bbbbbbbb'),
(3100, 1369, '_shipping_address_2', ''),
(3101, 1369, '_shipping_city', 'London'),
(3102, 1369, '_shipping_state', 'London'),
(3103, 1369, '_shipping_postcode', 'N1 8LA'),
(3104, 1369, '_payment_method', 'bacs'),
(3105, 1369, '_payment_method_title', 'Direct Bank Transfer'),
(3106, 1369, '_order_shipping', '0'),
(3107, 1369, '_order_discount', '0'),
(3108, 1369, '_cart_discount', '0'),
(3109, 1369, '_order_tax', '0'),
(3110, 1369, '_order_shipping_tax', '0'),
(3111, 1369, '_order_total', '67.00'),
(3112, 1369, '_order_key', 'wc_order_53eaafa9d9b8b'),
(3113, 1369, '_customer_user', '0'),
(3114, 1369, '_order_currency', 'GBP'),
(3115, 1369, '_prices_include_tax', 'no'),
(3116, 1369, '_customer_ip_address', '176.251.147.85'),
(3117, 1369, '_recorded_sales', 'yes'),
(3118, 1369, '_recorded_coupon_usage_counts', 'yes'),
(3119, 1370, '_billing_country', 'GB'),
(3120, 1370, '_billing_first_name', 'fbvffygnbvf'),
(3121, 1370, '_billing_last_name', 'vvgghhbbvffg'),
(3122, 1370, '_billing_company', ''),
(3123, 1370, '_billing_address_1', 'sghbvcfghb'),
(3124, 1370, '_billing_address_2', 'United Kingdom'),
(3125, 1370, '_billing_city', 'London'),
(3126, 1370, '_billing_state', 'London'),
(3127, 1370, '_billing_postcode', 'N1 8LA'),
(3128, 1370, '_billing_email', 'vbghhhbv@hhffg.com'),
(3129, 1370, '_billing_phone', '447722184066'),
(3130, 1370, '_shipping_country', 'GB'),
(3131, 1370, '_shipping_first_name', 'fbvffygnbvf'),
(3132, 1370, '_shipping_last_name', 'vvgghhbbvffg'),
(3133, 1370, '_shipping_company', ''),
(3134, 1370, '_shipping_address_1', 'sghbvcfghb'),
(3135, 1370, '_shipping_address_2', 'United Kingdom'),
(3136, 1370, '_shipping_city', 'London'),
(3137, 1370, '_shipping_state', 'London'),
(3138, 1370, '_shipping_postcode', 'N1 8LA'),
(3139, 1370, '_payment_method', 'cheque'),
(3140, 1370, '_payment_method_title', 'Cheque Payment'),
(3141, 1370, '_order_shipping', '0'),
(3142, 1370, '_order_discount', '0'),
(3143, 1370, '_cart_discount', '0'),
(3144, 1370, '_order_tax', '0'),
(3145, 1370, '_order_shipping_tax', '0'),
(3146, 1370, '_order_total', '1198.00');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(3147, 1370, '_order_key', 'wc_order_53eab045d786a'),
(3148, 1370, '_customer_user', '11'),
(3149, 1370, '_order_currency', 'GBP'),
(3150, 1370, '_prices_include_tax', 'no'),
(3151, 1370, '_customer_ip_address', '176.251.147.85'),
(3152, 1370, '_customer_user_agent', 'Mozilla/5.0 (Linux; Android 4.4.4; Nexus 7 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Safari/537.36'),
(3153, 1370, '_recorded_sales', 'yes'),
(3154, 1370, '_recorded_coupon_usage_counts', 'yes'),
(3155, 1371, '_billing_country', 'GB'),
(3156, 1371, '_billing_first_name', 'fbvffygnbvf'),
(3157, 1371, '_billing_last_name', 'vvgghhbbvffg'),
(3158, 1371, '_billing_company', ''),
(3159, 1371, '_billing_address_1', 'sghbvcfghb'),
(3160, 1371, '_billing_address_2', 'United Kingdom'),
(3161, 1371, '_billing_city', 'London'),
(3162, 1371, '_billing_state', 'London'),
(3163, 1371, '_billing_postcode', 'N1 8LA'),
(3164, 1371, '_billing_email', 'vbghhhbv@hhffg.com'),
(3165, 1371, '_billing_phone', '447722184066'),
(3166, 1371, '_shipping_country', 'GB'),
(3167, 1371, '_shipping_first_name', 'fbvffygnbvf'),
(3168, 1371, '_shipping_last_name', 'vvgghhbbvffg'),
(3169, 1371, '_shipping_company', ''),
(3170, 1371, '_shipping_address_1', 'sghbvcfghb'),
(3171, 1371, '_shipping_address_2', 'United Kingdom'),
(3172, 1371, '_shipping_city', 'London'),
(3173, 1371, '_shipping_state', 'London'),
(3174, 1371, '_shipping_postcode', 'N1 8LA'),
(3175, 1371, '_payment_method', 'bacs'),
(3176, 1371, '_payment_method_title', 'Direct Bank Transfer'),
(3177, 1371, '_order_shipping', '0'),
(3178, 1371, '_order_discount', '0'),
(3179, 1371, '_cart_discount', '0'),
(3180, 1371, '_order_tax', '0'),
(3181, 1371, '_order_shipping_tax', '0'),
(3182, 1371, '_order_total', '597.00'),
(3183, 1371, '_order_key', 'wc_order_53eab0c3e97b8'),
(3184, 1371, '_customer_user', '11'),
(3185, 1371, '_order_currency', 'GBP'),
(3186, 1371, '_prices_include_tax', 'no'),
(3187, 1371, '_customer_ip_address', '176.251.147.85'),
(3188, 1371, '_customer_user_agent', 'Mozilla/5.0 (Linux; Android 4.4.4; Nexus 7 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Safari/537.36'),
(3189, 1371, '_recorded_sales', 'yes'),
(3190, 1371, '_recorded_coupon_usage_counts', 'yes'),
(3191, 1372, '_billing_country', 'ES'),
(3192, 1372, '_billing_first_name', 'MARC'),
(3193, 1372, '_billing_last_name', 'GONZALES'),
(3194, 1372, '_billing_company', ''),
(3195, 1372, '_billing_address_1', 'RAFAEL B'),
(3196, 1372, '_billing_address_2', ''),
(3197, 1372, '_billing_postcode', '28043'),
(3198, 1372, '_billing_city', 'MADRID'),
(3199, 1372, '_billing_state', 'M'),
(3200, 1372, '_billing_email', 'marc.gonzales@yahoo.com'),
(3201, 1372, '_billing_phone', '666666666'),
(3202, 1372, '_shipping_country', 'ES'),
(3203, 1372, '_shipping_first_name', 'MARC'),
(3204, 1372, '_shipping_last_name', 'GONZALES'),
(3205, 1372, '_shipping_company', ''),
(3206, 1372, '_shipping_address_1', 'RAFAEL B'),
(3207, 1372, '_shipping_address_2', ''),
(3208, 1372, '_shipping_postcode', '28043'),
(3209, 1372, '_shipping_city', 'MADRID'),
(3210, 1372, '_shipping_state', 'M'),
(3211, 1372, '_payment_method', 'paypal'),
(3212, 1372, '_payment_method_title', 'PayPal'),
(3213, 1372, '_order_shipping', '0'),
(3214, 1372, '_order_discount', '0'),
(3215, 1372, '_cart_discount', '0'),
(3216, 1372, '_order_tax', '0'),
(3217, 1372, '_order_shipping_tax', '0'),
(3218, 1372, '_order_total', '299.00'),
(3219, 1372, '_order_key', 'wc_order_53eb4e0a2b039'),
(3220, 1372, '_customer_user', '12'),
(3221, 1372, '_order_currency', 'GBP'),
(3222, 1372, '_prices_include_tax', 'no'),
(3223, 1372, '_customer_ip_address', '83.32.30.72'),
(3224, 1372, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(3225, 1373, '_shipping_address_2', 'test'),
(3226, 1373, '_shipping_address_1', 'test'),
(3227, 1373, '_shipping_company', 'test'),
(3228, 1373, '_shipping_last_name', 'test'),
(3229, 1373, '_billing_phone', '123456789'),
(3230, 1373, '_shipping_country', 'IN'),
(3231, 1373, '_shipping_first_name', 'test'),
(3232, 1373, '_billing_email', 'test@best.com'),
(3233, 1373, '_billing_postcode', '395008'),
(3234, 1373, '_billing_state', 'GJ'),
(3235, 1373, '_billing_city', 'test'),
(3236, 1373, '_billing_address_2', 'test'),
(3237, 1373, '_billing_address_1', 'test'),
(3238, 1373, '_billing_company', 'test'),
(3239, 1373, '_billing_country', 'IN'),
(3240, 1373, '_billing_first_name', 'test'),
(3241, 1373, '_billing_last_name', 'test'),
(3242, 1373, '_shipping_city', 'test'),
(3243, 1373, '_shipping_state', 'GJ'),
(3244, 1373, '_shipping_postcode', '395008'),
(3245, 1373, '_payment_method', 'bacs'),
(3246, 1373, '_payment_method_title', 'Direct Bank Transfer'),
(3247, 1373, '_order_shipping', '0'),
(3248, 1373, '_order_discount', '0'),
(3249, 1373, '_cart_discount', '0'),
(3250, 1373, '_order_tax', '0'),
(3251, 1373, '_order_shipping_tax', '0'),
(3252, 1373, '_order_total', '249.00'),
(3253, 1373, '_order_key', 'wc_order_53ef653538fb3'),
(3254, 1373, '_customer_user', '0'),
(3255, 1373, '_order_currency', 'GBP'),
(3256, 1373, '_prices_include_tax', 'no'),
(3257, 1373, '_customer_ip_address', '123.236.235.138'),
(3258, 1373, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; rv:31.0) Gecko/20100101 Firefox/31.0'),
(3259, 1373, '_recorded_sales', 'yes'),
(3260, 1373, '_recorded_coupon_usage_counts', 'yes'),
(3261, 1374, '_billing_country', 'IR'),
(3262, 1374, '_billing_first_name', 'omid'),
(3263, 1374, '_billing_last_name', 'tahmasbi'),
(3264, 1374, '_billing_company', 'omid'),
(3265, 1374, '_billing_address_1', 'boshe'),
(3266, 1374, '_billing_address_2', ''),
(3267, 1374, '_billing_city', 'bandar'),
(3268, 1374, '_billing_state', 'boshehr'),
(3269, 1374, '_billing_postcode', '123456'),
(3270, 1374, '_billing_email', 'irsuno@gmail.com'),
(3271, 1374, '_billing_phone', '09168751028'),
(3272, 1374, '_shipping_country', 'IR'),
(3273, 1374, '_shipping_first_name', 'omid'),
(3274, 1374, '_shipping_last_name', 'tahmasbi'),
(3275, 1374, '_shipping_company', 'omid'),
(3276, 1374, '_shipping_address_1', 'boshe'),
(3277, 1374, '_shipping_address_2', ''),
(3278, 1374, '_shipping_city', 'bandar'),
(3279, 1374, '_shipping_state', 'boshehr'),
(3280, 1374, '_shipping_postcode', '123456'),
(3281, 1374, '_payment_method', 'cheque'),
(3282, 1374, '_payment_method_title', 'Cheque Payment'),
(3283, 1374, '_order_shipping', '0'),
(3284, 1374, '_order_discount', '0'),
(3285, 1374, '_cart_discount', '0'),
(3286, 1374, '_order_tax', '0'),
(3287, 1374, '_order_shipping_tax', '0'),
(3288, 1374, '_order_total', '1999.00'),
(3289, 1374, '_order_key', 'wc_order_53efade790699'),
(3290, 1374, '_customer_user', '13'),
(3291, 1374, '_order_currency', 'GBP'),
(3292, 1374, '_prices_include_tax', 'no'),
(3293, 1374, '_customer_ip_address', '2.184.124.87'),
(3294, 1374, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(3295, 1374, '_recorded_sales', 'yes'),
(3296, 1374, '_recorded_coupon_usage_counts', 'yes'),
(3297, 1375, '_billing_country', 'BR'),
(3298, 1375, '_billing_first_name', 'aaaaaa'),
(3299, 1375, '_billing_last_name', 'ssssssssssss'),
(3300, 1375, '_billing_company', ''),
(3301, 1375, '_billing_address_1', 'asdasdasd'),
(3302, 1375, '_billing_address_2', 'asasdasd'),
(3303, 1375, '_billing_city', 'goian'),
(3304, 1375, '_billing_state', 'GO'),
(3305, 1375, '_billing_postcode', '74810030'),
(3306, 1375, '_billing_email', 'le@asd.com'),
(3307, 1375, '_billing_phone', '212315474'),
(3308, 1375, '_shipping_country', 'BR'),
(3309, 1375, '_shipping_first_name', 'aaaaaa'),
(3310, 1375, '_shipping_last_name', 'ssssssssssss'),
(3311, 1375, '_shipping_company', ''),
(3312, 1375, '_shipping_address_1', 'asdasdasd'),
(3313, 1375, '_shipping_address_2', 'asasdasd'),
(3314, 1375, '_shipping_city', 'goian'),
(3315, 1375, '_shipping_state', 'GO'),
(3316, 1375, '_shipping_postcode', '74810030'),
(3317, 1375, '_payment_method', 'bacs'),
(3318, 1375, '_payment_method_title', 'Direct Bank Transfer'),
(3319, 1375, '_order_shipping', '0'),
(3320, 1375, '_order_discount', '0'),
(3321, 1375, '_cart_discount', '0'),
(3322, 1375, '_order_tax', '0'),
(3323, 1375, '_order_shipping_tax', '0'),
(3324, 1375, '_order_total', '99.00'),
(3325, 1375, '_order_key', 'wc_order_53f29c547225d'),
(3326, 1375, '_customer_user', '14'),
(3327, 1375, '_order_currency', 'GBP'),
(3328, 1375, '_prices_include_tax', 'no'),
(3329, 1375, '_customer_ip_address', '177.1.206.221'),
(3330, 1375, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(3331, 1375, '_recorded_sales', 'yes'),
(3332, 1375, '_recorded_coupon_usage_counts', 'yes'),
(3333, 1376, '_billing_country', 'BR'),
(3334, 1376, '_billing_first_name', 'aaaaaa'),
(3335, 1376, '_billing_last_name', 'ssssssssssss'),
(3336, 1376, '_billing_company', ''),
(3337, 1376, '_billing_address_1', 'asdasdasd'),
(3338, 1376, '_billing_address_2', 'asasdasd'),
(3339, 1376, '_billing_city', 'goian'),
(3340, 1376, '_billing_state', 'GO'),
(3341, 1376, '_billing_postcode', '74810030'),
(3342, 1376, '_billing_email', 'le@asd.com'),
(3343, 1376, '_billing_phone', '212315474'),
(3344, 1376, '_shipping_country', 'BR'),
(3345, 1376, '_shipping_first_name', 'aaaaaa'),
(3346, 1376, '_shipping_last_name', 'ssssssssssss'),
(3347, 1376, '_shipping_company', ''),
(3348, 1376, '_shipping_address_1', 'asdasdasd'),
(3349, 1376, '_shipping_address_2', 'asasdasd'),
(3350, 1376, '_shipping_city', 'goian'),
(3351, 1376, '_shipping_state', 'GO'),
(3352, 1376, '_shipping_postcode', '74810030'),
(3353, 1376, '_payment_method', 'cheque'),
(3354, 1376, '_payment_method_title', 'Cheque Payment'),
(3355, 1376, '_order_shipping', '0'),
(3356, 1376, '_order_discount', '0'),
(3357, 1376, '_cart_discount', '0'),
(3358, 1376, '_order_tax', '0'),
(3359, 1376, '_order_shipping_tax', '0'),
(3360, 1376, '_order_total', '299.00'),
(3361, 1376, '_order_key', 'wc_order_53f29d6ebb93e'),
(3362, 1376, '_customer_user', '14'),
(3363, 1376, '_order_currency', 'GBP'),
(3364, 1376, '_prices_include_tax', 'no'),
(3365, 1376, '_customer_ip_address', '177.1.206.221'),
(3366, 1376, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(3367, 1376, '_recorded_sales', 'yes'),
(3368, 1376, '_recorded_coupon_usage_counts', 'yes'),
(3369, 1409, '_billing_country', 'VN'),
(3370, 1409, '_billing_first_name', 'thu'),
(3371, 1409, '_billing_last_name', 'hv'),
(3372, 1409, '_billing_company', ''),
(3373, 1409, '_billing_address_1', 'ha noi'),
(3374, 1409, '_billing_address_2', ''),
(3375, 1409, '_billing_city', 'ha noi'),
(3376, 1409, '_billing_state', ''),
(3377, 1409, '_billing_postcode', ''),
(3378, 1409, '_billing_email', 'thuhv@httv.vn'),
(3379, 1409, '_billing_phone', '1234'),
(3380, 1409, '_shipping_country', 'VN'),
(3381, 1409, '_shipping_first_name', 'thu'),
(3382, 1409, '_shipping_last_name', 'hv'),
(3383, 1409, '_shipping_company', ''),
(3384, 1409, '_shipping_address_1', 'ha noi'),
(3385, 1409, '_shipping_address_2', ''),
(3386, 1409, '_shipping_city', 'ha noi'),
(3387, 1409, '_shipping_state', ''),
(3388, 1409, '_shipping_postcode', ''),
(3389, 1409, '_payment_method', 'bacs'),
(3390, 1409, '_payment_method_title', 'Direct Bank Transfer'),
(3391, 1409, '_order_shipping', '0'),
(3392, 1409, '_order_discount', '0'),
(3393, 1409, '_cart_discount', '0'),
(3394, 1409, '_order_tax', '0'),
(3395, 1409, '_order_shipping_tax', '0'),
(3396, 1409, '_order_total', '385.00'),
(3397, 1409, '_order_key', 'wc_order_53f40e52cafca'),
(3398, 1409, '_customer_user', '2'),
(3399, 1409, '_order_currency', 'GBP'),
(3400, 1409, '_prices_include_tax', 'no'),
(3401, 1409, '_customer_ip_address', '14.162.151.217'),
(3402, 1409, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(3403, 1409, '_recorded_sales', 'yes'),
(3404, 1409, '_recorded_coupon_usage_counts', 'yes'),
(3405, 1437, '_billing_country', 'BG'),
(3406, 1437, '_billing_first_name', 'Kalin'),
(3407, 1437, '_billing_last_name', 'Petkov'),
(3408, 1437, '_billing_company', ''),
(3409, 1437, '_billing_address_1', 'Vazrajdane bl.26,vh.6, ap.14'),
(3410, 1437, '_billing_address_2', 'Bulgaria'),
(3411, 1437, '_billing_city', 'Varna'),
(3412, 1437, '_billing_state', 'BG-03'),
(3413, 1437, '_billing_postcode', '9020'),
(3414, 1437, '_billing_email', 'sportnitanci@gmail.com'),
(3415, 1437, '_billing_phone', '359889436452'),
(3416, 1437, '_shipping_country', 'BG'),
(3417, 1437, '_shipping_first_name', 'Kalin'),
(3418, 1437, '_shipping_last_name', 'Petkov'),
(3419, 1437, '_shipping_company', ''),
(3420, 1437, '_shipping_address_1', 'Vazrajdane bl.26,vh.6, ap.14'),
(3421, 1437, '_shipping_address_2', 'Bulgaria'),
(3422, 1437, '_shipping_city', 'Varna'),
(3423, 1437, '_shipping_state', 'BG-03'),
(3424, 1437, '_shipping_postcode', '9020'),
(3425, 1437, '_payment_method', 'paypal'),
(3426, 1437, '_payment_method_title', 'PayPal'),
(3427, 1437, '_order_shipping', '0'),
(3428, 1437, '_order_discount', '0'),
(3429, 1437, '_cart_discount', '0'),
(3430, 1437, '_order_tax', '0'),
(3431, 1437, '_order_shipping_tax', '0'),
(3432, 1437, '_order_total', '2396.00'),
(3433, 1437, '_order_key', 'wc_order_53f50a44ee37e'),
(3434, 1437, '_customer_user', '15'),
(3435, 1437, '_order_currency', 'GBP'),
(3436, 1437, '_prices_include_tax', 'no'),
(3437, 1437, '_customer_ip_address', '78.83.29.207'),
(3438, 1437, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(3573, 254, '_form', '<p>[text* your-name placeholder "Your name"] </p>\n<p>[email* your-email  placeholder "Your email"] </p>\n<p>[text your-subject  placeholder "Subject"] </p>\n<p>[textarea your-message  placeholder "Your Message"] </p>\n[recaptcha]\n<p>[submit "Send &rsaquo;"]</p>'),
(3574, 254, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:20:"PENGADUAN MASYARAKAT";s:6:"sender";s:32:"[your-name] <spi@uinjambi.ac.id>";s:9:"recipient";s:18:"spi@uinjambi.ac.id";s:4:"body";s:201:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My great Wordpress blog (http://demo.cactusthemes.com/university2)";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(3575, 254, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:150:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on CactusThemes - University theme (http://demo.cactusthemes.com/university)";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(3576, 254, '_messages', 'a:22:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:4:"spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:16:"invalid_required";s:31:"Please fill the required field.";s:16:"invalid_too_long";s:23:"This input is too long.";s:17:"invalid_too_short";s:24:"This input is too short.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:12:"invalid_date";s:26:"Date format seems invalid.";s:14:"date_too_early";s:23:"This date is too early.";s:13:"date_too_late";s:22:"This date is too late.";s:14:"invalid_number";s:28:"Number format seems invalid.";s:16:"number_too_small";s:25:"This number is too small.";s:16:"number_too_large";s:25:"This number is too large.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:11:"invalid_url";s:18:"URL seems invalid.";s:11:"invalid_tel";s:31:"Telephone number seems invalid.";}'),
(3577, 254, '_additional_settings', ''),
(3578, 254, '_locale', 'en_US'),
(4519, 333, 'header_content_posttype', 'post'),
(4520, 333, '_edit_last', '1'),
(4521, 333, '_wp_page_template', 'page-templates/front-page.php'),
(4522, 333, '_wpb_vc_js_status', 'true'),
(4523, 333, '_wpb_vc_js_interface_version', '2'),
(4525, 333, 'vc_teaser', 'a:2:{s:4:"data";s:115:"[{"name":"title","link":"post"},{"name":"image","image":"featured","link":"none"},{"name":"text","mode":"excerpt"}]";s:7:"bgcolor";s:0:"";}'),
(4526, 333, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(4527, 333, 'header_background_rev', 'slider3'),
(4528, 333, 'header_content_style', 'scroller'),
(4529, 333, 'header_background_style', 'rev'),
(4530, 333, 'header_content_order', 'DESC'),
(4531, 333, 'header_content_orderby', 'date'),
(4532, 333, 'header_content_show_date', '1'),
(4533, 333, 'header_content_show_price', '1'),
(4534, 333, 'header_content_show_venue', '1'),
(4535, 333, 'header_content_show_time', '1'),
(4536, 333, 'header_background_image', 'a:6:{s:16:"background-color";s:0:"";s:17:"background-repeat";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:15:"background-size";s:0:"";s:16:"background-image";s:0:"";}'),
(4537, 333, 'header_custom_height', 'auto'),
(4538, 333, 'header_content_link_text', ''),
(4539, 333, 'header_content_link_url', ''),
(4540, 333, 'sidebar_layout', '0'),
(4541, 333, 'content_padding', 'off'),
(4542, 333, 'header_content_count', ''),
(5500, 1316, '_visibility', 'visible'),
(5501, 1316, '_edit_last', '1'),
(5502, 1316, '_stock_status', 'instock'),
(5503, 1316, 'total_sales', '16'),
(5504, 1316, '_downloadable', 'no'),
(5505, 1316, '_virtual', 'no'),
(5506, 1316, '_regular_price', ''),
(5507, 1316, '_sale_price', ''),
(5508, 1316, '_purchase_note', ''),
(5509, 1316, '_featured', 'no'),
(5510, 1316, '_weight', ''),
(5511, 1316, '_length', ''),
(5512, 1316, '_width', ''),
(5513, 1316, '_height', ''),
(5514, 1316, '_sku', '009'),
(5515, 1316, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(5516, 1316, '_sale_price_dates_from', ''),
(5517, 1316, '_sale_price_dates_to', ''),
(5518, 1316, '_price', '249'),
(5519, 1316, '_sold_individually', ''),
(5520, 1316, '_manage_stock', 'no'),
(5521, 1316, '_backorders', 'no'),
(5522, 1316, '_stock', ''),
(5523, 1316, '_product_image_gallery', ''),
(5524, 1316, '_default_attributes', 'a:1:{s:4:"seat";s:3:"vip";}'),
(5525, 1316, '_min_variation_price', '249'),
(5526, 1316, '_max_variation_price', '599'),
(5527, 1316, '_min_price_variation_id', '203'),
(5528, 1316, '_max_price_variation_id', '204'),
(5529, 1316, '_min_variation_regular_price', '249'),
(5530, 1316, '_max_variation_regular_price', '599'),
(5531, 1316, '_min_regular_price_variation_id', '203'),
(5532, 1316, '_max_regular_price_variation_id', '204'),
(5533, 1316, '_min_variation_sale_price', ''),
(5534, 1316, '_max_variation_sale_price', ''),
(5535, 1316, '_min_sale_price_variation_id', ''),
(5536, 1316, '_max_sale_price_variation_id', ''),
(5538, 1316, 'slide_template', 'default'),
(5539, 1316, '_tax_status', 'taxable'),
(5540, 1316, '_tax_class', ''),
(5541, 1316, 'product-sidebar', 'right'),
(5542, 1316, 'product-ctpadding', 'on'),
(5543, 12, '_edit_last', '346'),
(5544, 12, '_visibility', 'visible'),
(5545, 12, '_stock_status', 'instock'),
(5546, 12, 'total_sales', '29'),
(5547, 12, '_downloadable', 'no'),
(5548, 12, '_virtual', 'no'),
(5549, 12, '_regular_price', ''),
(5550, 12, '_sale_price', ''),
(5551, 12, '_purchase_note', ''),
(5552, 12, '_featured', 'no'),
(5553, 12, '_weight', ''),
(5554, 12, '_length', ''),
(5555, 12, '_width', ''),
(5556, 12, '_height', ''),
(5557, 12, '_sku', '5432'),
(5558, 12, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(5559, 12, '_sale_price_dates_from', ''),
(5560, 12, '_sale_price_dates_to', ''),
(5561, 12, '_price', '19'),
(5562, 12, '_sold_individually', ''),
(5563, 12, '_manage_stock', 'no'),
(5564, 12, '_backorders', 'no'),
(5565, 12, '_stock', ''),
(5566, 12, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(5567, 12, '_product_image_gallery', ''),
(5568, 12, '_min_variation_price', '19'),
(5569, 12, '_max_variation_price', '199'),
(5570, 12, '_min_price_variation_id', '198'),
(5571, 12, '_max_price_variation_id', '199'),
(5573, 12, '_min_variation_regular_price', '19'),
(5574, 12, '_max_variation_regular_price', '199'),
(5575, 12, '_min_regular_price_variation_id', '198'),
(5576, 12, '_max_regular_price_variation_id', '199'),
(5577, 12, '_min_variation_sale_price', ''),
(5578, 12, '_max_variation_sale_price', ''),
(5579, 12, '_min_sale_price_variation_id', ''),
(5580, 12, '_max_sale_price_variation_id', ''),
(5581, 12, 'slide_template', 'default'),
(5582, 12, 'product-sidebar', '0'),
(5583, 12, 'product-ctpadding', 'on'),
(5584, 17, '_edit_last', '346'),
(5585, 17, '_product_attributes', 'a:2:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:28:"Standard Ticket | VIP Ticket";s:8:"position";s:1:"0";s:10:"is_visible";i:0;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}s:4:"door";a:6:{s:4:"name";s:4:"Door";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"1";s:10:"is_visible";i:0;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(5586, 17, '_visibility', 'visible'),
(5587, 17, '_stock_status', 'instock'),
(5588, 17, 'total_sales', '49'),
(5589, 17, '_downloadable', 'no'),
(5590, 17, '_virtual', 'no'),
(5591, 17, '_regular_price', ''),
(5592, 17, '_sale_price', ''),
(5593, 17, '_purchase_note', ''),
(5594, 17, '_featured', 'no'),
(5595, 17, '_weight', ''),
(5596, 17, '_length', ''),
(5597, 17, '_width', ''),
(5598, 17, '_height', ''),
(5599, 17, '_sku', '1234'),
(5600, 17, '_sale_price_dates_from', ''),
(5601, 17, '_sale_price_dates_to', ''),
(5602, 17, '_price', '99'),
(5603, 17, '_sold_individually', ''),
(5604, 17, '_manage_stock', 'no'),
(5605, 17, '_backorders', 'no'),
(5606, 17, '_stock', ''),
(5607, 17, '_min_variation_price', '99'),
(5608, 17, '_max_variation_price', '149'),
(5609, 17, '_min_price_variation_id', '19'),
(5610, 17, '_max_price_variation_id', '21'),
(5611, 17, '_default_attributes', 'a:0:{}'),
(5612, 17, '_product_image_gallery', ''),
(5613, 17, '_wp_old_slug', 'justin-bieber'),
(5614, 17, 'slide_template', 'default'),
(5615, 17, '_min_variation_regular_price', '99'),
(5616, 17, '_max_variation_regular_price', '149'),
(5617, 17, '_min_regular_price_variation_id', '19'),
(5618, 17, '_max_regular_price_variation_id', '21'),
(5619, 17, '_min_variation_sale_price', ''),
(5620, 17, '_max_variation_sale_price', ''),
(5621, 17, '_min_sale_price_variation_id', ''),
(5622, 17, '_max_sale_price_variation_id', ''),
(5624, 17, 'product-sidebar', '0'),
(5625, 17, 'product-ctpadding', 'on'),
(5626, 24, '_edit_last', '346'),
(5627, 24, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(5629, 24, '_visibility', 'visible'),
(5630, 24, '_stock_status', 'instock'),
(5631, 24, 'total_sales', '20'),
(5632, 24, '_downloadable', 'no'),
(5633, 24, '_virtual', 'no'),
(5634, 24, '_regular_price', ''),
(5635, 24, '_sale_price', ''),
(5636, 24, '_purchase_note', ''),
(5637, 24, '_featured', 'no'),
(5638, 24, '_weight', ''),
(5639, 24, '_length', ''),
(5640, 24, '_width', ''),
(5641, 24, '_height', ''),
(5642, 24, '_sku', '005'),
(5643, 24, '_sale_price_dates_from', ''),
(5644, 24, '_sale_price_dates_to', ''),
(5645, 24, '_price', '149'),
(5646, 24, '_sold_individually', ''),
(5647, 24, '_manage_stock', 'no'),
(5648, 24, '_backorders', 'no'),
(5649, 24, '_stock', ''),
(5650, 24, '_min_variation_price', '149'),
(5651, 24, '_max_variation_price', '199'),
(5652, 24, '_min_price_variation_id', '192'),
(5653, 24, '_max_price_variation_id', '193'),
(5654, 24, '_min_variation_regular_price', '149'),
(5655, 24, '_max_variation_regular_price', '199'),
(5656, 24, '_min_regular_price_variation_id', '192'),
(5657, 24, '_max_regular_price_variation_id', '193'),
(5658, 24, '_min_variation_sale_price', ''),
(5659, 24, '_max_variation_sale_price', ''),
(5660, 24, '_min_sale_price_variation_id', ''),
(5661, 24, '_max_sale_price_variation_id', ''),
(5662, 24, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(5663, 24, '_product_image_gallery', '3137'),
(5664, 24, 'slide_template', 'default'),
(5665, 24, 'product-sidebar', '0'),
(5666, 24, 'product-ctpadding', 'on'),
(5667, 26, '_product_attributes', 'a:1:{s:12:"your-ticeket";a:6:{s:4:"name";s:12:"Your Ticeket";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(5668, 26, '_edit_last', '346'),
(5669, 26, '_visibility', 'visible'),
(5670, 26, '_stock_status', 'instock'),
(5671, 26, 'total_sales', '7'),
(5672, 26, '_downloadable', 'no'),
(5673, 26, '_virtual', 'no'),
(5674, 26, '_regular_price', ''),
(5675, 26, '_sale_price', ''),
(5676, 26, '_purchase_note', ''),
(5677, 26, '_featured', 'no'),
(5678, 26, '_weight', ''),
(5679, 26, '_length', ''),
(5680, 26, '_width', ''),
(5681, 26, '_height', ''),
(5682, 26, '_sku', '1985'),
(5683, 26, '_sale_price_dates_from', ''),
(5684, 26, '_sale_price_dates_to', ''),
(5685, 26, '_price', '49'),
(5686, 26, '_sold_individually', ''),
(5687, 26, '_manage_stock', 'no'),
(5688, 26, '_backorders', 'no'),
(5689, 26, '_stock', ''),
(5690, 26, '_min_variation_price', '49'),
(5691, 26, '_max_variation_price', '99'),
(5692, 26, '_min_price_variation_id', '27'),
(5693, 26, '_max_price_variation_id', '28'),
(5694, 26, '_default_attributes', 'a:0:{}'),
(5695, 26, '_product_image_gallery', ''),
(5696, 26, '_min_variation_regular_price', '49'),
(5697, 26, '_max_variation_regular_price', '99'),
(5698, 26, '_min_regular_price_variation_id', '27'),
(5699, 26, '_max_regular_price_variation_id', '28'),
(5700, 26, '_min_variation_sale_price', ''),
(5701, 26, '_max_variation_sale_price', ''),
(5702, 26, '_min_sale_price_variation_id', ''),
(5703, 26, '_max_sale_price_variation_id', ''),
(5704, 26, 'slide_template', 'default'),
(5706, 697, '_edit_last', '346'),
(5708, 697, '_visibility', 'visible'),
(5709, 697, '_stock_status', 'instock'),
(5710, 697, 'product-sidebar', '0'),
(5711, 697, 'product-ctpadding', 'on'),
(5712, 697, 'total_sales', '10'),
(5713, 697, '_downloadable', 'no'),
(5714, 697, '_virtual', 'no'),
(5715, 697, '_regular_price', '18'),
(5716, 697, '_sale_price', ''),
(5717, 697, '_purchase_note', ''),
(5718, 697, '_featured', 'no'),
(5719, 697, '_weight', ''),
(5720, 697, '_length', ''),
(5721, 697, '_width', ''),
(5722, 697, '_height', ''),
(5723, 697, '_sku', ''),
(5724, 697, '_product_attributes', 'a:0:{}'),
(5725, 697, '_sale_price_dates_from', ''),
(5726, 697, '_sale_price_dates_to', ''),
(5727, 697, '_price', '18'),
(5728, 697, '_sold_individually', ''),
(5729, 697, '_manage_stock', 'no'),
(5730, 697, '_backorders', 'no'),
(5731, 697, '_stock', ''),
(5732, 697, '_product_image_gallery', '2718,2719'),
(5733, 697, 'slide_template', 'default'),
(5734, 700, '_edit_last', '261'),
(5736, 700, '_visibility', 'visible'),
(5737, 700, '_stock_status', 'instock'),
(5738, 700, 'product-sidebar', '0'),
(5739, 700, 'product-ctpadding', 'on'),
(5740, 700, 'total_sales', '19'),
(5741, 700, '_downloadable', 'no'),
(5742, 700, '_virtual', 'no'),
(5743, 700, '_regular_price', '35'),
(5744, 700, '_sale_price', ''),
(5745, 700, '_purchase_note', ''),
(5746, 700, '_featured', 'no'),
(5747, 700, '_weight', ''),
(5748, 700, '_length', ''),
(5749, 700, '_width', ''),
(5750, 700, '_height', ''),
(5751, 700, '_sku', ''),
(5752, 700, '_product_attributes', 'a:0:{}'),
(5753, 700, '_sale_price_dates_from', ''),
(5754, 700, '_sale_price_dates_to', ''),
(5755, 700, '_price', '35'),
(5756, 700, '_sold_individually', ''),
(5757, 700, '_manage_stock', 'no'),
(5758, 700, '_backorders', 'no'),
(5759, 700, '_stock', ''),
(5760, 700, '_product_image_gallery', '2716,2717'),
(5761, 700, 'slide_template', 'default'),
(5762, 704, '_edit_last', '261'),
(5764, 704, '_visibility', 'visible'),
(5765, 704, '_stock_status', 'instock'),
(5766, 704, 'product-sidebar', '0'),
(5767, 704, 'product-ctpadding', 'on'),
(5768, 704, 'total_sales', '3'),
(5769, 704, '_downloadable', 'no'),
(5770, 704, '_virtual', 'no'),
(5771, 704, '_regular_price', '20'),
(5772, 704, '_sale_price', ''),
(5773, 704, '_purchase_note', ''),
(5774, 704, '_featured', 'no'),
(5775, 704, '_weight', ''),
(5776, 704, '_length', ''),
(5777, 704, '_width', ''),
(5778, 704, '_height', ''),
(5779, 704, '_sku', ''),
(5780, 704, '_product_attributes', 'a:0:{}'),
(5781, 704, '_sale_price_dates_from', ''),
(5782, 704, '_sale_price_dates_to', ''),
(5783, 704, '_price', '20'),
(5784, 704, '_sold_individually', ''),
(5785, 704, '_manage_stock', 'no'),
(5786, 704, '_backorders', 'no'),
(5787, 704, '_stock', ''),
(5788, 704, '_product_image_gallery', '2714,2715'),
(5789, 704, 'slide_template', 'default'),
(5790, 707, '_edit_last', '261'),
(5792, 707, '_visibility', 'visible'),
(5793, 707, '_stock_status', 'instock'),
(5794, 707, 'product-sidebar', '0'),
(5795, 707, 'product-ctpadding', 'on'),
(5796, 707, 'total_sales', '1'),
(5797, 707, '_downloadable', 'no'),
(5798, 707, '_virtual', 'no'),
(5799, 707, '_regular_price', '35'),
(5800, 707, '_sale_price', ''),
(5801, 707, '_purchase_note', ''),
(5802, 707, '_featured', 'no'),
(5803, 707, '_weight', ''),
(5804, 707, '_length', ''),
(5805, 707, '_width', ''),
(5806, 707, '_height', ''),
(5807, 707, '_sku', ''),
(5808, 707, '_product_attributes', 'a:0:{}'),
(5809, 707, '_sale_price_dates_from', ''),
(5810, 707, '_sale_price_dates_to', ''),
(5811, 707, '_price', '35'),
(5812, 707, '_sold_individually', ''),
(5813, 707, '_manage_stock', 'no'),
(5814, 707, '_backorders', 'no'),
(5815, 707, '_stock', ''),
(5816, 707, '_product_image_gallery', '2711,2712,2713'),
(5817, 707, 'slide_template', 'default'),
(5874, 716, '_edit_last', '346'),
(5876, 716, '_visibility', 'visible'),
(5877, 716, '_stock_status', 'instock'),
(5878, 716, 'product-sidebar', '0'),
(5879, 716, 'product-ctpadding', 'on'),
(5880, 716, 'total_sales', '1'),
(5881, 716, '_downloadable', 'no'),
(5882, 716, '_virtual', 'no'),
(5883, 716, '_regular_price', '15'),
(5884, 716, '_sale_price', '12'),
(5885, 716, '_purchase_note', ''),
(5886, 716, '_featured', 'no'),
(5887, 716, '_weight', ''),
(5888, 716, '_length', ''),
(5889, 716, '_width', ''),
(5890, 716, '_height', ''),
(5891, 716, '_sku', ''),
(5892, 716, '_product_attributes', 'a:0:{}'),
(5893, 716, '_sale_price_dates_from', ''),
(5894, 716, '_sale_price_dates_to', ''),
(5895, 716, '_price', '12'),
(5896, 716, '_sold_individually', ''),
(5897, 716, '_manage_stock', 'no'),
(5898, 716, '_backorders', 'no'),
(5899, 716, '_stock', ''),
(5900, 716, '_product_image_gallery', '2708,2709'),
(5901, 716, 'slide_template', 'default'),
(5902, 719, '_edit_last', '346'),
(5904, 719, '_visibility', 'visible'),
(5905, 719, '_stock_status', 'instock'),
(5906, 719, 'product-sidebar', '0'),
(5907, 719, 'product-ctpadding', 'on'),
(5908, 719, 'total_sales', '1'),
(5909, 719, '_downloadable', 'no'),
(5910, 719, '_virtual', 'no'),
(5911, 719, '_regular_price', '20'),
(5912, 719, '_sale_price', ''),
(5913, 719, '_purchase_note', ''),
(5914, 719, '_featured', 'no'),
(5915, 719, '_weight', ''),
(5916, 719, '_length', ''),
(5917, 719, '_width', ''),
(5918, 719, '_height', ''),
(5919, 719, '_sku', ''),
(5920, 719, '_product_attributes', 'a:0:{}'),
(5921, 719, '_sale_price_dates_from', ''),
(5922, 719, '_sale_price_dates_to', ''),
(5923, 719, '_price', '20'),
(5924, 719, '_sold_individually', ''),
(5925, 719, '_manage_stock', 'no'),
(5926, 719, '_backorders', 'no'),
(5927, 719, '_stock', ''),
(5928, 719, '_product_image_gallery', '3137,3138'),
(5929, 719, 'slide_template', 'default'),
(5930, 723, '_edit_last', '450'),
(5932, 723, '_visibility', 'visible'),
(5933, 723, '_stock_status', 'instock'),
(5934, 723, 'product-sidebar', '0'),
(5935, 723, 'product-ctpadding', 'on'),
(5936, 723, 'total_sales', '0'),
(5937, 723, '_downloadable', 'no'),
(5938, 723, '_virtual', 'no'),
(5939, 723, '_regular_price', ''),
(5940, 723, '_sale_price', ''),
(5941, 723, '_purchase_note', ''),
(5942, 723, '_featured', 'no'),
(5943, 723, '_weight', ''),
(5944, 723, '_length', ''),
(5945, 723, '_width', ''),
(5946, 723, '_height', ''),
(5947, 723, '_sku', ''),
(5948, 723, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";s:1:"1";s:10:"is_visible";i:0;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:1;}}'),
(5949, 723, '_sale_price_dates_from', ''),
(5950, 723, '_sale_price_dates_to', ''),
(5951, 723, '_price', '30'),
(5952, 723, '_sold_individually', ''),
(5953, 723, '_manage_stock', 'no'),
(5954, 723, '_backorders', 'no'),
(5955, 723, '_stock', ''),
(5956, 723, '_product_image_gallery', '2715,2714,2713'),
(5957, 723, 'slide_template', 'default'),
(5958, 723, '_min_variation_price', '30'),
(5959, 723, '_max_variation_price', '35'),
(5960, 723, '_min_price_variation_id', '754'),
(5961, 723, '_max_price_variation_id', '753'),
(5962, 723, '_min_variation_regular_price', '35'),
(5963, 723, '_max_variation_regular_price', '35'),
(5964, 723, '_min_regular_price_variation_id', '753'),
(5965, 723, '_max_regular_price_variation_id', '753'),
(5966, 723, '_min_variation_sale_price', '30'),
(5967, 723, '_max_variation_sale_price', '35'),
(5968, 723, '_min_sale_price_variation_id', '754'),
(5969, 723, '_max_sale_price_variation_id', '753'),
(5970, 723, '_default_attributes', 'a:0:{}'),
(5971, 727, '_edit_last', '346'),
(5973, 727, '_visibility', 'visible'),
(5974, 727, '_stock_status', 'instock'),
(5975, 727, 'product-sidebar', '0'),
(5976, 727, 'product-ctpadding', 'on'),
(5977, 727, 'total_sales', '15'),
(5978, 727, '_downloadable', 'no'),
(5979, 727, '_virtual', 'no'),
(5980, 727, '_regular_price', '35'),
(5981, 727, '_sale_price', ''),
(5982, 727, '_purchase_note', ''),
(5983, 727, '_featured', 'no'),
(5984, 727, '_weight', ''),
(5985, 727, '_length', ''),
(5986, 727, '_width', ''),
(5987, 727, '_height', ''),
(5988, 727, '_sku', ''),
(5989, 727, '_product_attributes', 'a:0:{}'),
(5990, 727, '_sale_price_dates_from', ''),
(5991, 727, '_sale_price_dates_to', ''),
(5992, 727, '_price', '35'),
(5993, 727, '_sold_individually', ''),
(5994, 727, '_manage_stock', 'no'),
(5995, 727, '_backorders', 'no'),
(5996, 727, '_stock', ''),
(5997, 727, '_product_image_gallery', '2717,2716'),
(5998, 727, 'slide_template', 'default'),
(5999, 1192, '_sale_price', ''),
(6000, 1192, '_regular_price', ''),
(6001, 1192, '_downloadable', 'no'),
(6002, 1192, '_virtual', 'no'),
(6003, 1192, 'total_sales', '0'),
(6004, 1192, 'product-ctpadding', 'on'),
(6005, 1192, '_stock_status', 'instock'),
(6006, 1192, 'product-sidebar', '0'),
(6007, 1192, '_visibility', 'visible'),
(6008, 1192, '_product_attributes', 'a:1:{s:2:"ao";a:6:{s:4:"name";s:2:"ao";s:5:"value";s:10:"red | blue";s:8:"position";s:1:"1";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(6009, 1192, '_edit_last', '1'),
(6010, 1192, '_purchase_note', ''),
(6011, 1192, '_featured', 'no'),
(6012, 1192, '_weight', ''),
(6013, 1192, '_length', ''),
(6014, 1192, '_width', ''),
(6015, 1192, '_height', ''),
(6016, 1192, '_sale_price_dates_from', ''),
(6017, 1192, '_sale_price_dates_to', ''),
(6018, 1192, '_price', '120'),
(6019, 1192, '_sold_individually', ''),
(6020, 1192, '_manage_stock', 'no'),
(6021, 1192, '_backorders', 'no'),
(6022, 1192, '_stock', ''),
(6023, 1192, '_sku', ''),
(6024, 1192, '_min_variation_price', '120'),
(6025, 1192, '_max_variation_price', '130'),
(6026, 1192, '_min_price_variation_id', '1201'),
(6027, 1192, '_max_price_variation_id', '1202'),
(6028, 1192, '_min_variation_regular_price', '120'),
(6029, 1192, '_max_variation_regular_price', '130'),
(6030, 1192, '_min_regular_price_variation_id', '1201'),
(6031, 1192, '_max_regular_price_variation_id', '1202'),
(6032, 1192, '_min_variation_sale_price', ''),
(6033, 1192, '_max_variation_sale_price', ''),
(6034, 1192, '_min_sale_price_variation_id', ''),
(6035, 1192, '_max_sale_price_variation_id', ''),
(6036, 1192, '_default_attributes', 'a:0:{}'),
(6037, 1192, '_product_image_gallery', ''),
(6038, 1192, 'slide_template', 'default'),
(6039, 1204, '_edit_last', '346'),
(6040, 1204, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(6042, 1204, '_visibility', 'visible'),
(6043, 1204, '_stock_status', 'instock'),
(6044, 1204, 'total_sales', '109'),
(6045, 1204, '_downloadable', 'no'),
(6046, 1204, '_virtual', 'no'),
(6047, 1204, '_regular_price', '1999'),
(6048, 1204, '_sale_price', ''),
(6049, 1204, '_purchase_note', ''),
(6050, 1204, '_featured', 'no'),
(6051, 1204, '_weight', ''),
(6052, 1204, '_length', ''),
(6053, 1204, '_width', ''),
(6054, 1204, '_height', ''),
(6055, 1204, '_sku', 'CO-001'),
(6056, 1204, '_sale_price_dates_from', ''),
(6057, 1204, '_sale_price_dates_to', ''),
(6058, 1204, '_price', '1999'),
(6059, 1204, '_sold_individually', ''),
(6060, 1204, '_manage_stock', 'no'),
(6061, 1204, '_backorders', 'no'),
(6062, 1204, '_stock', ''),
(6063, 1204, '_min_variation_price', '149'),
(6064, 1204, '_max_variation_price', '199'),
(6065, 1204, '_min_price_variation_id', '192'),
(6066, 1204, '_max_price_variation_id', '193'),
(6067, 1204, '_min_variation_regular_price', '149'),
(6068, 1204, '_max_variation_regular_price', '199'),
(6069, 1204, '_min_regular_price_variation_id', '192'),
(6070, 1204, '_max_regular_price_variation_id', '193'),
(6071, 1204, '_min_variation_sale_price', ''),
(6072, 1204, '_max_variation_sale_price', ''),
(6073, 1204, '_min_sale_price_variation_id', ''),
(6074, 1204, '_max_sale_price_variation_id', ''),
(6075, 1204, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(6076, 1204, '_product_image_gallery', '1121'),
(6077, 1204, 'slide_template', 'default'),
(6078, 1204, 'product-sidebar', '0'),
(6079, 1204, 'product-ctpadding', 'off'),
(6080, 1363, '_featured', 'no'),
(6081, 1363, '_purchase_note', ''),
(6082, 1363, '_sale_price', ''),
(6083, 1363, '_regular_price', '299'),
(6084, 1363, '_virtual', 'no'),
(6085, 1363, '_stock_status', 'instock'),
(6086, 1363, 'total_sales', '33'),
(6087, 1363, '_downloadable', 'no'),
(6088, 1363, '_max_variation_price', '199'),
(6089, 1363, '_min_variation_price', '149'),
(6090, 1363, '_stock', ''),
(6091, 1363, '_price', '299'),
(6092, 1363, '_sold_individually', ''),
(6093, 1363, '_manage_stock', 'no'),
(6094, 1363, '_backorders', 'no'),
(6095, 1363, '_sku', 'CO-002'),
(6096, 1363, '_height', ''),
(6097, 1363, '_max_price_variation_id', '193'),
(6098, 1363, '_min_price_variation_id', '192'),
(6099, 1363, '_sale_price_dates_to', ''),
(6100, 1363, '_sale_price_dates_from', ''),
(6101, 1363, '_weight', ''),
(6102, 1363, '_length', ''),
(6103, 1363, '_width', ''),
(6105, 1363, '_visibility', 'visible'),
(6106, 1363, '_product_attributes', 'a:1:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"0";s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(6107, 1363, '_edit_last', '1'),
(6108, 1363, '_min_variation_regular_price', '149'),
(6109, 1363, '_max_variation_regular_price', '199'),
(6110, 1363, '_min_regular_price_variation_id', '192'),
(6111, 1363, '_max_regular_price_variation_id', '193'),
(6112, 1363, '_min_variation_sale_price', ''),
(6113, 1363, '_max_variation_sale_price', ''),
(6114, 1363, '_min_sale_price_variation_id', ''),
(6115, 1363, '_max_sale_price_variation_id', ''),
(6116, 1363, '_default_attributes', 'a:1:{s:4:"seat";s:8:"standard";}'),
(6117, 1363, '_product_image_gallery', '2864'),
(6118, 1363, 'slide_template', 'default'),
(6119, 1363, 'product-sidebar', '0'),
(6120, 1363, 'product-ctpadding', 'on'),
(6123, 254, '_form', '<p>[text* your-name placeholder "Your name"] </p>\n<p>[email* your-email  placeholder "Your email"] </p>\n<p>[text your-subject  placeholder "Subject"] </p>\n<p>[textarea your-message  placeholder "Your Message"] </p>\n[recaptcha]\n<p>[submit "Send &rsaquo;"]</p>'),
(6124, 254, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:20:"PENGADUAN MASYARAKAT";s:6:"sender";s:32:"[your-name] <spi@uinjambi.ac.id>";s:9:"recipient";s:18:"spi@uinjambi.ac.id";s:4:"body";s:201:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on My great Wordpress blog (http://demo.cactusthemes.com/university2)";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(6125, 254, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:150:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on CactusThemes - University theme (http://demo.cactusthemes.com/university)";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(6126, 254, '_messages', 'a:22:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:4:"spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:16:"invalid_required";s:31:"Please fill the required field.";s:16:"invalid_too_long";s:23:"This input is too long.";s:17:"invalid_too_short";s:24:"This input is too short.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:12:"invalid_date";s:26:"Date format seems invalid.";s:14:"date_too_early";s:23:"This date is too early.";s:13:"date_too_late";s:22:"This date is too late.";s:14:"invalid_number";s:28:"Number format seems invalid.";s:16:"number_too_small";s:25:"This number is too small.";s:16:"number_too_large";s:25:"This number is too large.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:11:"invalid_url";s:18:"URL seems invalid.";s:11:"invalid_tel";s:31:"Telephone number seems invalid.";}'),
(6127, 254, '_additional_settings', ''),
(6128, 254, '_locale', 'en_US'),
(6354, 333, '_edit_lock', '1656478602:1'),
(6357, 333, 'header_background_rev_style', 'on'),
(6402, 1692, '_order_key', 'wc_order_543cb631ceed6'),
(6403, 1692, '_order_currency', 'GBP'),
(6404, 1692, '_prices_include_tax', 'no'),
(6405, 1692, '_customer_ip_address', '36.78.19.55'),
(6406, 1692, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; rv:24.7) Gecko/20140907 Firefox/24.7 PaleMoon/24.7.2'),
(6407, 1692, '_customer_user', '0'),
(6408, 1692, '_order_shipping', '0'),
(6409, 1692, '_billing_country', 'ID'),
(6410, 1692, '_billing_first_name', 'Tes'),
(6411, 1692, '_billing_last_name', 'Percobaan'),
(6412, 1692, '_billing_company', ''),
(6413, 1692, '_billing_address_1', 'Jakarta'),
(6414, 1692, '_billing_address_2', ''),
(6415, 1692, '_billing_city', 'Jakarta'),
(6416, 1692, '_billing_state', 'JK'),
(6417, 1692, '_billing_postcode', '12510'),
(6418, 1692, '_billing_email', 'idcobates@mailinator.com'),
(6419, 1692, '_billing_phone', '+62 219789967'),
(6420, 1692, '_shipping_country', 'ID'),
(6421, 1692, '_shipping_first_name', 'Tes'),
(6422, 1692, '_shipping_last_name', 'Percobaan'),
(6423, 1692, '_shipping_company', ''),
(6424, 1692, '_shipping_address_1', 'Jakarta'),
(6425, 1692, '_shipping_address_2', ''),
(6426, 1692, '_shipping_city', 'Jakarta'),
(6427, 1692, '_shipping_state', 'JK'),
(6428, 1692, '_shipping_postcode', '12510'),
(6429, 1692, '_payment_method', 'bacs'),
(6430, 1692, '_payment_method_title', 'Direct Bank Transfer'),
(6431, 1692, '_order_discount', '0'),
(6432, 1692, '_cart_discount', '0'),
(6433, 1692, '_order_tax', '0'),
(6434, 1692, '_order_shipping_tax', '0'),
(6435, 1692, '_order_total', '1999.00'),
(6436, 1692, '_recorded_sales', 'yes'),
(6437, 1692, '_recorded_coupon_usage_counts', 'yes'),
(6438, 1693, '_order_key', 'wc_order_543d9b7b6a077'),
(6439, 1693, '_order_currency', 'GBP'),
(6440, 1693, '_prices_include_tax', 'no'),
(6441, 1693, '_customer_ip_address', '109.144.130.68'),
(6442, 1693, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36'),
(6443, 1693, '_customer_user', '0'),
(6444, 1693, '_order_shipping', '0'),
(6445, 1693, '_billing_country', 'GB'),
(6446, 1693, '_billing_first_name', 'gdgfg'),
(6447, 1693, '_billing_last_name', 'dgdgf'),
(6448, 1693, '_billing_company', ''),
(6449, 1693, '_billing_address_1', 'dgdfg'),
(6450, 1693, '_billing_address_2', 'dgdg'),
(6451, 1693, '_billing_city', 'gdfgdg'),
(6452, 1693, '_billing_state', 'd'),
(6453, 1693, '_billing_postcode', 'LE9 8AJ'),
(6454, 1693, '_billing_email', 'ashley@ashleykeable.com'),
(6455, 1693, '_billing_phone', '0116234567'),
(6456, 1693, '_shipping_country', 'GB'),
(6457, 1693, '_shipping_first_name', 'gdgfg'),
(6458, 1693, '_shipping_last_name', 'dgdgf'),
(6459, 1693, '_shipping_company', ''),
(6460, 1693, '_shipping_address_1', 'dgdfg'),
(6461, 1693, '_shipping_address_2', 'dgdg'),
(6462, 1693, '_shipping_city', 'gdfgdg'),
(6463, 1693, '_shipping_state', 'd'),
(6464, 1693, '_shipping_postcode', 'LE9 8AJ'),
(6465, 1693, '_payment_method', 'bacs'),
(6466, 1693, '_payment_method_title', 'Direct Bank Transfer'),
(6467, 1693, '_order_discount', '0'),
(6468, 1693, '_cart_discount', '0'),
(6469, 1693, '_order_tax', '0'),
(6470, 1693, '_order_shipping_tax', '0'),
(6471, 1693, '_order_total', '1999.00'),
(6472, 1693, '_recorded_sales', 'yes'),
(6473, 1693, '_recorded_coupon_usage_counts', 'yes'),
(6513, 1705, '_order_key', 'wc_order_54405cca4c84c'),
(6514, 1705, '_order_currency', 'GBP'),
(6515, 1705, '_prices_include_tax', 'no'),
(6516, 1705, '_customer_ip_address', '74.62.176.171'),
(6517, 1705, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36'),
(6518, 1705, '_customer_user', '9'),
(6519, 1705, '_order_shipping', '0'),
(6520, 1705, '_billing_country', 'US'),
(6521, 1705, '_billing_first_name', 'cleve'),
(6522, 1705, '_billing_last_name', 'mcm'),
(6523, 1705, '_billing_company', ''),
(6524, 1705, '_billing_address_1', '1138 glenville dr'),
(6525, 1705, '_billing_address_2', ''),
(6526, 1705, '_billing_city', 'los angeles'),
(6527, 1705, '_billing_state', 'CA'),
(6528, 1705, '_billing_postcode', '90035'),
(6529, 1705, '_billing_email', 'cleve@dollarshaveclub.com'),
(6530, 1705, '_billing_phone', '32347222361'),
(6531, 1705, '_shipping_country', 'US'),
(6532, 1705, '_shipping_first_name', 'cleve'),
(6533, 1705, '_shipping_last_name', 'mcm'),
(6534, 1705, '_shipping_company', ''),
(6535, 1705, '_shipping_address_1', '1138 glenville dr'),
(6536, 1705, '_shipping_address_2', ''),
(6537, 1705, '_shipping_city', 'los angeles'),
(6538, 1705, '_shipping_state', 'CA'),
(6539, 1705, '_shipping_postcode', '90035'),
(6540, 1705, '_payment_method', 'bacs'),
(6541, 1705, '_payment_method_title', 'Direct Bank Transfer'),
(6542, 1705, '_order_discount', '0'),
(6543, 1705, '_cart_discount', '0'),
(6544, 1705, '_order_tax', '0'),
(6545, 1705, '_order_shipping_tax', '0'),
(6546, 1705, '_order_total', '98.00'),
(6547, 1705, '_recorded_sales', 'yes'),
(6548, 1705, '_recorded_coupon_usage_counts', 'yes'),
(9320, 1705, '_edit_lock', '1413880964:7'),
(9378, 1823, '_order_key', 'wc_order_54476142981e8'),
(9379, 1823, '_order_currency', 'GBP'),
(9380, 1823, '_prices_include_tax', 'no'),
(9381, 1823, '_customer_ip_address', '116.107.35.203'),
(9382, 1823, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36'),
(9383, 1823, '_customer_user', '7'),
(9384, 1823, '_order_shipping', '0'),
(9385, 1823, '_billing_country', 'VN'),
(9386, 1823, '_billing_first_name', 'test'),
(9387, 1823, '_billing_last_name', 'test'),
(9388, 1823, '_billing_company', 'test'),
(9389, 1823, '_billing_address_1', 'test'),
(9390, 1823, '_billing_address_2', ''),
(9391, 1823, '_billing_city', 'test'),
(9392, 1823, '_billing_state', ''),
(9393, 1823, '_billing_postcode', ''),
(9394, 1823, '_billing_email', 'tam.nt@hhtv.vn'),
(9395, 1823, '_billing_phone', '0123456789'),
(9396, 1823, '_shipping_country', 'VN'),
(9397, 1823, '_shipping_first_name', 'test'),
(9398, 1823, '_shipping_last_name', 'test'),
(9399, 1823, '_shipping_company', 'test'),
(9400, 1823, '_shipping_address_1', 'test'),
(9401, 1823, '_shipping_address_2', ''),
(9402, 1823, '_shipping_city', 'test'),
(9403, 1823, '_shipping_state', ''),
(9404, 1823, '_shipping_postcode', ''),
(9405, 1823, '_payment_method', 'bacs'),
(9406, 1823, '_payment_method_title', 'Direct Bank Transfer'),
(9407, 1823, '_order_discount', '0'),
(9408, 1823, '_cart_discount', '0'),
(9409, 1823, '_order_tax', '0'),
(9410, 1823, '_order_shipping_tax', '0'),
(9411, 1823, '_order_total', '35.00'),
(9412, 1823, '_recorded_sales', 'yes'),
(9413, 1823, '_recorded_coupon_usage_counts', 'yes'),
(11308, 1888, '_order_key', 'wc_order_5453331b19af4'),
(11309, 1888, '_order_currency', 'GBP'),
(11310, 1888, '_prices_include_tax', 'no'),
(11311, 1888, '_customer_ip_address', '41.190.3.51'),
(11312, 1888, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'),
(11313, 1888, '_customer_user', '0'),
(11314, 1888, '_order_shipping', '0'),
(11315, 1888, '_billing_country', 'NR'),
(11316, 1888, '_billing_first_name', 'Bashir'),
(11317, 1888, '_billing_last_name', 'ghg'),
(11318, 1888, '_billing_company', 'Company'),
(11319, 1888, '_billing_address_1', 'street addres'),
(11320, 1888, '_billing_address_2', ''),
(11321, 1888, '_billing_city', 'Town'),
(11322, 1888, '_billing_state', 'State'),
(11323, 1888, '_billing_postcode', '675980'),
(11324, 1888, '_billing_email', 'email@email.com'),
(11325, 1888, '_billing_phone', '786553263674'),
(11326, 1888, '_shipping_country', 'NR'),
(11327, 1888, '_shipping_first_name', 'Bashir'),
(11328, 1888, '_shipping_last_name', 'ghg'),
(11329, 1888, '_shipping_company', 'Company'),
(11330, 1888, '_shipping_address_1', 'street addres'),
(11331, 1888, '_shipping_address_2', ''),
(11332, 1888, '_shipping_city', 'Town'),
(11333, 1888, '_shipping_state', 'State'),
(11334, 1888, '_shipping_postcode', '675980'),
(11335, 1888, '_payment_method', 'bacs'),
(11336, 1888, '_payment_method_title', 'Direct Bank Transfer'),
(11337, 1888, '_order_discount', '0'),
(11338, 1888, '_cart_discount', '0'),
(11339, 1888, '_order_tax', '0'),
(11340, 1888, '_order_shipping_tax', '0'),
(11341, 1888, '_order_total', '199.00'),
(11342, 1888, '_recorded_sales', 'yes'),
(11343, 1888, '_recorded_coupon_usage_counts', 'yes'),
(11347, 1894, '_order_key', 'wc_order_54590faed18ef'),
(11348, 1894, '_order_currency', 'GBP'),
(11349, 1894, '_prices_include_tax', 'no'),
(11350, 1894, '_customer_ip_address', '39.117.105.216'),
(11351, 1894, '_customer_user_agent', 'Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4'),
(11352, 1894, '_customer_user', '0'),
(11353, 1894, '_order_shipping', '0'),
(11354, 1894, '_billing_country', 'GB'),
(11355, 1894, '_billing_first_name', 'The'),
(11356, 1894, '_billing_last_name', 'Tutor'),
(11357, 1894, '_billing_company', ''),
(11358, 1894, '_billing_address_1', 'Hoots jjsi'),
(11359, 1894, '_billing_address_2', ''),
(11360, 1894, '_billing_city', 'London'),
(11361, 1894, '_billing_state', ''),
(11362, 1894, '_billing_postcode', 'D1 2FD'),
(11363, 1894, '_billing_email', 'gg@gg.com'),
(11364, 1894, '_billing_phone', '26373838'),
(11365, 1894, '_shipping_country', 'GB'),
(11366, 1894, '_shipping_first_name', 'The'),
(11367, 1894, '_shipping_last_name', 'Tutor'),
(11368, 1894, '_shipping_company', ''),
(11369, 1894, '_shipping_address_1', 'Hhdhbd'),
(11370, 1894, '_shipping_address_2', 'Hdjd'),
(11371, 1894, '_shipping_city', 'London'),
(11372, 1894, '_shipping_state', 'Uk'),
(11373, 1894, '_shipping_postcode', 'D1 3DF'),
(11374, 1894, '_payment_method', 'bacs'),
(11375, 1894, '_payment_method_title', 'Direct Bank Transfer'),
(11376, 1894, '_order_discount', '0'),
(11377, 1894, '_cart_discount', '0'),
(11378, 1894, '_order_tax', '0'),
(11379, 1894, '_order_shipping_tax', '0'),
(11380, 1894, '_order_total', '1999.00'),
(11381, 1894, '_recorded_sales', 'yes'),
(11382, 1894, '_recorded_coupon_usage_counts', 'yes'),
(11384, 1897, '_order_key', 'wc_order_545b6d9f29908'),
(11385, 1897, '_order_currency', 'GBP'),
(11386, 1897, '_prices_include_tax', 'no'),
(11387, 1897, '_customer_ip_address', '190.163.7.212'),
(11388, 1897, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'),
(11389, 1897, '_customer_user', '10'),
(11390, 1897, '_order_shipping', '0'),
(11391, 1897, '_billing_country', 'CL'),
(11392, 1897, '_billing_first_name', 'Miguel'),
(11393, 1897, '_billing_last_name', 'Nunez'),
(11394, 1897, '_billing_company', 'mmmm'),
(11395, 1897, '_billing_address_1', 'mmmmm'),
(11396, 1897, '_billing_address_2', ''),
(11397, 1897, '_billing_city', ''),
(11398, 1897, '_billing_state', 'mmmmm2'),
(11399, 1897, '_billing_postcode', '8886627'),
(11400, 1897, '_billing_email', 'miguel@sistemaweb.cl'),
(11401, 1897, '_billing_phone', '77898779'),
(11402, 1897, '_shipping_country', 'CL'),
(11403, 1897, '_shipping_first_name', 'miguel'),
(11404, 1897, '_shipping_last_name', 'nunez'),
(11405, 1897, '_shipping_company', '89789796'),
(11406, 1897, '_shipping_address_1', 'miguel@sistemaweb.cl'),
(11407, 1897, '_shipping_address_2', ''),
(11408, 1897, '_shipping_city', 'jjjkjklk'),
(11409, 1897, '_shipping_state', 'poiopoii'),
(11410, 1897, '_shipping_postcode', 'JJJKKJ'),
(11411, 1897, '_payment_method', 'cheque'),
(11412, 1897, '_payment_method_title', 'Cheque Payment'),
(11413, 1897, '_order_discount', '0'),
(11414, 1897, '_cart_discount', '0'),
(11415, 1897, '_order_tax', '0'),
(11416, 1897, '_order_shipping_tax', '0'),
(11417, 1897, '_order_total', '1999.00'),
(11418, 1897, '_recorded_sales', 'yes'),
(11419, 1897, '_recorded_coupon_usage_counts', 'yes'),
(11505, 1983, '_order_key', 'wc_order_545cc2040f2ac'),
(11506, 1983, '_order_currency', 'GBP'),
(11507, 1983, '_prices_include_tax', 'no'),
(11508, 1983, '_customer_ip_address', '91.127.180.246'),
(11509, 1983, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(11510, 1983, '_customer_user', '0'),
(11511, 1983, '_order_shipping', '0'),
(11512, 1983, '_billing_country', 'SK'),
(11513, 1983, '_billing_first_name', 'gdf'),
(11514, 1983, '_billing_last_name', 'gdf'),
(11515, 1983, '_billing_company', 'gdh'),
(11516, 1983, '_billing_address_1', 'gdf'),
(11517, 1983, '_billing_address_2', ''),
(11518, 1983, '_billing_postcode', '85105'),
(11519, 1983, '_billing_city', 'Bratislava'),
(11520, 1983, '_billing_state', ''),
(11521, 1983, '_billing_email', 'fsdfsdfs@gdfg.com'),
(11522, 1983, '_billing_phone', '+42190545205'),
(11523, 1983, '_shipping_country', 'SK'),
(11524, 1983, '_shipping_first_name', 'gdf'),
(11525, 1983, '_shipping_last_name', 'gdf'),
(11526, 1983, '_shipping_company', 'gdh'),
(11527, 1983, '_shipping_address_1', 'gdf'),
(11528, 1983, '_shipping_address_2', ''),
(11529, 1983, '_shipping_city', 'Bratislava'),
(11530, 1983, '_shipping_state', ''),
(11531, 1983, '_shipping_postcode', '85105'),
(11532, 1983, '_payment_method', 'bacs'),
(11533, 1983, '_payment_method_title', 'Direct Bank Transfer'),
(11534, 1983, '_order_discount', '0'),
(11535, 1983, '_cart_discount', '0'),
(11536, 1983, '_order_tax', '0'),
(11537, 1983, '_order_shipping_tax', '0'),
(11538, 1983, '_order_total', '1999.00'),
(11539, 1983, '_recorded_sales', 'yes'),
(11540, 1983, '_recorded_coupon_usage_counts', 'yes'),
(11542, 1985, '_order_key', 'wc_order_5460222012b47'),
(11543, 1985, '_order_currency', 'GBP'),
(11544, 1985, '_prices_include_tax', 'no'),
(11545, 1985, '_customer_ip_address', '46.254.64.163'),
(11546, 1985, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'),
(11547, 1985, '_customer_user', '11'),
(11548, 1985, '_order_shipping', '0'),
(11549, 1985, '_billing_country', 'CZ'),
(11550, 1985, '_billing_first_name', 'Michal'),
(11551, 1985, '_billing_last_name', 'Slama'),
(11552, 1985, '_billing_company', 'Implayo s.r.o.'),
(11553, 1985, '_billing_address_1', 'Prazska 135'),
(11554, 1985, '_billing_address_2', ''),
(11555, 1985, '_billing_city', 'Pardubice'),
(11556, 1985, '_billing_state', ''),
(11557, 1985, '_billing_postcode', '12345'),
(11558, 1985, '_billing_email', 'michal.slama@implayo.cz'),
(11559, 1985, '_billing_phone', '+420774656123'),
(11560, 1985, '_shipping_country', 'CZ'),
(11561, 1985, '_shipping_first_name', 'Michal'),
(11562, 1985, '_shipping_last_name', 'Slama'),
(11563, 1985, '_shipping_company', 'Implayo'),
(11564, 1985, '_shipping_address_1', 'ccc 135'),
(11565, 1985, '_shipping_address_2', ''),
(11566, 1985, '_shipping_city', 'Pardubice'),
(11567, 1985, '_shipping_state', ''),
(11568, 1985, '_shipping_postcode', '53001'),
(11569, 1985, '_payment_method', 'bacs'),
(11570, 1985, '_payment_method_title', 'Direct Bank Transfer'),
(11571, 1985, '_order_discount', '0'),
(11572, 1985, '_cart_discount', '0'),
(11573, 1985, '_order_tax', '0'),
(11574, 1985, '_order_shipping_tax', '0'),
(11575, 1985, '_order_total', '1999.00'),
(11576, 1985, '_recorded_sales', 'yes'),
(11577, 1985, '_recorded_coupon_usage_counts', 'yes'),
(11578, 1986, '_order_key', 'wc_order_546023ebb7073'),
(11579, 1986, '_order_currency', 'GBP'),
(11580, 1986, '_prices_include_tax', 'no'),
(11581, 1986, '_customer_ip_address', '46.254.64.163'),
(11582, 1986, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'),
(11583, 1986, '_customer_user', '11'),
(11584, 1986, '_order_shipping', '0'),
(11585, 1986, '_billing_country', 'CZ'),
(11586, 1986, '_billing_first_name', 'Michal'),
(11587, 1986, '_billing_last_name', 'Slama'),
(11588, 1986, '_billing_company', 'Implayo s.r.o.'),
(11589, 1986, '_billing_address_1', 'Prazska 135'),
(11590, 1986, '_billing_address_2', ''),
(11591, 1986, '_billing_city', 'Pardubice'),
(11592, 1986, '_billing_state', ''),
(11593, 1986, '_billing_postcode', '12345'),
(11594, 1986, '_billing_email', 'michal.slama@implayo.cz'),
(11595, 1986, '_billing_phone', '+420774656123'),
(11596, 1986, '_shipping_country', 'CZ'),
(11597, 1986, '_shipping_first_name', 'Michal'),
(11598, 1986, '_shipping_last_name', 'Slama'),
(11599, 1986, '_shipping_company', 'Implayo s.r.o.'),
(11600, 1986, '_shipping_address_1', 'Prazska 135'),
(11601, 1986, '_shipping_address_2', ''),
(11602, 1986, '_shipping_city', 'Brno'),
(11603, 1986, '_shipping_state', ''),
(11604, 1986, '_shipping_postcode', '53001'),
(11605, 1986, '_payment_method', 'cheque'),
(11606, 1986, '_payment_method_title', 'Cheque Payment'),
(11607, 1986, '_order_discount', '0'),
(11608, 1986, '_cart_discount', '0'),
(11609, 1986, '_order_tax', '0'),
(11610, 1986, '_order_shipping_tax', '0'),
(11611, 1986, '_order_total', '1999.00'),
(11612, 1986, '_recorded_sales', 'yes'),
(11613, 1986, '_recorded_coupon_usage_counts', 'yes'),
(11614, 1987, '_order_key', 'wc_order_54618c4b1beda'),
(11615, 1987, '_order_currency', 'GBP'),
(11616, 1987, '_prices_include_tax', 'no'),
(11617, 1987, '_customer_ip_address', '39.32.218.35'),
(11618, 1987, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0'),
(11619, 1987, '_customer_user', '12'),
(11620, 1987, '_order_shipping', '0'),
(11621, 1987, '_billing_country', 'PK'),
(11622, 1987, '_billing_first_name', 'Jon'),
(11623, 1987, '_billing_last_name', 'Doe'),
(11624, 1987, '_billing_company', ''),
(11625, 1987, '_billing_address_1', 'abc, def street'),
(11626, 1987, '_billing_address_2', ''),
(11627, 1987, '_billing_city', 'rawalpindi'),
(11628, 1987, '_billing_state', 'pakistan'),
(11629, 1987, '_billing_postcode', '44000'),
(11630, 1987, '_billing_email', 'ovyce12@gmail.com'),
(11631, 1987, '_billing_phone', '12345678'),
(11632, 1987, '_shipping_country', 'PK'),
(11633, 1987, '_shipping_first_name', 'Jon'),
(11634, 1987, '_shipping_last_name', 'Doe'),
(11635, 1987, '_shipping_company', ''),
(11636, 1987, '_shipping_address_1', 'abc, def street'),
(11637, 1987, '_shipping_address_2', ''),
(11638, 1987, '_shipping_city', 'rawalpindi'),
(11639, 1987, '_shipping_state', 'pakistan'),
(11640, 1987, '_shipping_postcode', '44000'),
(11641, 1987, '_payment_method', 'bacs'),
(11642, 1987, '_payment_method_title', 'Direct Bank Transfer'),
(11643, 1987, '_order_discount', '0'),
(11644, 1987, '_cart_discount', '0'),
(11645, 1987, '_order_tax', '0'),
(11646, 1987, '_order_shipping_tax', '0'),
(11647, 1987, '_order_total', '19.00'),
(11648, 1987, '_recorded_sales', 'yes'),
(11649, 1987, '_recorded_coupon_usage_counts', 'yes'),
(11650, 1988, '_order_key', 'wc_order_546190ff9cce2'),
(11651, 1988, '_order_currency', 'GBP'),
(11652, 1988, '_prices_include_tax', 'no'),
(11653, 1988, '_customer_ip_address', '39.32.218.35'),
(11654, 1988, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0'),
(11655, 1988, '_customer_user', '12'),
(11656, 1988, '_order_shipping', '0'),
(11657, 1988, '_billing_country', 'PK'),
(11658, 1988, '_billing_first_name', 'Jon'),
(11659, 1988, '_billing_last_name', 'Doe'),
(11660, 1988, '_billing_company', ''),
(11661, 1988, '_billing_address_1', 'abc, def street'),
(11662, 1988, '_billing_address_2', ''),
(11663, 1988, '_billing_city', 'rawalpindi'),
(11664, 1988, '_billing_state', 'pakistan'),
(11665, 1988, '_billing_postcode', '44000'),
(11666, 1988, '_billing_email', 'ovyce12@gmail.com'),
(11667, 1988, '_billing_phone', '12345678'),
(11668, 1988, '_shipping_country', 'PK'),
(11669, 1988, '_shipping_first_name', 'Jon'),
(11670, 1988, '_shipping_last_name', 'Doe'),
(11671, 1988, '_shipping_company', ''),
(11672, 1988, '_shipping_address_1', 'abc, def street'),
(11673, 1988, '_shipping_address_2', ''),
(11674, 1988, '_shipping_city', 'rawalpindi'),
(11675, 1988, '_shipping_state', 'pakistan'),
(11676, 1988, '_shipping_postcode', '44000'),
(11677, 1988, '_payment_method', 'cheque'),
(11678, 1988, '_payment_method_title', 'Cheque Payment'),
(11679, 1988, '_order_discount', '0'),
(11680, 1988, '_cart_discount', '0'),
(11681, 1988, '_order_tax', '0'),
(11682, 1988, '_order_shipping_tax', '0'),
(11683, 1988, '_order_total', '1999.00'),
(11684, 1988, '_recorded_sales', 'yes'),
(11685, 1988, '_recorded_coupon_usage_counts', 'yes'),
(11688, 1990, '_order_key', 'wc_order_546582ce79f15'),
(11689, 1990, '_order_currency', 'GBP'),
(11690, 1990, '_prices_include_tax', 'no'),
(11691, 1990, '_customer_ip_address', '116.107.36.129'),
(11692, 1990, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36'),
(11693, 1990, '_customer_user', '13'),
(11694, 1990, '_order_shipping', '0'),
(11695, 1990, '_billing_country', 'VN'),
(11696, 1990, '_billing_first_name', 'dfsd fds'),
(11697, 1990, '_billing_last_name', 'dsfsd fsdf'),
(11698, 1990, '_billing_company', 'dsfsd fsdfsd'),
(11699, 1990, '_billing_address_1', 'dffvsdfsdfsd'),
(11700, 1990, '_billing_address_2', ''),
(11701, 1990, '_billing_city', 'ds fsdf sdf'),
(11702, 1990, '_billing_state', ''),
(11703, 1990, '_billing_postcode', ''),
(11704, 1990, '_billing_email', 'tam.nt@hhtv.vn'),
(11705, 1990, '_billing_phone', '0912345678'),
(11706, 1990, '_shipping_country', 'VN'),
(11707, 1990, '_shipping_first_name', 'dsf sdf sdf'),
(11708, 1990, '_shipping_last_name', 'sd fsdfsd f'),
(11709, 1990, '_shipping_company', 'sd fsd f'),
(11710, 1990, '_shipping_address_1', 'sd fsdfs d'),
(11711, 1990, '_shipping_address_2', ''),
(11712, 1990, '_shipping_city', 'd fsdfsdf'),
(11713, 1990, '_shipping_state', ''),
(11714, 1990, '_shipping_postcode', ''),
(11715, 1990, '_payment_method', 'bacs'),
(11716, 1990, '_payment_method_title', 'Direct Bank Transfer'),
(11717, 1990, '_order_discount', '0'),
(11718, 1990, '_cart_discount', '0'),
(11719, 1990, '_order_tax', '0'),
(11720, 1990, '_order_shipping_tax', '0'),
(11721, 1990, '_order_total', '149.00'),
(11722, 1990, '_recorded_sales', 'yes'),
(11723, 1990, '_recorded_coupon_usage_counts', 'yes'),
(11724, 1992, '_order_key', 'wc_order_546a0a4a96360'),
(11725, 1992, '_order_currency', 'GBP'),
(11726, 1992, '_prices_include_tax', 'no'),
(11727, 1992, '_customer_ip_address', '90.145.166.153'),
(11728, 1992, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25'),
(11729, 1992, '_customer_user', '0'),
(11730, 1992, '_order_shipping', '0'),
(11731, 1992, '_billing_country', 'NL'),
(11732, 1992, '_billing_first_name', 'kees'),
(11733, 1992, '_billing_last_name', 'Vries'),
(11734, 1992, '_billing_company', ''),
(11735, 1992, '_billing_address_1', 'weg 17'),
(11736, 1992, '_billing_address_2', ''),
(11737, 1992, '_billing_postcode', '2611GC'),
(11738, 1992, '_billing_city', 'delft'),
(11739, 1992, '_billing_state', ''),
(11740, 1992, '_billing_email', 'henk@webhalla.nl'),
(11741, 1992, '_billing_phone', '0123456789'),
(11742, 1992, '_shipping_country', 'NL'),
(11743, 1992, '_shipping_first_name', 'kees'),
(11744, 1992, '_shipping_last_name', 'de Vries'),
(11745, 1992, '_shipping_company', ''),
(11746, 1992, '_shipping_address_1', 'Noordeindseweg 17'),
(11747, 1992, '_shipping_address_2', ''),
(11748, 1992, '_shipping_postcode', '2645AK'),
(11749, 1992, '_shipping_city', 'Delfgauw'),
(11750, 1992, '_shipping_state', ''),
(11751, 1992, '_payment_method', 'bacs'),
(11752, 1992, '_payment_method_title', 'Direct Bank Transfer'),
(11753, 1992, '_order_discount', '0'),
(11754, 1992, '_cart_discount', '0'),
(11755, 1992, '_order_tax', '0'),
(11756, 1992, '_order_shipping_tax', '0'),
(11757, 1992, '_order_total', '1999.00'),
(11758, 1992, '_recorded_sales', 'yes'),
(11759, 1992, '_recorded_coupon_usage_counts', 'yes'),
(11760, 1993, '_order_key', 'wc_order_546ad45e8cde6'),
(11761, 1993, '_order_currency', 'GBP'),
(11762, 1993, '_prices_include_tax', 'no'),
(11763, 1993, '_customer_ip_address', '75.142.226.30'),
(11764, 1993, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; rv:33.0) Gecko/20100101 Firefox/33.0'),
(11765, 1993, '_customer_user', '0'),
(11766, 1993, '_order_shipping', '0'),
(11767, 1993, '_billing_country', 'US'),
(11768, 1993, '_billing_first_name', 'test'),
(11769, 1993, '_billing_last_name', 'test'),
(11770, 1993, '_billing_company', ''),
(11771, 1993, '_billing_address_1', 'test'),
(11772, 1993, '_billing_address_2', ''),
(11773, 1993, '_billing_city', 'sparks'),
(11774, 1993, '_billing_state', 'NV'),
(11775, 1993, '_billing_postcode', '89436'),
(11776, 1993, '_billing_email', 'test@test.com'),
(11777, 1993, '_billing_phone', '7755551212'),
(11778, 1993, '_shipping_country', 'US'),
(11779, 1993, '_shipping_first_name', 'test'),
(11780, 1993, '_shipping_last_name', 'test'),
(11781, 1993, '_shipping_company', ''),
(11782, 1993, '_shipping_address_1', 'test 1233'),
(11783, 1993, '_shipping_address_2', ''),
(11784, 1993, '_shipping_city', 'Sparks'),
(11785, 1993, '_shipping_state', 'NV'),
(11786, 1993, '_shipping_postcode', '89436'),
(11787, 1993, '_payment_method', 'paypal'),
(11788, 1993, '_payment_method_title', 'PayPal'),
(11789, 1993, '_order_discount', '0'),
(11790, 1993, '_cart_discount', '0'),
(11791, 1993, '_order_tax', '0'),
(11792, 1993, '_order_shipping_tax', '0'),
(11793, 1993, '_order_total', '1999.00'),
(11794, 1995, '_order_key', 'wc_order_546c10ac953b6'),
(11795, 1995, '_order_currency', 'GBP'),
(11796, 1995, '_prices_include_tax', 'no'),
(11797, 1995, '_customer_ip_address', '58.107.4.232'),
(11798, 1995, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(11799, 1995, '_customer_user', '14'),
(11800, 1995, '_order_shipping', '0'),
(11801, 1995, '_billing_country', 'AU'),
(11802, 1995, '_billing_first_name', 'test'),
(11803, 1995, '_billing_last_name', 'test'),
(11804, 1995, '_billing_company', 'teset'),
(11805, 1995, '_billing_address_1', '12 test'),
(11806, 1995, '_billing_address_2', '1'),
(11807, 1995, '_billing_city', 'test'),
(11808, 1995, '_billing_state', 'QLD'),
(11809, 1995, '_billing_postcode', '4000'),
(11810, 1995, '_billing_email', 'teaet@test.com'),
(11811, 1995, '_billing_phone', '3452345'),
(11812, 1995, '_shipping_country', 'AU'),
(11813, 1995, '_shipping_first_name', 'test'),
(11814, 1995, '_shipping_last_name', 'test'),
(11815, 1995, '_shipping_company', 'teset'),
(11816, 1995, '_shipping_address_1', '12 test'),
(11817, 1995, '_shipping_address_2', '1'),
(11818, 1995, '_shipping_city', 'test'),
(11819, 1995, '_shipping_state', 'QLD'),
(11820, 1995, '_shipping_postcode', '4000'),
(11821, 1995, '_payment_method', 'bacs'),
(11822, 1995, '_payment_method_title', 'Direct Bank Transfer'),
(11823, 1995, '_order_discount', '0'),
(11824, 1995, '_cart_discount', '0'),
(11825, 1995, '_order_tax', '0'),
(11826, 1995, '_order_shipping_tax', '0'),
(11827, 1995, '_order_total', '1999.00'),
(11828, 1995, '_recorded_sales', 'yes'),
(11829, 1995, '_recorded_coupon_usage_counts', 'yes'),
(11830, 1996, '_order_key', 'wc_order_546c15562c567'),
(11831, 1996, '_order_currency', 'GBP'),
(11832, 1996, '_prices_include_tax', 'no'),
(11833, 1996, '_customer_ip_address', '58.107.4.232'),
(11834, 1996, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10'),
(11835, 1996, '_customer_user', '14'),
(11836, 1996, '_order_shipping', '0'),
(11837, 1996, '_billing_country', 'AU'),
(11838, 1996, '_billing_first_name', 'test'),
(11839, 1996, '_billing_last_name', 'test'),
(11840, 1996, '_billing_company', 'teset'),
(11841, 1996, '_billing_address_1', '12 test'),
(11842, 1996, '_billing_address_2', '1'),
(11843, 1996, '_billing_city', 'test'),
(11844, 1996, '_billing_state', 'QLD'),
(11845, 1996, '_billing_postcode', '4000'),
(11846, 1996, '_billing_email', 'teaet@test.com'),
(11847, 1996, '_billing_phone', '3452345'),
(11848, 1996, '_shipping_country', 'AU'),
(11849, 1996, '_shipping_first_name', 'test'),
(11850, 1996, '_shipping_last_name', 'test'),
(11851, 1996, '_shipping_company', 'teset'),
(11852, 1996, '_shipping_address_1', '12 test'),
(11853, 1996, '_shipping_address_2', '1'),
(11854, 1996, '_shipping_city', 'test'),
(11855, 1996, '_shipping_state', 'QLD'),
(11856, 1996, '_shipping_postcode', '4000'),
(11857, 1996, '_payment_method', 'bacs'),
(11858, 1996, '_payment_method_title', 'Direct Bank Transfer'),
(11859, 1996, '_order_discount', '0'),
(11860, 1996, '_cart_discount', '0'),
(11861, 1996, '_order_tax', '0'),
(11862, 1996, '_order_shipping_tax', '0'),
(11863, 1996, '_order_total', '1999.00'),
(11864, 1996, '_recorded_sales', 'yes'),
(11865, 1996, '_recorded_coupon_usage_counts', 'yes'),
(11894, 1998, '_order_key', 'wc_order_546ee646a17a1'),
(11895, 1998, '_order_currency', 'GBP'),
(11896, 1998, '_prices_include_tax', 'no'),
(11897, 1998, '_customer_ip_address', '178.75.3.81'),
(11898, 1998, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(11899, 1998, '_customer_user', '0'),
(11900, 1998, '_order_shipping', '0'),
(11901, 1998, '_billing_country', 'RU'),
(11902, 1998, '_billing_first_name', '1'),
(11903, 1998, '_billing_last_name', '222'),
(11904, 1998, '_billing_company', '333'),
(11905, 1998, '_billing_address_1', '3323 23 2'),
(11906, 1998, '_billing_address_2', ''),
(11907, 1998, '_billing_city', '2323'),
(11908, 1998, '_billing_state', '23233'),
(11909, 1998, '_billing_postcode', '2323'),
(11910, 1998, '_billing_email', '2323@eee.com'),
(11911, 1998, '_billing_phone', '1121212'),
(11912, 1998, '_shipping_country', 'RU'),
(11913, 1998, '_shipping_first_name', 'sdsd'),
(11914, 1998, '_shipping_last_name', 'ddsdsd'),
(11915, 1998, '_shipping_company', ''),
(11916, 1998, '_shipping_address_1', '1212 ssd ssd sd'),
(11917, 1998, '_shipping_address_2', ''),
(11918, 1998, '_shipping_city', 'wedwewe wewe we'),
(11919, 1998, '_shipping_state', 'wewe'),
(11920, 1998, '_shipping_postcode', '641250'),
(11921, 1998, '_payment_method', 'bacs'),
(11922, 1998, '_payment_method_title', 'Direct Bank Transfer'),
(11923, 1998, '_order_discount', '0'),
(11924, 1998, '_cart_discount', '0'),
(11925, 1998, '_order_tax', '0'),
(11926, 1998, '_order_shipping_tax', '0'),
(11927, 1998, '_order_total', '35.00'),
(11928, 1998, '_recorded_sales', 'yes'),
(11929, 1998, '_recorded_coupon_usage_counts', 'yes'),
(11931, 2001, '_order_key', 'wc_order_5474a8d16ae01'),
(11932, 2001, '_order_currency', 'GBP'),
(11933, 2001, '_prices_include_tax', 'no'),
(11934, 2001, '_customer_ip_address', '77.22.134.166'),
(11935, 2001, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0'),
(11936, 2001, '_customer_user', '15'),
(11937, 2001, '_order_shipping', '0'),
(11938, 2001, '_billing_country', 'DE'),
(11939, 2001, '_billing_first_name', 'Alfred'),
(11940, 2001, '_billing_last_name', 'Hoeckl'),
(11941, 2001, '_billing_company', ''),
(11942, 2001, '_billing_address_1', 'Street 11'),
(11943, 2001, '_billing_address_2', ''),
(11944, 2001, '_billing_postcode', '22222'),
(11945, 2001, '_billing_city', 'Bremen'),
(11946, 2001, '_billing_state', ''),
(11947, 2001, '_billing_email', 'info@info.de'),
(11948, 2001, '_billing_phone', '0421 555 3365'),
(11949, 2001, '_shipping_country', 'DE'),
(11950, 2001, '_shipping_first_name', 'Alfred'),
(11951, 2001, '_shipping_last_name', 'Hoeckl'),
(11952, 2001, '_shipping_company', ''),
(11953, 2001, '_shipping_address_1', 'Street 11'),
(11954, 2001, '_shipping_address_2', ''),
(11955, 2001, '_shipping_postcode', '22222'),
(11956, 2001, '_shipping_city', 'Bremen'),
(11957, 2001, '_shipping_state', ''),
(11958, 2001, '_payment_method', 'bacs'),
(11959, 2001, '_payment_method_title', 'Direct Bank Transfer'),
(11960, 2001, '_order_discount', '0'),
(11961, 2001, '_cart_discount', '0'),
(11962, 2001, '_order_tax', '0'),
(11963, 2001, '_order_shipping_tax', '0'),
(11964, 2001, '_order_total', '252.00'),
(11965, 2001, '_recorded_sales', 'yes'),
(11966, 2001, '_recorded_coupon_usage_counts', 'yes'),
(11967, 2002, '_order_key', 'wc_order_54778e1692de3'),
(11968, 2002, '_order_currency', 'GBP'),
(11969, 2002, '_prices_include_tax', 'no'),
(11970, 2002, '_customer_ip_address', '201.52.194.77'),
(11971, 2002, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36'),
(11972, 2002, '_customer_user', '16'),
(11973, 2002, '_order_shipping', '0'),
(11974, 2002, '_billing_country', 'BR'),
(11975, 2002, '_billing_first_name', 'Fabio'),
(11976, 2002, '_billing_last_name', 'chaves'),
(11977, 2002, '_billing_company', 'teste'),
(11978, 2002, '_billing_address_1', 'teste'),
(11979, 2002, '_billing_address_2', 'teste'),
(11980, 2002, '_billing_city', 'teste'),
(11981, 2002, '_billing_state', 'SP'),
(11982, 2002, '_billing_postcode', '04261000'),
(11983, 2002, '_billing_email', 'sac@ms3.com.br'),
(11984, 2002, '_billing_phone', '5512865136'),
(11985, 2002, '_shipping_country', 'BR'),
(11986, 2002, '_shipping_first_name', 'Fabio'),
(11987, 2002, '_shipping_last_name', 'chaves'),
(11988, 2002, '_shipping_company', 'teste'),
(11989, 2002, '_shipping_address_1', 'teste'),
(11990, 2002, '_shipping_address_2', 'teste'),
(11991, 2002, '_shipping_city', 'teste'),
(11992, 2002, '_shipping_state', 'SP'),
(11993, 2002, '_shipping_postcode', '04261000'),
(11994, 2002, '_payment_method', 'bacs'),
(11995, 2002, '_payment_method_title', 'Direct Bank Transfer'),
(11996, 2002, '_order_discount', '0'),
(11997, 2002, '_cart_discount', '0'),
(11998, 2002, '_order_tax', '0'),
(11999, 2002, '_order_shipping_tax', '0'),
(12000, 2002, '_order_total', '1999.00'),
(12001, 2002, '_recorded_sales', 'yes'),
(12002, 2002, '_recorded_coupon_usage_counts', 'yes'),
(13898, 2094, '_order_key', 'wc_order_547ef2df865ae'),
(13899, 2094, '_order_currency', 'GBP'),
(13900, 2094, '_prices_include_tax', 'no'),
(13901, 2094, '_customer_ip_address', '91.145.85.192'),
(13902, 2094, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36'),
(13903, 2094, '_customer_user', '0'),
(13904, 2094, '_order_shipping', '0'),
(13905, 2094, '_billing_country', 'FI'),
(13906, 2094, '_billing_first_name', 'harry'),
(13907, 2094, '_billing_last_name', 'salmima'),
(13908, 2094, '_billing_company', ''),
(13909, 2094, '_billing_address_1', 'halkaisijantie'),
(13910, 2094, '_billing_address_2', ''),
(13911, 2094, '_billing_postcode', '00980'),
(13912, 2094, '_billing_city', 'helsinki'),
(13913, 2094, '_billing_state', ''),
(13914, 2094, '_billing_email', 'harry.ok@hotmail.com'),
(13915, 2094, '_billing_phone', '0409375958'),
(13916, 2094, '_shipping_country', 'FI'),
(13917, 2094, '_shipping_first_name', 'harry'),
(13918, 2094, '_shipping_last_name', 'salmimaa'),
(13919, 2094, '_shipping_company', ''),
(13920, 2094, '_shipping_address_1', 'halkaisijantie 5'),
(13921, 2094, '_shipping_address_2', ''),
(13922, 2094, '_shipping_postcode', '00960'),
(13923, 2094, '_shipping_city', 'helsinki'),
(13924, 2094, '_shipping_state', ''),
(13925, 2094, '_payment_method', 'bacs'),
(13926, 2094, '_payment_method_title', 'Direct Bank Transfer'),
(13927, 2094, '_order_discount', '0'),
(13928, 2094, '_cart_discount', '0'),
(13929, 2094, '_order_tax', '0'),
(13930, 2094, '_order_shipping_tax', '0'),
(13931, 2094, '_order_total', '19.00'),
(13932, 2094, '_recorded_sales', 'yes'),
(13933, 2094, '_recorded_coupon_usage_counts', 'yes'),
(13955, 2104, '_order_key', 'wc_order_54854bb096b52'),
(13956, 2104, '_order_currency', 'GBP'),
(13957, 2104, '_prices_include_tax', 'no'),
(13958, 2104, '_customer_ip_address', '182.160.111.91'),
(13959, 2104, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36'),
(13960, 2104, '_customer_user', '0'),
(13961, 2104, '_order_shipping', '0'),
(13962, 2104, '_billing_country', 'US'),
(13963, 2104, '_billing_first_name', 'Rifat Wahid'),
(13964, 2104, '_billing_last_name', 'Alif'),
(13965, 2104, '_billing_company', 'N/A'),
(13966, 2104, '_billing_address_1', 'Dhaka'),
(13967, 2104, '_billing_address_2', ''),
(13968, 2104, '_billing_city', 'Dhaka'),
(13969, 2104, '_billing_state', 'CA'),
(13970, 2104, '_billing_postcode', '96006'),
(13971, 2104, '_billing_email', 'rifatwahid@yahoo.com'),
(13972, 2104, '_billing_phone', '+96478567554'),
(13973, 2104, '_shipping_country', 'BD'),
(13974, 2104, '_shipping_first_name', 'Rifat Wahid'),
(13975, 2104, '_shipping_last_name', 'Alif'),
(13976, 2104, '_shipping_company', 'N/A'),
(13977, 2104, '_shipping_address_1', 'Dhaka'),
(13978, 2104, '_shipping_address_2', ''),
(13979, 2104, '_shipping_city', 'Dhaka'),
(13980, 2104, '_shipping_state', 'DHA'),
(13981, 2104, '_shipping_postcode', '96006'),
(13982, 2104, '_payment_method', 'bacs'),
(13983, 2104, '_payment_method_title', 'Direct Bank Transfer'),
(13984, 2104, '_order_discount', '0'),
(13985, 2104, '_cart_discount', '0'),
(13986, 2104, '_order_tax', '0'),
(13987, 2104, '_order_shipping_tax', '0'),
(13988, 2104, '_order_total', '198.00'),
(13989, 2104, '_recorded_sales', 'yes'),
(13990, 2104, '_recorded_coupon_usage_counts', 'yes'),
(13991, 2105, '_order_key', 'wc_order_5486a93d9ca84'),
(13992, 2105, '_order_currency', 'GBP'),
(13993, 2105, '_prices_include_tax', 'no'),
(13994, 2105, '_customer_ip_address', '113.203.249.122'),
(13995, 2105, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36'),
(13996, 2105, '_customer_user', '36'),
(13997, 2105, '_order_shipping', '0'),
(13998, 2105, '_billing_country', 'PK'),
(13999, 2105, '_billing_first_name', 'IMRAN'),
(14000, 2105, '_billing_last_name', 'PIRVANI'),
(14001, 2105, '_billing_company', ''),
(14002, 2105, '_billing_address_1', 'K-17 Rahimabad Colony Block 14 Nasirabad, F. B. Area'),
(14003, 2105, '_billing_address_2', 'Pakistan'),
(14004, 2105, '_billing_city', 'Karachi'),
(14005, 2105, '_billing_state', 'Sindh'),
(14006, 2105, '_billing_postcode', '75950'),
(14007, 2105, '_billing_email', 'pirvanee@gmail.com'),
(14008, 2105, '_billing_phone', '+923332214100'),
(14009, 2105, '_shipping_country', 'PK'),
(14010, 2105, '_shipping_first_name', 'IMRAN'),
(14011, 2105, '_shipping_last_name', 'PIRVANI'),
(14012, 2105, '_shipping_company', ''),
(14013, 2105, '_shipping_address_1', 'K-17 Rahimabad Colony Block 14 Nasirabad, F. B. Area'),
(14014, 2105, '_shipping_address_2', 'Pakistan'),
(14015, 2105, '_shipping_city', 'Karachi'),
(14016, 2105, '_shipping_state', 'Sindh'),
(14017, 2105, '_shipping_postcode', '75950'),
(14018, 2105, '_payment_method', 'paypal'),
(14019, 2105, '_payment_method_title', 'PayPal'),
(14020, 2105, '_order_discount', '0'),
(14021, 2105, '_cart_discount', '0'),
(14022, 2105, '_order_tax', '0'),
(14023, 2105, '_order_shipping_tax', '0'),
(14024, 2105, '_order_total', '199.00'),
(14230, 2115, '_order_key', 'wc_order_54953706682ed'),
(14231, 2115, '_order_currency', 'GBP'),
(14232, 2115, '_prices_include_tax', 'no'),
(14233, 2115, '_customer_ip_address', '116.107.25.122'),
(14234, 2115, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(14235, 2115, '_customer_user', '0'),
(14236, 2115, '_order_shipping', '0'),
(14237, 2115, '_billing_country', 'VN'),
(14238, 2115, '_billing_first_name', 'test'),
(14239, 2115, '_billing_last_name', 'test'),
(14240, 2115, '_billing_company', 'test'),
(14241, 2115, '_billing_address_1', 'test'),
(14242, 2115, '_billing_address_2', ''),
(14243, 2115, '_billing_city', 'test'),
(14244, 2115, '_billing_state', ''),
(14245, 2115, '_billing_postcode', ''),
(14246, 2115, '_billing_email', 'nguyentamht@gmail.com'),
(14247, 2115, '_billing_phone', '0987654321'),
(14248, 2115, '_shipping_country', 'VN'),
(14249, 2115, '_shipping_first_name', 'test'),
(14250, 2115, '_shipping_last_name', 'test'),
(14251, 2115, '_shipping_company', 'test'),
(14252, 2115, '_shipping_address_1', 'test'),
(14253, 2115, '_shipping_address_2', ''),
(14254, 2115, '_shipping_city', 'test'),
(14255, 2115, '_shipping_state', ''),
(14256, 2115, '_shipping_postcode', ''),
(14257, 2115, '_payment_method', 'bacs'),
(14258, 2115, '_payment_method_title', 'Direct Bank Transfer'),
(14259, 2115, '_order_discount', '0'),
(14260, 2115, '_cart_discount', '0'),
(14261, 2115, '_order_tax', '0'),
(14262, 2115, '_order_shipping_tax', '0'),
(14263, 2115, '_order_total', '597.00'),
(14264, 2115, '_recorded_sales', 'yes'),
(14265, 2115, '_recorded_coupon_usage_counts', 'yes'),
(14266, 2116, '_order_key', 'wc_order_549792cfc9f67'),
(14267, 2116, '_order_currency', 'GBP'),
(14268, 2116, '_prices_include_tax', 'no'),
(14269, 2116, '_customer_ip_address', '116.107.39.136'),
(14270, 2116, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(14271, 2116, '_customer_user', '0'),
(14272, 2116, '_order_shipping', '0'),
(14273, 2116, '_billing_country', 'VN'),
(14274, 2116, '_billing_first_name', 'test'),
(14275, 2116, '_billing_last_name', 'test'),
(14276, 2116, '_billing_company', 'test'),
(14277, 2116, '_billing_address_1', 'test'),
(14278, 2116, '_billing_address_2', ''),
(14279, 2116, '_billing_city', 'test'),
(14280, 2116, '_billing_state', ''),
(14281, 2116, '_billing_postcode', ''),
(14282, 2116, '_billing_email', 'nguyentamht@gmail.com'),
(14283, 2116, '_billing_phone', '0987654321'),
(14284, 2116, '_shipping_country', 'VN'),
(14285, 2116, '_shipping_first_name', 'test'),
(14286, 2116, '_shipping_last_name', 'test'),
(14287, 2116, '_shipping_company', 'test'),
(14288, 2116, '_shipping_address_1', 'test'),
(14289, 2116, '_shipping_address_2', ''),
(14290, 2116, '_shipping_city', 'test'),
(14291, 2116, '_shipping_state', ''),
(14292, 2116, '_shipping_postcode', ''),
(14293, 2116, '_payment_method', 'bacs'),
(14294, 2116, '_payment_method_title', 'Direct Bank Transfer'),
(14295, 2116, '_order_discount', '0'),
(14296, 2116, '_cart_discount', '0'),
(14297, 2116, '_order_tax', '0'),
(14298, 2116, '_order_shipping_tax', '0'),
(14299, 2116, '_order_total', '298.00'),
(14300, 2116, '_recorded_sales', 'yes'),
(14301, 2116, '_recorded_coupon_usage_counts', 'yes'),
(14302, 2117, '_order_key', 'wc_order_549e0ddc5a6a6'),
(14303, 2117, '_order_currency', 'GBP'),
(14304, 2117, '_prices_include_tax', 'no'),
(14305, 2117, '_customer_ip_address', '124.40.246.85'),
(14306, 2117, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/33.1.0.0 Chrome/33.0.1750.152 Safari/537.36'),
(14307, 2117, '_customer_user', '56'),
(14308, 2117, '_order_shipping', '0'),
(14309, 2117, '_billing_country', 'IN'),
(14310, 2117, '_billing_first_name', 'Harish'),
(14311, 2117, '_billing_last_name', 'N Gowda'),
(14312, 2117, '_billing_company', ''),
(14313, 2117, '_billing_address_1', 'bangalore'),
(14314, 2117, '_billing_address_2', 'bangaloer'),
(14315, 2117, '_billing_city', 'bangalore'),
(14316, 2117, '_billing_state', 'KA'),
(14317, 2117, '_billing_postcode', '560068'),
(14318, 2117, '_billing_email', 'harishningegowda@live.in'),
(14319, 2117, '_billing_phone', '9480046932'),
(14320, 2117, '_shipping_country', 'IN'),
(14321, 2117, '_shipping_first_name', 'Harish'),
(14322, 2117, '_shipping_last_name', 'N Gowda'),
(14323, 2117, '_shipping_company', ''),
(14324, 2117, '_shipping_address_1', 'bangalore'),
(14325, 2117, '_shipping_address_2', 'bangalore'),
(14326, 2117, '_shipping_city', 'bangalore'),
(14327, 2117, '_shipping_state', 'KA'),
(14328, 2117, '_shipping_postcode', '560068'),
(14329, 2117, '_payment_method', 'bacs'),
(14330, 2117, '_payment_method_title', 'Direct Bank Transfer'),
(14331, 2117, '_order_discount', '0'),
(14332, 2117, '_cart_discount', '0'),
(14333, 2117, '_order_tax', '0'),
(14334, 2117, '_order_shipping_tax', '0'),
(14335, 2117, '_order_total', '2017.00'),
(14336, 2117, '_recorded_sales', 'yes'),
(14337, 2117, '_recorded_coupon_usage_counts', 'yes'),
(14338, 2118, '_order_key', 'wc_order_54ab4d7184efe'),
(14339, 2118, '_order_currency', 'GBP'),
(14340, 2118, '_prices_include_tax', 'no'),
(14341, 2118, '_customer_ip_address', '122.164.83.118'),
(14342, 2118, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(14343, 2118, '_customer_user', '0'),
(14344, 2118, '_order_shipping', '0'),
(14345, 2118, '_billing_country', 'IN'),
(14346, 2118, '_billing_first_name', 'ewrwerew wer'),
(14347, 2118, '_billing_last_name', 'werew re'),
(14348, 2118, '_billing_company', 'efggergre'),
(14349, 2118, '_billing_address_1', 'rgtrgtr rreg gre g'),
(14350, 2118, '_billing_address_2', ''),
(14351, 2118, '_billing_city', 'chennai'),
(14352, 2118, '_billing_state', 'TN'),
(14353, 2118, '_billing_postcode', '600102'),
(14354, 2118, '_billing_email', 'pratheep_chl@yahoo.com'),
(14355, 2118, '_billing_phone', '9884068064'),
(14356, 2118, '_shipping_country', 'IN'),
(14357, 2118, '_shipping_first_name', 'ewrwerew wer'),
(14358, 2118, '_shipping_last_name', 'werew re'),
(14359, 2118, '_shipping_company', 'efggergre'),
(14360, 2118, '_shipping_address_1', 'rgtrgtr rreg gre g'),
(14361, 2118, '_shipping_address_2', ''),
(14362, 2118, '_shipping_city', 'chennai'),
(14363, 2118, '_shipping_state', 'TN'),
(14364, 2118, '_shipping_postcode', '600102'),
(14365, 2118, '_payment_method', 'paypal'),
(14366, 2118, '_payment_method_title', 'PayPal'),
(14367, 2118, '_order_discount', '0'),
(14368, 2118, '_cart_discount', '0'),
(14369, 2118, '_order_tax', '0'),
(14370, 2118, '_order_shipping_tax', '0'),
(14371, 2118, '_order_total', '398.00'),
(14372, 2119, '_order_key', 'wc_order_54acacd8706c9'),
(14373, 2119, '_order_currency', 'GBP'),
(14374, 2119, '_prices_include_tax', 'no'),
(14375, 2119, '_customer_ip_address', '108.181.20.97'),
(14376, 2119, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(14377, 2119, '_customer_user', '72'),
(14378, 2119, '_order_shipping', '0'),
(14379, 2119, '_billing_country', 'CA'),
(14380, 2119, '_billing_first_name', 'no'),
(14381, 2119, '_billing_last_name', 'no'),
(14382, 2119, '_billing_company', ''),
(14383, 2119, '_billing_address_1', '11 no'),
(14384, 2119, '_billing_address_2', 'Canada'),
(14385, 2119, '_billing_city', 'edmonton'),
(14386, 2119, '_billing_state', 'AB'),
(14387, 2119, '_billing_postcode', 'T5M 0T3'),
(14388, 2119, '_billing_email', 'no@no.com'),
(14389, 2119, '_billing_phone', '888-888-888'),
(14390, 2119, '_shipping_country', 'CA'),
(14391, 2119, '_shipping_first_name', 'no'),
(14392, 2119, '_shipping_last_name', 'no'),
(14393, 2119, '_shipping_company', ''),
(14394, 2119, '_shipping_address_1', '11 no'),
(14395, 2119, '_shipping_address_2', 'Canada'),
(14396, 2119, '_shipping_city', 'edmonton'),
(14397, 2119, '_shipping_state', 'AB'),
(14398, 2119, '_shipping_postcode', 'T5M 0T3'),
(14399, 2119, '_payment_method', 'bacs'),
(14400, 2119, '_payment_method_title', 'Direct Bank Transfer'),
(14401, 2119, '_order_discount', '0'),
(14402, 2119, '_cart_discount', '0'),
(14403, 2119, '_order_tax', '0'),
(14404, 2119, '_order_shipping_tax', '0'),
(14405, 2119, '_order_total', '1999.00'),
(14406, 2119, '_recorded_sales', 'yes'),
(14407, 2119, '_recorded_coupon_usage_counts', 'yes'),
(14408, 2120, '_order_key', 'wc_order_54acafbc08825'),
(14409, 2120, '_order_currency', 'GBP'),
(14410, 2120, '_prices_include_tax', 'no'),
(14411, 2120, '_customer_ip_address', '108.181.20.97'),
(14412, 2120, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(14413, 2120, '_customer_user', '72'),
(14414, 2120, '_order_shipping', '0'),
(14415, 2120, '_billing_country', 'CA'),
(14416, 2120, '_billing_first_name', 'no'),
(14417, 2120, '_billing_last_name', 'no'),
(14418, 2120, '_billing_company', ''),
(14419, 2120, '_billing_address_1', '11 no'),
(14420, 2120, '_billing_address_2', 'Canada'),
(14421, 2120, '_billing_city', 'edmonton'),
(14422, 2120, '_billing_state', 'AB'),
(14423, 2120, '_billing_postcode', 'T5M 0T3'),
(14424, 2120, '_billing_email', 'no@no.com'),
(14425, 2120, '_billing_phone', '888-888-888'),
(14426, 2120, '_shipping_country', 'CA'),
(14427, 2120, '_shipping_first_name', 'no'),
(14428, 2120, '_shipping_last_name', 'no'),
(14429, 2120, '_shipping_company', ''),
(14430, 2120, '_shipping_address_1', '11 no'),
(14431, 2120, '_shipping_address_2', 'Canada'),
(14432, 2120, '_shipping_city', 'edmonton'),
(14433, 2120, '_shipping_state', 'AB'),
(14434, 2120, '_shipping_postcode', 'T5M 0T3'),
(14435, 2120, '_payment_method', 'bacs'),
(14436, 2120, '_payment_method_title', 'Direct Bank Transfer'),
(14437, 2120, '_order_discount', '0'),
(14438, 2120, '_cart_discount', '0'),
(14439, 2120, '_order_tax', '0'),
(14440, 2120, '_order_shipping_tax', '0'),
(14441, 2120, '_order_total', '99.00'),
(14442, 2120, '_recorded_sales', 'yes'),
(14443, 2120, '_recorded_coupon_usage_counts', 'yes'),
(14444, 2121, '_order_key', 'wc_order_54ad5e8531d56'),
(14445, 2121, '_order_currency', 'GBP'),
(14446, 2121, '_prices_include_tax', 'no'),
(14447, 2121, '_customer_ip_address', '200.99.43.253'),
(14448, 2121, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(14449, 2121, '_customer_user', '0'),
(14450, 2121, '_order_shipping', '0'),
(14451, 2121, '_billing_country', 'BR'),
(14452, 2121, '_billing_first_name', 'Raphael'),
(14453, 2121, '_billing_last_name', 'França'),
(14454, 2121, '_billing_company', 'Owen IT Services'),
(14455, 2121, '_billing_address_1', 'QNL 07, Bloco D'),
(14456, 2121, '_billing_address_2', 'Brasil'),
(14457, 2121, '_billing_city', 'Brasília'),
(14458, 2121, '_billing_state', 'DF'),
(14459, 2121, '_billing_postcode', '72275112'),
(14460, 2121, '_billing_email', 'raphaelfrancabsb@gmail.com'),
(14461, 2121, '_billing_phone', '+556141410578'),
(14462, 2121, '_shipping_country', 'BR'),
(14463, 2121, '_shipping_first_name', 'Raphael'),
(14464, 2121, '_shipping_last_name', 'França'),
(14465, 2121, '_shipping_company', 'Owen IT Services'),
(14466, 2121, '_shipping_address_1', 'QNL 07, Bloco D'),
(14467, 2121, '_shipping_address_2', 'Brasil'),
(14468, 2121, '_shipping_city', 'Brasília'),
(14469, 2121, '_shipping_state', 'DF'),
(14470, 2121, '_shipping_postcode', '72275112'),
(14471, 2121, '_payment_method', 'bacs'),
(14472, 2121, '_payment_method_title', 'Direct Bank Transfer'),
(14473, 2121, '_order_discount', '0'),
(14474, 2121, '_cart_discount', '0'),
(14475, 2121, '_order_tax', '0'),
(14476, 2121, '_order_shipping_tax', '0'),
(14477, 2121, '_order_total', '1999.00'),
(14478, 2121, '_recorded_sales', 'yes'),
(14479, 2121, '_recorded_coupon_usage_counts', 'yes'),
(14480, 2122, '_order_key', 'wc_order_54ad6a0e4e162'),
(14481, 2122, '_order_currency', 'GBP'),
(14482, 2122, '_prices_include_tax', 'no'),
(14483, 2122, '_customer_ip_address', '200.99.43.253'),
(14484, 2122, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(14485, 2122, '_customer_user', '73'),
(14486, 2122, '_order_shipping', '0'),
(14487, 2122, '_billing_country', 'BR'),
(14488, 2122, '_billing_first_name', 'Raphael'),
(14489, 2122, '_billing_last_name', 'França'),
(14490, 2122, '_billing_company', 'Owen IT Services'),
(14491, 2122, '_billing_address_1', 'QNL 07, Bloco D'),
(14492, 2122, '_billing_address_2', 'Brasil'),
(14493, 2122, '_billing_city', 'Ceilândia'),
(14494, 2122, '_billing_state', 'DF'),
(14495, 2122, '_billing_postcode', '72275112'),
(14496, 2122, '_billing_email', 'raphaelfrancabsb@gmail.com'),
(14497, 2122, '_billing_phone', '+556141410578'),
(14498, 2122, '_shipping_country', 'BR'),
(14499, 2122, '_shipping_first_name', 'Raphael'),
(14500, 2122, '_shipping_last_name', 'França'),
(14501, 2122, '_shipping_company', 'Owen IT Services'),
(14502, 2122, '_shipping_address_1', 'QNL 07, Bloco D'),
(14503, 2122, '_shipping_address_2', 'Brasil'),
(14504, 2122, '_shipping_city', 'Ceilândia'),
(14505, 2122, '_shipping_state', 'DF'),
(14506, 2122, '_shipping_postcode', '72275112'),
(14507, 2122, '_payment_method', 'bacs'),
(14508, 2122, '_payment_method_title', 'Direct Bank Transfer'),
(14509, 2122, '_order_discount', '0'),
(14510, 2122, '_cart_discount', '0'),
(14511, 2122, '_order_tax', '0'),
(14512, 2122, '_order_shipping_tax', '0'),
(14513, 2122, '_order_total', '1999.00'),
(14514, 2122, '_recorded_sales', 'yes'),
(14515, 2122, '_recorded_coupon_usage_counts', 'yes'),
(15339, 2128, '_order_key', 'wc_order_54b68de9ecc30'),
(15340, 2128, '_order_currency', 'GBP'),
(15341, 2128, '_prices_include_tax', 'no'),
(15342, 2128, '_customer_ip_address', '41.75.206.238'),
(15343, 2128, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0'),
(15344, 2128, '_customer_user', '0'),
(15345, 2128, '_order_shipping', '0'),
(15346, 2128, '_billing_country', 'NG'),
(15347, 2128, '_billing_first_name', 'Tokunbo'),
(15348, 2128, '_billing_last_name', 'Edward'),
(15349, 2128, '_billing_company', ''),
(15350, 2128, '_billing_address_1', 'Wuse 2'),
(15351, 2128, '_billing_address_2', ''),
(15352, 2128, '_billing_city', 'Wuse 2'),
(15353, 2128, '_billing_state', 'Abuja'),
(15354, 2128, '_billing_postcode', '90028'),
(15355, 2128, '_billing_email', 'tokunboedward@yahoo.com'),
(15356, 2128, '_billing_phone', '08033975052'),
(15357, 2128, '_shipping_country', 'NG'),
(15358, 2128, '_shipping_first_name', 'Tokunbo'),
(15359, 2128, '_shipping_last_name', 'Edward'),
(15360, 2128, '_shipping_company', ''),
(15361, 2128, '_shipping_address_1', 'Wuse 2'),
(15362, 2128, '_shipping_address_2', ''),
(15363, 2128, '_shipping_city', 'Wuse 2'),
(15364, 2128, '_shipping_state', 'Abuja'),
(15365, 2128, '_shipping_postcode', '90028'),
(15366, 2128, '_payment_method', 'cheque'),
(15367, 2128, '_payment_method_title', 'Cheque Payment'),
(15368, 2128, '_order_discount', '0'),
(15369, 2128, '_cart_discount', '0'),
(15370, 2128, '_order_tax', '0'),
(15371, 2128, '_order_shipping_tax', '0'),
(15372, 2128, '_order_total', '1999.00'),
(15373, 2128, '_recorded_sales', 'yes'),
(15374, 2128, '_recorded_coupon_usage_counts', 'yes'),
(15375, 2129, '_order_key', 'wc_order_54b7b0f6379b4'),
(15376, 2129, '_order_currency', 'GBP'),
(15377, 2129, '_prices_include_tax', 'no'),
(15378, 2129, '_customer_ip_address', '80.99.176.76'),
(15379, 2129, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36'),
(15380, 2129, '_customer_user', '0'),
(15381, 2129, '_order_shipping', '0'),
(15382, 2129, '_billing_country', 'HU'),
(15383, 2129, '_billing_first_name', 'Alex'),
(15384, 2129, '_billing_last_name', 'Fazekas'),
(15385, 2129, '_billing_company', 'Dasha Kft.'),
(15386, 2129, '_billing_address_1', 'Molnár utca 1'),
(15387, 2129, '_billing_address_2', 'Init e'),
(15388, 2129, '_billing_city', 'Budapest'),
(15389, 2129, '_billing_state', 'BU'),
(15390, 2129, '_billing_postcode', '1142'),
(15391, 2129, '_billing_email', 'molnar.alex@printandevent.hu'),
(15392, 2129, '_billing_phone', '06304564562'),
(15393, 2129, '_shipping_country', 'HU'),
(15394, 2129, '_shipping_first_name', 'Alex'),
(15395, 2129, '_shipping_last_name', 'fazekas'),
(15396, 2129, '_shipping_company', 'Dasha Kft'),
(15397, 2129, '_shipping_address_1', 'Mogyoródi u.3'),
(15398, 2129, '_shipping_address_2', ''),
(15399, 2129, '_shipping_city', 'budapest'),
(15400, 2129, '_shipping_state', 'BU'),
(15401, 2129, '_shipping_postcode', '1142'),
(15402, 2129, '_payment_method', 'cheque'),
(15403, 2129, '_payment_method_title', 'Cheque Payment'),
(15404, 2129, '_order_discount', '0'),
(15405, 2129, '_cart_discount', '0'),
(15406, 2129, '_order_tax', '0'),
(15407, 2129, '_order_shipping_tax', '0'),
(15408, 2129, '_order_total', '1999.00'),
(15409, 2129, '_recorded_sales', 'yes'),
(15410, 2129, '_recorded_coupon_usage_counts', 'yes'),
(15415, 2136, '_order_key', 'wc_order_54c064551a676'),
(15416, 2136, '_order_currency', 'GBP'),
(15417, 2136, '_prices_include_tax', 'no'),
(15418, 2136, '_customer_ip_address', '203.117.79.70'),
(15419, 2136, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36'),
(15420, 2136, '_customer_user', '90'),
(15421, 2136, '_order_shipping', '0'),
(15422, 2136, '_billing_country', 'SG'),
(15423, 2136, '_billing_first_name', 'Test'),
(15424, 2136, '_billing_last_name', 'Test'),
(15425, 2136, '_billing_company', ''),
(15426, 2136, '_billing_address_1', 'Singapore'),
(15427, 2136, '_billing_address_2', 'Singapore'),
(15428, 2136, '_billing_city', 'Singapore'),
(15429, 2136, '_billing_state', ''),
(15430, 2136, '_billing_postcode', '123456'),
(15431, 2136, '_billing_email', 'spamme@deanloh.com'),
(15432, 2136, '_billing_phone', '85334849'),
(15433, 2136, '_shipping_country', 'SG'),
(15434, 2136, '_shipping_first_name', 'Test'),
(15435, 2136, '_shipping_last_name', 'Test'),
(15436, 2136, '_shipping_company', ''),
(15437, 2136, '_shipping_address_1', 'Singapore'),
(15438, 2136, '_shipping_address_2', ''),
(15439, 2136, '_shipping_city', 'Singapore'),
(15440, 2136, '_shipping_state', ''),
(15441, 2136, '_shipping_postcode', '123456'),
(15442, 2136, '_payment_method', 'bacs'),
(15443, 2136, '_payment_method_title', 'Direct Bank Transfer'),
(15444, 2136, '_order_discount', '0'),
(15445, 2136, '_cart_discount', '0'),
(15446, 2136, '_order_tax', '0'),
(15447, 2136, '_order_shipping_tax', '0'),
(15448, 2136, '_order_total', '1999.00'),
(15449, 2136, '_recorded_sales', 'yes'),
(15450, 2136, '_recorded_coupon_usage_counts', 'yes'),
(15451, 2138, '_order_key', 'wc_order_54c4db3dd5cc5'),
(15452, 2138, '_order_currency', 'GBP'),
(15453, 2138, '_prices_include_tax', 'no'),
(15454, 2138, '_customer_ip_address', '2.245.209.164'),
(15455, 2138, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/7.1.2 Safari/537.85.11'),
(15456, 2138, '_customer_user', '0'),
(15457, 2138, '_order_shipping', '0'),
(15458, 2138, '_billing_country', 'DE'),
(15459, 2138, '_billing_first_name', 'Dude'),
(15460, 2138, '_billing_last_name', 'Awesome'),
(15461, 2138, '_billing_company', 'testing company no2'),
(15462, 2138, '_billing_address_1', 'Robert-Koch-Straße 3'),
(15463, 2138, '_billing_address_2', ''),
(15464, 2138, '_billing_postcode', '99099'),
(15465, 2138, '_billing_city', 'Erfurt'),
(15466, 2138, '_billing_state', ''),
(15467, 2138, '_billing_email', 'takedown@companyno2.de'),
(15468, 2138, '_billing_phone', '+491776537860'),
(15469, 2138, '_shipping_country', 'DE'),
(15470, 2138, '_shipping_first_name', 'Dude'),
(15471, 2138, '_shipping_last_name', 'Awesome'),
(15472, 2138, '_shipping_company', 'testing company no2'),
(15473, 2138, '_shipping_address_1', 'Robert-Koch-Straße 3'),
(15474, 2138, '_shipping_address_2', ''),
(15475, 2138, '_shipping_city', 'Erfurt'),
(15476, 2138, '_shipping_state', ''),
(15477, 2138, '_shipping_postcode', '99099'),
(15478, 2138, '_payment_method', 'bacs'),
(15479, 2138, '_payment_method_title', 'Direct Bank Transfer'),
(15480, 2138, '_order_discount', '0'),
(15481, 2138, '_cart_discount', '0'),
(15482, 2138, '_order_tax', '0'),
(15483, 2138, '_order_shipping_tax', '0'),
(15484, 2138, '_order_total', '99.00'),
(15485, 2138, '_recorded_sales', 'yes'),
(15486, 2138, '_recorded_coupon_usage_counts', 'yes'),
(15487, 2140, '_order_key', 'wc_order_54c5e6e5b8246'),
(15488, 2140, '_order_currency', 'GBP'),
(15489, 2140, '_prices_include_tax', 'no'),
(15490, 2140, '_customer_ip_address', '152.118.141.119'),
(15491, 2140, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.91 Safari/537.36'),
(15492, 2140, '_customer_user', '0'),
(15493, 2140, '_order_shipping', '0'),
(15494, 2140, '_billing_country', 'ID'),
(15495, 2140, '_billing_first_name', 'asada'),
(15496, 2140, '_billing_last_name', 'adaddad'),
(15497, 2140, '_billing_company', ''),
(15498, 2140, '_billing_address_1', 'adsaasdfff'),
(15499, 2140, '_billing_address_2', ''),
(15500, 2140, '_billing_city', 'jakarta'),
(15501, 2140, '_billing_state', 'JK'),
(15502, 2140, '_billing_postcode', '12330'),
(15503, 2140, '_billing_email', 'asada@asad.co'),
(15504, 2140, '_billing_phone', '021545844'),
(15505, 2140, '_shipping_country', 'ID'),
(15506, 2140, '_shipping_first_name', 'asaasd'),
(15507, 2140, '_shipping_last_name', 'adaad'),
(15508, 2140, '_shipping_company', 'aaa'),
(15509, 2140, '_shipping_address_1', 'aasdd'),
(15510, 2140, '_shipping_address_2', ''),
(15511, 2140, '_shipping_city', 'jakarta'),
(15512, 2140, '_shipping_state', 'JK'),
(15513, 2140, '_shipping_postcode', '12330'),
(15514, 2140, '_payment_method', 'bacs'),
(15515, 2140, '_payment_method_title', 'Direct Bank Transfer'),
(15516, 2140, '_order_discount', '0'),
(15517, 2140, '_cart_discount', '0'),
(15518, 2140, '_order_tax', '0'),
(15519, 2140, '_order_shipping_tax', '0'),
(15520, 2140, '_order_total', '249.00'),
(15521, 2140, '_recorded_sales', 'yes'),
(15522, 2140, '_recorded_coupon_usage_counts', 'yes'),
(15523, 2141, '_order_key', 'wc_order_54c9277f400e3'),
(15524, 2141, '_order_currency', 'GBP'),
(15525, 2141, '_prices_include_tax', 'no'),
(15526, 2141, '_customer_ip_address', '75.185.237.174'),
(15527, 2141, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:35.0) Gecko/20100101 Firefox/35.0'),
(15528, 2141, '_customer_user', '0'),
(15529, 2141, '_order_shipping', '0'),
(15530, 2141, '_billing_country', 'US'),
(15531, 2141, '_billing_first_name', 'tet'),
(15532, 2141, '_billing_last_name', 'ing'),
(15533, 2141, '_billing_company', 'mine'),
(15534, 2141, '_billing_address_1', '123 street name'),
(15535, 2141, '_billing_address_2', 'apt 1'),
(15536, 2141, '_billing_city', 'mytown'),
(15537, 2141, '_billing_state', 'CA'),
(15538, 2141, '_billing_postcode', '12456'),
(15539, 2141, '_billing_email', 'myemail@yahoo.com'),
(15540, 2141, '_billing_phone', '1234567890'),
(15541, 2141, '_shipping_country', 'US'),
(15542, 2141, '_shipping_first_name', 'tet'),
(15543, 2141, '_shipping_last_name', 'ing'),
(15544, 2141, '_shipping_company', 'mine'),
(15545, 2141, '_shipping_address_1', '123 street name'),
(15546, 2141, '_shipping_address_2', 'apt 1'),
(15547, 2141, '_shipping_city', 'mytown'),
(15548, 2141, '_shipping_state', 'CA'),
(15549, 2141, '_shipping_postcode', '12456'),
(15550, 2141, '_payment_method', 'paypal'),
(15551, 2141, '_payment_method_title', 'PayPal'),
(15552, 2141, '_order_discount', '0'),
(15553, 2141, '_cart_discount', '0'),
(15554, 2141, '_order_tax', '0'),
(15555, 2141, '_order_shipping_tax', '0'),
(15556, 2141, '_order_total', '398.00'),
(15557, 2142, '_order_key', 'wc_order_54ca252871246'),
(15558, 2142, '_order_currency', 'GBP'),
(15559, 2142, '_prices_include_tax', 'no'),
(15560, 2142, '_customer_ip_address', '78.142.149.21'),
(15561, 2142, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0'),
(15562, 2142, '_customer_user', '95'),
(15563, 2142, '_order_shipping', '0'),
(15564, 2142, '_billing_country', 'AT'),
(15565, 2142, '_billing_first_name', 'Michael'),
(15566, 2142, '_billing_last_name', 'Menitz'),
(15567, 2142, '_billing_company', ''),
(15568, 2142, '_billing_address_1', 'Hauptstraße'),
(15569, 2142, '_billing_address_2', ''),
(15570, 2142, '_billing_postcode', '2443'),
(15571, 2142, '_billing_city', 'Leitha'),
(15572, 2142, '_billing_state', ''),
(15573, 2142, '_billing_email', 'michael.menitz@live.at'),
(15574, 2142, '_billing_phone', '069911252203'),
(15575, 2142, '_shipping_country', 'AT'),
(15576, 2142, '_shipping_first_name', 'Michael'),
(15577, 2142, '_shipping_last_name', 'Menitz'),
(15578, 2142, '_shipping_company', ''),
(15579, 2142, '_shipping_address_1', 'Hauptstraße'),
(15580, 2142, '_shipping_address_2', ''),
(15581, 2142, '_shipping_city', 'Leitha'),
(15582, 2142, '_shipping_state', ''),
(15583, 2142, '_shipping_postcode', '2443'),
(15584, 2142, '_payment_method', 'cheque'),
(15585, 2142, '_payment_method_title', 'Cheque Payment'),
(15586, 2142, '_order_discount', '0'),
(15587, 2142, '_cart_discount', '0'),
(15588, 2142, '_order_tax', '0'),
(15589, 2142, '_order_shipping_tax', '0'),
(15590, 2142, '_order_total', '99.00'),
(15591, 2142, '_recorded_sales', 'yes'),
(15592, 2142, '_recorded_coupon_usage_counts', 'yes'),
(15593, 2143, '_order_key', 'wc_order_54ca44b4a6b6f'),
(15594, 2143, '_order_currency', 'GBP'),
(15595, 2143, '_prices_include_tax', 'no'),
(15596, 2143, '_customer_ip_address', '188.58.69.165'),
(15597, 2143, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36'),
(15598, 2143, '_customer_user', '0'),
(15599, 2143, '_order_shipping', '0'),
(15600, 2143, '_billing_country', 'TR'),
(15601, 2143, '_billing_first_name', 'kjhjkhkjh'),
(15602, 2143, '_billing_last_name', 'ghgtyutuyt'),
(15603, 2143, '_billing_company', 'tyryutyut'),
(15604, 2143, '_billing_address_1', 'tyuıoupıjıojuıoj'),
(15605, 2143, '_billing_address_2', 'hfghfgh'),
(15606, 2143, '_billing_postcode', 'FGHFGHFGH'),
(15607, 2143, '_billing_city', 'fghfgh'),
(15608, 2143, '_billing_state', 'TR07'),
(15609, 2143, '_billing_email', 'kjhkjh@yug.com'),
(15610, 2143, '_billing_phone', '564654654654654'),
(15611, 2143, '_shipping_country', 'TR'),
(15612, 2143, '_shipping_first_name', 'kjhjkhkjh'),
(15613, 2143, '_shipping_last_name', 'ghgtyutuyt'),
(15614, 2143, '_shipping_company', 'tyryutyut'),
(15615, 2143, '_shipping_address_1', 'tyuıoupıjıojuıoj'),
(15616, 2143, '_shipping_address_2', 'hfghfgh'),
(15617, 2143, '_shipping_city', 'fghfgh'),
(15618, 2143, '_shipping_state', 'TR07'),
(15619, 2143, '_shipping_postcode', 'FGHFGHFGH'),
(15620, 2143, '_payment_method', 'bacs'),
(15621, 2143, '_payment_method_title', 'Direct Bank Transfer'),
(15622, 2143, '_order_discount', '0'),
(15623, 2143, '_cart_discount', '0'),
(15624, 2143, '_order_tax', '0'),
(15625, 2143, '_order_shipping_tax', '0'),
(15626, 2143, '_order_total', '99.00'),
(15627, 2143, '_recorded_sales', 'yes'),
(15628, 2143, '_recorded_coupon_usage_counts', 'yes'),
(15629, 2144, '_order_key', 'wc_order_54ce97e4a841d'),
(15630, 2144, '_order_currency', 'GBP'),
(15631, 2144, '_prices_include_tax', 'no'),
(15632, 2144, '_customer_ip_address', '89.66.190.23'),
(15633, 2144, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36'),
(15634, 2144, '_customer_user', '0'),
(15635, 2144, '_order_shipping', '0'),
(15636, 2144, '_billing_country', 'DK'),
(15637, 2144, '_billing_first_name', 'Jan'),
(15638, 2144, '_billing_last_name', 'Pedersen'),
(15639, 2144, '_billing_company', 'dd'),
(15640, 2144, '_billing_address_1', 'sfasfadsfdsafsda'),
(15641, 2144, '_billing_address_2', 'dffd'),
(15642, 2144, '_billing_postcode', '4807'),
(15643, 2144, '_billing_city', 'dsfafsfdsaa'),
(15644, 2144, '_billing_state', ''),
(15645, 2144, '_billing_email', 'info@dtrejser.dk'),
(15646, 2144, '_billing_phone', '333333333'),
(15647, 2144, '_shipping_country', 'DK'),
(15648, 2144, '_shipping_first_name', 'Jan'),
(15649, 2144, '_shipping_last_name', 'Pedersen'),
(15650, 2144, '_shipping_company', 'dd'),
(15651, 2144, '_shipping_address_1', 'sfasfadsfdsafsda'),
(15652, 2144, '_shipping_address_2', 'dffd'),
(15653, 2144, '_shipping_city', 'dsfafsfdsaa'),
(15654, 2144, '_shipping_state', ''),
(15655, 2144, '_shipping_postcode', '4807'),
(15656, 2144, '_payment_method', 'bacs'),
(15657, 2144, '_payment_method_title', 'Direct Bank Transfer'),
(15658, 2144, '_order_discount', '0'),
(15659, 2144, '_cart_discount', '0'),
(15660, 2144, '_order_tax', '0'),
(15661, 2144, '_order_shipping_tax', '0'),
(15662, 2144, '_order_total', '149.00'),
(15663, 2144, '_recorded_sales', 'yes'),
(15664, 2144, '_recorded_coupon_usage_counts', 'yes'),
(15665, 2146, '_order_key', 'wc_order_54cfb5d1cd3c2'),
(15666, 2146, '_order_currency', 'GBP'),
(15667, 2146, '_prices_include_tax', 'no'),
(15668, 2146, '_customer_ip_address', '41.222.235.117'),
(15669, 2146, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36'),
(15670, 2146, '_customer_user', '99'),
(15671, 2146, '_order_shipping', '0'),
(15672, 2146, '_billing_country', 'GH'),
(15673, 2146, '_billing_first_name', 'Ikenna'),
(15674, 2146, '_billing_last_name', 'Ifenna'),
(15675, 2146, '_billing_company', ''),
(15676, 2146, '_billing_address_1', '23 Agbogba'),
(15677, 2146, '_billing_address_2', ''),
(15678, 2146, '_billing_city', 'Haatso'),
(15679, 2146, '_billing_state', 'Ghana'),
(15680, 2146, '_billing_postcode', '0233'),
(15681, 2146, '_billing_email', 'gabbyebook4study@gmail.com'),
(15682, 2146, '_billing_phone', '0249981153'),
(15683, 2146, '_shipping_country', 'GH'),
(15684, 2146, '_shipping_first_name', 'Ikenna'),
(15685, 2146, '_shipping_last_name', 'Ifenna'),
(15686, 2146, '_shipping_company', ''),
(15687, 2146, '_shipping_address_1', '23 Agbogba Street'),
(15688, 2146, '_shipping_address_2', ''),
(15689, 2146, '_shipping_city', 'Accra'),
(15690, 2146, '_shipping_state', 'Ghana'),
(15691, 2146, '_shipping_postcode', '0233'),
(15692, 2146, '_payment_method', 'bacs'),
(15693, 2146, '_payment_method_title', 'Direct Bank Transfer'),
(15694, 2146, '_order_discount', '0'),
(15695, 2146, '_cart_discount', '0'),
(15696, 2146, '_order_tax', '0'),
(15697, 2146, '_order_shipping_tax', '0'),
(15698, 2146, '_order_total', '1999.00'),
(15699, 2146, '_recorded_sales', 'yes'),
(15700, 2146, '_recorded_coupon_usage_counts', 'yes'),
(15701, 2147, '_order_key', 'wc_order_54d70ad6ddcc9'),
(15702, 2147, '_order_currency', 'GBP'),
(15703, 2147, '_prices_include_tax', 'no'),
(15704, 2147, '_customer_ip_address', '1.39.14.68'),
(15705, 2147, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(15706, 2147, '_customer_user', '102'),
(15707, 2147, '_order_shipping', '0'),
(15708, 2147, '_billing_country', 'IN'),
(15709, 2147, '_billing_first_name', 'aMEY'),
(15710, 2147, '_billing_last_name', 'Desai'),
(15711, 2147, '_billing_company', ''),
(15712, 2147, '_billing_address_1', 'goa'),
(15713, 2147, '_billing_address_2', ''),
(15714, 2147, '_billing_city', 'Goa'),
(15715, 2147, '_billing_state', 'GA'),
(15716, 2147, '_billing_postcode', '403001'),
(15717, 2147, '_billing_email', 'amey.dessai@gmail.com'),
(15718, 2147, '_billing_phone', '9823000123'),
(15719, 2147, '_shipping_country', 'IN'),
(15720, 2147, '_shipping_first_name', 'aMEY'),
(15721, 2147, '_shipping_last_name', 'Desai'),
(15722, 2147, '_shipping_company', ''),
(15723, 2147, '_shipping_address_1', 'goa'),
(15724, 2147, '_shipping_address_2', ''),
(15725, 2147, '_shipping_city', 'Goa'),
(15726, 2147, '_shipping_state', 'GA'),
(15727, 2147, '_shipping_postcode', '403001'),
(15728, 2147, '_payment_method', 'bacs'),
(15729, 2147, '_payment_method_title', 'Direct Bank Transfer'),
(15730, 2147, '_order_discount', '0'),
(15731, 2147, '_cart_discount', '0'),
(15732, 2147, '_order_tax', '0'),
(15733, 2147, '_order_shipping_tax', '0'),
(15734, 2147, '_order_total', '149.00'),
(15735, 2147, '_recorded_sales', 'yes'),
(15736, 2147, '_recorded_coupon_usage_counts', 'yes'),
(15737, 2148, '_order_key', 'wc_order_54da5287adf9b'),
(15738, 2148, '_order_currency', 'GBP'),
(15739, 2148, '_prices_include_tax', 'no'),
(15740, 2148, '_customer_ip_address', '85.58.50.247'),
(15741, 2148, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:35.0) Gecko/20100101 Firefox/35.0'),
(15742, 2148, '_customer_user', '104'),
(15743, 2148, '_order_shipping', '0'),
(15744, 2148, '_billing_country', 'ES'),
(15745, 2148, '_billing_first_name', 'koko'),
(15746, 2148, '_billing_last_name', 'koko'),
(15747, 2148, '_billing_company', ''),
(15748, 2148, '_billing_address_1', 'koko'),
(15749, 2148, '_billing_address_2', ''),
(15750, 2148, '_billing_postcode', '28029'),
(15751, 2148, '_billing_city', 'Madrid'),
(15752, 2148, '_billing_state', 'M'),
(15753, 2148, '_billing_email', 'marc@circularsquare.eu'),
(15754, 2148, '_billing_phone', '8797978789'),
(15755, 2148, '_shipping_country', 'ES'),
(15756, 2148, '_shipping_first_name', 'hhiuhi'),
(15757, 2148, '_shipping_last_name', 'huihiiuh'),
(15758, 2148, '_shipping_company', ''),
(15759, 2148, '_shipping_address_1', 'huihihu'),
(15760, 2148, '_shipping_address_2', ''),
(15761, 2148, '_shipping_postcode', '28029'),
(15762, 2148, '_shipping_city', 'Madrid'),
(15763, 2148, '_shipping_state', 'M'),
(15764, 2148, '_payment_method', 'bacs'),
(15765, 2148, '_payment_method_title', 'Direct Bank Transfer'),
(15766, 2148, '_order_discount', '0'),
(15767, 2148, '_cart_discount', '0'),
(15768, 2148, '_order_tax', '0'),
(15769, 2148, '_order_shipping_tax', '0'),
(15770, 2148, '_order_total', '1999.00'),
(15771, 2148, '_recorded_sales', 'yes'),
(15772, 2148, '_recorded_coupon_usage_counts', 'yes'),
(15773, 2149, '_order_key', 'wc_order_54da52e1ea2cf'),
(15774, 2149, '_order_currency', 'GBP'),
(15775, 2149, '_prices_include_tax', 'no'),
(15776, 2149, '_customer_ip_address', '85.58.50.247'),
(15777, 2149, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:35.0) Gecko/20100101 Firefox/35.0'),
(15778, 2149, '_customer_user', '104'),
(15779, 2149, '_order_shipping', '0'),
(15780, 2149, '_billing_country', 'ES'),
(15781, 2149, '_billing_first_name', 'koko'),
(15782, 2149, '_billing_last_name', 'koko'),
(15783, 2149, '_billing_company', ''),
(15784, 2149, '_billing_address_1', 'koko'),
(15785, 2149, '_billing_address_2', ''),
(15786, 2149, '_billing_postcode', '28029'),
(15787, 2149, '_billing_city', 'Madrid'),
(15788, 2149, '_billing_state', 'M'),
(15789, 2149, '_billing_email', 'marc@circularsquare.eu'),
(15790, 2149, '_billing_phone', '8797978789'),
(15791, 2149, '_shipping_country', 'ES'),
(15792, 2149, '_shipping_first_name', 'koko'),
(15793, 2149, '_shipping_last_name', 'koko'),
(15794, 2149, '_shipping_company', ''),
(15795, 2149, '_shipping_address_1', 'koko'),
(15796, 2149, '_shipping_address_2', ''),
(15797, 2149, '_shipping_postcode', '28029'),
(15798, 2149, '_shipping_city', 'Madrid'),
(15799, 2149, '_shipping_state', 'M'),
(15800, 2149, '_payment_method', 'paypal'),
(15801, 2149, '_payment_method_title', 'PayPal'),
(15802, 2149, '_order_discount', '0'),
(15803, 2149, '_cart_discount', '0'),
(15804, 2149, '_order_tax', '0'),
(15805, 2149, '_order_shipping_tax', '0'),
(15806, 2149, '_order_total', '1999.00'),
(15807, 2150, '_order_key', 'wc_order_54dc32a8443ff'),
(15808, 2150, '_order_currency', 'GBP'),
(15809, 2150, '_prices_include_tax', 'no'),
(15810, 2150, '_customer_ip_address', '62.61.179.44'),
(15811, 2150, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36'),
(15812, 2150, '_customer_user', '108'),
(15813, 2150, '_order_shipping', '0'),
(15814, 2150, '_billing_country', 'OM'),
(15815, 2150, '_billing_first_name', 'Arta'),
(15816, 2150, '_billing_last_name', 'Seyzed'),
(15817, 2150, '_billing_company', 'Artaweb'),
(15818, 2150, '_billing_address_1', 'Asdasdasd'),
(15819, 2150, '_billing_address_2', ''),
(15820, 2150, '_billing_city', 'asdasd'),
(15821, 2150, '_billing_state', 'MCT'),
(15822, 2150, '_billing_postcode', '324234'),
(15823, 2150, '_billing_email', 'stuff@arta.im'),
(15824, 2150, '_billing_phone', '+96435345345345'),
(15825, 2150, '_shipping_country', 'OM'),
(15826, 2150, '_shipping_first_name', 'Arta'),
(15827, 2150, '_shipping_last_name', 'Seyzed'),
(15828, 2150, '_shipping_company', 'Artaweb'),
(15829, 2150, '_shipping_address_1', 'Asdasdasd'),
(15830, 2150, '_shipping_address_2', ''),
(15831, 2150, '_shipping_city', 'asdasd'),
(15832, 2150, '_shipping_state', 'MCT'),
(15833, 2150, '_shipping_postcode', '324234'),
(15834, 2150, '_payment_method', 'bacs'),
(15835, 2150, '_payment_method_title', 'Direct Bank Transfer'),
(15836, 2150, '_order_discount', '0'),
(15837, 2150, '_cart_discount', '0'),
(15838, 2150, '_order_tax', '0'),
(15839, 2150, '_order_shipping_tax', '0'),
(15840, 2150, '_order_total', '1999.00'),
(15841, 2150, '_recorded_sales', 'yes'),
(15842, 2150, '_recorded_coupon_usage_counts', 'yes'),
(15843, 2151, '_order_key', 'wc_order_54dc6971a3c11'),
(15844, 2151, '_order_currency', 'GBP'),
(15845, 2151, '_prices_include_tax', 'no'),
(15846, 2151, '_customer_ip_address', '59.93.166.220'),
(15847, 2151, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0'),
(15848, 2151, '_customer_user', '0'),
(15849, 2151, '_order_shipping', '0'),
(15850, 2151, '_billing_country', 'IN'),
(15851, 2151, '_billing_first_name', 'ccxvxcq'),
(15852, 2151, '_billing_last_name', 'xcvxc'),
(15853, 2151, '_billing_company', 'xcvc'),
(15854, 2151, '_billing_address_1', 'xcvcx'),
(15855, 2151, '_billing_address_2', 'cxvcx'),
(15856, 2151, '_billing_city', 'Cuddalore'),
(15857, 2151, '_billing_state', 'TN'),
(15858, 2151, '_billing_postcode', '607001'),
(15859, 2151, '_billing_email', 'dfvd@dsffds.vom'),
(15860, 2151, '_billing_phone', '9087717678'),
(15861, 2151, '_shipping_country', 'IN'),
(15862, 2151, '_shipping_first_name', 'asfsdv'),
(15863, 2151, '_shipping_last_name', 'xcv'),
(15864, 2151, '_shipping_company', 'xcvvc'),
(15865, 2151, '_shipping_address_1', 'xcv'),
(15866, 2151, '_shipping_address_2', 'zxvx'),
(15867, 2151, '_shipping_city', 'Cuddalore'),
(15868, 2151, '_shipping_state', 'TN'),
(15869, 2151, '_shipping_postcode', '607001'),
(15870, 2151, '_payment_method', 'paypal'),
(15871, 2151, '_payment_method_title', 'PayPal'),
(15872, 2151, '_order_discount', '0'),
(15873, 2151, '_cart_discount', '0'),
(15874, 2151, '_order_tax', '0'),
(15875, 2151, '_order_shipping_tax', '0'),
(15876, 2151, '_order_total', '298.00'),
(15877, 2152, '_order_key', 'wc_order_54e3090e3ec97'),
(15878, 2152, '_order_currency', 'GBP'),
(15879, 2152, '_prices_include_tax', 'no'),
(15880, 2152, '_customer_ip_address', '115.242.244.126'),
(15881, 2152, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36 OPR/27.0.1689.69'),
(15882, 2152, '_customer_user', '115'),
(15883, 2152, '_order_shipping', '0'),
(15884, 2152, '_billing_country', 'IN'),
(15885, 2152, '_billing_first_name', 'praveen'),
(15886, 2152, '_billing_last_name', 'v'),
(15887, 2152, '_billing_company', ''),
(15888, 2152, '_billing_address_1', 'sss'),
(15889, 2152, '_billing_address_2', ''),
(15890, 2152, '_billing_city', 'csfsdfd'),
(15891, 2152, '_billing_state', 'AP'),
(15892, 2152, '_billing_postcode', '500003'),
(15893, 2152, '_billing_email', 'vpraveen1329@gmail.com'),
(15894, 2152, '_billing_phone', '8978394683'),
(15895, 2152, '_shipping_country', 'IN'),
(15896, 2152, '_shipping_first_name', 'praveen'),
(15897, 2152, '_shipping_last_name', 'v'),
(15898, 2152, '_shipping_company', ''),
(15899, 2152, '_shipping_address_1', 'asda'),
(15900, 2152, '_shipping_address_2', ''),
(15901, 2152, '_shipping_city', 'sdasd'),
(15902, 2152, '_shipping_state', 'AP'),
(15903, 2152, '_shipping_postcode', '500003'),
(15904, 2152, '_payment_method', 'paypal'),
(15905, 2152, '_payment_method_title', 'PayPal'),
(15906, 2152, '_order_discount', '0'),
(15907, 2152, '_cart_discount', '0'),
(15908, 2152, '_order_tax', '0'),
(15909, 2152, '_order_shipping_tax', '0'),
(15910, 2152, '_order_total', '1999.00'),
(15911, 2153, '_order_key', 'wc_order_54e487bc05a3f'),
(15912, 2153, '_order_currency', 'GBP'),
(15913, 2153, '_prices_include_tax', 'no'),
(15914, 2153, '_customer_ip_address', '49.205.223.164'),
(15915, 2153, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36'),
(15916, 2153, '_customer_user', '116'),
(15917, 2153, '_order_shipping', '0'),
(15918, 2153, '_billing_country', 'IN'),
(15919, 2153, '_billing_first_name', 'gdggsdg'),
(15920, 2153, '_billing_last_name', 'ssgsdg'),
(15921, 2153, '_billing_company', ''),
(15922, 2153, '_billing_address_1', 'sdfsdfs'),
(15923, 2153, '_billing_address_2', ''),
(15924, 2153, '_billing_city', 'sdfsdfs'),
(15925, 2153, '_billing_state', 'AP'),
(15926, 2153, '_billing_postcode', '500003'),
(15927, 2153, '_billing_email', 'vpravee@gmail.com'),
(15928, 2153, '_billing_phone', '564645654'),
(15929, 2153, '_shipping_country', 'IN'),
(15930, 2153, '_shipping_first_name', 'dfsdfsdf'),
(15931, 2153, '_shipping_last_name', 'sdfsdf'),
(15932, 2153, '_shipping_company', ''),
(15933, 2153, '_shipping_address_1', 'sdfsdf'),
(15934, 2153, '_shipping_address_2', ''),
(15935, 2153, '_shipping_city', 'sdfsdfds'),
(15936, 2153, '_shipping_state', 'AP'),
(15937, 2153, '_shipping_postcode', '500003'),
(15938, 2153, '_payment_method', 'paypal'),
(15939, 2153, '_payment_method_title', 'PayPal'),
(15940, 2153, '_order_discount', '0'),
(15941, 2153, '_cart_discount', '0'),
(15942, 2153, '_order_tax', '0'),
(15943, 2153, '_order_shipping_tax', '0'),
(15944, 2153, '_order_total', '1999.00'),
(15945, 2154, '_order_key', 'wc_order_54e4e728b965a'),
(15946, 2154, '_order_currency', 'GBP'),
(15947, 2154, '_prices_include_tax', 'no'),
(15948, 2154, '_customer_ip_address', '88.236.232.152'),
(15949, 2154, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.53 Safari/537.36'),
(15950, 2154, '_customer_user', '119'),
(15951, 2154, '_order_shipping', '0'),
(15952, 2154, '_billing_country', 'TR'),
(15953, 2154, '_billing_first_name', 'ferdi'),
(15954, 2154, '_billing_last_name', 'atay'),
(15955, 2154, '_billing_company', ''),
(15956, 2154, '_billing_address_1', 'street adress'),
(15957, 2154, '_billing_address_2', ''),
(15958, 2154, '_billing_postcode', '17500'),
(15959, 2154, '_billing_city', 'canakkale'),
(15960, 2154, '_billing_state', 'TR01'),
(15961, 2154, '_billing_email', 'ferdi.atay@gmail.com'),
(15962, 2154, '_billing_phone', '05543040499'),
(15963, 2154, '_shipping_country', 'TR'),
(15964, 2154, '_shipping_first_name', 'ferdi'),
(15965, 2154, '_shipping_last_name', 'atay'),
(15966, 2154, '_shipping_company', ''),
(15967, 2154, '_shipping_address_1', 'adre ne olsun'),
(15968, 2154, '_shipping_address_2', 'sanane be o kadar'),
(15969, 2154, '_shipping_postcode', '17500'),
(15970, 2154, '_shipping_city', 'Çanakkale'),
(15971, 2154, '_shipping_state', 'TR17'),
(15972, 2154, '_payment_method', 'paypal'),
(15973, 2154, '_payment_method_title', 'PayPal'),
(15974, 2154, '_order_discount', '0'),
(15975, 2154, '_cart_discount', '0'),
(15976, 2154, '_order_tax', '0'),
(15977, 2154, '_order_shipping_tax', '0'),
(15978, 2154, '_order_total', '99.00'),
(16009, 2158, '_order_key', 'wc_order_54ed7cf0022fc'),
(16010, 2158, '_order_currency', 'GBP'),
(16011, 2158, '_prices_include_tax', 'no'),
(16012, 2158, '_customer_ip_address', '116.107.16.176'),
(16013, 2158, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36'),
(16014, 2158, '_customer_user', '0'),
(16015, 2158, '_order_shipping', '0'),
(16016, 2158, '_billing_country', 'VN'),
(16017, 2158, '_billing_first_name', 'Emily'),
(16018, 2158, '_billing_last_name', 'Emily'),
(16019, 2158, '_billing_company', ''),
(16020, 2158, '_billing_address_1', 'HN'),
(16021, 2158, '_billing_address_2', ''),
(16022, 2158, '_billing_city', 'HN'),
(16023, 2158, '_billing_state', ''),
(16024, 2158, '_billing_postcode', ''),
(16025, 2158, '_billing_email', 'abc@gmail.com'),
(16026, 2158, '_billing_phone', '12345698'),
(16027, 2158, '_shipping_country', 'VN'),
(16028, 2158, '_shipping_first_name', 'Emily'),
(16029, 2158, '_shipping_last_name', 'Emily'),
(16030, 2158, '_shipping_company', ''),
(16031, 2158, '_shipping_address_1', 'HN'),
(16032, 2158, '_shipping_address_2', ''),
(16033, 2158, '_shipping_city', 'HN'),
(16034, 2158, '_shipping_state', ''),
(16035, 2158, '_shipping_postcode', ''),
(16036, 2158, '_payment_method', 'bacs'),
(16037, 2158, '_payment_method_title', 'Direct Bank Transfer'),
(16038, 2158, '_order_discount', '0'),
(16039, 2158, '_cart_discount', '0'),
(16040, 2158, '_order_tax', '0'),
(16041, 2158, '_order_shipping_tax', '0'),
(16042, 2158, '_order_total', '396.00'),
(16043, 2158, '_recorded_sales', 'yes'),
(16044, 2158, '_recorded_coupon_usage_counts', 'yes'),
(16317, 2163, '_order_key', 'wc_order_54ef309bd9d49'),
(16318, 2163, '_order_currency', 'GBP'),
(16319, 2163, '_prices_include_tax', 'no'),
(16320, 2163, '_customer_ip_address', '190.79.7.107'),
(16321, 2163, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0 AlexaToolbar/alxf-2.21'),
(16322, 2163, '_customer_user', '127'),
(16323, 2163, '_order_shipping', '0'),
(16324, 2163, '_billing_country', 'VE'),
(16325, 2163, '_billing_first_name', 'Antonio'),
(16326, 2163, '_billing_last_name', 'Vasquez'),
(16327, 2163, '_billing_company', ''),
(16328, 2163, '_billing_address_1', 'Barcelona'),
(16329, 2163, '_billing_address_2', ''),
(16330, 2163, '_billing_city', 'Lecheria'),
(16331, 2163, '_billing_state', 'Venezuela'),
(16332, 2163, '_billing_postcode', '33132'),
(16333, 2163, '_billing_email', 'info@analityca.com'),
(16334, 2163, '_billing_phone', '04142575893'),
(16335, 2163, '_shipping_country', 'VE'),
(16336, 2163, '_shipping_first_name', 'Antonio'),
(16337, 2163, '_shipping_last_name', 'Vasquez'),
(16338, 2163, '_shipping_company', ''),
(16339, 2163, '_shipping_address_1', 'Barcelona'),
(16340, 2163, '_shipping_address_2', ''),
(16341, 2163, '_shipping_city', 'Lecheria'),
(16342, 2163, '_shipping_state', 'Venezuela'),
(16343, 2163, '_shipping_postcode', '33132'),
(16344, 2163, '_payment_method', 'bacs'),
(16345, 2163, '_payment_method_title', 'Direct Bank Transfer'),
(16346, 2163, '_order_discount', '0'),
(16347, 2163, '_cart_discount', '0'),
(16348, 2163, '_order_tax', '0'),
(16349, 2163, '_order_shipping_tax', '0'),
(16350, 2163, '_order_total', '99.00'),
(16351, 2163, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16352, 2163, '_recorded_sales', 'yes'),
(16353, 2163, '_recorded_coupon_usage_counts', 'yes'),
(16355, 697, '_edit_lock', '1449626546:346'),
(16356, 700, '_edit_lock', '1434514477:261'),
(16357, 704, '_edit_lock', '1434514251:261'),
(16360, 697, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(16362, 700, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(16364, 704, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(16367, 2167, '_order_key', 'wc_order_54f6ac7460d5b'),
(16368, 2167, '_order_currency', 'GBP'),
(16369, 2167, '_prices_include_tax', 'no'),
(16370, 2167, '_customer_ip_address', '1.55.97.199'),
(16371, 2167, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36'),
(16372, 2167, '_customer_user', '0'),
(16373, 2167, '_order_shipping', '0'),
(16374, 2167, '_billing_country', 'VN'),
(16375, 2167, '_billing_first_name', 'test'),
(16376, 2167, '_billing_last_name', 'test'),
(16377, 2167, '_billing_company', 'test'),
(16378, 2167, '_billing_address_1', 'test'),
(16379, 2167, '_billing_address_2', ''),
(16380, 2167, '_billing_city', 'test'),
(16381, 2167, '_billing_state', ''),
(16382, 2167, '_billing_postcode', ''),
(16383, 2167, '_billing_email', 'nguyentamht@gmail.com'),
(16384, 2167, '_billing_phone', '091234567899'),
(16385, 2167, '_shipping_country', 'VN'),
(16386, 2167, '_shipping_first_name', 'test'),
(16387, 2167, '_shipping_last_name', 'test'),
(16388, 2167, '_shipping_company', 'test'),
(16389, 2167, '_shipping_address_1', 'test'),
(16390, 2167, '_shipping_address_2', ''),
(16391, 2167, '_shipping_city', 'test'),
(16392, 2167, '_shipping_state', ''),
(16393, 2167, '_shipping_postcode', ''),
(16394, 2167, '_payment_method', 'bacs'),
(16395, 2167, '_payment_method_title', 'Direct Bank Transfer'),
(16396, 2167, '_order_discount', '0'),
(16397, 2167, '_cart_discount', '0'),
(16398, 2167, '_order_tax', '0'),
(16399, 2167, '_order_shipping_tax', '0'),
(16400, 2167, '_order_total', '1999.00'),
(16401, 2167, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16402, 2167, '_recorded_sales', 'yes'),
(16403, 2167, '_recorded_coupon_usage_counts', 'yes'),
(16404, 2168, '_order_key', 'wc_order_54f74cf85fb2f'),
(16405, 2168, '_order_currency', 'GBP'),
(16406, 2168, '_prices_include_tax', 'no'),
(16407, 2168, '_customer_ip_address', '68.99.150.22'),
(16408, 2168, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36'),
(16409, 2168, '_customer_user', '135'),
(16410, 2168, '_order_shipping', '0'),
(16411, 2168, '_billing_country', 'US'),
(16412, 2168, '_billing_first_name', 'Paul'),
(16413, 2168, '_billing_last_name', 'Griffin'),
(16414, 2168, '_billing_company', ''),
(16415, 2168, '_billing_address_1', '123 Main St.'),
(16416, 2168, '_billing_address_2', ''),
(16417, 2168, '_billing_city', 'Macon'),
(16418, 2168, '_billing_state', 'GA'),
(16419, 2168, '_billing_postcode', '31201'),
(16420, 2168, '_billing_email', 'paul@vickienickel.com'),
(16421, 2168, '_billing_phone', '478-268-4955'),
(16422, 2168, '_shipping_country', 'US'),
(16423, 2168, '_shipping_first_name', 'Paul'),
(16424, 2168, '_shipping_last_name', 'Griffin'),
(16425, 2168, '_shipping_company', ''),
(16426, 2168, '_shipping_address_1', '123 Main St.'),
(16427, 2168, '_shipping_address_2', ''),
(16428, 2168, '_shipping_city', 'Macon'),
(16429, 2168, '_shipping_state', 'GA'),
(16430, 2168, '_shipping_postcode', '31201'),
(16431, 2168, '_payment_method', 'cheque'),
(16432, 2168, '_payment_method_title', 'Cheque Payment'),
(16433, 2168, '_order_discount', '0'),
(16434, 2168, '_cart_discount', '0'),
(16435, 2168, '_order_tax', '0'),
(16436, 2168, '_order_shipping_tax', '0'),
(16437, 2168, '_order_total', '1999.00'),
(16438, 2168, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16439, 2168, '_recorded_sales', 'yes'),
(16440, 2168, '_recorded_coupon_usage_counts', 'yes'),
(16441, 2169, '_order_key', 'wc_order_54f8a686a4a48'),
(16442, 2169, '_order_currency', 'GBP'),
(16443, 2169, '_prices_include_tax', 'no'),
(16444, 2169, '_customer_ip_address', '124.195.113.96'),
(16445, 2169, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36'),
(16446, 2169, '_customer_user', '0'),
(16447, 2169, '_order_shipping', '0'),
(16448, 2169, '_billing_country', 'ID'),
(16449, 2169, '_billing_first_name', 'DWI'),
(16450, 2169, '_billing_last_name', 'SYAPUTRA'),
(16451, 2169, '_billing_company', 'dwi'),
(16452, 2169, '_billing_address_1', 'jl.lunjuk'),
(16453, 2169, '_billing_address_2', ''),
(16454, 2169, '_billing_city', 'palembang'),
(16455, 2169, '_billing_state', 'AC'),
(16456, 2169, '_billing_postcode', '30109'),
(16457, 2169, '_billing_email', 'dwiputra173@gmail.com'),
(16458, 2169, '_billing_phone', '+6282372476530'),
(16459, 2169, '_shipping_country', 'ID'),
(16460, 2169, '_shipping_first_name', 'DWI'),
(16461, 2169, '_shipping_last_name', 'SYAPUTRA'),
(16462, 2169, '_shipping_company', 'test'),
(16463, 2169, '_shipping_address_1', 'jl.lunjuk'),
(16464, 2169, '_shipping_address_2', ''),
(16465, 2169, '_shipping_city', 'jakarta'),
(16466, 2169, '_shipping_state', 'AC'),
(16467, 2169, '_shipping_postcode', '30109'),
(16468, 2169, '_payment_method', 'paypal'),
(16469, 2169, '_payment_method_title', 'PayPal'),
(16470, 2169, '_order_discount', '0'),
(16471, 2169, '_cart_discount', '0'),
(16472, 2169, '_order_tax', '0'),
(16473, 2169, '_order_shipping_tax', '0'),
(16474, 2169, '_order_total', '99.00'),
(16475, 2170, '_order_key', 'wc_order_54fd74ebad75a'),
(16476, 2170, '_order_currency', 'GBP'),
(16477, 2170, '_prices_include_tax', 'no'),
(16478, 2170, '_customer_ip_address', '41.190.12.28'),
(16479, 2170, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36'),
(16480, 2170, '_customer_user', '0'),
(16481, 2170, '_order_shipping', '0'),
(16482, 2170, '_billing_country', 'NG'),
(16483, 2170, '_billing_first_name', 'Hesy'),
(16484, 2170, '_billing_last_name', 'Test'),
(16485, 2170, '_billing_company', ''),
(16486, 2170, '_billing_address_1', '36 gffg'),
(16487, 2170, '_billing_address_2', 'Test Only'),
(16488, 2170, '_billing_city', 'Test'),
(16489, 2170, '_billing_state', 'Abuja'),
(16490, 2170, '_billing_postcode', '900001'),
(16491, 2170, '_billing_email', 'test@gmail.com'),
(16492, 2170, '_billing_phone', '098746'),
(16493, 2170, '_shipping_country', 'NG'),
(16494, 2170, '_shipping_first_name', 'Hesy'),
(16495, 2170, '_shipping_last_name', 'Test'),
(16496, 2170, '_shipping_company', ''),
(16497, 2170, '_shipping_address_1', '36 gffg'),
(16498, 2170, '_shipping_address_2', 'Test Only'),
(16499, 2170, '_shipping_city', 'Test'),
(16500, 2170, '_shipping_state', 'Abuja'),
(16501, 2170, '_shipping_postcode', '900001'),
(16502, 2170, '_payment_method', 'bacs'),
(16503, 2170, '_payment_method_title', 'Direct Bank Transfer'),
(16504, 2170, '_order_discount', '0'),
(16505, 2170, '_cart_discount', '0'),
(16506, 2170, '_order_tax', '0'),
(16507, 2170, '_order_shipping_tax', '0'),
(16508, 2170, '_order_total', '1999.00'),
(16509, 2170, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16510, 2170, '_recorded_sales', 'yes'),
(16511, 2170, '_recorded_coupon_usage_counts', 'yes'),
(16512, 2171, '_order_key', 'wc_order_54fdbbb6bb406'),
(16513, 2171, '_order_currency', 'GBP'),
(16514, 2171, '_prices_include_tax', 'no'),
(16515, 2171, '_customer_ip_address', '86.43.69.192'),
(16516, 2171, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36'),
(16517, 2171, '_customer_user', '0'),
(16518, 2171, '_order_shipping', '0'),
(16519, 2171, '_billing_country', 'IE'),
(16520, 2171, '_billing_first_name', 'test'),
(16521, 2171, '_billing_last_name', 'test'),
(16522, 2171, '_billing_company', 'test'),
(16523, 2171, '_billing_address_1', 'test 1'),
(16524, 2171, '_billing_address_2', ''),
(16525, 2171, '_billing_city', 'nenagh'),
(16526, 2171, '_billing_state', 'tipperary'),
(16527, 2171, '_billing_postcode', '000000'),
(16528, 2171, '_billing_email', 'info@irelandspcguru.com'),
(16529, 2171, '_billing_phone', '+123456789'),
(16530, 2171, '_shipping_country', 'IE'),
(16531, 2171, '_shipping_first_name', 'test'),
(16532, 2171, '_shipping_last_name', 'test'),
(16533, 2171, '_shipping_company', 'test'),
(16534, 2171, '_shipping_address_1', 'test 1'),
(16535, 2171, '_shipping_address_2', ''),
(16536, 2171, '_shipping_city', 'nenagh'),
(16537, 2171, '_shipping_state', 'tipperary'),
(16538, 2171, '_shipping_postcode', '000000'),
(16539, 2171, '_payment_method', 'bacs'),
(16540, 2171, '_payment_method_title', 'Direct Bank Transfer'),
(16541, 2171, '_order_discount', '0'),
(16542, 2171, '_cart_discount', '0'),
(16543, 2171, '_order_tax', '0'),
(16544, 2171, '_order_shipping_tax', '0'),
(16545, 2171, '_order_total', '1999.00'),
(16546, 2171, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16547, 2171, '_recorded_sales', 'yes'),
(16548, 2171, '_recorded_coupon_usage_counts', 'yes'),
(16549, 2173, '_order_key', 'wc_order_54ff6fa5a686d'),
(16550, 2173, '_order_currency', 'GBP'),
(16551, 2173, '_prices_include_tax', 'no'),
(16552, 2173, '_customer_ip_address', '82.156.166.106'),
(16553, 2173, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36'),
(16554, 2173, '_customer_user', '147'),
(16555, 2173, '_order_shipping', '0'),
(16556, 2173, '_billing_country', 'NL'),
(16557, 2173, '_billing_first_name', 'ferdi'),
(16558, 2173, '_billing_last_name', 'aksoy');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(16559, 2173, '_billing_company', 'ferdiaksoy'),
(16560, 2173, '_billing_address_1', 'nonown 3'),
(16561, 2173, '_billing_address_2', 'lakedown 3'),
(16562, 2173, '_billing_postcode', '3068HE'),
(16563, 2173, '_billing_city', 'rotterdam'),
(16564, 2173, '_billing_state', ''),
(16565, 2173, '_billing_email', 'ferdi@ferdinant.nl'),
(16566, 2173, '_billing_phone', '0654234556'),
(16567, 2173, '_shipping_country', 'NL'),
(16568, 2173, '_shipping_first_name', 'ferdi'),
(16569, 2173, '_shipping_last_name', 'aksoy'),
(16570, 2173, '_shipping_company', 'ferdiaksoy'),
(16571, 2173, '_shipping_address_1', 'nonown 3'),
(16572, 2173, '_shipping_address_2', 'lakedown 3'),
(16573, 2173, '_shipping_city', 'rotterdam'),
(16574, 2173, '_shipping_state', ''),
(16575, 2173, '_shipping_postcode', '3068HE'),
(16576, 2173, '_payment_method', 'bacs'),
(16577, 2173, '_payment_method_title', 'Direct Bank Transfer'),
(16578, 2173, '_order_discount', '0'),
(16579, 2173, '_cart_discount', '0'),
(16580, 2173, '_order_tax', '0'),
(16581, 2173, '_order_shipping_tax', '0'),
(16582, 2173, '_order_total', '18.00'),
(16583, 2173, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16584, 2173, '_recorded_sales', 'yes'),
(16585, 2173, '_recorded_coupon_usage_counts', 'yes'),
(16586, 2174, '_order_key', 'wc_order_55006d8d57bf9'),
(16587, 2174, '_order_currency', 'GBP'),
(16588, 2174, '_prices_include_tax', 'no'),
(16589, 2174, '_customer_ip_address', '90.198.180.36'),
(16590, 2174, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(16591, 2174, '_customer_user', '149'),
(16592, 2174, '_order_shipping', '0'),
(16593, 2174, '_billing_country', 'GB'),
(16594, 2174, '_billing_first_name', 'joi'),
(16595, 2174, '_billing_last_name', 'chu'),
(16596, 2174, '_billing_company', ''),
(16597, 2174, '_billing_address_1', '9 tyre house london'),
(16598, 2174, '_billing_address_2', 'london'),
(16599, 2174, '_billing_city', 'london'),
(16600, 2174, '_billing_state', 'uk'),
(16601, 2174, '_billing_postcode', 'SW1V 3BG'),
(16602, 2174, '_billing_email', 'jalex@terra.com'),
(16603, 2174, '_billing_phone', '07589645215'),
(16604, 2174, '_shipping_country', 'GB'),
(16605, 2174, '_shipping_first_name', 'joi'),
(16606, 2174, '_shipping_last_name', 'chu'),
(16607, 2174, '_shipping_company', ''),
(16608, 2174, '_shipping_address_1', '9 ty house london'),
(16609, 2174, '_shipping_address_2', 'nbnbn'),
(16610, 2174, '_shipping_city', 'london'),
(16611, 2174, '_shipping_state', 'uk'),
(16612, 2174, '_shipping_postcode', 'SW1V 3BG'),
(16613, 2174, '_payment_method', 'paypal'),
(16614, 2174, '_payment_method_title', 'PayPal'),
(16615, 2174, '_order_discount', '0'),
(16616, 2174, '_cart_discount', '0'),
(16617, 2174, '_order_tax', '0'),
(16618, 2174, '_order_shipping_tax', '0'),
(16619, 2174, '_order_total', '297.00'),
(16620, 2175, '_order_key', 'wc_order_5502e09e5fc10'),
(16621, 2175, '_order_currency', 'GBP'),
(16622, 2175, '_prices_include_tax', 'no'),
(16623, 2175, '_customer_ip_address', '151.227.241.101'),
(16624, 2175, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36'),
(16625, 2175, '_customer_user', '0'),
(16626, 2175, '_order_shipping', '0'),
(16627, 2175, '_billing_country', 'GB'),
(16628, 2175, '_billing_first_name', 'Fred'),
(16629, 2175, '_billing_last_name', 'KK'),
(16630, 2175, '_billing_company', 'KK'),
(16631, 2175, '_billing_address_1', 'HI'),
(16632, 2175, '_billing_address_2', '23232'),
(16633, 2175, '_billing_city', 'ldsdsds'),
(16634, 2175, '_billing_state', '534535'),
(16635, 2175, '_billing_postcode', 'NG34 8UU'),
(16636, 2175, '_billing_email', '543534@43343.com'),
(16637, 2175, '_billing_phone', '07888853854'),
(16638, 2175, '_shipping_country', 'GB'),
(16639, 2175, '_shipping_first_name', 'Fred'),
(16640, 2175, '_shipping_last_name', 'KK'),
(16641, 2175, '_shipping_company', 'KK'),
(16642, 2175, '_shipping_address_1', 'HI'),
(16643, 2175, '_shipping_address_2', '23232'),
(16644, 2175, '_shipping_city', 'ldsdsds'),
(16645, 2175, '_shipping_state', '534535'),
(16646, 2175, '_shipping_postcode', 'NG34 8UU'),
(16647, 2175, '_payment_method', 'bacs'),
(16648, 2175, '_payment_method_title', 'Direct Bank Transfer'),
(16649, 2175, '_order_discount', '0'),
(16650, 2175, '_cart_discount', '0'),
(16651, 2175, '_order_tax', '0'),
(16652, 2175, '_order_shipping_tax', '0'),
(16653, 2175, '_order_total', '1999.00'),
(16654, 2175, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16655, 2175, '_recorded_sales', 'yes'),
(16656, 2175, '_recorded_coupon_usage_counts', 'yes'),
(16657, 2176, '_order_key', 'wc_order_5503ff35e6b4b'),
(16658, 2176, '_order_currency', 'GBP'),
(16659, 2176, '_prices_include_tax', 'no'),
(16660, 2176, '_customer_ip_address', '39.32.118.220'),
(16661, 2176, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36'),
(16662, 2176, '_customer_user', '151'),
(16663, 2176, '_order_shipping', '0'),
(16664, 2176, '_billing_country', 'PK'),
(16665, 2176, '_billing_first_name', 'shiraz'),
(16666, 2176, '_billing_last_name', 'mughal'),
(16667, 2176, '_billing_company', ''),
(16668, 2176, '_billing_address_1', 'djflks kjsdfk lkjkj'),
(16669, 2176, '_billing_address_2', 'kj kj kj89 kjlk'),
(16670, 2176, '_billing_city', 'islamabad'),
(16671, 2176, '_billing_state', 'pakistan'),
(16672, 2176, '_billing_postcode', '46000'),
(16673, 2176, '_billing_email', 'sheerazmughal75@gmail.com'),
(16674, 2176, '_billing_phone', '09809809808'),
(16675, 2176, '_shipping_country', 'PK'),
(16676, 2176, '_shipping_first_name', 'shiraz'),
(16677, 2176, '_shipping_last_name', 'mughal'),
(16678, 2176, '_shipping_company', ''),
(16679, 2176, '_shipping_address_1', 'djflks kjsdfk lkjkj'),
(16680, 2176, '_shipping_address_2', 'kj kj kj89 kjlk'),
(16681, 2176, '_shipping_city', 'islamabad'),
(16682, 2176, '_shipping_state', 'pakistan'),
(16683, 2176, '_shipping_postcode', '46000'),
(16684, 2176, '_payment_method', 'bacs'),
(16685, 2176, '_payment_method_title', 'Direct Bank Transfer'),
(16686, 2176, '_order_discount', '0'),
(16687, 2176, '_cart_discount', '0'),
(16688, 2176, '_order_tax', '0'),
(16689, 2176, '_order_shipping_tax', '0'),
(16690, 2176, '_order_total', '99.00'),
(16691, 2176, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16692, 2176, '_recorded_sales', 'yes'),
(16693, 2176, '_recorded_coupon_usage_counts', 'yes'),
(16702, 2177, '_order_key', 'wc_order_550657298d1e6'),
(16703, 2177, '_order_currency', 'GBP'),
(16704, 2177, '_prices_include_tax', 'no'),
(16705, 2177, '_customer_ip_address', '183.81.87.21'),
(16706, 2177, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36'),
(16707, 2177, '_customer_user', '0'),
(16708, 2177, '_order_shipping', '0'),
(16709, 2177, '_billing_country', 'VN'),
(16710, 2177, '_billing_first_name', 'test'),
(16711, 2177, '_billing_last_name', 'test'),
(16712, 2177, '_billing_company', 'test'),
(16713, 2177, '_billing_address_1', 'test'),
(16714, 2177, '_billing_address_2', ''),
(16715, 2177, '_billing_city', 'test'),
(16716, 2177, '_billing_state', ''),
(16717, 2177, '_billing_postcode', ''),
(16718, 2177, '_billing_email', 'tam.nt@hhtv.vn'),
(16719, 2177, '_billing_phone', '0987654321'),
(16720, 2177, '_shipping_country', 'VN'),
(16721, 2177, '_shipping_first_name', 'test'),
(16722, 2177, '_shipping_last_name', 'test'),
(16723, 2177, '_shipping_company', 'test'),
(16724, 2177, '_shipping_address_1', 'test'),
(16725, 2177, '_shipping_address_2', ''),
(16726, 2177, '_shipping_city', 'test'),
(16727, 2177, '_shipping_state', ''),
(16728, 2177, '_shipping_postcode', ''),
(16729, 2177, '_payment_method', 'bacs'),
(16730, 2177, '_payment_method_title', 'Direct Bank Transfer'),
(16731, 2177, '_order_discount', '0'),
(16732, 2177, '_cart_discount', '0'),
(16733, 2177, '_order_tax', '0'),
(16734, 2177, '_order_shipping_tax', '0'),
(16735, 2177, '_order_total', '99.00'),
(16736, 2177, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16737, 2177, '_recorded_sales', 'yes'),
(16738, 2177, '_recorded_coupon_usage_counts', 'yes'),
(16739, 2178, '_order_key', 'wc_order_550753120d45e'),
(16740, 2178, '_order_currency', 'GBP'),
(16741, 2178, '_prices_include_tax', 'no'),
(16742, 2178, '_customer_ip_address', '5.172.14.50'),
(16743, 2178, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36'),
(16744, 2178, '_customer_user', '154'),
(16745, 2178, '_order_shipping', '0'),
(16746, 2178, '_billing_country', 'RU'),
(16747, 2178, '_billing_first_name', 'asdfasdfa'),
(16748, 2178, '_billing_last_name', 'adsfasdf'),
(16749, 2178, '_billing_company', ''),
(16750, 2178, '_billing_address_1', 'asdfasdfa'),
(16751, 2178, '_billing_address_2', ''),
(16752, 2178, '_billing_city', 'dsfasdda'),
(16753, 2178, '_billing_state', 'adsfaf'),
(16754, 2178, '_billing_postcode', '2432432'),
(16755, 2178, '_billing_email', 'mymediaofficial@gmail.com'),
(16756, 2178, '_billing_phone', '32423432'),
(16757, 2178, '_shipping_country', 'RU'),
(16758, 2178, '_shipping_first_name', 'asdfasdfa'),
(16759, 2178, '_shipping_last_name', 'adsfasdf'),
(16760, 2178, '_shipping_company', ''),
(16761, 2178, '_shipping_address_1', 'asdfasdfa'),
(16762, 2178, '_shipping_address_2', ''),
(16763, 2178, '_shipping_city', 'dsfasdda'),
(16764, 2178, '_shipping_state', 'adsfaf'),
(16765, 2178, '_shipping_postcode', '2432432'),
(16766, 2178, '_payment_method', 'bacs'),
(16767, 2178, '_payment_method_title', 'Direct Bank Transfer'),
(16768, 2178, '_order_discount', '0'),
(16769, 2178, '_cart_discount', '0'),
(16770, 2178, '_order_tax', '0'),
(16771, 2178, '_order_shipping_tax', '0'),
(16772, 2178, '_order_total', '35.00'),
(16773, 2178, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16774, 2178, '_recorded_sales', 'yes'),
(16775, 2178, '_recorded_coupon_usage_counts', 'yes'),
(16776, 2179, '_order_key', 'wc_order_5508bab0bdf02'),
(16777, 2179, '_order_currency', 'GBP'),
(16778, 2179, '_prices_include_tax', 'no'),
(16779, 2179, '_customer_ip_address', '83.37.147.178'),
(16780, 2179, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36'),
(16781, 2179, '_customer_user', '157'),
(16782, 2179, '_order_shipping', '0'),
(16783, 2179, '_billing_country', 'ES'),
(16784, 2179, '_billing_first_name', 'Carlos'),
(16785, 2179, '_billing_last_name', 'Mesa'),
(16786, 2179, '_billing_company', ''),
(16787, 2179, '_billing_address_1', 'c/ Paisos Catalans, 10, 3-2'),
(16788, 2179, '_billing_address_2', ''),
(16789, 2179, '_billing_postcode', '08849'),
(16790, 2179, '_billing_city', 'Sant Climent de Llobregat'),
(16791, 2179, '_billing_state', 'B'),
(16792, 2179, '_billing_email', 'info@planetainsolito.es'),
(16793, 2179, '_billing_phone', '12345678'),
(16794, 2179, '_shipping_country', 'ES'),
(16795, 2179, '_shipping_first_name', 'Carlos'),
(16796, 2179, '_shipping_last_name', 'Mesa'),
(16797, 2179, '_shipping_company', ''),
(16798, 2179, '_shipping_address_1', 'c/ Paisos Catalans, 10, 3-2'),
(16799, 2179, '_shipping_address_2', ''),
(16800, 2179, '_shipping_postcode', '08849'),
(16801, 2179, '_shipping_city', 'Sant Climent de Llobregat'),
(16802, 2179, '_shipping_state', 'B'),
(16803, 2179, '_payment_method', 'paypal'),
(16804, 2179, '_payment_method_title', 'PayPal'),
(16805, 2179, '_order_discount', '0'),
(16806, 2179, '_cart_discount', '0'),
(16807, 2179, '_order_tax', '0'),
(16808, 2179, '_order_shipping_tax', '0'),
(16809, 2179, '_order_total', '249.00'),
(16810, 2180, '_order_key', 'wc_order_550a83279970f'),
(16811, 2180, '_order_currency', 'GBP'),
(16812, 2180, '_prices_include_tax', 'no'),
(16813, 2180, '_customer_ip_address', '185.55.10.223'),
(16814, 2180, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36'),
(16815, 2180, '_customer_user', '160'),
(16816, 2180, '_order_shipping', '0'),
(16817, 2180, '_billing_country', 'SE'),
(16818, 2180, '_billing_first_name', 'Nicko'),
(16819, 2180, '_billing_last_name', 'Testo'),
(16820, 2180, '_billing_company', ''),
(16821, 2180, '_billing_address_1', 'Gatan 22'),
(16822, 2180, '_billing_address_2', ''),
(16823, 2180, '_billing_postcode', '11130'),
(16824, 2180, '_billing_city', 'Stockholm'),
(16825, 2180, '_billing_state', ''),
(16826, 2180, '_billing_email', 'nicko@tredubbelve.se'),
(16827, 2180, '_billing_phone', '0681096'),
(16828, 2180, '_shipping_country', 'SE'),
(16829, 2180, '_shipping_first_name', 'Nicko'),
(16830, 2180, '_shipping_last_name', 'Testo'),
(16831, 2180, '_shipping_company', ''),
(16832, 2180, '_shipping_address_1', 'Gatan 22'),
(16833, 2180, '_shipping_address_2', ''),
(16834, 2180, '_shipping_city', 'Stockholm'),
(16835, 2180, '_shipping_state', ''),
(16836, 2180, '_shipping_postcode', '11130'),
(16837, 2180, '_payment_method', 'cheque'),
(16838, 2180, '_payment_method_title', 'Cheque Payment'),
(16839, 2180, '_order_discount', '0'),
(16840, 2180, '_cart_discount', '0'),
(16841, 2180, '_order_tax', '0'),
(16842, 2180, '_order_shipping_tax', '0'),
(16843, 2180, '_order_total', '198.00'),
(16844, 2180, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(16845, 2180, '_recorded_sales', 'yes'),
(16846, 2180, '_recorded_coupon_usage_counts', 'yes'),
(16847, 2181, '_order_key', 'wc_order_550b9ab7115a5'),
(16848, 2181, '_order_currency', 'GBP'),
(16849, 2181, '_prices_include_tax', 'no'),
(16850, 2181, '_customer_ip_address', '118.209.105.99'),
(16851, 2181, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36'),
(16852, 2181, '_customer_user', '0'),
(16853, 2181, '_order_shipping', '0'),
(16854, 2181, '_billing_country', 'AU'),
(16855, 2181, '_billing_first_name', 'Brad'),
(16856, 2181, '_billing_last_name', 'Mauro'),
(16857, 2181, '_billing_company', 'Shopper Holic'),
(16858, 2181, '_billing_address_1', '27 hotham road'),
(16859, 2181, '_billing_address_2', ''),
(16860, 2181, '_billing_city', 'niddrie'),
(16861, 2181, '_billing_state', 'VIC'),
(16862, 2181, '_billing_postcode', '3042'),
(16863, 2181, '_billing_email', 'bjmauro26@gmail.com'),
(16864, 2181, '_billing_phone', '0433170374'),
(16865, 2181, '_shipping_country', 'AU'),
(16866, 2181, '_shipping_first_name', 'Brad'),
(16867, 2181, '_shipping_last_name', 'Mauro'),
(16868, 2181, '_shipping_company', 'Shopper Holic'),
(16869, 2181, '_shipping_address_1', '27 hotham road'),
(16870, 2181, '_shipping_address_2', ''),
(16871, 2181, '_shipping_city', 'niddrie'),
(16872, 2181, '_shipping_state', 'VIC'),
(16873, 2181, '_shipping_postcode', '3042'),
(16874, 2181, '_payment_method', 'paypal'),
(16875, 2181, '_payment_method_title', 'PayPal'),
(16876, 2181, '_order_discount', '0'),
(16877, 2181, '_cart_discount', '0'),
(16878, 2181, '_order_tax', '0'),
(16879, 2181, '_order_shipping_tax', '0'),
(16880, 2181, '_order_total', '35.00'),
(17234, 2183, '_order_key', 'wc_order_5515d6ab256d9'),
(17235, 2183, '_order_currency', 'GBP'),
(17236, 2183, '_prices_include_tax', 'no'),
(17237, 2183, '_customer_ip_address', '109.205.253.13'),
(17238, 2183, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(17239, 2183, '_customer_user', '171'),
(17240, 2183, '_order_shipping', '0'),
(17241, 2183, '_billing_country', 'RU'),
(17242, 2183, '_billing_first_name', 'Vladimir'),
(17243, 2183, '_billing_last_name', 'Bender'),
(17244, 2183, '_billing_company', 'GAZART'),
(17245, 2183, '_billing_address_1', 'Belousova'),
(17246, 2183, '_billing_address_2', '4402'),
(17247, 2183, '_billing_city', 'Saint-Petersburg'),
(17248, 2183, '_billing_state', 'N/A'),
(17249, 2183, '_billing_postcode', '198097'),
(17250, 2183, '_billing_email', 'artmobster@gmail.com'),
(17251, 2183, '_billing_phone', '+79516666292'),
(17252, 2183, '_shipping_country', 'RU'),
(17253, 2183, '_shipping_first_name', 'Vladimir'),
(17254, 2183, '_shipping_last_name', 'Bender'),
(17255, 2183, '_shipping_company', 'GAZART'),
(17256, 2183, '_shipping_address_1', 'Belousova'),
(17257, 2183, '_shipping_address_2', '4402'),
(17258, 2183, '_shipping_city', 'Saint-Petersburg'),
(17259, 2183, '_shipping_state', 'N/A'),
(17260, 2183, '_shipping_postcode', '198097'),
(17261, 2183, '_payment_method', 'bacs'),
(17262, 2183, '_payment_method_title', 'Direct Bank Transfer'),
(17263, 2183, '_order_discount', '0'),
(17264, 2183, '_cart_discount', '0'),
(17265, 2183, '_order_tax', '0'),
(17266, 2183, '_order_shipping_tax', '0'),
(17267, 2183, '_order_total', '99.00'),
(17268, 2183, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(17269, 2183, '_recorded_sales', 'yes'),
(17270, 2183, '_recorded_coupon_usage_counts', 'yes'),
(17271, 2184, '_order_key', 'wc_order_5517100c1f546'),
(17272, 2184, '_order_currency', 'GBP'),
(17273, 2184, '_prices_include_tax', 'no'),
(17274, 2184, '_customer_ip_address', '130.25.190.201'),
(17275, 2184, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(17276, 2184, '_customer_user', '172'),
(17277, 2184, '_order_shipping', '0'),
(17278, 2184, '_billing_country', 'IT'),
(17279, 2184, '_billing_first_name', 'pippo'),
(17280, 2184, '_billing_last_name', 'pallino'),
(17281, 2184, '_billing_company', ''),
(17282, 2184, '_billing_address_1', 'via pippa'),
(17283, 2184, '_billing_address_2', ''),
(17284, 2184, '_billing_postcode', '84085'),
(17285, 2184, '_billing_city', 'mss'),
(17286, 2184, '_billing_state', 'SA'),
(17287, 2184, '_billing_email', 'pippo@gmail.com'),
(17288, 2184, '_billing_phone', '3387746744'),
(17289, 2184, '_shipping_country', 'IT'),
(17290, 2184, '_shipping_first_name', 'pippo'),
(17291, 2184, '_shipping_last_name', 'pallino'),
(17292, 2184, '_shipping_company', ''),
(17293, 2184, '_shipping_address_1', 'via pippa'),
(17294, 2184, '_shipping_address_2', ''),
(17295, 2184, '_shipping_city', 'mss'),
(17296, 2184, '_shipping_state', 'SA'),
(17297, 2184, '_shipping_postcode', '84085'),
(17298, 2184, '_payment_method', 'paypal'),
(17299, 2184, '_payment_method_title', 'PayPal'),
(17300, 2184, '_order_discount', '0'),
(17301, 2184, '_cart_discount', '0'),
(17302, 2184, '_order_tax', '0'),
(17303, 2184, '_order_shipping_tax', '0'),
(17304, 2184, '_order_total', '1999.00'),
(17324, 2189, '_order_key', 'wc_order_553bc37fb5b32'),
(17325, 2189, '_order_currency', 'GBP'),
(17326, 2189, '_prices_include_tax', 'no'),
(17327, 2189, '_customer_ip_address', '86.178.196.248'),
(17328, 2189, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),
(17329, 2189, '_customer_user', '207'),
(17330, 2189, '_created_via', 'checkout'),
(17331, 2189, '_order_version', '2.3.8'),
(17332, 2189, '_order_shipping', '0'),
(17333, 2189, '_billing_country', 'GB'),
(17334, 2189, '_billing_first_name', 'lkfd'),
(17335, 2189, '_billing_last_name', 'dfdf'),
(17336, 2189, '_billing_company', 'Scissors and Twine'),
(17337, 2189, '_billing_address_1', 'dfdf'),
(17338, 2189, '_billing_address_2', '17'),
(17339, 2189, '_billing_city', 'dfdf'),
(17340, 2189, '_billing_state', 'Lancashire'),
(17341, 2189, '_billing_postcode', 'M28 1EL'),
(17342, 2189, '_billing_email', 'gamewell@icloud.com'),
(17343, 2189, '_billing_phone', '9038098'),
(17344, 2189, '_shipping_country', 'GB'),
(17345, 2189, '_shipping_first_name', 'lkfd'),
(17346, 2189, '_shipping_last_name', 'dfdf'),
(17347, 2189, '_shipping_company', 'Scissors and Twine'),
(17348, 2189, '_shipping_address_1', 'dfdf'),
(17349, 2189, '_shipping_address_2', '17'),
(17350, 2189, '_shipping_city', 'dfdf'),
(17351, 2189, '_shipping_state', 'Lancashire'),
(17352, 2189, '_shipping_postcode', 'M28 1EL'),
(17353, 2189, '_payment_method', 'paypal'),
(17354, 2189, '_payment_method_title', 'PayPal'),
(17355, 2189, '_cart_discount', '0'),
(17356, 2189, '_cart_discount_tax', '0'),
(17357, 2189, '_order_tax', '0'),
(17358, 2189, '_order_shipping_tax', '0'),
(17359, 2189, '_order_total', '99.00'),
(17713, 2190, '_order_key', 'wc_order_553e662e47e84'),
(17714, 2190, '_order_currency', 'GBP'),
(17715, 2190, '_prices_include_tax', 'no'),
(17716, 2190, '_customer_ip_address', '190.167.74.73'),
(17717, 2190, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),
(17718, 2190, '_customer_user', '209'),
(17719, 2190, '_created_via', 'checkout'),
(17720, 2190, '_order_version', '2.3.8'),
(17721, 2190, '_order_shipping', '0'),
(17722, 2190, '_billing_country', 'DO'),
(17723, 2190, '_billing_first_name', 'Luis'),
(17724, 2190, '_billing_last_name', 'Estrella'),
(17725, 2190, '_billing_company', 'Estrella Services'),
(17726, 2190, '_billing_address_1', 'Duarte 56'),
(17727, 2190, '_billing_address_2', ''),
(17728, 2190, '_billing_city', 'Loma de Cabrera'),
(17729, 2190, '_billing_state', 'Dajabón'),
(17730, 2190, '_billing_postcode', '63100'),
(17731, 2190, '_billing_email', 'luisestrella@gmail.com'),
(17732, 2190, '_billing_phone', '8095794337'),
(17733, 2190, '_shipping_country', 'DO'),
(17734, 2190, '_shipping_first_name', 'Luis'),
(17735, 2190, '_shipping_last_name', 'Estrella'),
(17736, 2190, '_shipping_company', ''),
(17737, 2190, '_shipping_address_1', 'Loma de Cabrera'),
(17738, 2190, '_shipping_address_2', ''),
(17739, 2190, '_shipping_city', 'Loma de Cabrera'),
(17740, 2190, '_shipping_state', 'Republica Dominicana'),
(17741, 2190, '_shipping_postcode', '63100'),
(17742, 2190, '_payment_method', 'bacs'),
(17743, 2190, '_payment_method_title', 'Direct Bank Transfer'),
(17744, 2190, '_cart_discount', '0'),
(17745, 2190, '_cart_discount_tax', '0'),
(17746, 2190, '_order_tax', '0'),
(17747, 2190, '_order_shipping_tax', '0'),
(17748, 2190, '_order_total', '1999.00'),
(17749, 2190, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(17750, 2190, '_recorded_sales', 'yes'),
(18104, 2191, '_order_key', 'wc_order_553fd5fd66d29'),
(18105, 2191, '_order_currency', 'GBP'),
(18106, 2191, '_prices_include_tax', 'no'),
(18107, 2191, '_customer_ip_address', '94.7.232.104'),
(18108, 2191, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),
(18109, 2191, '_customer_user', '0'),
(18110, 2191, '_created_via', 'checkout'),
(18111, 2191, '_order_version', '2.3.8'),
(18112, 2191, '_order_shipping', '0'),
(18113, 2191, '_billing_country', 'GB'),
(18114, 2191, '_billing_first_name', 'test'),
(18115, 2191, '_billing_last_name', 'testname'),
(18116, 2191, '_billing_company', 'test inc'),
(18117, 2191, '_billing_address_1', '71 test street'),
(18118, 2191, '_billing_address_2', ''),
(18119, 2191, '_billing_city', 'london'),
(18120, 2191, '_billing_state', ''),
(18121, 2191, '_billing_postcode', 'WC1V 6PQ'),
(18122, 2191, '_billing_email', 'test@test.com'),
(18123, 2191, '_billing_phone', '0044207344304300'),
(18124, 2191, '_shipping_country', 'GB'),
(18125, 2191, '_shipping_first_name', 'test'),
(18126, 2191, '_shipping_last_name', 'testname'),
(18127, 2191, '_shipping_company', 'test inc'),
(18128, 2191, '_shipping_address_1', '71 test street'),
(18129, 2191, '_shipping_address_2', ''),
(18130, 2191, '_shipping_city', 'london'),
(18131, 2191, '_shipping_state', ''),
(18132, 2191, '_shipping_postcode', 'WC1V 6PQ'),
(18133, 2191, '_payment_method', 'paypal'),
(18134, 2191, '_payment_method_title', 'PayPal'),
(18135, 2191, '_cart_discount', '0'),
(18136, 2191, '_cart_discount_tax', '0'),
(18137, 2191, '_order_tax', '0'),
(18138, 2191, '_order_shipping_tax', '0'),
(18139, 2191, '_order_total', '1999.00'),
(18140, 2192, '_order_key', 'wc_order_554be8224d9aa'),
(18141, 2192, '_order_currency', 'GBP'),
(18142, 2192, '_prices_include_tax', 'no'),
(18143, 2192, '_customer_ip_address', '154.120.75.136'),
(18144, 2192, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36'),
(18145, 2192, '_customer_user', '0'),
(18146, 2192, '_created_via', 'checkout'),
(18147, 2192, '_order_version', '2.3.8'),
(18148, 2192, '_order_shipping', '0'),
(18149, 2192, '_billing_country', 'NG'),
(18150, 2192, '_billing_first_name', 'Tony'),
(18151, 2192, '_billing_last_name', 'Davids'),
(18152, 2192, '_billing_company', ''),
(18153, 2192, '_billing_address_1', 'Lagos'),
(18154, 2192, '_billing_address_2', ''),
(18155, 2192, '_billing_city', 'Lagos'),
(18156, 2192, '_billing_state', 'cape'),
(18157, 2192, '_billing_postcode', '900001'),
(18158, 2192, '_billing_email', 'nze@nz.com'),
(18159, 2192, '_billing_phone', '080'),
(18160, 2192, '_shipping_country', 'NG'),
(18161, 2192, '_shipping_first_name', 'Tony'),
(18162, 2192, '_shipping_last_name', 'Davids'),
(18163, 2192, '_shipping_company', ''),
(18164, 2192, '_shipping_address_1', 'Lagos'),
(18165, 2192, '_shipping_address_2', ''),
(18166, 2192, '_shipping_city', 'Lagos'),
(18167, 2192, '_shipping_state', 'cape'),
(18168, 2192, '_shipping_postcode', '900001'),
(18169, 2192, '_payment_method', 'bacs'),
(18170, 2192, '_payment_method_title', 'Direct Bank Transfer'),
(18171, 2192, '_cart_discount', '0'),
(18172, 2192, '_cart_discount_tax', '0'),
(18173, 2192, '_order_tax', '0'),
(18174, 2192, '_order_shipping_tax', '0'),
(18175, 2192, '_order_total', '396.00'),
(18176, 2192, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18177, 2192, '_recorded_sales', 'yes'),
(18531, 2193, '_order_key', 'wc_order_55555dd9100a8'),
(18532, 2193, '_order_currency', 'GBP'),
(18533, 2193, '_prices_include_tax', 'no'),
(18534, 2193, '_customer_ip_address', '177.224.131.114'),
(18535, 2193, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36'),
(18536, 2193, '_customer_user', '228'),
(18537, 2193, '_created_via', 'checkout'),
(18538, 2193, '_order_version', '2.3.8'),
(18539, 2193, '_order_shipping', '0'),
(18540, 2193, '_billing_country', 'MX'),
(18541, 2193, '_billing_first_name', 'Homero'),
(18542, 2193, '_billing_last_name', 'Valdez'),
(18543, 2193, '_billing_company', ''),
(18544, 2193, '_billing_address_1', 'Mariano Zúñiga 200 Casa 12'),
(18545, 2193, '_billing_address_2', ''),
(18546, 2193, '_billing_city', 'Toluca'),
(18547, 2193, '_billing_state', 'Estado de Mexico'),
(18548, 2193, '_billing_postcode', '52178'),
(18549, 2193, '_billing_email', 'desarrollobc@gmail.co'),
(18550, 2193, '_billing_phone', '7221231234'),
(18551, 2193, '_shipping_country', 'MX'),
(18552, 2193, '_shipping_first_name', 'Homero'),
(18553, 2193, '_shipping_last_name', 'vargas'),
(18554, 2193, '_shipping_company', ''),
(18555, 2193, '_shipping_address_1', 'Mariano Zúñiga 200 Casa 12'),
(18556, 2193, '_shipping_address_2', ''),
(18557, 2193, '_shipping_city', 'Toluca'),
(18558, 2193, '_shipping_state', 'Estado de Mexico'),
(18559, 2193, '_shipping_postcode', '4567'),
(18560, 2193, '_payment_method', 'bacs'),
(18561, 2193, '_payment_method_title', 'Direct Bank Transfer'),
(18562, 2193, '_cart_discount', '0'),
(18563, 2193, '_cart_discount_tax', '0'),
(18564, 2193, '_order_tax', '0'),
(18565, 2193, '_order_shipping_tax', '0'),
(18566, 2193, '_order_total', '149.00'),
(18567, 2193, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18568, 2193, '_recorded_sales', 'yes'),
(18569, 2194, '_order_key', 'wc_order_555734cec7bce'),
(18570, 2194, '_order_currency', 'GBP'),
(18571, 2194, '_prices_include_tax', 'no'),
(18572, 2194, '_customer_ip_address', '115.241.53.229'),
(18573, 2194, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(18574, 2194, '_customer_user', '230'),
(18575, 2194, '_created_via', 'checkout'),
(18576, 2194, '_order_version', '2.3.8'),
(18577, 2194, '_order_shipping', '0'),
(18578, 2194, '_billing_country', 'IN'),
(18579, 2194, '_billing_first_name', 'PalSays'),
(18580, 2194, '_billing_last_name', 'Portal'),
(18581, 2194, '_billing_company', 'PalSays'),
(18582, 2194, '_billing_address_1', 'Chennai'),
(18583, 2194, '_billing_address_2', ''),
(18584, 2194, '_billing_city', 'Chennai'),
(18585, 2194, '_billing_state', 'AP'),
(18586, 2194, '_billing_postcode', '500008'),
(18587, 2194, '_billing_email', 'palsaysportal@gmail.com'),
(18588, 2194, '_billing_phone', '08939516618'),
(18589, 2194, '_shipping_country', 'IN'),
(18590, 2194, '_shipping_first_name', 'PalSays'),
(18591, 2194, '_shipping_last_name', 'Portal'),
(18592, 2194, '_shipping_company', 'PalSays'),
(18593, 2194, '_shipping_address_1', 'Chennai'),
(18594, 2194, '_shipping_address_2', ''),
(18595, 2194, '_shipping_city', 'Chennai'),
(18596, 2194, '_shipping_state', 'AP'),
(18597, 2194, '_shipping_postcode', '500008'),
(18598, 2194, '_payment_method', 'cheque'),
(18599, 2194, '_payment_method_title', 'Cheque Payment'),
(18600, 2194, '_cart_discount', '0'),
(18601, 2194, '_cart_discount_tax', '0'),
(18602, 2194, '_order_tax', '0'),
(18603, 2194, '_order_shipping_tax', '0'),
(18604, 2194, '_order_total', '1999.00'),
(18605, 2194, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18606, 2194, '_recorded_sales', 'yes'),
(18607, 2195, '_order_key', 'wc_order_5557517668e36'),
(18608, 2195, '_order_currency', 'GBP'),
(18609, 2195, '_prices_include_tax', 'no'),
(18610, 2195, '_customer_ip_address', '103.23.51.2'),
(18611, 2195, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(18612, 2195, '_customer_user', '231'),
(18613, 2195, '_created_via', 'checkout'),
(18614, 2195, '_order_version', '2.3.8'),
(18615, 2195, '_order_shipping', '0'),
(18616, 2195, '_billing_country', 'MN'),
(18617, 2195, '_billing_first_name', 'sfdsf'),
(18618, 2195, '_billing_last_name', 'sdfsdf'),
(18619, 2195, '_billing_company', 'sdfsdfa'),
(18620, 2195, '_billing_address_1', 'dfdfg dfgdf1'),
(18621, 2195, '_billing_address_2', 'sfsdf23'),
(18622, 2195, '_billing_city', 'ulaanbaatar'),
(18623, 2195, '_billing_state', 'mong'),
(18624, 2195, '_billing_postcode', '11000'),
(18625, 2195, '_billing_email', 'asdk@dj.com'),
(18626, 2195, '_billing_phone', '45524'),
(18627, 2195, '_shipping_country', 'MN'),
(18628, 2195, '_shipping_first_name', 'sfdsf'),
(18629, 2195, '_shipping_last_name', 'sdfsdf'),
(18630, 2195, '_shipping_company', 'sdfsdfa'),
(18631, 2195, '_shipping_address_1', 'dfdfg dfgdf1'),
(18632, 2195, '_shipping_address_2', 'sfsdf23'),
(18633, 2195, '_shipping_city', 'ulaanbaatar'),
(18634, 2195, '_shipping_state', 'mong'),
(18635, 2195, '_shipping_postcode', '11000'),
(18636, 2195, '_payment_method', 'bacs'),
(18637, 2195, '_payment_method_title', 'Direct Bank Transfer'),
(18638, 2195, '_cart_discount', '0'),
(18639, 2195, '_cart_discount_tax', '0'),
(18640, 2195, '_order_tax', '0'),
(18641, 2195, '_order_shipping_tax', '0'),
(18642, 2195, '_order_total', '1999.00'),
(18643, 2195, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18644, 2195, '_recorded_sales', 'yes'),
(18645, 2196, '_order_key', 'wc_order_555752314f04b'),
(18646, 2196, '_order_currency', 'GBP'),
(18647, 2196, '_prices_include_tax', 'no'),
(18648, 2196, '_customer_ip_address', '103.23.51.2'),
(18649, 2196, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(18650, 2196, '_customer_user', '231'),
(18651, 2196, '_created_via', 'checkout'),
(18652, 2196, '_order_version', '2.3.8'),
(18653, 2196, '_order_shipping', '0'),
(18654, 2196, '_billing_country', 'MN'),
(18655, 2196, '_billing_first_name', 'sfdsf'),
(18656, 2196, '_billing_last_name', 'sdfsdf'),
(18657, 2196, '_billing_company', 'sdfsdfa'),
(18658, 2196, '_billing_address_1', 'dfdfg dfgdf1'),
(18659, 2196, '_billing_address_2', 'sfsdf23'),
(18660, 2196, '_billing_city', 'ulaanbaatar'),
(18661, 2196, '_billing_state', 'mong'),
(18662, 2196, '_billing_postcode', '11000'),
(18663, 2196, '_billing_email', 'asdk@dj.com'),
(18664, 2196, '_billing_phone', '45524'),
(18665, 2196, '_shipping_country', 'MN'),
(18666, 2196, '_shipping_first_name', 'sfdsf'),
(18667, 2196, '_shipping_last_name', 'sdfsdf'),
(18668, 2196, '_shipping_company', 'sdfsdfa'),
(18669, 2196, '_shipping_address_1', 'dfdfg dfgdf1'),
(18670, 2196, '_shipping_address_2', 'sfsdf23'),
(18671, 2196, '_shipping_city', 'ulaanbaatar'),
(18672, 2196, '_shipping_state', 'mong'),
(18673, 2196, '_shipping_postcode', '11000'),
(18674, 2196, '_payment_method', 'cheque'),
(18675, 2196, '_payment_method_title', 'Cheque Payment'),
(18676, 2196, '_cart_discount', '0'),
(18677, 2196, '_cart_discount_tax', '0'),
(18678, 2196, '_order_tax', '0'),
(18679, 2196, '_order_shipping_tax', '0'),
(18680, 2196, '_order_total', '1999.00'),
(18681, 2196, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18682, 2196, '_recorded_sales', 'yes'),
(18683, 2197, '_order_key', 'wc_order_5557c06bc8bb0'),
(18684, 2197, '_order_currency', 'GBP'),
(18685, 2197, '_prices_include_tax', 'no'),
(18686, 2197, '_customer_ip_address', '115.241.25.35'),
(18687, 2197, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(18688, 2197, '_customer_user', '230'),
(18689, 2197, '_created_via', 'checkout'),
(18690, 2197, '_order_version', '2.3.8'),
(18691, 2197, '_order_shipping', '0'),
(18692, 2197, '_billing_country', 'IN'),
(18693, 2197, '_billing_first_name', 'PalSays'),
(18694, 2197, '_billing_last_name', 'Portal'),
(18695, 2197, '_billing_company', 'PalSays'),
(18696, 2197, '_billing_address_1', 'Chennai'),
(18697, 2197, '_billing_address_2', ''),
(18698, 2197, '_billing_city', 'Chennai'),
(18699, 2197, '_billing_state', 'AP'),
(18700, 2197, '_billing_postcode', '500008'),
(18701, 2197, '_billing_email', 'palsaysportal@gmail.com'),
(18702, 2197, '_billing_phone', '08939516618'),
(18703, 2197, '_shipping_country', 'IN'),
(18704, 2197, '_shipping_first_name', 'PalSays'),
(18705, 2197, '_shipping_last_name', 'Portal'),
(18706, 2197, '_shipping_company', 'PalSays'),
(18707, 2197, '_shipping_address_1', 'Chennai'),
(18708, 2197, '_shipping_address_2', ''),
(18709, 2197, '_shipping_city', 'Chennai'),
(18710, 2197, '_shipping_state', 'AP'),
(18711, 2197, '_shipping_postcode', '500008'),
(18712, 2197, '_payment_method', 'cheque'),
(18713, 2197, '_payment_method_title', 'Cheque Payment'),
(18714, 2197, '_cart_discount', '0'),
(18715, 2197, '_cart_discount_tax', '0'),
(18716, 2197, '_order_tax', '0'),
(18717, 2197, '_order_shipping_tax', '0'),
(18718, 2197, '_order_total', '249.00'),
(18719, 2197, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18720, 2197, '_recorded_sales', 'yes'),
(18721, 2198, '_order_key', 'wc_order_5558e837b8fb5'),
(18722, 2198, '_order_currency', 'GBP'),
(18723, 2198, '_prices_include_tax', 'no'),
(18724, 2198, '_customer_ip_address', '115.242.198.161'),
(18725, 2198, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(18726, 2198, '_customer_user', '230'),
(18727, 2198, '_created_via', 'checkout'),
(18728, 2198, '_order_version', '2.3.8'),
(18729, 2198, '_order_shipping', '0'),
(18730, 2198, '_billing_country', 'IN'),
(18731, 2198, '_billing_first_name', 'PalSays'),
(18732, 2198, '_billing_last_name', 'Portal'),
(18733, 2198, '_billing_company', 'PalSays'),
(18734, 2198, '_billing_address_1', 'Chennai'),
(18735, 2198, '_billing_address_2', ''),
(18736, 2198, '_billing_city', 'Chennai'),
(18737, 2198, '_billing_state', 'AP'),
(18738, 2198, '_billing_postcode', '500008'),
(18739, 2198, '_billing_email', 'palsaysportal@gmail.com'),
(18740, 2198, '_billing_phone', '08939516618'),
(18741, 2198, '_shipping_country', 'IN'),
(18742, 2198, '_shipping_first_name', 'PalSays'),
(18743, 2198, '_shipping_last_name', 'Portal'),
(18744, 2198, '_shipping_company', 'PalSays'),
(18745, 2198, '_shipping_address_1', 'Chennai'),
(18746, 2198, '_shipping_address_2', ''),
(18747, 2198, '_shipping_city', 'Chennai'),
(18748, 2198, '_shipping_state', 'AP'),
(18749, 2198, '_shipping_postcode', '500008'),
(18750, 2198, '_payment_method', 'cheque'),
(18751, 2198, '_payment_method_title', 'Cheque Payment'),
(18752, 2198, '_cart_discount', '0'),
(18753, 2198, '_cart_discount_tax', '0'),
(18754, 2198, '_order_tax', '0'),
(18755, 2198, '_order_shipping_tax', '0'),
(18756, 2198, '_order_total', '149.00'),
(18757, 2198, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18758, 2198, '_recorded_sales', 'yes'),
(18759, 2199, '_order_key', 'wc_order_555e0ec06e752'),
(18760, 2199, '_order_currency', 'GBP'),
(18761, 2199, '_prices_include_tax', 'no'),
(18762, 2199, '_customer_ip_address', '186.1.206.82'),
(18763, 2199, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(18764, 2199, '_customer_user', '0'),
(18765, 2199, '_created_via', 'checkout'),
(18766, 2199, '_order_version', '2.3.8'),
(18767, 2199, '_order_shipping', '0'),
(18768, 2199, '_billing_country', 'HT'),
(18769, 2199, '_billing_first_name', 'h'),
(18770, 2199, '_billing_last_name', 'h'),
(18771, 2199, '_billing_company', ''),
(18772, 2199, '_billing_address_1', 'af'),
(18773, 2199, '_billing_address_2', ''),
(18774, 2199, '_billing_city', 'pap'),
(18775, 2199, '_billing_state', 'haiti'),
(18776, 2199, '_billing_postcode', 'HT3245'),
(18777, 2199, '_billing_email', 'hjs@yahoo.fr'),
(18778, 2199, '_billing_phone', '+50937771319'),
(18779, 2199, '_shipping_country', 'HT'),
(18780, 2199, '_shipping_first_name', 'h'),
(18781, 2199, '_shipping_last_name', 'h'),
(18782, 2199, '_shipping_company', ''),
(18783, 2199, '_shipping_address_1', 'af'),
(18784, 2199, '_shipping_address_2', ''),
(18785, 2199, '_shipping_city', 'pap'),
(18786, 2199, '_shipping_state', 'haiti'),
(18787, 2199, '_shipping_postcode', 'HT3245'),
(18788, 2199, '_payment_method', 'bacs'),
(18789, 2199, '_payment_method_title', 'Direct Bank Transfer'),
(18790, 2199, '_cart_discount', '0'),
(18791, 2199, '_cart_discount_tax', '0'),
(18792, 2199, '_order_tax', '0'),
(18793, 2199, '_order_shipping_tax', '0'),
(18794, 2199, '_order_total', '99.00'),
(18795, 2199, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(18796, 2199, '_recorded_sales', 'yes'),
(19150, 2201, '_order_key', 'wc_order_5565f8cb44f3d'),
(19151, 2201, '_order_currency', 'GBP'),
(19152, 2201, '_prices_include_tax', 'no'),
(19153, 2201, '_customer_ip_address', '14.199.151.92'),
(19154, 2201, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.4.10 (KHTML, like Gecko) Version/8.0.4 Safari/600.4.10'),
(19155, 2201, '_customer_user', '0'),
(19156, 2201, '_created_via', 'checkout'),
(19157, 2201, '_order_version', '2.3.8'),
(19158, 2201, '_order_shipping', '0'),
(19159, 2201, '_billing_country', 'HK'),
(19160, 2201, '_billing_first_name', 'alex'),
(19161, 2201, '_billing_last_name', 'alex'),
(19162, 2201, '_billing_company', ''),
(19163, 2201, '_billing_address_1', 'dlakjdlf'),
(19164, 2201, '_billing_address_2', ''),
(19165, 2201, '_billing_city', 'hong kong'),
(19166, 2201, '_billing_state', 'HONG KONG'),
(19167, 2201, '_billing_postcode', '0000'),
(19168, 2201, '_billing_email', 'cheungsingkit@gmail.com'),
(19169, 2201, '_billing_phone', '1223445'),
(19170, 2201, '_shipping_country', 'HK'),
(19171, 2201, '_shipping_first_name', 'sdaf'),
(19172, 2201, '_shipping_last_name', 'fdasf'),
(19173, 2201, '_shipping_company', 'dsaf'),
(19174, 2201, '_shipping_address_1', 'fdsa'),
(19175, 2201, '_shipping_address_2', 'daf'),
(19176, 2201, '_shipping_city', 'dsfa'),
(19177, 2201, '_shipping_state', 'HONG KONG'),
(19178, 2201, '_shipping_postcode', '00000'),
(19179, 2201, '_payment_method', 'bacs'),
(19180, 2201, '_payment_method_title', 'Direct Bank Transfer'),
(19181, 2201, '_cart_discount', '0'),
(19182, 2201, '_cart_discount_tax', '0'),
(19183, 2201, '_order_tax', '0'),
(19184, 2201, '_order_shipping_tax', '0'),
(19185, 2201, '_order_total', '249.00'),
(19186, 2201, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(19187, 2201, '_recorded_sales', 'yes'),
(19188, 2204, '_order_key', 'wc_order_556925226c2e0'),
(19189, 2204, '_order_currency', 'GBP'),
(19190, 2204, '_prices_include_tax', 'no'),
(19191, 2204, '_customer_ip_address', '14.162.167.19'),
(19192, 2204, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36'),
(19193, 2204, '_customer_user', '0'),
(19194, 2204, '_created_via', 'checkout'),
(19195, 2204, '_order_version', '2.3.8'),
(19196, 2204, '_order_shipping', '0'),
(19197, 2204, '_billing_country', 'VE'),
(19198, 2204, '_billing_first_name', 'Emily'),
(19199, 2204, '_billing_last_name', 'Emily'),
(19200, 2204, '_billing_company', 'Emily'),
(19201, 2204, '_billing_address_1', 'HN'),
(19202, 2204, '_billing_address_2', ''),
(19203, 2204, '_billing_city', 'HN'),
(19204, 2204, '_billing_state', 'HY'),
(19205, 2204, '_billing_postcode', '0123'),
(19206, 2204, '_billing_email', 'abc@gmail.com'),
(19207, 2204, '_billing_phone', '01234567895'),
(19208, 2204, '_shipping_country', 'VE'),
(19209, 2204, '_shipping_first_name', 'Emily'),
(19210, 2204, '_shipping_last_name', 'Emily'),
(19211, 2204, '_shipping_company', 'Emily'),
(19212, 2204, '_shipping_address_1', 'HN'),
(19213, 2204, '_shipping_address_2', ''),
(19214, 2204, '_shipping_city', 'HN'),
(19215, 2204, '_shipping_state', 'HY'),
(19216, 2204, '_shipping_postcode', '0123'),
(19217, 2204, '_payment_method', 'bacs'),
(19218, 2204, '_payment_method_title', 'Direct Bank Transfer'),
(19219, 2204, '_cart_discount', '0'),
(19220, 2204, '_cart_discount_tax', '0'),
(19221, 2204, '_order_tax', '0'),
(19222, 2204, '_order_shipping_tax', '0'),
(19223, 2204, '_order_total', '89.00'),
(19224, 2204, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(19225, 2204, '_recorded_sales', 'yes'),
(19226, 2206, '_order_key', 'wc_order_557872dc57264'),
(19227, 2206, '_order_currency', 'GBP'),
(19228, 2206, '_prices_include_tax', 'no'),
(19229, 2206, '_customer_ip_address', '37.15.221.172'),
(19230, 2206, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36'),
(19231, 2206, '_customer_user', '251'),
(19232, 2206, '_created_via', 'checkout'),
(19233, 2206, '_order_version', '2.3.8'),
(19234, 2206, '_order_shipping', '0'),
(19235, 2206, '_billing_country', 'ES'),
(19236, 2206, '_billing_first_name', 'ISabel'),
(19237, 2206, '_billing_last_name', 'Mas'),
(19238, 2206, '_billing_company', 'La'),
(19239, 2206, '_billing_address_1', 'Barceloma'),
(19240, 2206, '_billing_address_2', 'Bacelona'),
(19241, 2206, '_billing_city', 'Barcelona'),
(19242, 2206, '_billing_state', 'B'),
(19243, 2206, '_billing_postcode', '08911'),
(19244, 2206, '_billing_email', 'imasbosch@gmail.com'),
(19245, 2206, '_billing_phone', '+34722414555'),
(19246, 2206, '_shipping_country', 'ES'),
(19247, 2206, '_shipping_first_name', 'ISabel'),
(19248, 2206, '_shipping_last_name', 'Mas'),
(19249, 2206, '_shipping_company', 'La'),
(19250, 2206, '_shipping_address_1', 'Barceloma'),
(19251, 2206, '_shipping_address_2', 'Bacelona'),
(19252, 2206, '_shipping_city', 'Barcelona'),
(19253, 2206, '_shipping_state', 'B'),
(19254, 2206, '_shipping_postcode', '08911'),
(19255, 2206, '_payment_method', 'bacs'),
(19256, 2206, '_payment_method_title', 'Direct Bank Transfer'),
(19257, 2206, '_cart_discount', '0'),
(19258, 2206, '_cart_discount_tax', '0'),
(19259, 2206, '_order_tax', '0'),
(19260, 2206, '_order_shipping_tax', '0'),
(19261, 2206, '_order_total', '99.00'),
(19262, 2206, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(19263, 2206, '_recorded_sales', 'yes'),
(19264, 2207, '_order_key', 'wc_order_5578d5e53d455'),
(19265, 2207, '_order_currency', 'GBP'),
(19266, 2207, '_prices_include_tax', 'no'),
(19267, 2207, '_customer_ip_address', '203.194.97.109'),
(19268, 2207, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36'),
(19269, 2207, '_customer_user', '0'),
(19270, 2207, '_created_via', 'checkout'),
(19271, 2207, '_order_version', '2.3.8'),
(19272, 2207, '_order_shipping', '0'),
(19273, 2207, '_billing_country', 'IN'),
(19274, 2207, '_billing_first_name', 'john'),
(19275, 2207, '_billing_last_name', 'smith'),
(19276, 2207, '_billing_company', ''),
(19277, 2207, '_billing_address_1', '123, streat'),
(19278, 2207, '_billing_address_2', ''),
(19279, 2207, '_billing_city', 'asdfa'),
(19280, 2207, '_billing_state', 'DL'),
(19281, 2207, '_billing_postcode', '110011'),
(19282, 2207, '_billing_email', 'asdfa@gmail.com'),
(19283, 2207, '_billing_phone', '1233'),
(19284, 2207, '_shipping_country', 'IN'),
(19285, 2207, '_shipping_first_name', 'john'),
(19286, 2207, '_shipping_last_name', 'smith'),
(19287, 2207, '_shipping_company', ''),
(19288, 2207, '_shipping_address_1', '123, streat'),
(19289, 2207, '_shipping_address_2', ''),
(19290, 2207, '_shipping_city', 'asdfa'),
(19291, 2207, '_shipping_state', 'DL'),
(19292, 2207, '_shipping_postcode', '110011'),
(19293, 2207, '_payment_method', 'bacs'),
(19294, 2207, '_payment_method_title', 'Direct Bank Transfer'),
(19295, 2207, '_cart_discount', '0'),
(19296, 2207, '_cart_discount_tax', '0'),
(19297, 2207, '_order_tax', '0'),
(19298, 2207, '_order_shipping_tax', '0'),
(19299, 2207, '_order_total', '297.00'),
(19300, 2207, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(19301, 2207, '_recorded_sales', 'yes'),
(19302, 2208, '_order_key', 'wc_order_55794ebd86642'),
(19303, 2208, '_order_currency', 'GBP'),
(19304, 2208, '_prices_include_tax', 'no'),
(19305, 2208, '_customer_ip_address', '82.202.109.53'),
(19306, 2208, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36'),
(19307, 2208, '_customer_user', '255'),
(19308, 2208, '_created_via', 'checkout'),
(19309, 2208, '_order_version', '2.3.8'),
(19310, 2208, '_order_shipping', '0'),
(19311, 2208, '_billing_country', 'SK'),
(19312, 2208, '_billing_first_name', 'Al'),
(19313, 2208, '_billing_last_name', 'Ju'),
(19314, 2208, '_billing_company', '4you'),
(19315, 2208, '_billing_address_1', 'Soběhrdy'),
(19316, 2208, '_billing_address_2', '26'),
(19317, 2208, '_billing_city', 'Soběhrdy'),
(19318, 2208, '_billing_state', ''),
(19319, 2208, '_billing_postcode', '25601'),
(19320, 2208, '_billing_email', 'ales.just@seznam.cz'),
(19321, 2208, '_billing_phone', '+420602609166'),
(19322, 2208, '_shipping_country', 'SK'),
(19323, 2208, '_shipping_first_name', 'Al'),
(19324, 2208, '_shipping_last_name', 'Ju'),
(19325, 2208, '_shipping_company', '4you'),
(19326, 2208, '_shipping_address_1', 'Soběhrdy'),
(19327, 2208, '_shipping_address_2', '26'),
(19328, 2208, '_shipping_city', 'Soběhrdy'),
(19329, 2208, '_shipping_state', ''),
(19330, 2208, '_shipping_postcode', '25601'),
(19331, 2208, '_payment_method', 'bacs'),
(19332, 2208, '_payment_method_title', 'Direct Bank Transfer'),
(19333, 2208, '_cart_discount', '0'),
(19334, 2208, '_cart_discount_tax', '0'),
(19335, 2208, '_order_tax', '0'),
(19336, 2208, '_order_shipping_tax', '0'),
(19337, 2208, '_order_total', '298.00'),
(19338, 2208, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(19339, 2208, '_recorded_sales', 'yes'),
(19340, 2209, '_order_key', 'wc_order_557dfcca96363'),
(19341, 2209, '_order_currency', 'GBP'),
(19342, 2209, '_prices_include_tax', 'no'),
(19343, 2209, '_customer_ip_address', '41.189.162.8'),
(19344, 2209, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36'),
(19345, 2209, '_customer_user', '260'),
(19346, 2209, '_created_via', 'checkout'),
(19347, 2209, '_order_version', '2.3.8'),
(19348, 2209, '_order_shipping', '0'),
(19349, 2209, '_billing_country', 'GH'),
(19350, 2209, '_billing_first_name', 'aaaa'),
(19351, 2209, '_billing_last_name', 'sssss'),
(19352, 2209, '_billing_company', 'asasas'),
(19353, 2209, '_billing_address_1', 'asssassssf li88'),
(19354, 2209, '_billing_address_2', ''),
(19355, 2209, '_billing_city', 'aaaaa'),
(19356, 2209, '_billing_state', 'asddddd'),
(19357, 2209, '_billing_postcode', '23321'),
(19358, 2209, '_billing_email', 'adasfsfd@yahoo.com'),
(19359, 2209, '_billing_phone', '44551214785'),
(19360, 2209, '_shipping_country', 'GH'),
(19361, 2209, '_shipping_first_name', 'aaaa'),
(19362, 2209, '_shipping_last_name', 'sssss'),
(19363, 2209, '_shipping_company', 'asasas'),
(19364, 2209, '_shipping_address_1', 'asssassssf li88'),
(19365, 2209, '_shipping_address_2', ''),
(19366, 2209, '_shipping_city', 'aaaaa'),
(19367, 2209, '_shipping_state', 'asddddd'),
(19368, 2209, '_shipping_postcode', '23321'),
(19369, 2209, '_payment_method', 'bacs'),
(19370, 2209, '_payment_method_title', 'Direct Bank Transfer'),
(19371, 2209, '_cart_discount', '0'),
(19372, 2209, '_cart_discount_tax', '0'),
(19373, 2209, '_order_tax', '0'),
(19374, 2209, '_order_shipping_tax', '0'),
(19375, 2209, '_order_total', '1999.00'),
(19376, 2209, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(19377, 2209, '_recorded_sales', 'yes'),
(20039, 333, 'page_content', 'page_ct'),
(20040, 333, 'order_by_ct', 'post-date'),
(21085, 2569, '_edit_lock', '1449887795:346'),
(21086, 17, '_edit_lock', '1510735266:64520'),
(21087, 2569, '_edit_last', '346'),
(21088, 2569, '_product_attributes', 'a:2:{s:4:"seat";a:6:{s:4:"name";s:4:"Seat";s:5:"value";s:28:"Standard Ticket | VIP Ticket";s:8:"position";s:1:"0";s:10:"is_visible";i:0;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}s:4:"door";a:6:{s:4:"name";s:4:"Door";s:5:"value";s:14:"Standard | VIP";s:8:"position";s:1:"1";s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:0;}}'),
(21089, 2569, '_visibility', 'visible'),
(21090, 2569, '_stock_status', 'instock'),
(21091, 2569, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(21092, 2569, 'total_sales', '4'),
(21093, 2569, '_downloadable', 'no'),
(21094, 2569, '_virtual', 'no'),
(21095, 2569, '_regular_price', '54'),
(21096, 2569, '_sale_price', ''),
(21097, 2569, '_purchase_note', ''),
(21098, 2569, '_featured', 'no'),
(21099, 2569, '_weight', ''),
(21100, 2569, '_length', ''),
(21101, 2569, '_width', ''),
(21102, 2569, '_height', ''),
(21103, 2569, '_sku', '1235'),
(21104, 2569, '_sale_price_dates_from', ''),
(21105, 2569, '_sale_price_dates_to', ''),
(21106, 2569, '_price', '54'),
(21107, 2569, '_sold_individually', ''),
(21108, 2569, '_manage_stock', 'no'),
(21109, 2569, '_backorders', 'no'),
(21110, 2569, '_stock', ''),
(21111, 2569, '_upsell_ids', 'a:0:{}'),
(21112, 2569, '_crosssell_ids', 'a:0:{}'),
(21113, 2569, '_product_image_gallery', '2568'),
(21114, 2569, 'product-sidebar', '0'),
(21115, 2569, 'product-ctpadding', 'on'),
(21116, 2569, 'slide_template', 'default'),
(22560, 723, '_edit_lock', '1449294642:450'),
(22561, 723, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(22562, 723, '_upsell_ids', 'a:0:{}'),
(22563, 723, '_crosssell_ids', 'a:0:{}'),
(22564, 753, '_manage_stock', 'no'),
(22565, 753, '_stock_status', 'instock'),
(22566, 754, '_manage_stock', 'no'),
(22567, 754, '_stock_status', 'instock'),
(22574, 716, '_edit_lock', '1449562042:346'),
(22580, 716, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(22581, 716, '_upsell_ids', 'a:0:{}'),
(22582, 716, '_crosssell_ids', 'a:0:{}'),
(22583, 707, '_edit_lock', '1434514323:261'),
(22593, 707, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(22594, 707, '_upsell_ids', 'a:0:{}'),
(22595, 707, '_crosssell_ids', 'a:0:{}'),
(22601, 704, '_upsell_ids', 'a:0:{}'),
(22602, 704, '_crosssell_ids', 'a:0:{}'),
(22608, 700, '_upsell_ids', 'a:0:{}'),
(22609, 700, '_crosssell_ids', 'a:0:{}'),
(22617, 697, '_upsell_ids', 'a:0:{}'),
(22618, 697, '_crosssell_ids', 'a:0:{}'),
(23361, 2742, '_order_key', 'wc_order_558d505ac63ad'),
(23362, 2742, '_order_currency', 'GBP'),
(23363, 2742, '_prices_include_tax', 'no'),
(23364, 2742, '_customer_ip_address', '194.9.242.240'),
(23365, 2742, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36'),
(23366, 2742, '_customer_user', '0'),
(23367, 2742, '_created_via', 'checkout'),
(23368, 2742, '_order_version', '2.3.11'),
(23369, 2742, '_order_shipping', '0'),
(23370, 2742, '_billing_country', 'IE'),
(23371, 2742, '_billing_first_name', 'Damien'),
(23372, 2742, '_billing_last_name', 'Davis'),
(23373, 2742, '_billing_company', ''),
(23374, 2742, '_billing_address_1', 'gbrrhrth'),
(23375, 2742, '_billing_address_2', ''),
(23376, 2742, '_billing_city', 'rthtrhtr'),
(23377, 2742, '_billing_state', 'rtehthrtrh'),
(23378, 2742, '_billing_postcode', '0000'),
(23379, 2742, '_billing_email', 'davisdamodavis2@gmail.com'),
(23380, 2742, '_billing_phone', '+353877777711'),
(23381, 2742, '_shipping_country', 'IE'),
(23382, 2742, '_shipping_first_name', 'Damien'),
(23383, 2742, '_shipping_last_name', 'Davis'),
(23384, 2742, '_shipping_company', ''),
(23385, 2742, '_shipping_address_1', 'gbrrhrth'),
(23386, 2742, '_shipping_address_2', ''),
(23387, 2742, '_shipping_city', 'rthtrhtr'),
(23388, 2742, '_shipping_state', 'rtehthrtrh'),
(23389, 2742, '_shipping_postcode', '0000'),
(23390, 2742, '_payment_method', 'paypal'),
(23391, 2742, '_payment_method_title', 'PayPal'),
(23392, 2742, '_cart_discount', '0'),
(23393, 2742, '_cart_discount_tax', '0'),
(23394, 2742, '_order_tax', '0'),
(23395, 2742, '_order_shipping_tax', '0'),
(23396, 2742, '_order_total', '35.00'),
(23397, 2743, '_order_key', 'wc_order_5591287301994'),
(23398, 2743, '_order_currency', 'GBP'),
(23399, 2743, '_prices_include_tax', 'no'),
(23400, 2743, '_customer_ip_address', '110.39.100.212'),
(23401, 2743, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36'),
(23402, 2743, '_customer_user', '0'),
(23403, 2743, '_created_via', 'checkout'),
(23404, 2743, '_order_version', '2.3.11'),
(23405, 2743, '_order_shipping', '0'),
(23406, 2743, '_billing_country', 'PK'),
(23407, 2743, '_billing_first_name', 'Hashim'),
(23408, 2743, '_billing_last_name', 'Farooqi'),
(23409, 2743, '_billing_company', 'GWS'),
(23410, 2743, '_billing_address_1', 'Cantt Area'),
(23411, 2743, '_billing_address_2', ''),
(23412, 2743, '_billing_city', 'LAHORE'),
(23413, 2743, '_billing_state', 'PUNJAB'),
(23414, 2743, '_billing_postcode', '54000'),
(23415, 2743, '_billing_email', 'hashim_farooqui@hotmail.com'),
(23416, 2743, '_billing_phone', '+923454755472'),
(23417, 2743, '_shipping_country', 'PK'),
(23418, 2743, '_shipping_first_name', 'Hashim'),
(23419, 2743, '_shipping_last_name', 'Farooqi'),
(23420, 2743, '_shipping_company', 'GWS'),
(23421, 2743, '_shipping_address_1', 'House E-927, Street 8, Block E, Link Road 4, Nishat Colony'),
(23422, 2743, '_shipping_address_2', ''),
(23423, 2743, '_shipping_city', 'LAHORE'),
(23424, 2743, '_shipping_state', 'PUNJAB'),
(23425, 2743, '_shipping_postcode', '54000'),
(23426, 2743, '_payment_method', 'bacs'),
(23427, 2743, '_payment_method_title', 'Direct Bank Transfer'),
(23428, 2743, '_cart_discount', '0'),
(23429, 2743, '_cart_discount_tax', '0'),
(23430, 2743, '_order_tax', '0'),
(23431, 2743, '_order_shipping_tax', '0'),
(23432, 2743, '_order_total', '1999.00'),
(23433, 2743, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(23434, 2743, '_recorded_sales', 'yes'),
(23435, 2744, '_order_key', 'wc_order_559454607c7e7'),
(23436, 2744, '_order_currency', 'GBP'),
(23437, 2744, '_prices_include_tax', 'no'),
(23438, 2744, '_customer_ip_address', '10.9.19.144'),
(23439, 2744, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36'),
(23440, 2744, '_customer_user', '273'),
(23441, 2744, '_created_via', 'checkout'),
(23442, 2744, '_order_version', '2.3.11'),
(23443, 2744, '_order_shipping', '0'),
(23444, 2744, '_billing_country', 'BR'),
(23445, 2744, '_billing_first_name', 'ednaldo'),
(23446, 2744, '_billing_last_name', 'ramos'),
(23447, 2744, '_billing_company', ''),
(23448, 2744, '_billing_address_1', 'rua das ppaineiras'),
(23449, 2744, '_billing_address_2', 'apt 506'),
(23450, 2744, '_billing_city', 'brasilia'),
(23451, 2744, '_billing_state', 'DF'),
(23452, 2744, '_billing_postcode', '91929180'),
(23453, 2744, '_billing_email', 'ednaldor@gmail.com'),
(23454, 2744, '_billing_phone', '32156486789'),
(23455, 2744, '_shipping_country', 'BR'),
(23456, 2744, '_shipping_first_name', 'ednaldo'),
(23457, 2744, '_shipping_last_name', 'ramos'),
(23458, 2744, '_shipping_company', ''),
(23459, 2744, '_shipping_address_1', 'rua das paineiras 7'),
(23460, 2744, '_shipping_address_2', 'ed la belle maison'),
(23461, 2744, '_shipping_city', 'brasilia'),
(23462, 2744, '_shipping_state', 'DF'),
(23463, 2744, '_shipping_postcode', '71929180'),
(23464, 2744, '_payment_method', 'bacs'),
(23465, 2744, '_payment_method_title', 'Direct Bank Transfer'),
(23466, 2744, '_cart_discount', '0'),
(23467, 2744, '_cart_discount_tax', '0'),
(23468, 2744, '_order_tax', '0'),
(23469, 2744, '_order_shipping_tax', '0'),
(23470, 2744, '_order_total', '54.00'),
(23471, 2744, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(23472, 2744, '_recorded_sales', 'yes'),
(23479, 2750, '_order_key', 'wc_order_55998304aaac5'),
(23480, 2750, '_order_currency', 'GBP'),
(23481, 2750, '_prices_include_tax', 'no'),
(23482, 2750, '_customer_ip_address', '2.187.67.34'),
(23483, 2750, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(23484, 2750, '_customer_user', '0'),
(23485, 2750, '_created_via', 'checkout'),
(23486, 2750, '_order_version', '2.3.11'),
(23487, 2750, '_order_shipping', '0'),
(23488, 2750, '_billing_country', 'IR'),
(23489, 2750, '_billing_first_name', 'sis'),
(23490, 2750, '_billing_last_name', 'coman'),
(23491, 2750, '_billing_company', ''),
(23492, 2750, '_billing_address_1', 'بلابلابلابل'),
(23493, 2750, '_billing_address_2', 'بلالبابلا'),
(23494, 2750, '_billing_city', 'بلا'),
(23495, 2750, '_billing_state', 'THR'),
(23496, 2750, '_billing_postcode', '1234567891'),
(23497, 2750, '_billing_email', 'asdfghj@sdjfgsk.com'),
(23498, 2750, '_billing_phone', '752757'),
(23499, 2750, '_shipping_country', 'IR'),
(23500, 2750, '_shipping_first_name', 'sis'),
(23501, 2750, '_shipping_last_name', 'coman'),
(23502, 2750, '_shipping_company', ''),
(23503, 2750, '_shipping_address_1', 'بلابلابلابل'),
(23504, 2750, '_shipping_address_2', 'بلالبابلا'),
(23505, 2750, '_shipping_city', 'بلا'),
(23506, 2750, '_shipping_state', 'THR'),
(23507, 2750, '_shipping_postcode', '1234567891'),
(23508, 2750, '_payment_method', 'cheque'),
(23509, 2750, '_payment_method_title', 'Cheque Payment'),
(23510, 2750, '_cart_discount', '0'),
(23511, 2750, '_cart_discount_tax', '0'),
(23512, 2750, '_order_tax', '0'),
(23513, 2750, '_order_shipping_tax', '0'),
(23514, 2750, '_order_total', '54.00'),
(23515, 2750, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(23516, 2750, '_recorded_sales', 'yes'),
(23517, 2751, '_order_key', 'wc_order_559a9248de3cd'),
(23518, 2751, '_order_currency', 'GBP'),
(23519, 2751, '_prices_include_tax', 'no'),
(23520, 2751, '_customer_ip_address', '74.15.17.252'),
(23521, 2751, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36'),
(23522, 2751, '_customer_user', '0'),
(23523, 2751, '_created_via', 'checkout'),
(23524, 2751, '_order_version', '2.3.11'),
(23525, 2751, '_order_shipping', '0'),
(23526, 2751, '_billing_country', 'CA'),
(23527, 2751, '_billing_first_name', 'Bruno'),
(23528, 2751, '_billing_last_name', 'Latulippe'),
(23529, 2751, '_billing_company', ''),
(23530, 2751, '_billing_address_1', '995, de Charente'),
(23531, 2751, '_billing_address_2', '12, roy'),
(23532, 2751, '_billing_city', 'Québec'),
(23533, 2751, '_billing_state', 'QC'),
(23534, 2751, '_billing_postcode', 'G1G 2W6'),
(23535, 2751, '_billing_email', 'bruno.latulippe@hotmail.ca'),
(23536, 2751, '_billing_phone', '4189071467'),
(23537, 2751, '_shipping_country', 'CA'),
(23538, 2751, '_shipping_first_name', 'Bruno'),
(23539, 2751, '_shipping_last_name', 'Latulippe'),
(23540, 2751, '_shipping_company', ''),
(23541, 2751, '_shipping_address_1', '995, de Charente'),
(23542, 2751, '_shipping_address_2', ''),
(23543, 2751, '_shipping_city', 'Québec'),
(23544, 2751, '_shipping_state', 'QC'),
(23545, 2751, '_shipping_postcode', 'G1G 2W6'),
(23546, 2751, '_payment_method', 'paypal'),
(23547, 2751, '_payment_method_title', 'PayPal'),
(23548, 2751, '_cart_discount', '0'),
(23549, 2751, '_cart_discount_tax', '0'),
(23550, 2751, '_order_tax', '0'),
(23551, 2751, '_order_shipping_tax', '0'),
(23552, 2751, '_order_total', '19.00'),
(23553, 2752, '_order_key', 'wc_order_559e7b2f22132'),
(23554, 2752, '_order_currency', 'GBP'),
(23555, 2752, '_prices_include_tax', 'no'),
(23556, 2752, '_customer_ip_address', '174.92.38.150'),
(23557, 2752, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36'),
(23558, 2752, '_customer_user', '0'),
(23559, 2752, '_created_via', 'checkout'),
(23560, 2752, '_order_version', '2.3.13'),
(23561, 2752, '_order_shipping', '0'),
(23562, 2752, '_billing_country', 'CA'),
(23563, 2752, '_billing_first_name', 'Bruno'),
(23564, 2752, '_billing_last_name', 'Latulippe'),
(23565, 2752, '_billing_company', ''),
(23566, 2752, '_billing_address_1', '995, de Charente'),
(23567, 2752, '_billing_address_2', '12, roy'),
(23568, 2752, '_billing_city', 'Québec'),
(23569, 2752, '_billing_state', 'QC'),
(23570, 2752, '_billing_postcode', 'G1G 2W6'),
(23571, 2752, '_billing_email', 'bruno.latulippe@hotmail.ca'),
(23572, 2752, '_billing_phone', '4189071467'),
(23573, 2752, '_shipping_country', 'CA'),
(23574, 2752, '_shipping_first_name', 'Bruno'),
(23575, 2752, '_shipping_last_name', 'Latulippe'),
(23576, 2752, '_shipping_company', ''),
(23577, 2752, '_shipping_address_1', '995, de Charente'),
(23578, 2752, '_shipping_address_2', ''),
(23579, 2752, '_shipping_city', 'Québec'),
(23580, 2752, '_shipping_state', 'QC'),
(23581, 2752, '_shipping_postcode', 'G1G 2W6'),
(23582, 2752, '_payment_method', 'paypal'),
(23583, 2752, '_payment_method_title', 'PayPal'),
(23584, 2752, '_cart_discount', '0'),
(23585, 2752, '_cart_discount_tax', '0'),
(23586, 2752, '_order_tax', '0'),
(23587, 2752, '_order_shipping_tax', '0'),
(23588, 2752, '_order_total', '49.00'),
(23589, 2753, '_order_key', 'wc_order_55a048ce98c74'),
(23590, 2753, '_order_currency', 'GBP'),
(23591, 2753, '_prices_include_tax', 'no'),
(23592, 2753, '_customer_ip_address', '201.78.145.100'),
(23593, 2753, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36'),
(23594, 2753, '_customer_user', '0'),
(23595, 2753, '_created_via', 'checkout'),
(23596, 2753, '_order_version', '2.3.13'),
(23597, 2753, '_order_shipping', '0'),
(23598, 2753, '_billing_country', 'BR'),
(23599, 2753, '_billing_first_name', 'f'),
(23600, 2753, '_billing_last_name', 'f'),
(23601, 2753, '_billing_company', 'ff'),
(23602, 2753, '_billing_address_1', 'swdfsqdf'),
(23603, 2753, '_billing_address_2', ''),
(23604, 2753, '_billing_city', 'sfasf'),
(23605, 2753, '_billing_state', 'AC'),
(23606, 2753, '_billing_postcode', '29101405'),
(23607, 2753, '_billing_email', 'filipeahnert@gmail.com'),
(23608, 2753, '_billing_phone', '981180144'),
(23609, 2753, '_shipping_country', 'BR'),
(23610, 2753, '_shipping_first_name', 'f'),
(23611, 2753, '_shipping_last_name', 'f'),
(23612, 2753, '_shipping_company', 'ff'),
(23613, 2753, '_shipping_address_1', 'swdfsqdf'),
(23614, 2753, '_shipping_address_2', ''),
(23615, 2753, '_shipping_city', 'sfasf'),
(23616, 2753, '_shipping_state', 'AC'),
(23617, 2753, '_shipping_postcode', '29101405'),
(23618, 2753, '_payment_method', 'bacs'),
(23619, 2753, '_payment_method_title', 'Direct Bank Transfer'),
(23620, 2753, '_cart_discount', '0'),
(23621, 2753, '_cart_discount_tax', '0'),
(23622, 2753, '_order_tax', '0'),
(23623, 2753, '_order_shipping_tax', '0'),
(23624, 2753, '_order_total', '1999.00'),
(23625, 2753, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(23626, 2753, '_recorded_sales', 'yes'),
(23633, 2756, '_order_key', 'wc_order_55ae8b8a169ea'),
(23634, 2756, '_order_currency', 'GBP'),
(23635, 2756, '_prices_include_tax', 'no'),
(23636, 2756, '_customer_ip_address', '179.186.195.216'),
(23637, 2756, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36'),
(23638, 2756, '_customer_user', '290'),
(23639, 2756, '_created_via', 'checkout'),
(23640, 2756, '_order_version', '2.3.13'),
(23641, 2756, '_order_shipping', '0'),
(23642, 2756, '_billing_country', 'BR'),
(23643, 2756, '_billing_first_name', 'jef'),
(23644, 2756, '_billing_last_name', 'teste'),
(23645, 2756, '_billing_company', ''),
(23646, 2756, '_billing_address_1', 'teste'),
(23647, 2756, '_billing_address_2', ''),
(23648, 2756, '_billing_city', 'teste'),
(23649, 2756, '_billing_state', 'SC'),
(23650, 2756, '_billing_postcode', '88508-320'),
(23651, 2756, '_billing_email', 'contato@jetasites.com.br'),
(23652, 2756, '_billing_phone', '6666666'),
(23653, 2756, '_shipping_country', 'BR'),
(23654, 2756, '_shipping_first_name', 'teste'),
(23655, 2756, '_shipping_last_name', 'teste'),
(23656, 2756, '_shipping_company', ''),
(23657, 2756, '_shipping_address_1', 'teste'),
(23658, 2756, '_shipping_address_2', ''),
(23659, 2756, '_shipping_city', 'lages'),
(23660, 2756, '_shipping_state', 'SC'),
(23661, 2756, '_shipping_postcode', '88508320'),
(23662, 2756, '_payment_method', 'paypal'),
(23663, 2756, '_payment_method_title', 'PayPal'),
(23664, 2756, '_cart_discount', '0'),
(23665, 2756, '_cart_discount_tax', '0'),
(23666, 2756, '_order_tax', '0'),
(23667, 2756, '_order_shipping_tax', '0'),
(23668, 2756, '_order_total', '1999.00'),
(23669, 2757, '_order_key', 'wc_order_55ae8c21171f8'),
(23670, 2757, '_order_currency', 'GBP'),
(23671, 2757, '_prices_include_tax', 'no'),
(23672, 2757, '_customer_ip_address', '179.186.195.216'),
(23673, 2757, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36'),
(23674, 2757, '_customer_user', '290'),
(23675, 2757, '_created_via', 'checkout'),
(23676, 2757, '_order_version', '2.3.13'),
(23677, 2757, '_order_shipping', '0'),
(23678, 2757, '_billing_country', 'BR'),
(23679, 2757, '_billing_first_name', 'jef'),
(23680, 2757, '_billing_last_name', 'teste'),
(23681, 2757, '_billing_company', ''),
(23682, 2757, '_billing_address_1', 'teste'),
(23683, 2757, '_billing_address_2', ''),
(23684, 2757, '_billing_city', 'teste'),
(23685, 2757, '_billing_state', 'SC'),
(23686, 2757, '_billing_postcode', '88508-320'),
(23687, 2757, '_billing_email', 'contato@jetasites.com.br'),
(23688, 2757, '_billing_phone', '6666666'),
(23689, 2757, '_shipping_country', 'BR'),
(23690, 2757, '_shipping_first_name', 'teste'),
(23691, 2757, '_shipping_last_name', 'teste'),
(23692, 2757, '_shipping_company', ''),
(23693, 2757, '_shipping_address_1', 'teste'),
(23694, 2757, '_shipping_address_2', ''),
(23695, 2757, '_shipping_city', 'lages'),
(23696, 2757, '_shipping_state', 'SC'),
(23697, 2757, '_shipping_postcode', '88508320'),
(23698, 2757, '_payment_method', 'bacs'),
(23699, 2757, '_payment_method_title', 'Direct Bank Transfer'),
(23700, 2757, '_cart_discount', '0'),
(23701, 2757, '_cart_discount_tax', '0'),
(23702, 2757, '_order_tax', '0'),
(23703, 2757, '_order_shipping_tax', '0'),
(23704, 2757, '_order_total', '1999.00'),
(23705, 2757, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(23706, 2757, '_recorded_sales', 'yes'),
(23707, 2759, '_order_key', 'wc_order_55af5ab232080'),
(23708, 2759, '_order_currency', 'GBP'),
(23709, 2759, '_prices_include_tax', 'no'),
(23710, 2759, '_customer_ip_address', '80.95.124.57'),
(23711, 2759, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36 OPR/30.0.1835.125'),
(23712, 2759, '_customer_user', '291'),
(23713, 2759, '_created_via', 'checkout'),
(23714, 2759, '_order_version', '2.3.13'),
(23715, 2759, '_order_shipping', '0'),
(23716, 2759, '_billing_country', 'CZ'),
(23717, 2759, '_billing_first_name', 'Alex'),
(23718, 2759, '_billing_last_name', 'Mir'),
(23719, 2759, '_billing_company', ''),
(23720, 2759, '_billing_address_1', 'Neveklovice 44'),
(23721, 2759, '_billing_address_2', ''),
(23722, 2759, '_billing_city', 'Mohelnice nad Jizerou'),
(23723, 2759, '_billing_state', ''),
(23724, 2759, '_billing_postcode', '29413'),
(23725, 2759, '_billing_email', 'alexmail34@gmail.com'),
(23726, 2759, '_billing_phone', '777777777'),
(23727, 2759, '_shipping_country', 'CZ'),
(23728, 2759, '_shipping_first_name', 'Alex'),
(23729, 2759, '_shipping_last_name', 'Mir'),
(23730, 2759, '_shipping_company', ''),
(23731, 2759, '_shipping_address_1', 'Neveklovice 44'),
(23732, 2759, '_shipping_address_2', ''),
(23733, 2759, '_shipping_city', 'Mohelnice nad Jizerou'),
(23734, 2759, '_shipping_state', ''),
(23735, 2759, '_shipping_postcode', '29413'),
(23736, 2759, '_payment_method', 'bacs');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(23737, 2759, '_payment_method_title', 'Direct Bank Transfer'),
(23738, 2759, '_cart_discount', '0'),
(23739, 2759, '_cart_discount_tax', '0'),
(23740, 2759, '_order_tax', '0'),
(23741, 2759, '_order_shipping_tax', '0'),
(23742, 2759, '_order_total', '1999.00'),
(23743, 2759, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(23744, 2759, '_recorded_sales', 'yes'),
(24197, 2781, '_order_key', 'wc_order_55b8f48558d1b'),
(24198, 2781, '_order_currency', 'GBP'),
(24199, 2781, '_prices_include_tax', 'no'),
(24200, 2781, '_customer_ip_address', '103.242.219.15'),
(24201, 2781, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36 OPR/30.0.1835.125'),
(24202, 2781, '_customer_user', '0'),
(24203, 2781, '_created_via', 'checkout'),
(24204, 2781, '_order_version', '2.3.13'),
(24205, 2781, '_order_shipping', '0'),
(24206, 2781, '_billing_country', 'BD'),
(24207, 2781, '_billing_first_name', 'test'),
(24208, 2781, '_billing_last_name', 'test'),
(24209, 2781, '_billing_company', 'test'),
(24210, 2781, '_billing_address_1', 'test, dhaka, bangladesh'),
(24211, 2781, '_billing_address_2', ''),
(24212, 2781, '_billing_city', 'dhaka'),
(24213, 2781, '_billing_state', 'DHA'),
(24214, 2781, '_billing_postcode', '1205'),
(24215, 2781, '_billing_email', 'mshsarwar@gmail.com'),
(24216, 2781, '_billing_phone', '1234567891'),
(24217, 2781, '_shipping_country', 'BD'),
(24218, 2781, '_shipping_first_name', 'test'),
(24219, 2781, '_shipping_last_name', 'test'),
(24220, 2781, '_shipping_company', 'test'),
(24221, 2781, '_shipping_address_1', 'test, dhaka, bangladesh'),
(24222, 2781, '_shipping_address_2', ''),
(24223, 2781, '_shipping_city', 'dhaka'),
(24224, 2781, '_shipping_state', 'DHA'),
(24225, 2781, '_shipping_postcode', '1205'),
(24226, 2781, '_payment_method', 'cheque'),
(24227, 2781, '_payment_method_title', 'Cheque Payment'),
(24228, 2781, '_cart_discount', '0'),
(24229, 2781, '_cart_discount_tax', '0'),
(24230, 2781, '_order_tax', '0'),
(24231, 2781, '_order_shipping_tax', '0'),
(24232, 2781, '_order_total', '149.00'),
(24233, 2781, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(24234, 2781, '_recorded_sales', 'yes'),
(24235, 2782, '_order_key', 'wc_order_55b8fc49e9b4f'),
(24236, 2782, '_order_currency', 'GBP'),
(24237, 2782, '_prices_include_tax', 'no'),
(24238, 2782, '_customer_ip_address', '103.242.219.15'),
(24239, 2782, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36 OPR/30.0.1835.125'),
(24240, 2782, '_customer_user', '0'),
(24241, 2782, '_created_via', 'checkout'),
(24242, 2782, '_order_version', '2.3.13'),
(24243, 2782, '_order_shipping', '0'),
(24244, 2782, '_billing_country', 'BD'),
(24245, 2782, '_billing_first_name', 'test'),
(24246, 2782, '_billing_last_name', 'test'),
(24247, 2782, '_billing_company', 'test'),
(24248, 2782, '_billing_address_1', 'test, dhaka, bangladesh'),
(24249, 2782, '_billing_address_2', ''),
(24250, 2782, '_billing_city', 'dhaka'),
(24251, 2782, '_billing_state', 'DHA'),
(24252, 2782, '_billing_postcode', '1205'),
(24253, 2782, '_billing_email', 'mshsarwar@gmail.com'),
(24254, 2782, '_billing_phone', '1234567891'),
(24255, 2782, '_shipping_country', 'BD'),
(24256, 2782, '_shipping_first_name', 'test'),
(24257, 2782, '_shipping_last_name', 'test'),
(24258, 2782, '_shipping_company', 'test'),
(24259, 2782, '_shipping_address_1', 'test, dhaka, bangladesh'),
(24260, 2782, '_shipping_address_2', ''),
(24261, 2782, '_shipping_city', 'dhaka'),
(24262, 2782, '_shipping_state', 'DHA'),
(24263, 2782, '_shipping_postcode', '1205'),
(24264, 2782, '_payment_method', 'cheque'),
(24265, 2782, '_payment_method_title', 'Cheque Payment'),
(24266, 2782, '_cart_discount', '0'),
(24267, 2782, '_cart_discount_tax', '0'),
(24268, 2782, '_order_tax', '0'),
(24269, 2782, '_order_shipping_tax', '0'),
(24270, 2782, '_order_total', '1999.00'),
(24271, 2782, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(24272, 2782, '_recorded_sales', 'yes'),
(24501, 24, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(24503, 1204, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(24524, 2794, '_order_key', 'wc_order_55badb1c9a50c'),
(24525, 2794, '_order_currency', 'GBP'),
(24526, 2794, '_prices_include_tax', 'no'),
(24527, 2794, '_customer_ip_address', '96.49.194.127'),
(24528, 2794, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0'),
(24529, 2794, '_customer_user', '0'),
(24530, 2794, '_created_via', 'checkout'),
(24531, 2794, '_order_version', '2.3.13'),
(24532, 2794, '_order_shipping', '0'),
(24533, 2794, '_billing_country', 'UA'),
(24534, 2794, '_billing_first_name', 'm'),
(24535, 2794, '_billing_last_name', 'm'),
(24536, 2794, '_billing_company', ''),
(24537, 2794, '_billing_address_1', '1235'),
(24538, 2794, '_billing_address_2', ''),
(24539, 2794, '_billing_city', 'winnipeg'),
(24540, 2794, '_billing_state', 'canada'),
(24541, 2794, '_billing_postcode', 'R3C1Y6'),
(24542, 2794, '_billing_email', 'i_visualist@hotmail.com'),
(24543, 2794, '_billing_phone', '6045875555'),
(24544, 2794, '_shipping_country', 'UA'),
(24545, 2794, '_shipping_first_name', 'm'),
(24546, 2794, '_shipping_last_name', 'm'),
(24547, 2794, '_shipping_company', ''),
(24548, 2794, '_shipping_address_1', '1235'),
(24549, 2794, '_shipping_address_2', ''),
(24550, 2794, '_shipping_city', 'winnipeg'),
(24551, 2794, '_shipping_state', 'canada'),
(24552, 2794, '_shipping_postcode', 'R3C1Y6'),
(24553, 2794, '_payment_method', 'bacs'),
(24554, 2794, '_payment_method_title', 'Direct Bank Transfer'),
(24555, 2794, '_cart_discount', '0'),
(24556, 2794, '_cart_discount_tax', '0'),
(24557, 2794, '_order_tax', '0'),
(24558, 2794, '_order_shipping_tax', '0'),
(24559, 2794, '_order_total', '1999.00'),
(24560, 2794, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(24561, 2794, '_recorded_sales', 'yes'),
(24562, 2796, '_order_key', 'wc_order_55bb33cb03d28'),
(24563, 2796, '_order_currency', 'GBP'),
(24564, 2796, '_prices_include_tax', 'no'),
(24565, 2796, '_customer_ip_address', '103.242.219.15'),
(24566, 2796, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36'),
(24567, 2796, '_customer_user', '0'),
(24568, 2796, '_created_via', 'checkout'),
(24569, 2796, '_order_version', '2.3.13'),
(24570, 2796, '_order_shipping', '0'),
(24571, 2796, '_billing_country', 'BD'),
(24572, 2796, '_billing_first_name', 'test'),
(24573, 2796, '_billing_last_name', 'test'),
(24574, 2796, '_billing_company', ''),
(24575, 2796, '_billing_address_1', 'ytessgd sdgzg'),
(24576, 2796, '_billing_address_2', ''),
(24577, 2796, '_billing_city', 'dhaka'),
(24578, 2796, '_billing_state', 'DHA'),
(24579, 2796, '_billing_postcode', '1207'),
(24580, 2796, '_billing_email', 'test@test.com'),
(24581, 2796, '_billing_phone', '01715412258'),
(24582, 2796, '_shipping_country', 'BD'),
(24583, 2796, '_shipping_first_name', 'test'),
(24584, 2796, '_shipping_last_name', 'test'),
(24585, 2796, '_shipping_company', ''),
(24586, 2796, '_shipping_address_1', 'ytessgd sdgzg'),
(24587, 2796, '_shipping_address_2', ''),
(24588, 2796, '_shipping_city', 'dhaka'),
(24589, 2796, '_shipping_state', 'DHA'),
(24590, 2796, '_shipping_postcode', '1207'),
(24591, 2796, '_payment_method', 'bacs'),
(24592, 2796, '_payment_method_title', 'Direct Bank Transfer'),
(24593, 2796, '_cart_discount', '0'),
(24594, 2796, '_cart_discount_tax', '0'),
(24595, 2796, '_order_tax', '0'),
(24596, 2796, '_order_shipping_tax', '0'),
(24597, 2796, '_order_total', '35.00'),
(24598, 2796, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(24599, 2796, '_recorded_sales', 'yes'),
(24866, 2856, '_order_key', 'wc_order_55bc90c4a0c23'),
(24867, 2856, '_order_currency', 'GBP'),
(24868, 2856, '_prices_include_tax', 'no'),
(24869, 2856, '_customer_ip_address', '180.215.50.19'),
(24870, 2856, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.15 Safari/537.36'),
(24871, 2856, '_customer_user', '348'),
(24872, 2856, '_created_via', 'checkout'),
(24873, 2856, '_order_version', '2.3.13'),
(24874, 2856, '_order_shipping', '0'),
(24875, 2856, '_billing_country', 'IN'),
(24876, 2856, '_billing_first_name', 'nagaraj'),
(24877, 2856, '_billing_last_name', 'bv'),
(24878, 2856, '_billing_company', 'nagaraj'),
(24879, 2856, '_billing_address_1', 'davanger'),
(24880, 2856, '_billing_address_2', 'dacabfer'),
(24881, 2856, '_billing_city', 'dvangere'),
(24882, 2856, '_billing_state', 'KA'),
(24883, 2856, '_billing_postcode', '577002'),
(24884, 2856, '_billing_email', 'nagubv5@gmail.com'),
(24885, 2856, '_billing_phone', '8722558651'),
(24886, 2856, '_shipping_country', 'IN'),
(24887, 2856, '_shipping_first_name', 'nagaraj'),
(24888, 2856, '_shipping_last_name', 'bv'),
(24889, 2856, '_shipping_company', 'nagaraj home'),
(24890, 2856, '_shipping_address_1', 'davangere'),
(24891, 2856, '_shipping_address_2', 'davabgere'),
(24892, 2856, '_shipping_city', 'davangere'),
(24893, 2856, '_shipping_state', 'KA'),
(24894, 2856, '_shipping_postcode', '577002'),
(24895, 2856, '_payment_method', 'bacs'),
(24896, 2856, '_payment_method_title', 'Direct Bank Transfer'),
(24897, 2856, '_cart_discount', '0'),
(24898, 2856, '_cart_discount_tax', '0'),
(24899, 2856, '_order_tax', '0'),
(24900, 2856, '_order_shipping_tax', '0'),
(24901, 2856, '_order_total', '18.00'),
(24902, 2856, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(24903, 2856, '_recorded_sales', 'yes'),
(24904, 2857, '_order_key', 'wc_order_55bd007275c39'),
(24905, 2857, '_order_currency', 'GBP'),
(24906, 2857, '_prices_include_tax', 'no'),
(24907, 2857, '_customer_ip_address', '177.133.193.189'),
(24908, 2857, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36'),
(24909, 2857, '_customer_user', '0'),
(24910, 2857, '_created_via', 'checkout'),
(24911, 2857, '_order_version', '2.3.13'),
(24912, 2857, '_order_shipping', '0'),
(24913, 2857, '_billing_country', 'BR'),
(24914, 2857, '_billing_first_name', 'jef'),
(24915, 2857, '_billing_last_name', 'moraes'),
(24916, 2857, '_billing_company', ''),
(24917, 2857, '_billing_address_1', 'teste'),
(24918, 2857, '_billing_address_2', ''),
(24919, 2857, '_billing_city', 'lages'),
(24920, 2857, '_billing_state', 'SC'),
(24921, 2857, '_billing_postcode', '88508320'),
(24922, 2857, '_billing_email', 'jeferson-apis@bol.com.br'),
(24923, 2857, '_billing_phone', '5555555'),
(24924, 2857, '_shipping_country', 'BR'),
(24925, 2857, '_shipping_first_name', 'jef'),
(24926, 2857, '_shipping_last_name', 'moraes'),
(24927, 2857, '_shipping_company', ''),
(24928, 2857, '_shipping_address_1', 'lages'),
(24929, 2857, '_shipping_address_2', ''),
(24930, 2857, '_shipping_city', 'lages'),
(24931, 2857, '_shipping_state', 'SC'),
(24932, 2857, '_shipping_postcode', '88508320'),
(24933, 2857, '_payment_method', 'bacs'),
(24934, 2857, '_payment_method_title', 'Direct Bank Transfer'),
(24935, 2857, '_cart_discount', '0'),
(24936, 2857, '_cart_discount_tax', '0'),
(24937, 2857, '_order_tax', '0'),
(24938, 2857, '_order_shipping_tax', '0'),
(24939, 2857, '_order_total', '99.00'),
(24940, 2857, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(24941, 2857, '_recorded_sales', 'yes'),
(24942, 2858, '_order_key', 'wc_order_55bfea7119cc8'),
(24943, 2858, '_order_currency', 'GBP'),
(24944, 2858, '_prices_include_tax', 'no'),
(24945, 2858, '_customer_ip_address', '177.140.81.58'),
(24946, 2858, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36'),
(24947, 2858, '_customer_user', '0'),
(24948, 2858, '_created_via', 'checkout'),
(24949, 2858, '_order_version', '2.3.13'),
(24950, 2858, '_order_shipping', '0'),
(24951, 2858, '_billing_country', 'BR'),
(24952, 2858, '_billing_first_name', 'sao paulo'),
(24953, 2858, '_billing_last_name', 'los cruceros'),
(24954, 2858, '_billing_company', 'los cruceros'),
(24955, 2858, '_billing_address_1', 'avenida paulista'),
(24956, 2858, '_billing_address_2', '34'),
(24957, 2858, '_billing_city', 'sao paulo'),
(24958, 2858, '_billing_state', 'SP'),
(24959, 2858, '_billing_postcode', '35464-093'),
(24960, 2858, '_billing_email', 'saopaulo@gmail.com'),
(24961, 2858, '_billing_phone', '9034546067'),
(24962, 2858, '_shipping_country', 'BR'),
(24963, 2858, '_shipping_first_name', 'sao paulo'),
(24964, 2858, '_shipping_last_name', 'los cruceros'),
(24965, 2858, '_shipping_company', 'los cruceros'),
(24966, 2858, '_shipping_address_1', 'avenida paulista'),
(24967, 2858, '_shipping_address_2', '34'),
(24968, 2858, '_shipping_city', 'sao paulo'),
(24969, 2858, '_shipping_state', 'SP'),
(24970, 2858, '_shipping_postcode', '35464-093'),
(24971, 2858, '_payment_method', 'bacs'),
(24972, 2858, '_payment_method_title', 'Direct Bank Transfer'),
(24973, 2858, '_cart_discount', '0'),
(24974, 2858, '_cart_discount_tax', '0'),
(24975, 2858, '_order_tax', '0'),
(24976, 2858, '_order_shipping_tax', '0'),
(24977, 2858, '_order_total', '596.00'),
(24978, 2858, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(24979, 2858, '_recorded_sales', 'yes'),
(24980, 2859, '_order_key', 'wc_order_55bff03c8a636'),
(24981, 2859, '_order_currency', 'GBP'),
(24982, 2859, '_prices_include_tax', 'no'),
(24983, 2859, '_customer_ip_address', '180.246.188.69'),
(24984, 2859, '_customer_user_agent', 'Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.8.0'),
(24985, 2859, '_customer_user', '0'),
(24986, 2859, '_created_via', 'checkout'),
(24987, 2859, '_order_version', '2.3.13'),
(24988, 2859, '_order_shipping', '0'),
(24989, 2859, '_billing_country', 'ID'),
(24990, 2859, '_billing_first_name', 'Nama'),
(24991, 2859, '_billing_last_name', 'Dss'),
(24992, 2859, '_billing_company', ''),
(24993, 2859, '_billing_address_1', 'Jkkkkk'),
(24994, 2859, '_billing_address_2', ''),
(24995, 2859, '_billing_city', 'fff'),
(24996, 2859, '_billing_state', 'KB'),
(24997, 2859, '_billing_postcode', '78814'),
(24998, 2859, '_billing_email', 'emailsaya@gmail.com'),
(24999, 2859, '_billing_phone', '085234567890'),
(25000, 2859, '_shipping_country', 'ID'),
(25001, 2859, '_shipping_first_name', 'Nama'),
(25002, 2859, '_shipping_last_name', 'Dss'),
(25003, 2859, '_shipping_company', ''),
(25004, 2859, '_shipping_address_1', 'Jkkkkk'),
(25005, 2859, '_shipping_address_2', ''),
(25006, 2859, '_shipping_city', 'fff'),
(25007, 2859, '_shipping_state', 'KB'),
(25008, 2859, '_shipping_postcode', '78814'),
(25009, 2859, '_payment_method', 'bacs'),
(25010, 2859, '_payment_method_title', 'Direct Bank Transfer'),
(25011, 2859, '_cart_discount', '0'),
(25012, 2859, '_cart_discount_tax', '0'),
(25013, 2859, '_order_tax', '0'),
(25014, 2859, '_order_shipping_tax', '0'),
(25015, 2859, '_order_total', '35.00'),
(25016, 2859, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25017, 2859, '_recorded_sales', 'yes'),
(25058, 2865, '_order_key', 'wc_order_55c2e1eee586f'),
(25059, 2865, '_order_currency', 'GBP'),
(25060, 2865, '_prices_include_tax', 'no'),
(25061, 2865, '_customer_ip_address', '118.70.176.4'),
(25062, 2865, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2471.2 Safari/537.36'),
(25063, 2865, '_customer_user', '353'),
(25064, 2865, '_created_via', 'checkout'),
(25065, 2865, '_order_version', '2.3.13'),
(25066, 2865, '_order_shipping', '0'),
(25067, 2865, '_billing_country', 'VN'),
(25068, 2865, '_billing_first_name', 'adfsf'),
(25069, 2865, '_billing_last_name', 'fdsd'),
(25070, 2865, '_billing_company', ''),
(25071, 2865, '_billing_address_1', 'fds dfsaf'),
(25072, 2865, '_billing_address_2', ''),
(25073, 2865, '_billing_city', 'fdsaf'),
(25074, 2865, '_billing_state', ''),
(25075, 2865, '_billing_postcode', '1000000'),
(25076, 2865, '_billing_email', 'fdsf@fdsaf.com'),
(25077, 2865, '_billing_phone', '245666351'),
(25078, 2865, '_shipping_country', 'VN'),
(25079, 2865, '_shipping_first_name', 'fdsaf'),
(25080, 2865, '_shipping_last_name', 'fdsafds'),
(25081, 2865, '_shipping_company', ''),
(25082, 2865, '_shipping_address_1', 'fdsafds'),
(25083, 2865, '_shipping_address_2', ''),
(25084, 2865, '_shipping_city', 'fdsaf'),
(25085, 2865, '_shipping_state', ''),
(25086, 2865, '_shipping_postcode', '100000'),
(25087, 2865, '_payment_method', 'paypal'),
(25088, 2865, '_payment_method_title', 'PayPal'),
(25089, 2865, '_cart_discount', '0'),
(25090, 2865, '_cart_discount_tax', '0'),
(25091, 2865, '_order_tax', '0'),
(25092, 2865, '_order_shipping_tax', '0'),
(25093, 2865, '_order_total', '19.00'),
(25094, 1363, '_edit_lock', '1438942942:1'),
(25097, 1363, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25098, 1363, '_upsell_ids', 'a:0:{}'),
(25099, 1363, '_crosssell_ids', 'a:0:{}'),
(25115, 2866, '_order_key', 'wc_order_55c50ba8b8445'),
(25116, 2866, '_order_currency', 'GBP'),
(25117, 2866, '_prices_include_tax', 'no'),
(25118, 2866, '_customer_ip_address', '154.120.66.95'),
(25119, 2866, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36'),
(25120, 2866, '_customer_user', '0'),
(25121, 2866, '_created_via', 'checkout'),
(25122, 2866, '_order_version', '2.3.13'),
(25123, 2866, '_order_shipping', '0'),
(25124, 2866, '_billing_country', 'GB'),
(25125, 2866, '_billing_first_name', 'terry'),
(25126, 2866, '_billing_last_name', 'john'),
(25127, 2866, '_billing_company', ''),
(25128, 2866, '_billing_address_1', '20 logview'),
(25129, 2866, '_billing_address_2', ''),
(25130, 2866, '_billing_city', 'london'),
(25131, 2866, '_billing_state', ''),
(25132, 2866, '_billing_postcode', 'L1 8JQ'),
(25133, 2866, '_billing_email', 'nz@nz.com'),
(25134, 2866, '_billing_phone', '12340987'),
(25135, 2866, '_shipping_country', 'GB'),
(25136, 2866, '_shipping_first_name', 'terry'),
(25137, 2866, '_shipping_last_name', 'john'),
(25138, 2866, '_shipping_company', ''),
(25139, 2866, '_shipping_address_1', '20 logview'),
(25140, 2866, '_shipping_address_2', ''),
(25141, 2866, '_shipping_city', 'london'),
(25142, 2866, '_shipping_state', ''),
(25143, 2866, '_shipping_postcode', 'L1 8JQ'),
(25144, 2866, '_payment_method', 'bacs'),
(25145, 2866, '_payment_method_title', 'Direct Bank Transfer'),
(25146, 2866, '_cart_discount', '0'),
(25147, 2866, '_cart_discount_tax', '0'),
(25148, 2866, '_order_tax', '0'),
(25149, 2866, '_order_shipping_tax', '0'),
(25150, 2866, '_order_total', '1999.00'),
(25151, 2866, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25152, 2866, '_recorded_sales', 'yes'),
(25156, 2869, '_order_key', 'wc_order_55ca0f8395c3e'),
(25157, 2869, '_order_currency', 'GBP'),
(25158, 2869, '_prices_include_tax', 'no'),
(25159, 2869, '_customer_ip_address', '103.239.170.29'),
(25160, 2869, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0'),
(25161, 2869, '_customer_user', '0'),
(25162, 2869, '_created_via', 'checkout'),
(25163, 2869, '_order_version', '2.3.13'),
(25164, 2869, '_order_shipping', '0'),
(25165, 2869, '_billing_country', 'IN'),
(25166, 2869, '_billing_first_name', 'Test'),
(25167, 2869, '_billing_last_name', 'TEst'),
(25168, 2869, '_billing_company', ''),
(25169, 2869, '_billing_address_1', 'Test Road'),
(25170, 2869, '_billing_address_2', ''),
(25171, 2869, '_billing_city', 'Test City'),
(25172, 2869, '_billing_state', 'MH'),
(25173, 2869, '_billing_postcode', '400001'),
(25174, 2869, '_billing_email', 'tes@test.com'),
(25175, 2869, '_billing_phone', '986665454545'),
(25176, 2869, '_shipping_country', 'IN'),
(25177, 2869, '_shipping_first_name', 'Test'),
(25178, 2869, '_shipping_last_name', 'TEst'),
(25179, 2869, '_shipping_company', ''),
(25180, 2869, '_shipping_address_1', 'Test Road'),
(25181, 2869, '_shipping_address_2', ''),
(25182, 2869, '_shipping_city', 'Test City'),
(25183, 2869, '_shipping_state', 'MH'),
(25184, 2869, '_shipping_postcode', '400001'),
(25185, 2869, '_payment_method', 'paypal'),
(25186, 2869, '_payment_method_title', 'PayPal'),
(25187, 2869, '_cart_discount', '0'),
(25188, 2869, '_cart_discount_tax', '0'),
(25189, 2869, '_order_tax', '0'),
(25190, 2869, '_order_shipping_tax', '0'),
(25191, 2869, '_order_total', '3998.00'),
(25192, 2873, '_order_key', 'wc_order_55d38f43a597f'),
(25193, 2873, '_order_currency', 'GBP'),
(25194, 2873, '_prices_include_tax', 'no'),
(25195, 2873, '_customer_ip_address', '89.212.34.198'),
(25196, 2873, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36'),
(25197, 2873, '_customer_user', '0'),
(25198, 2873, '_created_via', 'checkout'),
(25199, 2873, '_order_version', '2.3.13'),
(25200, 2873, '_order_shipping', '0'),
(25201, 2873, '_billing_country', 'SI'),
(25202, 2873, '_billing_first_name', 'marko'),
(25203, 2873, '_billing_last_name', 'hafner'),
(25204, 2873, '_billing_company', ''),
(25205, 2873, '_billing_address_1', 'Komenskega 20'),
(25206, 2873, '_billing_address_2', ''),
(25207, 2873, '_billing_city', 'Ljubljana'),
(25208, 2873, '_billing_state', ''),
(25209, 2873, '_billing_postcode', '1000'),
(25210, 2873, '_billing_email', 'marko.hafner@gmail.com'),
(25211, 2873, '_billing_phone', '+38631848494'),
(25212, 2873, '_shipping_country', 'SI'),
(25213, 2873, '_shipping_first_name', 'marko'),
(25214, 2873, '_shipping_last_name', 'hafner'),
(25215, 2873, '_shipping_company', ''),
(25216, 2873, '_shipping_address_1', 'Komenskega 20'),
(25217, 2873, '_shipping_address_2', ''),
(25218, 2873, '_shipping_city', 'Ljubljana'),
(25219, 2873, '_shipping_state', ''),
(25220, 2873, '_shipping_postcode', '1000'),
(25221, 2873, '_payment_method', 'bacs'),
(25222, 2873, '_payment_method_title', 'Direct Bank Transfer'),
(25223, 2873, '_cart_discount', '0'),
(25224, 2873, '_cart_discount_tax', '0'),
(25225, 2873, '_order_tax', '0'),
(25226, 2873, '_order_shipping_tax', '0'),
(25227, 2873, '_order_total', '1999.00'),
(25228, 2873, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25229, 2873, '_recorded_sales', 'yes'),
(25230, 2874, '_order_key', 'wc_order_55dbf36da677b'),
(25231, 2874, '_order_currency', 'GBP'),
(25232, 2874, '_prices_include_tax', 'no'),
(25233, 2874, '_customer_ip_address', '197.210.224.70'),
(25234, 2874, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0'),
(25235, 2874, '_customer_user', '0'),
(25236, 2874, '_created_via', 'checkout'),
(25237, 2874, '_order_version', '2.3.13'),
(25238, 2874, '_order_shipping', '0'),
(25239, 2874, '_billing_country', 'NG'),
(25240, 2874, '_billing_first_name', 'VIC'),
(25241, 2874, '_billing_last_name', 'TAI'),
(25242, 2874, '_billing_company', 'SIP'),
(25243, 2874, '_billing_address_1', 'IFE'),
(25244, 2874, '_billing_address_2', ''),
(25245, 2874, '_billing_city', 'IFE'),
(25246, 2874, '_billing_state', 'OSUN/NIGERIS'),
(25247, 2874, '_billing_postcode', '234'),
(25248, 2874, '_billing_email', 'vttaiwo@yahoo.com'),
(25249, 2874, '_billing_phone', '07031095127'),
(25250, 2874, '_shipping_country', 'NG'),
(25251, 2874, '_shipping_first_name', 'vic'),
(25252, 2874, '_shipping_last_name', 'tai'),
(25253, 2874, '_shipping_company', 'sip'),
(25254, 2874, '_shipping_address_1', 'ife'),
(25255, 2874, '_shipping_address_2', ''),
(25256, 2874, '_shipping_city', 'ife'),
(25257, 2874, '_shipping_state', 'osun'),
(25258, 2874, '_shipping_postcode', '234'),
(25259, 2874, '_payment_method', 'paypal'),
(25260, 2874, '_payment_method_title', 'PayPal'),
(25261, 2874, '_cart_discount', '0'),
(25262, 2874, '_cart_discount_tax', '0'),
(25263, 2874, '_order_tax', '0'),
(25264, 2874, '_order_shipping_tax', '0'),
(25265, 2874, '_order_total', '1999.00'),
(25266, 2875, '_order_key', 'wc_order_55dbf6de9223f'),
(25267, 2875, '_order_currency', 'GBP'),
(25268, 2875, '_prices_include_tax', 'no'),
(25269, 2875, '_customer_ip_address', '182.75.29.214'),
(25270, 2875, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36'),
(25271, 2875, '_customer_user', '0'),
(25272, 2875, '_created_via', 'checkout'),
(25273, 2875, '_order_version', '2.3.13'),
(25274, 2875, '_order_shipping', '0'),
(25275, 2875, '_billing_country', 'TC'),
(25276, 2875, '_billing_first_name', 'saravana'),
(25277, 2875, '_billing_last_name', 'kumar'),
(25278, 2875, '_billing_company', ''),
(25279, 2875, '_billing_address_1', 'Cantonment'),
(25280, 2875, '_billing_address_2', ''),
(25281, 2875, '_billing_city', 'Tiruchirappalli'),
(25282, 2875, '_billing_state', 'Tamil Nadu'),
(25283, 2875, '_billing_postcode', '620001'),
(25284, 2875, '_billing_email', 'test@gmail.com'),
(25285, 2875, '_billing_phone', '08508952342'),
(25286, 2875, '_shipping_country', 'TC'),
(25287, 2875, '_shipping_first_name', 'saravana'),
(25288, 2875, '_shipping_last_name', 'kumar'),
(25289, 2875, '_shipping_company', ''),
(25290, 2875, '_shipping_address_1', 'Cantonment'),
(25291, 2875, '_shipping_address_2', ''),
(25292, 2875, '_shipping_city', 'Tiruchirappalli'),
(25293, 2875, '_shipping_state', 'Tamil Nadu'),
(25294, 2875, '_shipping_postcode', '620001'),
(25295, 2875, '_payment_method', 'bacs'),
(25296, 2875, '_payment_method_title', 'Direct Bank Transfer'),
(25297, 2875, '_cart_discount', '0'),
(25298, 2875, '_cart_discount_tax', '0'),
(25299, 2875, '_order_tax', '0'),
(25300, 2875, '_order_shipping_tax', '0'),
(25301, 2875, '_order_total', '1999.00'),
(25302, 2875, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25303, 2875, '_recorded_sales', 'yes'),
(25304, 2876, '_order_key', 'wc_order_55deb87dadb59'),
(25305, 2876, '_order_currency', 'GBP'),
(25306, 2876, '_prices_include_tax', 'no'),
(25307, 2876, '_customer_ip_address', '182.75.29.214'),
(25308, 2876, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36'),
(25309, 2876, '_customer_user', '0'),
(25310, 2876, '_created_via', 'checkout'),
(25311, 2876, '_order_version', '2.3.13'),
(25312, 2876, '_order_shipping', '0'),
(25313, 2876, '_billing_country', 'IN'),
(25314, 2876, '_billing_first_name', 'saravana'),
(25315, 2876, '_billing_last_name', 'kumar'),
(25316, 2876, '_billing_company', ''),
(25317, 2876, '_billing_address_1', 'Cantonment'),
(25318, 2876, '_billing_address_2', 'b'),
(25319, 2876, '_billing_city', 'Tiruchirappalli'),
(25320, 2876, '_billing_state', 'TN'),
(25321, 2876, '_billing_postcode', '620001'),
(25322, 2876, '_billing_email', 's@gmail.com'),
(25323, 2876, '_billing_phone', '08508952342'),
(25324, 2876, '_shipping_country', 'IN'),
(25325, 2876, '_shipping_first_name', 'saravana'),
(25326, 2876, '_shipping_last_name', 'kumar'),
(25327, 2876, '_shipping_company', ''),
(25328, 2876, '_shipping_address_1', 'Cantonment'),
(25329, 2876, '_shipping_address_2', 'b'),
(25330, 2876, '_shipping_city', 'Tiruchirappalli'),
(25331, 2876, '_shipping_state', 'TN'),
(25332, 2876, '_shipping_postcode', '620001'),
(25333, 2876, '_payment_method', 'bacs'),
(25334, 2876, '_payment_method_title', 'Direct Bank Transfer'),
(25335, 2876, '_cart_discount', '0'),
(25336, 2876, '_cart_discount_tax', '0'),
(25337, 2876, '_order_tax', '0'),
(25338, 2876, '_order_shipping_tax', '0'),
(25339, 2876, '_order_total', '1999.00'),
(25340, 2876, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25341, 2876, '_recorded_sales', 'yes'),
(25342, 2879, '_order_key', 'wc_order_55e19b12d7995'),
(25343, 2879, '_order_currency', 'GBP'),
(25344, 2879, '_prices_include_tax', 'no'),
(25345, 2879, '_customer_ip_address', '124.121.152.235'),
(25346, 2879, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),
(25347, 2879, '_customer_user', '0'),
(25348, 2879, '_created_via', 'checkout'),
(25349, 2879, '_order_version', '2.3.13'),
(25350, 2879, '_order_shipping', '0'),
(25351, 2879, '_billing_country', 'ZW'),
(25352, 2879, '_billing_first_name', 'Peerarust'),
(25353, 2879, '_billing_last_name', 'Siriamphan'),
(25354, 2879, '_billing_company', ''),
(25355, 2879, '_billing_address_1', '98 Soi Ladprao 124 Ladprao road'),
(25356, 2879, '_billing_address_2', ''),
(25357, 2879, '_billing_city', 'Wangtonglang'),
(25358, 2879, '_billing_state', 'BANGKOK'),
(25359, 2879, '_billing_postcode', ''),
(25360, 2879, '_billing_email', 'genoyoyo@gmail.com'),
(25361, 2879, '_billing_phone', '+66850992641'),
(25362, 2879, '_shipping_country', 'ZW'),
(25363, 2879, '_shipping_first_name', 'Peerarust'),
(25364, 2879, '_shipping_last_name', 'Siriamphan'),
(25365, 2879, '_shipping_company', ''),
(25366, 2879, '_shipping_address_1', '98 Soi Ladprao 124 Ladprao road'),
(25367, 2879, '_shipping_address_2', ''),
(25368, 2879, '_shipping_city', 'Wangtonglang'),
(25369, 2879, '_shipping_state', 'BANGKOK'),
(25370, 2879, '_shipping_postcode', ''),
(25371, 2879, '_payment_method', 'bacs'),
(25372, 2879, '_payment_method_title', 'Direct Bank Transfer'),
(25373, 2879, '_cart_discount', '0'),
(25374, 2879, '_cart_discount_tax', '0'),
(25375, 2879, '_order_tax', '0'),
(25376, 2879, '_order_shipping_tax', '0'),
(25377, 2879, '_order_total', '1999.00'),
(25378, 2879, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25379, 2879, '_recorded_sales', 'yes'),
(25417, 2881, '_order_key', 'wc_order_55e878906c78b'),
(25418, 2881, '_order_currency', 'GBP'),
(25419, 2881, '_prices_include_tax', 'no'),
(25420, 2881, '_customer_ip_address', '36.72.118.143'),
(25421, 2881, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25422, 2881, '_customer_user', '0'),
(25423, 2881, '_created_via', 'checkout'),
(25424, 2881, '_order_version', '2.3.13'),
(25425, 2881, '_order_shipping', '0'),
(25426, 2881, '_billing_country', 'ID'),
(25427, 2881, '_billing_first_name', 'ajang'),
(25428, 2881, '_billing_last_name', 'dedi'),
(25429, 2881, '_billing_company', 'sopian'),
(25430, 2881, '_billing_address_1', 'jalan jalan'),
(25431, 2881, '_billing_address_2', 'jalan jalan'),
(25432, 2881, '_billing_city', 'bandung'),
(25433, 2881, '_billing_state', 'JB'),
(25434, 2881, '_billing_postcode', '40216'),
(25435, 2881, '_billing_email', 'rikosetiawan29@hotmail.com'),
(25436, 2881, '_billing_phone', '088802037765'),
(25437, 2881, '_shipping_country', 'ID'),
(25438, 2881, '_shipping_first_name', 'ajang'),
(25439, 2881, '_shipping_last_name', 'dedi'),
(25440, 2881, '_shipping_company', 'sopian'),
(25441, 2881, '_shipping_address_1', 'jalan jalan'),
(25442, 2881, '_shipping_address_2', 'jalan jalan'),
(25443, 2881, '_shipping_city', 'bandung'),
(25444, 2881, '_shipping_state', 'JB'),
(25445, 2881, '_shipping_postcode', '40216'),
(25446, 2881, '_payment_method', 'bacs'),
(25447, 2881, '_payment_method_title', 'Direct Bank Transfer'),
(25448, 2881, '_cart_discount', '0'),
(25449, 2881, '_cart_discount_tax', '0'),
(25450, 2881, '_order_tax', '0'),
(25451, 2881, '_order_shipping_tax', '0'),
(25452, 2881, '_order_total', '1999.00'),
(25453, 2881, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25454, 2881, '_recorded_sales', 'yes'),
(25455, 2882, '_order_key', 'wc_order_55e8a85a8084b'),
(25456, 2882, '_order_currency', 'GBP'),
(25457, 2882, '_prices_include_tax', 'no'),
(25458, 2882, '_customer_ip_address', '177.135.243.130'),
(25459, 2882, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25460, 2882, '_customer_user', '0'),
(25461, 2882, '_created_via', 'checkout'),
(25462, 2882, '_order_version', '2.3.13'),
(25463, 2882, '_order_shipping', '0'),
(25464, 2882, '_billing_country', 'BR'),
(25465, 2882, '_billing_first_name', 'Filipe'),
(25466, 2882, '_billing_last_name', 'Nogueira'),
(25467, 2882, '_billing_company', 'NETPUB'),
(25468, 2882, '_billing_address_1', 'Avenida Parque Aguas Claras lote 3880'),
(25469, 2882, '_billing_address_2', ''),
(25470, 2882, '_billing_city', 'Aguas Claras'),
(25471, 2882, '_billing_state', 'DF'),
(25472, 2882, '_billing_postcode', '71930000'),
(25473, 2882, '_billing_email', 'nogueirabsb@gmail.com'),
(25474, 2882, '_billing_phone', '6196467861'),
(25475, 2882, '_shipping_country', 'BR'),
(25476, 2882, '_shipping_first_name', 'Filipe'),
(25477, 2882, '_shipping_last_name', 'Nogueira'),
(25478, 2882, '_shipping_company', 'NETPUB'),
(25479, 2882, '_shipping_address_1', 'Avenida Parque Aguas Claras lote 3880'),
(25480, 2882, '_shipping_address_2', ''),
(25481, 2882, '_shipping_city', 'Brasilia'),
(25482, 2882, '_shipping_state', 'DF'),
(25483, 2882, '_shipping_postcode', '71930000'),
(25484, 2882, '_payment_method', 'paypal'),
(25485, 2882, '_payment_method_title', 'PayPal'),
(25486, 2882, '_cart_discount', '0'),
(25487, 2882, '_cart_discount_tax', '0'),
(25488, 2882, '_order_tax', '0'),
(25489, 2882, '_order_shipping_tax', '0'),
(25490, 2882, '_order_total', '1999.00'),
(25491, 2883, '_order_key', 'wc_order_55e8e2d0e134b'),
(25492, 2883, '_order_currency', 'GBP'),
(25493, 2883, '_prices_include_tax', 'no'),
(25494, 2883, '_customer_ip_address', '177.154.80.90'),
(25495, 2883, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25496, 2883, '_customer_user', '0'),
(25497, 2883, '_created_via', 'checkout'),
(25498, 2883, '_order_version', '2.3.13'),
(25499, 2883, '_order_shipping', '0'),
(25500, 2883, '_billing_country', 'BR'),
(25501, 2883, '_billing_first_name', 'tester'),
(25502, 2883, '_billing_last_name', 'tester'),
(25503, 2883, '_billing_company', 'tester'),
(25504, 2883, '_billing_address_1', 'rua rtert, 444'),
(25505, 2883, '_billing_address_2', ''),
(25506, 2883, '_billing_city', 'limae'),
(25507, 2883, '_billing_state', 'SP'),
(25508, 2883, '_billing_postcode', '13480012'),
(25509, 2883, '_billing_email', 'tester@tester.com'),
(25510, 2883, '_billing_phone', '3212223434'),
(25511, 2883, '_shipping_country', 'BR'),
(25512, 2883, '_shipping_first_name', 'tester'),
(25513, 2883, '_shipping_last_name', 'tester'),
(25514, 2883, '_shipping_company', 'tester'),
(25515, 2883, '_shipping_address_1', 'rua rtert, 444'),
(25516, 2883, '_shipping_address_2', ''),
(25517, 2883, '_shipping_city', 'limae'),
(25518, 2883, '_shipping_state', 'SP'),
(25519, 2883, '_shipping_postcode', '13480012'),
(25520, 2883, '_payment_method', 'cheque'),
(25521, 2883, '_payment_method_title', 'Cheque Payment'),
(25522, 2883, '_cart_discount', '0'),
(25523, 2883, '_cart_discount_tax', '0'),
(25524, 2883, '_order_tax', '0'),
(25525, 2883, '_order_shipping_tax', '0'),
(25526, 2883, '_order_total', '35.00'),
(25527, 2883, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25528, 2883, '_recorded_sales', 'yes'),
(25529, 2884, '_order_key', 'wc_order_55e8e38ad6d90'),
(25530, 2884, '_order_currency', 'GBP'),
(25531, 2884, '_prices_include_tax', 'no'),
(25532, 2884, '_customer_ip_address', '177.154.80.90'),
(25533, 2884, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25534, 2884, '_customer_user', '0'),
(25535, 2884, '_created_via', 'checkout'),
(25536, 2884, '_order_version', '2.3.13'),
(25537, 2884, '_order_shipping', '0'),
(25538, 2884, '_billing_country', 'BR'),
(25539, 2884, '_billing_first_name', 'tester'),
(25540, 2884, '_billing_last_name', 'tester'),
(25541, 2884, '_billing_company', 'tester'),
(25542, 2884, '_billing_address_1', 'rua rtert, 444'),
(25543, 2884, '_billing_address_2', ''),
(25544, 2884, '_billing_city', 'limae'),
(25545, 2884, '_billing_state', 'SP'),
(25546, 2884, '_billing_postcode', '13480012'),
(25547, 2884, '_billing_email', 'tester@tester.com'),
(25548, 2884, '_billing_phone', '3212223434'),
(25549, 2884, '_shipping_country', 'BR'),
(25550, 2884, '_shipping_first_name', 'tester'),
(25551, 2884, '_shipping_last_name', 'tester'),
(25552, 2884, '_shipping_company', 'tester'),
(25553, 2884, '_shipping_address_1', 'rua rtert, 444'),
(25554, 2884, '_shipping_address_2', ''),
(25555, 2884, '_shipping_city', 'limae'),
(25556, 2884, '_shipping_state', 'SP'),
(25557, 2884, '_shipping_postcode', '13480012'),
(25558, 2884, '_payment_method', 'bacs'),
(25559, 2884, '_payment_method_title', 'Direct Bank Transfer'),
(25560, 2884, '_cart_discount', '0'),
(25561, 2884, '_cart_discount_tax', '0'),
(25562, 2884, '_order_tax', '0'),
(25563, 2884, '_order_shipping_tax', '0'),
(25564, 2884, '_order_total', '1999.00'),
(25565, 2884, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25566, 2884, '_recorded_sales', 'yes'),
(25567, 2885, '_order_key', 'wc_order_55eb28cbd05eb'),
(25568, 2885, '_order_currency', 'GBP'),
(25569, 2885, '_prices_include_tax', 'no'),
(25570, 2885, '_customer_ip_address', '110.159.242.96'),
(25571, 2885, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),
(25572, 2885, '_customer_user', '0'),
(25573, 2885, '_created_via', 'checkout'),
(25574, 2885, '_order_version', '2.3.13'),
(25575, 2885, '_order_shipping', '0'),
(25576, 2885, '_billing_country', 'GB'),
(25577, 2885, '_billing_first_name', 'Shad'),
(25578, 2885, '_billing_last_name', 'B'),
(25579, 2885, '_billing_company', 'WHSmith'),
(25580, 2885, '_billing_address_1', 'sdjkkd'),
(25581, 2885, '_billing_address_2', 'jkjkj'),
(25582, 2885, '_billing_city', 'kjkjkj'),
(25583, 2885, '_billing_state', 'jkjkj'),
(25584, 2885, '_billing_postcode', 'E12 6TW'),
(25585, 2885, '_billing_email', 'shadkumarb@gmail.com'),
(25586, 2885, '_billing_phone', '5646465'),
(25587, 2885, '_shipping_country', 'GB'),
(25588, 2885, '_shipping_first_name', 'Shad'),
(25589, 2885, '_shipping_last_name', 'B'),
(25590, 2885, '_shipping_company', 'WHSmith'),
(25591, 2885, '_shipping_address_1', 'sdjkkd'),
(25592, 2885, '_shipping_address_2', 'jkjkj'),
(25593, 2885, '_shipping_city', 'kjkjkj'),
(25594, 2885, '_shipping_state', 'jkjkj'),
(25595, 2885, '_shipping_postcode', 'E12 6TW'),
(25596, 2885, '_payment_method', 'bacs'),
(25597, 2885, '_payment_method_title', 'Direct Bank Transfer'),
(25598, 2885, '_cart_discount', '0'),
(25599, 2885, '_cart_discount_tax', '0'),
(25600, 2885, '_order_tax', '0'),
(25601, 2885, '_order_shipping_tax', '0'),
(25602, 2885, '_order_total', '1999.00'),
(25603, 2885, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25604, 2885, '_recorded_sales', 'yes'),
(25605, 2886, '_order_key', 'wc_order_55eb2a3edade5'),
(25606, 2886, '_order_currency', 'GBP'),
(25607, 2886, '_prices_include_tax', 'no'),
(25608, 2886, '_customer_ip_address', '110.159.242.96'),
(25609, 2886, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),
(25610, 2886, '_customer_user', '0'),
(25611, 2886, '_created_via', 'checkout'),
(25612, 2886, '_order_version', '2.3.13'),
(25613, 2886, '_order_shipping', '0'),
(25614, 2886, '_billing_country', 'GB'),
(25615, 2886, '_billing_first_name', 'Shad'),
(25616, 2886, '_billing_last_name', 'B'),
(25617, 2886, '_billing_company', 'WHSmith'),
(25618, 2886, '_billing_address_1', 'sdjkkd'),
(25619, 2886, '_billing_address_2', 'jkjkj'),
(25620, 2886, '_billing_city', 'kjkjkj'),
(25621, 2886, '_billing_state', 'jkjkj'),
(25622, 2886, '_billing_postcode', 'E12 6TW'),
(25623, 2886, '_billing_email', 'shadkumarb@gmail.com'),
(25624, 2886, '_billing_phone', '5646465'),
(25625, 2886, '_shipping_country', 'GB'),
(25626, 2886, '_shipping_first_name', 'Shad'),
(25627, 2886, '_shipping_last_name', 'B'),
(25628, 2886, '_shipping_company', 'WHSmith'),
(25629, 2886, '_shipping_address_1', 'sdjkkd'),
(25630, 2886, '_shipping_address_2', 'jkjkj'),
(25631, 2886, '_shipping_city', 'kjkjkj'),
(25632, 2886, '_shipping_state', 'jkjkj'),
(25633, 2886, '_shipping_postcode', 'E12 6TW'),
(25634, 2886, '_payment_method', 'cheque'),
(25635, 2886, '_payment_method_title', 'Cheque Payment'),
(25636, 2886, '_cart_discount', '0'),
(25637, 2886, '_cart_discount_tax', '0'),
(25638, 2886, '_order_tax', '0'),
(25639, 2886, '_order_shipping_tax', '0'),
(25640, 2886, '_order_total', '1999.00'),
(25641, 2886, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25642, 2886, '_recorded_sales', 'yes'),
(25643, 2887, '_order_key', 'wc_order_55eb588c804d5'),
(25644, 2887, '_order_currency', 'GBP'),
(25645, 2887, '_prices_include_tax', 'no'),
(25646, 2887, '_customer_ip_address', '190.113.211.189'),
(25647, 2887, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36'),
(25648, 2887, '_customer_user', '0'),
(25649, 2887, '_created_via', 'checkout'),
(25650, 2887, '_order_version', '2.3.13'),
(25651, 2887, '_order_shipping', '0'),
(25652, 2887, '_billing_country', 'PE'),
(25653, 2887, '_billing_first_name', 'Jhon'),
(25654, 2887, '_billing_last_name', 'Izquierdo Cotrina'),
(25655, 2887, '_billing_company', 'Online Business Peru'),
(25656, 2887, '_billing_address_1', 'av. Venezuela'),
(25657, 2887, '_billing_address_2', 'lima peru'),
(25658, 2887, '_billing_city', 'lima'),
(25659, 2887, '_billing_state', 'LIM'),
(25660, 2887, '_billing_postcode', '051'),
(25661, 2887, '_billing_email', 'jhon_izquierdo_2013@hotmail.com'),
(25662, 2887, '_billing_phone', '991730208'),
(25663, 2887, '_shipping_country', 'PE'),
(25664, 2887, '_shipping_first_name', 'Jhon'),
(25665, 2887, '_shipping_last_name', 'Izquierdo Cotrina'),
(25666, 2887, '_shipping_company', 'Online Business Peru'),
(25667, 2887, '_shipping_address_1', 'av. Venezuela'),
(25668, 2887, '_shipping_address_2', 'lima peru'),
(25669, 2887, '_shipping_city', 'lima'),
(25670, 2887, '_shipping_state', 'LIM'),
(25671, 2887, '_shipping_postcode', '051'),
(25672, 2887, '_payment_method', 'cheque'),
(25673, 2887, '_payment_method_title', 'Cheque Payment'),
(25674, 2887, '_cart_discount', '0'),
(25675, 2887, '_cart_discount_tax', '0'),
(25676, 2887, '_order_tax', '0'),
(25677, 2887, '_order_shipping_tax', '0'),
(25678, 2887, '_order_total', '99.00'),
(25679, 2887, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25680, 2887, '_recorded_sales', 'yes'),
(25683, 1316, '_edit_lock', '1441600448:1'),
(25685, 17, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(25686, 17, '_upsell_ids', 'a:0:{}'),
(25687, 17, '_crosssell_ids', 'a:0:{}'),
(25688, 19, '_manage_stock', 'no'),
(25689, 19, '_stock_status', 'instock'),
(25690, 21, '_manage_stock', 'no'),
(25691, 21, '_stock_status', 'instock'),
(25693, 1316, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25694, 1316, '_upsell_ids', 'a:0:{}'),
(25695, 1316, '_crosssell_ids', 'a:0:{}'),
(25696, 203, '_manage_stock', 'no'),
(25697, 203, '_stock_status', 'instock'),
(25698, 204, '_manage_stock', 'no'),
(25699, 204, '_stock_status', 'instock'),
(25713, 24, '_edit_lock', '1485342414:43525'),
(25714, 26, '_edit_lock', '1449887974:346'),
(25715, 12, '_edit_lock', '1486736789:439'),
(25718, 24, '_upsell_ids', 'a:0:{}'),
(25719, 24, '_crosssell_ids', 'a:0:{}'),
(25720, 192, '_manage_stock', 'no'),
(25721, 192, '_stock_status', 'instock'),
(25722, 1200, '_sku', ''),
(25723, 1200, '_thumbnail_id', '0'),
(25724, 1200, '_virtual', 'no'),
(25725, 1200, '_downloadable', 'no'),
(25726, 1200, '_weight', ''),
(25727, 1200, '_length', ''),
(25728, 1200, '_width', ''),
(25729, 1200, '_height', ''),
(25730, 1200, '_manage_stock', 'no'),
(25731, 1200, '_stock_status', 'instock'),
(25732, 1200, '_regular_price', ''),
(25733, 1200, '_sale_price', ''),
(25734, 1200, '_sale_price_dates_from', ''),
(25735, 1200, '_sale_price_dates_to', ''),
(25736, 1200, '_price', ''),
(25737, 1200, '_download_limit', ''),
(25738, 1200, '_download_expiry', ''),
(25739, 1200, '_downloadable_files', ''),
(25740, 1200, 'attribute_seat', ''),
(25741, 193, '_manage_stock', 'no'),
(25742, 193, '_stock_status', 'instock'),
(25744, 26, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(25745, 26, '_upsell_ids', 'a:0:{}'),
(25746, 26, '_crosssell_ids', 'a:0:{}'),
(25747, 27, '_manage_stock', 'no'),
(25748, 27, '_stock_status', 'instock'),
(25749, 28, '_manage_stock', 'no'),
(25750, 28, '_stock_status', 'instock'),
(25751, 26, 'product-sidebar', '0'),
(25752, 26, 'product-ctpadding', 'on'),
(25755, 12, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(25756, 12, '_upsell_ids', 'a:0:{}'),
(25757, 12, '_crosssell_ids', 'a:0:{}'),
(25758, 198, '_manage_stock', 'no'),
(25759, 198, '_stock_status', 'instock'),
(25760, 199, '_manage_stock', 'no'),
(25761, 199, '_stock_status', 'instock'),
(25762, 2890, '_order_key', 'wc_order_55ee326413f71'),
(25763, 2890, '_order_currency', 'GBP'),
(25764, 2890, '_prices_include_tax', 'no'),
(25765, 2890, '_customer_ip_address', '190.117.174.149'),
(25766, 2890, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25767, 2890, '_customer_user', '0'),
(25768, 2890, '_created_via', 'checkout'),
(25769, 2890, '_order_version', '2.3.13'),
(25770, 2890, '_order_shipping', '0'),
(25771, 2890, '_billing_country', 'TC'),
(25772, 2890, '_billing_first_name', 'qdfsdfsdf'),
(25773, 2890, '_billing_last_name', 'sdfsdfsdf'),
(25774, 2890, '_billing_company', 'sdfsdf'),
(25775, 2890, '_billing_address_1', 'sdfsdfsdf'),
(25776, 2890, '_billing_address_2', ''),
(25777, 2890, '_billing_city', 'fsdfsdfsdf'),
(25778, 2890, '_billing_state', 'sdfsdfsdf'),
(25779, 2890, '_billing_postcode', 'SFDSDFSDFS'),
(25780, 2890, '_billing_email', 'iagv82@gmail.com'),
(25781, 2890, '_billing_phone', '955099599'),
(25782, 2890, '_shipping_country', 'VA'),
(25783, 2890, '_shipping_first_name', 'sdfsdfsdf'),
(25784, 2890, '_shipping_last_name', 'sdfsdfsdf'),
(25785, 2890, '_shipping_company', 'fsdfsdfsdf'),
(25786, 2890, '_shipping_address_1', 'sdfsdfsdfs'),
(25787, 2890, '_shipping_address_2', ''),
(25788, 2890, '_shipping_city', 'sfsdfsdf'),
(25789, 2890, '_shipping_state', 'sfdsdfsd'),
(25790, 2890, '_shipping_postcode', 'SDFSDFSDFS'),
(25791, 2890, '_payment_method', 'bacs'),
(25792, 2890, '_payment_method_title', 'Direct Bank Transfer'),
(25793, 2890, '_cart_discount', '0'),
(25794, 2890, '_cart_discount_tax', '0'),
(25795, 2890, '_order_tax', '0'),
(25796, 2890, '_order_shipping_tax', '0'),
(25797, 2890, '_order_total', '35.00'),
(25798, 2890, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25799, 2890, '_recorded_sales', 'yes'),
(25800, 2891, '_order_key', 'wc_order_55ee4f1a61a0f'),
(25801, 2891, '_order_currency', 'GBP'),
(25802, 2891, '_prices_include_tax', 'no'),
(25803, 2891, '_customer_ip_address', '69.112.197.79'),
(25804, 2891, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),
(25805, 2891, '_customer_user', '0'),
(25806, 2891, '_created_via', 'checkout'),
(25807, 2891, '_order_version', '2.3.13'),
(25808, 2891, '_order_shipping', '0'),
(25809, 2891, '_billing_country', 'US'),
(25810, 2891, '_billing_first_name', 'James'),
(25811, 2891, '_billing_last_name', 'patt'),
(25812, 2891, '_billing_company', ''),
(25813, 2891, '_billing_address_1', '123 Happy Lane'),
(25814, 2891, '_billing_address_2', ''),
(25815, 2891, '_billing_city', 'Happy Land'),
(25816, 2891, '_billing_state', 'NY'),
(25817, 2891, '_billing_postcode', '11234'),
(25818, 2891, '_billing_email', 'xfaruk4@yahoo.com'),
(25819, 2891, '_billing_phone', '123456789'),
(25820, 2891, '_shipping_country', 'US'),
(25821, 2891, '_shipping_first_name', 'James'),
(25822, 2891, '_shipping_last_name', 'patt'),
(25823, 2891, '_shipping_company', ''),
(25824, 2891, '_shipping_address_1', '123 Happy Lane'),
(25825, 2891, '_shipping_address_2', ''),
(25826, 2891, '_shipping_city', 'Happy Land'),
(25827, 2891, '_shipping_state', 'NY'),
(25828, 2891, '_shipping_postcode', '11234'),
(25829, 2891, '_payment_method', 'bacs'),
(25830, 2891, '_payment_method_title', 'Direct Bank Transfer'),
(25831, 2891, '_cart_discount', '0'),
(25832, 2891, '_cart_discount_tax', '0'),
(25833, 2891, '_order_tax', '0'),
(25834, 2891, '_order_shipping_tax', '0'),
(25835, 2891, '_order_total', '495.00'),
(25836, 2891, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25837, 2891, '_recorded_sales', 'yes'),
(25838, 2893, '_order_key', 'wc_order_55ef69324eaee'),
(25839, 2893, '_order_currency', 'GBP'),
(25840, 2893, '_prices_include_tax', 'no'),
(25841, 2893, '_customer_ip_address', '110.174.35.218'),
(25842, 2893, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25843, 2893, '_customer_user', '0'),
(25844, 2893, '_created_via', 'checkout'),
(25845, 2893, '_order_version', '2.3.13'),
(25846, 2893, '_order_shipping', '0'),
(25847, 2893, '_billing_country', 'AU'),
(25848, 2893, '_billing_first_name', 'An Ha'),
(25849, 2893, '_billing_last_name', 'Luu Trong'),
(25850, 2893, '_billing_company', ''),
(25851, 2893, '_billing_address_1', '296 Old Canterbury St'),
(25852, 2893, '_billing_address_2', ''),
(25853, 2893, '_billing_city', 'Summer Hill'),
(25854, 2893, '_billing_state', 'NSW'),
(25855, 2893, '_billing_postcode', '2130'),
(25856, 2893, '_billing_email', 'ha@websupaustralia.com'),
(25857, 2893, '_billing_phone', '0449891705'),
(25858, 2893, '_shipping_country', 'AU'),
(25859, 2893, '_shipping_first_name', 'An Ha'),
(25860, 2893, '_shipping_last_name', 'Luu Trong'),
(25861, 2893, '_shipping_company', ''),
(25862, 2893, '_shipping_address_1', '296 Old Canterbury St'),
(25863, 2893, '_shipping_address_2', ''),
(25864, 2893, '_shipping_city', 'Summer Hill'),
(25865, 2893, '_shipping_state', 'NSW'),
(25866, 2893, '_shipping_postcode', '2130'),
(25867, 2893, '_payment_method', 'bacs'),
(25868, 2893, '_payment_method_title', 'Direct Bank Transfer'),
(25869, 2893, '_cart_discount', '0'),
(25870, 2893, '_cart_discount_tax', '0'),
(25871, 2893, '_order_tax', '0'),
(25872, 2893, '_order_shipping_tax', '0'),
(25873, 2893, '_order_total', '1999.00'),
(25874, 2893, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25875, 2893, '_recorded_sales', 'yes'),
(25876, 2894, '_order_key', 'wc_order_55f02da541f1a'),
(25877, 2894, '_order_currency', 'GBP'),
(25878, 2894, '_prices_include_tax', 'no'),
(25879, 2894, '_customer_ip_address', '178.240.247.129'),
(25880, 2894, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25881, 2894, '_customer_user', '0'),
(25882, 2894, '_created_via', 'checkout'),
(25883, 2894, '_order_version', '2.3.13'),
(25884, 2894, '_order_shipping', '0'),
(25885, 2894, '_billing_country', 'TC'),
(25886, 2894, '_billing_first_name', 'aa'),
(25887, 2894, '_billing_last_name', 'ie'),
(25888, 2894, '_billing_company', ''),
(25889, 2894, '_billing_address_1', 'izmit'),
(25890, 2894, '_billing_address_2', 'kocaeli'),
(25891, 2894, '_billing_city', 'kocaeli'),
(25892, 2894, '_billing_state', 'turkey'),
(25893, 2894, '_billing_postcode', '41100'),
(25894, 2894, '_billing_email', 'mm@mm.com'),
(25895, 2894, '_billing_phone', '+9000000000000'),
(25896, 2894, '_shipping_country', 'TR'),
(25897, 2894, '_shipping_first_name', 'aa'),
(25898, 2894, '_shipping_last_name', 'ee'),
(25899, 2894, '_shipping_company', ''),
(25900, 2894, '_shipping_address_1', 'izmit'),
(25901, 2894, '_shipping_address_2', 'kocaeli'),
(25902, 2894, '_shipping_city', 'izmit'),
(25903, 2894, '_shipping_state', 'TR41'),
(25904, 2894, '_shipping_postcode', '41100'),
(25905, 2894, '_payment_method', 'bacs'),
(25906, 2894, '_payment_method_title', 'Direct Bank Transfer'),
(25907, 2894, '_cart_discount', '0'),
(25908, 2894, '_cart_discount_tax', '0'),
(25909, 2894, '_order_tax', '0'),
(25910, 2894, '_order_shipping_tax', '0'),
(25911, 2894, '_order_total', '1999.00'),
(25912, 2894, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25913, 2894, '_recorded_sales', 'yes'),
(25914, 2895, '_order_key', 'wc_order_55f052fec332d'),
(25915, 2895, '_order_currency', 'GBP'),
(25916, 2895, '_prices_include_tax', 'no'),
(25917, 2895, '_customer_ip_address', '190.138.63.43'),
(25918, 2895, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25919, 2895, '_customer_user', '392'),
(25920, 2895, '_created_via', 'checkout'),
(25921, 2895, '_order_version', '2.3.13'),
(25922, 2895, '_order_shipping', '0'),
(25923, 2895, '_billing_country', 'TV'),
(25924, 2895, '_billing_first_name', 'aa'),
(25925, 2895, '_billing_last_name', 'm'),
(25926, 2895, '_billing_company', ''),
(25927, 2895, '_billing_address_1', 'asdf'),
(25928, 2895, '_billing_address_2', ''),
(25929, 2895, '_billing_city', 'asdf'),
(25930, 2895, '_billing_state', 'asdf'),
(25931, 2895, '_billing_postcode', '2334'),
(25932, 2895, '_billing_email', 'asdf@sd.com'),
(25933, 2895, '_billing_phone', '12341234'),
(25934, 2895, '_shipping_country', 'TV'),
(25935, 2895, '_shipping_first_name', 'aa'),
(25936, 2895, '_shipping_last_name', 'm'),
(25937, 2895, '_shipping_company', ''),
(25938, 2895, '_shipping_address_1', 'asdf'),
(25939, 2895, '_shipping_address_2', ''),
(25940, 2895, '_shipping_city', 'asdf'),
(25941, 2895, '_shipping_state', 'asdf'),
(25942, 2895, '_shipping_postcode', '2334'),
(25943, 2895, '_payment_method', 'cheque'),
(25944, 2895, '_payment_method_title', 'Cheque Payment'),
(25945, 2895, '_cart_discount', '0'),
(25946, 2895, '_cart_discount_tax', '0'),
(25947, 2895, '_order_tax', '0'),
(25948, 2895, '_order_shipping_tax', '0'),
(25949, 2895, '_order_total', '1999.00'),
(25950, 2895, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25951, 2895, '_recorded_sales', 'yes'),
(25952, 2896, '_order_key', 'wc_order_55f23ba8320cd'),
(25953, 2896, '_order_currency', 'GBP'),
(25954, 2896, '_prices_include_tax', 'no'),
(25955, 2896, '_customer_ip_address', '202.122.10.178'),
(25956, 2896, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0'),
(25957, 2896, '_customer_user', '0'),
(25958, 2896, '_created_via', 'checkout'),
(25959, 2896, '_order_version', '2.3.13'),
(25960, 2896, '_order_shipping', '0'),
(25961, 2896, '_billing_country', 'UZ'),
(25962, 2896, '_billing_first_name', 'Heydi'),
(25963, 2896, '_billing_last_name', 'George'),
(25964, 2896, '_billing_company', 'Personal'),
(25965, 2896, '_billing_address_1', 'st. manhattan 881'),
(25966, 2896, '_billing_address_2', ''),
(25967, 2896, '_billing_city', 'Manhattan'),
(25968, 2896, '_billing_state', 'Tuvalu'),
(25969, 2896, '_billing_postcode', '50123'),
(25970, 2896, '_billing_email', 'primasmg@yahoo.com'),
(25971, 2896, '_billing_phone', '+60912388123'),
(25972, 2896, '_shipping_country', 'ZM'),
(25973, 2896, '_shipping_first_name', 'sdf'),
(25974, 2896, '_shipping_last_name', 'sdfs'),
(25975, 2896, '_shipping_company', 'sdfsd'),
(25976, 2896, '_shipping_address_1', 'sfsdfss sdfs 234'),
(25977, 2896, '_shipping_address_2', ''),
(25978, 2896, '_shipping_city', 'sdfsdfsdfs'),
(25979, 2896, '_shipping_state', 'zambias'),
(25980, 2896, '_shipping_postcode', '55555'),
(25981, 2896, '_payment_method', 'bacs'),
(25982, 2896, '_payment_method_title', 'Direct Bank Transfer'),
(25983, 2896, '_cart_discount', '0'),
(25984, 2896, '_cart_discount_tax', '0'),
(25985, 2896, '_order_tax', '0'),
(25986, 2896, '_order_shipping_tax', '0'),
(25987, 2896, '_order_total', '398.00'),
(25988, 2896, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(25989, 2896, '_recorded_sales', 'yes'),
(25990, 2897, '_order_key', 'wc_order_55f4c4222d1a4'),
(25991, 2897, '_order_currency', 'GBP'),
(25992, 2897, '_prices_include_tax', 'no'),
(25993, 2897, '_customer_ip_address', '86.187.135.162'),
(25994, 2897, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(25995, 2897, '_customer_user', '0'),
(25996, 2897, '_created_via', 'checkout'),
(25997, 2897, '_order_version', '2.3.13'),
(25998, 2897, '_order_shipping', '0'),
(25999, 2897, '_billing_country', 'GB'),
(26000, 2897, '_billing_first_name', 'Resham'),
(26001, 2897, '_billing_last_name', 'Talawila'),
(26002, 2897, '_billing_company', ''),
(26003, 2897, '_billing_address_1', '30 Garnet Street'),
(26004, 2897, '_billing_address_2', ''),
(26005, 2897, '_billing_city', 'Saltburn-by-the-Sea'),
(26006, 2897, '_billing_state', 'NORTH YORKSHIRE'),
(26007, 2897, '_billing_postcode', 'TS12 1EN'),
(26008, 2897, '_billing_email', 'rvtalawila@gmail.com'),
(26009, 2897, '_billing_phone', '+447429874815'),
(26010, 2897, '_shipping_country', 'GB'),
(26011, 2897, '_shipping_first_name', 'Resham'),
(26012, 2897, '_shipping_last_name', 'Talawila'),
(26013, 2897, '_shipping_company', ''),
(26014, 2897, '_shipping_address_1', '30 Garnet Street'),
(26015, 2897, '_shipping_address_2', ''),
(26016, 2897, '_shipping_city', 'Saltburn-by-the-Sea'),
(26017, 2897, '_shipping_state', 'NORTH YORKSHIRE'),
(26018, 2897, '_shipping_postcode', 'TS12 1EN'),
(26019, 2897, '_payment_method', 'paypal'),
(26020, 2897, '_payment_method_title', 'PayPal'),
(26021, 2897, '_cart_discount', '0'),
(26022, 2897, '_cart_discount_tax', '0'),
(26023, 2897, '_order_tax', '0'),
(26024, 2897, '_order_shipping_tax', '0'),
(26025, 2897, '_order_total', '1999.00'),
(26026, 2898, '_order_key', 'wc_order_55f4c4c16a055'),
(26027, 2898, '_order_currency', 'GBP'),
(26028, 2898, '_prices_include_tax', 'no'),
(26029, 2898, '_customer_ip_address', '86.187.135.162'),
(26030, 2898, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(26031, 2898, '_customer_user', '0'),
(26032, 2898, '_created_via', 'checkout'),
(26033, 2898, '_order_version', '2.3.13'),
(26034, 2898, '_order_shipping', '0'),
(26035, 2898, '_billing_country', 'GB'),
(26036, 2898, '_billing_first_name', 'Resham'),
(26037, 2898, '_billing_last_name', 'Talawila'),
(26038, 2898, '_billing_company', ''),
(26039, 2898, '_billing_address_1', '30 Garnet Street'),
(26040, 2898, '_billing_address_2', ''),
(26041, 2898, '_billing_city', 'Saltburn-by-the-Sea'),
(26042, 2898, '_billing_state', 'NORTH YORKSHIRE'),
(26043, 2898, '_billing_postcode', 'TS12 1EN'),
(26044, 2898, '_billing_email', 'rvtalawila@gmail.com'),
(26045, 2898, '_billing_phone', '+447429874815'),
(26046, 2898, '_shipping_country', 'GB'),
(26047, 2898, '_shipping_first_name', 'Resham'),
(26048, 2898, '_shipping_last_name', 'Talawila'),
(26049, 2898, '_shipping_company', ''),
(26050, 2898, '_shipping_address_1', '30 Garnet Street'),
(26051, 2898, '_shipping_address_2', ''),
(26052, 2898, '_shipping_city', 'Saltburn-by-the-Sea'),
(26053, 2898, '_shipping_state', 'NORTH YORKSHIRE'),
(26054, 2898, '_shipping_postcode', 'TS12 1EN'),
(26055, 2898, '_payment_method', 'bacs'),
(26056, 2898, '_payment_method_title', 'Direct Bank Transfer'),
(26057, 2898, '_cart_discount', '0'),
(26058, 2898, '_cart_discount_tax', '0'),
(26059, 2898, '_order_tax', '0'),
(26060, 2898, '_order_shipping_tax', '0'),
(26061, 2898, '_order_total', '1999.00'),
(26062, 2898, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(26063, 2898, '_recorded_sales', 'yes'),
(26064, 2899, '_order_key', 'wc_order_55f59d95cd037'),
(26065, 2899, '_order_currency', 'GBP'),
(26066, 2899, '_prices_include_tax', 'no'),
(26067, 2899, '_customer_ip_address', '80.110.123.137'),
(26068, 2899, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(26069, 2899, '_customer_user', '0'),
(26070, 2899, '_created_via', 'checkout'),
(26071, 2899, '_order_version', '2.3.13'),
(26072, 2899, '_order_shipping', '0'),
(26073, 2899, '_billing_country', 'AT'),
(26074, 2899, '_billing_first_name', 'A'),
(26075, 2899, '_billing_last_name', 'ab'),
(26076, 2899, '_billing_company', ''),
(26077, 2899, '_billing_address_1', 'ba'),
(26078, 2899, '_billing_address_2', ''),
(26079, 2899, '_billing_city', 'adas'),
(26080, 2899, '_billing_state', ''),
(26081, 2899, '_billing_postcode', '122222'),
(26082, 2899, '_billing_email', 'adaaa@gmail.com'),
(26083, 2899, '_billing_phone', '1236456'),
(26084, 2899, '_shipping_country', 'AT'),
(26085, 2899, '_shipping_first_name', 'A'),
(26086, 2899, '_shipping_last_name', 'ab'),
(26087, 2899, '_shipping_company', ''),
(26088, 2899, '_shipping_address_1', 'ba'),
(26089, 2899, '_shipping_address_2', ''),
(26090, 2899, '_shipping_city', 'adas'),
(26091, 2899, '_shipping_state', ''),
(26092, 2899, '_shipping_postcode', '122222'),
(26093, 2899, '_payment_method', 'bacs'),
(26094, 2899, '_payment_method_title', 'Direct Bank Transfer'),
(26095, 2899, '_cart_discount', '0'),
(26096, 2899, '_cart_discount_tax', '0'),
(26097, 2899, '_order_tax', '0'),
(26098, 2899, '_order_shipping_tax', '0'),
(26099, 2899, '_order_total', '54.00'),
(26100, 2899, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(26101, 2899, '_recorded_sales', 'yes'),
(26102, 2900, '_order_key', 'wc_order_55f5e13a6041a'),
(26103, 2900, '_order_currency', 'GBP'),
(26104, 2900, '_prices_include_tax', 'no'),
(26105, 2900, '_customer_ip_address', '190.238.9.188'),
(26106, 2900, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(26107, 2900, '_customer_user', '401'),
(26108, 2900, '_created_via', 'checkout'),
(26109, 2900, '_order_version', '2.3.13'),
(26110, 2900, '_order_shipping', '0'),
(26111, 2900, '_billing_country', 'ZM'),
(26112, 2900, '_billing_first_name', 'arca'),
(26113, 2900, '_billing_last_name', 'arca'),
(26114, 2900, '_billing_company', 'arca'),
(26115, 2900, '_billing_address_1', '234'),
(26116, 2900, '_billing_address_2', '234'),
(26117, 2900, '_billing_city', 'asd'),
(26118, 2900, '_billing_state', 'asd'),
(26119, 2900, '_billing_postcode', 'ASD'),
(26120, 2900, '_billing_email', 'encristados@hotmail.com'),
(26121, 2900, '_billing_phone', '2222222222'),
(26122, 2900, '_shipping_country', 'WF'),
(26123, 2900, '_shipping_first_name', 'arca'),
(26124, 2900, '_shipping_last_name', 'arca'),
(26125, 2900, '_shipping_company', 'arca'),
(26126, 2900, '_shipping_address_1', 'arca'),
(26127, 2900, '_shipping_address_2', 'arca'),
(26128, 2900, '_shipping_city', 'arca'),
(26129, 2900, '_shipping_state', 'arca'),
(26130, 2900, '_shipping_postcode', '23'),
(26131, 2900, '_payment_method', 'bacs'),
(26132, 2900, '_payment_method_title', 'Direct Bank Transfer'),
(26133, 2900, '_cart_discount', '0'),
(26134, 2900, '_cart_discount_tax', '0'),
(26135, 2900, '_order_tax', '0'),
(26136, 2900, '_order_shipping_tax', '0'),
(26137, 2900, '_order_total', '35.00'),
(26138, 2900, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(26139, 2900, '_recorded_sales', 'yes'),
(26141, 2903, '_order_key', 'wc_order_55f6dfb388d8a'),
(26142, 2903, '_order_currency', 'GBP'),
(26143, 2903, '_prices_include_tax', 'no'),
(26144, 2903, '_customer_ip_address', '177.10.156.226'),
(26145, 2903, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9'),
(26146, 2903, '_customer_user', '0'),
(26147, 2903, '_created_via', 'checkout'),
(26148, 2903, '_order_version', '2.3.13'),
(26149, 2903, '_order_shipping', '0'),
(26150, 2903, '_billing_country', 'BR'),
(26151, 2903, '_billing_first_name', 'Pedro'),
(26152, 2903, '_billing_last_name', 'Chaves'),
(26153, 2903, '_billing_company', 'IDS Tecnologia'),
(26154, 2903, '_billing_address_1', 'Rua Carlos Gomes 434 / Apt 201'),
(26155, 2903, '_billing_address_2', ''),
(26156, 2903, '_billing_city', 'Belo Horizonte'),
(26157, 2903, '_billing_state', 'MG'),
(26158, 2903, '_billing_postcode', '30350-130'),
(26159, 2903, '_billing_email', 'p.chaves@me.com'),
(26160, 2903, '_billing_phone', '(015 31) 9898-1414'),
(26161, 2903, '_shipping_country', 'BR'),
(26162, 2903, '_shipping_first_name', 'Pedro'),
(26163, 2903, '_shipping_last_name', 'Chaves'),
(26164, 2903, '_shipping_company', 'IDS Tecnologia'),
(26165, 2903, '_shipping_address_1', 'Rua Carlos Gomes 434 / Apt 201'),
(26166, 2903, '_shipping_address_2', ''),
(26167, 2903, '_shipping_city', 'Belo Horizonte'),
(26168, 2903, '_shipping_state', 'MG'),
(26169, 2903, '_shipping_postcode', '30350-130'),
(26170, 2903, '_payment_method', 'paypal'),
(26171, 2903, '_payment_method_title', 'PayPal'),
(26172, 2903, '_cart_discount', '0'),
(26173, 2903, '_cart_discount_tax', '0'),
(26174, 2903, '_order_tax', '0'),
(26175, 2903, '_order_shipping_tax', '0'),
(26176, 2903, '_order_total', '1999.00'),
(26177, 2904, '_order_key', 'wc_order_55f6f12e3bf69'),
(26178, 2904, '_order_currency', 'GBP'),
(26179, 2904, '_prices_include_tax', 'no'),
(26180, 2904, '_customer_ip_address', '201.240.209.202'),
(26181, 2904, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'),
(26182, 2904, '_customer_user', '0'),
(26183, 2904, '_created_via', 'checkout'),
(26184, 2904, '_order_version', '2.3.13'),
(26185, 2904, '_order_shipping', '0'),
(26186, 2904, '_billing_country', 'PE'),
(26187, 2904, '_billing_first_name', 'ada'),
(26188, 2904, '_billing_last_name', 'dadadadad'),
(26189, 2904, '_billing_company', 'crearperu.com'),
(26190, 2904, '_billing_address_1', 'Jr los jaspes'),
(26191, 2904, '_billing_address_2', ''),
(26192, 2904, '_billing_city', 'lima'),
(26193, 2904, '_billing_state', 'LIM'),
(26194, 2904, '_billing_postcode', '51'),
(26195, 2904, '_billing_email', 'asdadad@sdsad.com'),
(26196, 2904, '_billing_phone', '999999999'),
(26197, 2904, '_shipping_country', 'PE'),
(26198, 2904, '_shipping_first_name', 'dsadad'),
(26199, 2904, '_shipping_last_name', 'sdadsadsad'),
(26200, 2904, '_shipping_company', ''),
(26201, 2904, '_shipping_address_1', 'Jr los jaspes'),
(26202, 2904, '_shipping_address_2', ''),
(26203, 2904, '_shipping_city', 'lima'),
(26204, 2904, '_shipping_state', 'LIM'),
(26205, 2904, '_shipping_postcode', '51'),
(26206, 2904, '_payment_method', 'bacs'),
(26207, 2904, '_payment_method_title', 'Direct Bank Transfer'),
(26208, 2904, '_cart_discount', '0'),
(26209, 2904, '_cart_discount_tax', '0'),
(26210, 2904, '_order_tax', '0'),
(26211, 2904, '_order_shipping_tax', '0'),
(26212, 2904, '_order_total', '35.00'),
(26213, 2904, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(26214, 2904, '_recorded_sales', 'yes'),
(29084, 719, '_edit_lock', '1449561841:346'),
(29085, 727, '_edit_lock', '1449887797:346'),
(29087, 719, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(29088, 719, '_upsell_ids', 'a:0:{}'),
(29089, 719, '_crosssell_ids', 'a:0:{}'),
(29090, 719, '_product_version', '2.4.10'),
(29092, 723, '_product_version', '2.4.10'),
(29094, 727, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(29095, 727, '_upsell_ids', 'a:0:{}'),
(29096, 727, '_crosssell_ids', 'a:0:{}'),
(29097, 727, '_product_version', '2.4.10'),
(29192, 3139, '_edit_lock', '1449887184:346'),
(29193, 3139, '_edit_last', '346'),
(29194, 716, '_product_version', '2.4.10'),
(29195, 697, '_product_version', '2.4.10'),
(29335, 1204, '_edit_lock', '1449887504:346'),
(29337, 1204, '_upsell_ids', 'a:0:{}'),
(29338, 1204, '_crosssell_ids', 'a:0:{}'),
(29339, 1204, '_product_version', '2.4.10'),
(29340, 3151, '_edit_lock', '1449887303:346'),
(29341, 3151, '_edit_last', '346'),
(29371, 2569, '_product_version', '2.4.10'),
(29444, 24, '_product_version', '2.4.10'),
(29461, 26, '_product_version', '2.4.10'),
(29478, 17, '_product_version', '2.4.10'),
(29494, 12, '_product_version', '2.4.10'),
(29523, 1201, '_stock_status', 'instock'),
(29524, 1202, '_stock_status', 'instock'),
(29525, 1203, '_stock_status', 'instock'),
(29526, 1205, '_stock_status', 'instock'),
(29527, 1206, '_stock_status', 'instock'),
(29528, 1207, '_stock_status', 'instock'),
(29529, 1364, '_stock_status', 'instock'),
(29530, 1365, '_stock_status', 'instock'),
(29531, 1366, '_stock_status', 'instock'),
(29532, 2570, '_stock_status', 'instock'),
(29533, 2571, '_stock_status', 'instock'),
(29536, 3157, '_edit_lock', '1514977749:43525'),
(29537, 3157, '_edit_last', '439'),
(29538, 3158, '_edit_lock', '1514976784:43525'),
(29539, 3158, '_edit_last', '43525'),
(29541, 3158, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(29542, 3158, 'slide_template', 'default'),
(29543, 3158, 'course_price_billing_p3', ''),
(29544, 3158, 'course_price_billing_t3', 'D'),
(29546, 3158, '_sfwd-courses', 'a:9:{s:29:"sfwd-courses_course_materials";s:0:"";s:30:"sfwd-courses_course_price_type";s:4:"open";s:30:"sfwd-courses_custom_button_url";s:0:"";s:25:"sfwd-courses_course_price";s:0:"";s:31:"sfwd-courses_course_access_list";s:0:"";s:34:"sfwd-courses_course_lesson_orderby";s:0:"";s:32:"sfwd-courses_course_lesson_order";s:0:"";s:32:"sfwd-courses_course_prerequisite";s:1:"0";s:31:"sfwd-courses_expire_access_days";s:0:"";}'),
(29548, 3160, '_edit_lock', '1450420431:439'),
(29549, 3160, '_edit_last', '439'),
(29551, 3160, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(29552, 3160, 'slide_template', 'default');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(29553, 3160, 'course_id', '3158'),
(29554, 3160, '_sfwd-lessons', 'a:5:{s:19:"sfwd-lessons_course";s:4:"3158";s:31:"sfwd-lessons_forced_lesson_time";s:0:"";s:26:"sfwd-lessons_sample_lesson";s:2:"on";s:26:"sfwd-lessons_visible_after";s:1:"0";s:40:"sfwd-lessons_visible_after_specific_date";s:0:"";}'),
(29557, 3163, '_edit_lock', '1505733746:43525'),
(29558, 3163, '_edit_last', '439'),
(29560, 3163, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(29561, 3163, 'slide_template', 'default'),
(29562, 3163, 'course_price_billing_p3', ''),
(29563, 3163, 'course_price_billing_t3', 'D'),
(29565, 3163, '_sfwd-courses', 'a:9:{s:29:"sfwd-courses_course_materials";s:0:"";s:30:"sfwd-courses_course_price_type";s:4:"free";s:30:"sfwd-courses_custom_button_url";s:0:"";s:25:"sfwd-courses_course_price";s:0:"";s:31:"sfwd-courses_course_access_list";i:529;s:34:"sfwd-courses_course_lesson_orderby";s:0:"";s:32:"sfwd-courses_course_lesson_order";s:0:"";s:32:"sfwd-courses_course_prerequisite";s:1:"0";s:31:"sfwd-courses_expire_access_days";s:0:"";}'),
(29566, 3163, 'learndash_member_id', 'a:2:{i:0;s:2:"84";i:1;s:3:"179";}'),
(29567, 3157, 'course_id', '3158'),
(29568, 3157, '_sfwd-lessons', 'a:4:{s:19:"sfwd-lessons_course";s:4:"3158";s:31:"sfwd-lessons_forced_lesson_time";s:0:"";s:26:"sfwd-lessons_visible_after";s:1:"0";s:40:"sfwd-lessons_visible_after_specific_date";s:0:"";}'),
(29570, 3157, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(29571, 3157, 'slide_template', 'default'),
(29572, 3166, '_edit_lock', '1516186728:43525'),
(29573, 3166, '_edit_last', '439'),
(29574, 3166, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(29575, 3166, 'slide_template', 'default'),
(29576, 3166, 'course_id', '3158'),
(29577, 3166, 'lesson_id', '3160'),
(29578, 3166, '_sfwd-quiz', 'a:7:{s:17:"sfwd-quiz_repeats";s:0:"";s:19:"sfwd-quiz_threshold";s:3:"0.8";s:27:"sfwd-quiz_passingpercentage";s:2:"80";s:16:"sfwd-quiz_course";s:4:"3158";s:16:"sfwd-quiz_lesson";s:4:"3160";s:21:"sfwd-quiz_certificate";s:1:"0";s:18:"sfwd-quiz_quiz_pro";i:1;}'),
(29600, 1204, '_wc_rating_count', 'a:0:{}'),
(29601, 1204, '_wc_average_rating', '0'),
(29602, 697, '_wc_rating_count', 'a:0:{}'),
(29603, 697, '_wc_average_rating', '0'),
(29604, 700, '_wc_rating_count', 'a:0:{}'),
(29605, 700, '_wc_average_rating', '0'),
(29606, 17, '_wc_rating_count', 'a:0:{}'),
(29607, 17, '_wc_average_rating', '0'),
(29608, 1363, '_wc_rating_count', 'a:0:{}'),
(29609, 1363, '_wc_average_rating', '0'),
(29610, 1316, '_wc_rating_count', 'a:0:{}'),
(29611, 1316, '_wc_average_rating', '0'),
(29614, 707, '_wc_rating_count', 'a:0:{}'),
(29615, 707, '_wc_average_rating', '0'),
(29616, 17, '_wc_review_count', '0'),
(29617, 727, '_wc_rating_count', 'a:0:{}'),
(29618, 727, '_wc_average_rating', '0'),
(29619, 723, '_wc_rating_count', 'a:0:{}'),
(29620, 723, '_wc_average_rating', '0'),
(29621, 719, '_wc_rating_count', 'a:0:{}'),
(29622, 719, '_wc_average_rating', '0'),
(29623, 716, '_wc_rating_count', 'a:0:{}'),
(29624, 716, '_wc_average_rating', '0'),
(29625, 716, '_wc_review_count', '0'),
(29626, 2569, '_wc_rating_count', 'a:0:{}'),
(29627, 2569, '_wc_review_count', '0'),
(29628, 2569, '_wc_average_rating', '0'),
(29629, 707, '_wc_review_count', '0'),
(29630, 697, '_wc_review_count', '0'),
(29631, 723, '_wc_review_count', '0'),
(29632, 719, '_wc_review_count', '0'),
(29635, 727, '_wc_review_count', '0'),
(29636, 700, '_wc_review_count', '0'),
(29637, 1204, '_wc_review_count', '0'),
(29639, 26, '_wc_rating_count', 'a:0:{}'),
(29640, 26, '_wc_average_rating', '0'),
(29641, 12, '_wc_rating_count', 'a:0:{}'),
(29642, 12, '_wc_average_rating', '0'),
(29643, 24, '_wc_rating_count', 'a:1:{i:5;s:1:"1";}'),
(29644, 24, '_wc_average_rating', '5.00'),
(29645, 12, '_wc_review_count', '0'),
(29646, 1363, '_wc_review_count', '0'),
(29647, 24, '_wc_review_count', '1'),
(29648, 26, '_wc_review_count', '0'),
(29649, 1316, '_wc_review_count', '0'),
(29704, 3219, '_order_key', 'wc_order_57b1a7be48300'),
(29705, 3219, '_order_currency', 'GBP'),
(29706, 3219, '_prices_include_tax', 'no'),
(29707, 3219, '_customer_ip_address', '59.95.157.35'),
(29708, 3219, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(29709, 3219, '_customer_user', '0'),
(29710, 3219, '_created_via', 'checkout'),
(29711, 3219, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(29712, 3219, '_order_version', '2.6.4'),
(29713, 3219, '_billing_first_name', 'Ramdhan'),
(29714, 3219, '_billing_last_name', 'Patel'),
(29715, 3219, '_billing_company', 'ramuda'),
(29716, 3219, '_billing_email', 'ramuda@mailinator.com'),
(29717, 3219, '_billing_phone', '1234567'),
(29718, 3219, '_billing_country', 'TV'),
(29719, 3219, '_billing_address_1', 'sdaf sadf'),
(29720, 3219, '_billing_address_2', 'asdfasd f'),
(29721, 3219, '_billing_city', 'sdf sdf'),
(29722, 3219, '_billing_state', 'sdfasdf sdf'),
(29723, 3219, '_billing_postcode', '34243'),
(29724, 3219, '_shipping_first_name', 'Ramdhan'),
(29725, 3219, '_shipping_last_name', 'Patel'),
(29726, 3219, '_shipping_company', 'ramuda'),
(29727, 3219, '_shipping_country', 'TV'),
(29728, 3219, '_shipping_address_1', 'sdaf sadf'),
(29729, 3219, '_shipping_address_2', 'asdfasd f'),
(29730, 3219, '_shipping_city', 'sdf sdf'),
(29731, 3219, '_shipping_state', 'sdfasdf sdf'),
(29732, 3219, '_shipping_postcode', '34243'),
(29733, 3219, '_payment_method', 'paypal'),
(29734, 3219, '_payment_method_title', 'PayPal'),
(29735, 3219, '_order_shipping', ''),
(29736, 3219, '_cart_discount', '0'),
(29737, 3219, '_cart_discount_tax', '0'),
(29738, 3219, '_order_tax', '0'),
(29739, 3219, '_order_shipping_tax', '0'),
(29740, 3219, '_order_total', '35.00'),
(29741, 3220, '_order_key', 'wc_order_57b8891ba8311'),
(29742, 3220, '_order_currency', 'GBP'),
(29743, 3220, '_prices_include_tax', 'no'),
(29744, 3220, '_customer_ip_address', '14.187.251.148'),
(29745, 3220, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(29746, 3220, '_customer_user', '0'),
(29747, 3220, '_created_via', 'checkout'),
(29748, 3220, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(29749, 3220, '_order_version', '2.6.4'),
(29750, 3220, '_billing_first_name', 'Ha'),
(29751, 3220, '_billing_last_name', 'Van'),
(29752, 3220, '_billing_company', 'APPNET'),
(29753, 3220, '_billing_email', 'vanducsonha@gmail.com'),
(29754, 3220, '_billing_phone', '0984946946'),
(29755, 3220, '_billing_country', 'VN'),
(29756, 3220, '_billing_address_1', 'HCMC'),
(29757, 3220, '_billing_address_2', ''),
(29758, 3220, '_billing_city', 'Ho Chi Minh City'),
(29759, 3220, '_billing_state', ''),
(29760, 3220, '_billing_postcode', '70000'),
(29761, 3220, '_shipping_first_name', 'Ha'),
(29762, 3220, '_shipping_last_name', 'Van'),
(29763, 3220, '_shipping_company', 'APPNET'),
(29764, 3220, '_shipping_country', 'VN'),
(29765, 3220, '_shipping_address_1', 'HCMC'),
(29766, 3220, '_shipping_address_2', ''),
(29767, 3220, '_shipping_city', 'Ho Chi Minh City'),
(29768, 3220, '_shipping_state', ''),
(29769, 3220, '_shipping_postcode', '70000'),
(29770, 3220, '_payment_method', 'cheque'),
(29771, 3220, '_payment_method_title', 'Check Payments'),
(29772, 3220, '_order_shipping', ''),
(29773, 3220, '_cart_discount', '0'),
(29774, 3220, '_cart_discount_tax', '0'),
(29775, 3220, '_order_tax', '0'),
(29776, 3220, '_order_shipping_tax', '0'),
(29777, 3220, '_order_total', '19.00'),
(29778, 3220, '_recorded_sales', 'yes'),
(29779, 3220, '_order_stock_reduced', '1'),
(29780, 3221, '_order_key', 'wc_order_57b97d26c6b7d'),
(29781, 3221, '_order_currency', 'GBP'),
(29782, 3221, '_prices_include_tax', 'no'),
(29783, 3221, '_customer_ip_address', '103.16.71.28'),
(29784, 3221, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(29785, 3221, '_customer_user', '0'),
(29786, 3221, '_created_via', 'checkout'),
(29787, 3221, '_cart_hash', 'c245ce073d010d3119635a173c240dfb'),
(29788, 3221, '_order_version', '2.6.4'),
(29789, 3221, '_billing_first_name', 'Hayath'),
(29790, 3221, '_billing_last_name', 'Shaik'),
(29791, 3221, '_billing_company', 'TEST Pvt LTD'),
(29792, 3221, '_billing_email', 'shayath12@gmail.com'),
(29793, 3221, '_billing_phone', '08904110427'),
(29794, 3221, '_billing_country', 'IN'),
(29795, 3221, '_billing_address_1', '#841'),
(29796, 3221, '_billing_address_2', 'AECS'),
(29797, 3221, '_billing_city', 'Bengaluru'),
(29798, 3221, '_billing_state', 'KA'),
(29799, 3221, '_billing_postcode', '560068'),
(29800, 3221, '_shipping_first_name', 'Hayath'),
(29801, 3221, '_shipping_last_name', 'Shaik'),
(29802, 3221, '_shipping_company', 'TEST Pvt LTD'),
(29803, 3221, '_shipping_country', 'IN'),
(29804, 3221, '_shipping_address_1', '#841'),
(29805, 3221, '_shipping_address_2', 'AECS'),
(29806, 3221, '_shipping_city', 'Bengaluru'),
(29807, 3221, '_shipping_state', 'KA'),
(29808, 3221, '_shipping_postcode', '560068'),
(29809, 3221, '_payment_method', 'cheque'),
(29810, 3221, '_payment_method_title', 'Check Payments'),
(29811, 3221, '_order_shipping', ''),
(29812, 3221, '_cart_discount', '0'),
(29813, 3221, '_cart_discount_tax', '0'),
(29814, 3221, '_order_tax', '0'),
(29815, 3221, '_order_shipping_tax', '0'),
(29816, 3221, '_order_total', '18.00'),
(29817, 3221, '_recorded_sales', 'yes'),
(29818, 3221, '_order_stock_reduced', '1'),
(29819, 3222, '_order_key', 'wc_order_57b9aefb46dfb'),
(29820, 3222, '_order_currency', 'GBP'),
(29821, 3222, '_prices_include_tax', 'no'),
(29822, 3222, '_customer_ip_address', '103.16.71.28'),
(29823, 3222, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(29824, 3222, '_customer_user', '0'),
(29825, 3222, '_created_via', 'checkout'),
(29826, 3222, '_cart_hash', 'ebf69eeeea39740540e390327aa7f6e0'),
(29827, 3222, '_order_version', '2.6.4'),
(29828, 3222, '_billing_first_name', 'Hayath'),
(29829, 3222, '_billing_last_name', 'Shaik'),
(29830, 3222, '_billing_company', 'TEST Pvt LTD'),
(29831, 3222, '_billing_email', 'shayath12@gmail.com'),
(29832, 3222, '_billing_phone', '08904110427'),
(29833, 3222, '_billing_country', 'IN'),
(29834, 3222, '_billing_address_1', '#841'),
(29835, 3222, '_billing_address_2', 'AECS'),
(29836, 3222, '_billing_city', 'Bengaluru'),
(29837, 3222, '_billing_state', 'KA'),
(29838, 3222, '_billing_postcode', '560068'),
(29839, 3222, '_shipping_first_name', 'Hayath'),
(29840, 3222, '_shipping_last_name', 'Shaik'),
(29841, 3222, '_shipping_company', 'TEST Pvt LTD'),
(29842, 3222, '_shipping_country', 'IN'),
(29843, 3222, '_shipping_address_1', '#841'),
(29844, 3222, '_shipping_address_2', 'AECS'),
(29845, 3222, '_shipping_city', 'Bengaluru'),
(29846, 3222, '_shipping_state', 'KA'),
(29847, 3222, '_shipping_postcode', '560068'),
(29848, 3222, '_payment_method', 'paypal'),
(29849, 3222, '_payment_method_title', 'PayPal'),
(29850, 3222, '_order_shipping', ''),
(29851, 3222, '_cart_discount', '0'),
(29852, 3222, '_cart_discount_tax', '0'),
(29853, 3222, '_order_tax', '0'),
(29854, 3222, '_order_shipping_tax', '0'),
(29855, 3222, '_order_total', '35.00'),
(29856, 3223, '_order_key', 'wc_order_57b9b1644b80d'),
(29857, 3223, '_order_currency', 'GBP'),
(29858, 3223, '_prices_include_tax', 'no'),
(29859, 3223, '_customer_ip_address', '103.16.71.28'),
(29860, 3223, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(29861, 3223, '_customer_user', '0'),
(29862, 3223, '_created_via', 'checkout'),
(29863, 3223, '_cart_hash', 'c643a7ce4dd4b2155014484bd61e8a49'),
(29864, 3223, '_order_version', '2.6.4'),
(29865, 3223, '_billing_first_name', 'Hayath'),
(29866, 3223, '_billing_last_name', 'Shaik'),
(29867, 3223, '_billing_company', 'TEST Pvt LTD'),
(29868, 3223, '_billing_email', 'shayath12@gmail.com'),
(29869, 3223, '_billing_phone', '08904110427'),
(29870, 3223, '_billing_country', 'IN'),
(29871, 3223, '_billing_address_1', '#841'),
(29872, 3223, '_billing_address_2', 'AECS'),
(29873, 3223, '_billing_city', 'Bengaluru'),
(29874, 3223, '_billing_state', 'KA'),
(29875, 3223, '_billing_postcode', '560068'),
(29876, 3223, '_shipping_first_name', 'Hayath'),
(29877, 3223, '_shipping_last_name', 'Shaik'),
(29878, 3223, '_shipping_company', 'TEST Pvt LTD'),
(29879, 3223, '_shipping_country', 'IN'),
(29880, 3223, '_shipping_address_1', '#841'),
(29881, 3223, '_shipping_address_2', 'AECS'),
(29882, 3223, '_shipping_city', 'Bengaluru'),
(29883, 3223, '_shipping_state', 'KA'),
(29884, 3223, '_shipping_postcode', '560068'),
(29885, 3223, '_payment_method', 'paypal'),
(29886, 3223, '_payment_method_title', 'PayPal'),
(29887, 3223, '_order_shipping', ''),
(29888, 3223, '_cart_discount', '0'),
(29889, 3223, '_cart_discount_tax', '0'),
(29890, 3223, '_order_tax', '0'),
(29891, 3223, '_order_shipping_tax', '0'),
(29892, 3223, '_order_total', '20.00'),
(29893, 3224, '_order_key', 'wc_order_57bd6628613f9'),
(29894, 3224, '_order_currency', 'GBP'),
(29895, 3224, '_prices_include_tax', 'no'),
(29896, 3224, '_customer_ip_address', '185.56.137.14'),
(29897, 3224, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(29898, 3224, '_customer_user', '0'),
(29899, 3224, '_created_via', 'checkout'),
(29900, 3224, '_cart_hash', 'c245ce073d010d3119635a173c240dfb'),
(29901, 3224, '_order_version', '2.6.4'),
(29902, 3224, '_billing_first_name', 'arun'),
(29903, 3224, '_billing_last_name', 'singh'),
(29904, 3224, '_billing_company', 'efindia'),
(29905, 3224, '_billing_email', 'arun@gmail.com'),
(29906, 3224, '_billing_phone', '8854546543'),
(29907, 3224, '_billing_country', 'IN'),
(29908, 3224, '_billing_address_1', 'Lucknow lekharaj'),
(29909, 3224, '_billing_address_2', 'Sultanpur uttarpradesh'),
(29910, 3224, '_billing_city', 'Sultanpur'),
(29911, 3224, '_billing_state', 'UP'),
(29912, 3224, '_billing_postcode', '228161'),
(29913, 3224, '_shipping_first_name', 'arun'),
(29914, 3224, '_shipping_last_name', 'singh'),
(29915, 3224, '_shipping_company', 'efindia'),
(29916, 3224, '_shipping_country', 'IN'),
(29917, 3224, '_shipping_address_1', 'Lucknow lekharaj'),
(29918, 3224, '_shipping_address_2', 'Sultanpur uttarpradesh'),
(29919, 3224, '_shipping_city', 'Sultanpur'),
(29920, 3224, '_shipping_state', 'UP'),
(29921, 3224, '_shipping_postcode', '228161'),
(29922, 3224, '_payment_method', 'paypal'),
(29923, 3224, '_payment_method_title', 'PayPal'),
(29924, 3224, '_order_shipping', ''),
(29925, 3224, '_cart_discount', '0'),
(29926, 3224, '_cart_discount_tax', '0'),
(29927, 3224, '_order_tax', '0'),
(29928, 3224, '_order_shipping_tax', '0'),
(29929, 3224, '_order_total', '18.00'),
(29930, 3225, '_order_key', 'wc_order_57c2a7a91b6f1'),
(29931, 3225, '_order_currency', 'GBP'),
(29932, 3225, '_prices_include_tax', 'no'),
(29933, 3225, '_customer_ip_address', '103.253.39.241'),
(29934, 3225, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(29935, 3225, '_customer_user', '0'),
(29936, 3225, '_created_via', 'checkout'),
(29937, 3225, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(29938, 3225, '_order_version', '2.6.4'),
(29939, 3225, '_billing_first_name', 'uyjyu'),
(29940, 3225, '_billing_last_name', 'iuouiygy'),
(29941, 3225, '_billing_company', 'vighfjhghg'),
(29942, 3225, '_billing_email', 'khggfguyt5434@gmail.com'),
(29943, 3225, '_billing_phone', '+017775556666'),
(29944, 3225, '_billing_country', 'BD'),
(29945, 3225, '_billing_address_1', 'Mirpur-10'),
(29946, 3225, '_billing_address_2', ''),
(29947, 3225, '_billing_city', 'Dhaka'),
(29948, 3225, '_billing_state', 'DHA'),
(29949, 3225, '_billing_postcode', '1216'),
(29950, 3225, '_shipping_first_name', 'uyjyu'),
(29951, 3225, '_shipping_last_name', 'iuouiygy'),
(29952, 3225, '_shipping_company', 'vighfjhghg'),
(29953, 3225, '_shipping_country', 'BD'),
(29954, 3225, '_shipping_address_1', 'Mirpur-10'),
(29955, 3225, '_shipping_address_2', ''),
(29956, 3225, '_shipping_city', 'Dhaka'),
(29957, 3225, '_shipping_state', 'DHA'),
(29958, 3225, '_shipping_postcode', '1216'),
(29959, 3225, '_payment_method', 'paypal'),
(29960, 3225, '_payment_method_title', 'PayPal'),
(29961, 3225, '_order_shipping', ''),
(29962, 3225, '_cart_discount', '0'),
(29963, 3225, '_cart_discount_tax', '0'),
(29964, 3225, '_order_tax', '0'),
(29965, 3225, '_order_shipping_tax', '0'),
(29966, 3225, '_order_total', '1999.00'),
(29980, 3227, '_order_key', 'wc_order_57d2693e2a29d'),
(29981, 3227, '_order_currency', 'GBP'),
(29982, 3227, '_prices_include_tax', 'no'),
(29983, 3227, '_customer_ip_address', '117.5.84.216'),
(29984, 3227, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(29985, 3227, '_customer_user', '0'),
(29986, 3227, '_created_via', 'checkout'),
(29987, 3227, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(29988, 3227, '_order_version', '2.6.4'),
(29989, 3227, '_billing_first_name', 'test'),
(29990, 3227, '_billing_last_name', 'test'),
(29991, 3227, '_billing_company', 'test'),
(29992, 3227, '_billing_email', 'abc@gmail.com'),
(29993, 3227, '_billing_phone', '0987654321'),
(29994, 3227, '_billing_country', 'VN'),
(29995, 3227, '_billing_address_1', 'rưasdsdas'),
(29996, 3227, '_billing_address_2', ''),
(29997, 3227, '_billing_city', 'tamnt'),
(29998, 3227, '_billing_state', ''),
(29999, 3227, '_billing_postcode', 'TAMNT'),
(30000, 3227, '_shipping_first_name', 'test'),
(30001, 3227, '_shipping_last_name', 'test'),
(30002, 3227, '_shipping_company', 'test'),
(30003, 3227, '_shipping_country', 'VN'),
(30004, 3227, '_shipping_address_1', 'rưasdsdas'),
(30005, 3227, '_shipping_address_2', ''),
(30006, 3227, '_shipping_city', 'tamnt'),
(30007, 3227, '_shipping_state', ''),
(30008, 3227, '_shipping_postcode', 'TAMNT'),
(30009, 3227, '_payment_method', 'cheque'),
(30010, 3227, '_payment_method_title', 'Check Payments'),
(30011, 3227, '_order_shipping', ''),
(30012, 3227, '_cart_discount', '0'),
(30013, 3227, '_cart_discount_tax', '0'),
(30014, 3227, '_order_tax', '0'),
(30015, 3227, '_order_shipping_tax', '0'),
(30016, 3227, '_order_total', '1999.00'),
(30017, 3227, '_recorded_sales', 'yes'),
(30018, 3227, '_order_stock_reduced', '1'),
(30019, 3228, '_order_key', 'wc_order_57d26a1ecdfa5'),
(30020, 3228, '_order_currency', 'GBP'),
(30021, 3228, '_prices_include_tax', 'no'),
(30022, 3228, '_customer_ip_address', '117.5.84.216'),
(30023, 3228, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(30024, 3228, '_customer_user', '0'),
(30025, 3228, '_created_via', 'checkout'),
(30026, 3228, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30027, 3228, '_order_version', '2.6.4'),
(30028, 3228, '_billing_first_name', 'test'),
(30029, 3228, '_billing_last_name', 'test'),
(30030, 3228, '_billing_company', 'test'),
(30031, 3228, '_billing_email', 'demo@cactusthemes.com'),
(30032, 3228, '_billing_phone', '0987654321'),
(30033, 3228, '_billing_country', 'VN'),
(30034, 3228, '_billing_address_1', 'test'),
(30035, 3228, '_billing_address_2', ''),
(30036, 3228, '_billing_city', 'dfasdfsd'),
(30037, 3228, '_billing_state', ''),
(30038, 3228, '_billing_postcode', 'TAMNT'),
(30039, 3228, '_shipping_first_name', 'test'),
(30040, 3228, '_shipping_last_name', 'test'),
(30041, 3228, '_shipping_company', 'test'),
(30042, 3228, '_shipping_country', 'VN'),
(30043, 3228, '_shipping_address_1', 'test'),
(30044, 3228, '_shipping_address_2', ''),
(30045, 3228, '_shipping_city', 'dfasdfsd'),
(30046, 3228, '_shipping_state', ''),
(30047, 3228, '_shipping_postcode', 'TAMNT'),
(30048, 3228, '_payment_method', 'cheque'),
(30049, 3228, '_payment_method_title', 'Check Payments'),
(30050, 3228, '_order_shipping', ''),
(30051, 3228, '_cart_discount', '0'),
(30052, 3228, '_cart_discount_tax', '0'),
(30053, 3228, '_order_tax', '0'),
(30054, 3228, '_order_shipping_tax', '0'),
(30055, 3228, '_order_total', '1999.00'),
(30056, 3228, '_recorded_sales', 'yes'),
(30057, 3228, '_order_stock_reduced', '1'),
(30058, 3229, '_order_key', 'wc_order_57d41e3ccd489'),
(30059, 3229, '_order_currency', 'GBP'),
(30060, 3229, '_prices_include_tax', 'no'),
(30061, 3229, '_customer_ip_address', '31.217.105.12'),
(30062, 3229, '_customer_user_agent', 'Mozilla/5.0 (Linux; Android 5.0.1; P01T_1 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36'),
(30063, 3229, '_customer_user', '0'),
(30064, 3229, '_created_via', 'checkout'),
(30065, 3229, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30066, 3229, '_order_version', '2.6.4'),
(30067, 3229, '_billing_first_name', 'Max'),
(30068, 3229, '_billing_last_name', 'Muster'),
(30069, 3229, '_billing_company', ''),
(30070, 3229, '_billing_email', 'sascha.ebner@inode.at'),
(30071, 3229, '_billing_phone', '4523467'),
(30072, 3229, '_billing_country', 'AT'),
(30073, 3229, '_billing_address_1', 'Musterstrasse 1'),
(30074, 3229, '_billing_address_2', ''),
(30075, 3229, '_billing_city', 'Graz'),
(30076, 3229, '_billing_state', ''),
(30077, 3229, '_billing_postcode', '8010'),
(30078, 3229, '_shipping_first_name', 'Max'),
(30079, 3229, '_shipping_last_name', 'Muster'),
(30080, 3229, '_shipping_company', ''),
(30081, 3229, '_shipping_country', 'AT'),
(30082, 3229, '_shipping_address_1', 'Musterstrasse 1'),
(30083, 3229, '_shipping_address_2', ''),
(30084, 3229, '_shipping_city', 'Graz'),
(30085, 3229, '_shipping_state', ''),
(30086, 3229, '_shipping_postcode', '8010'),
(30087, 3229, '_payment_method', 'cheque'),
(30088, 3229, '_payment_method_title', 'Check Payments'),
(30089, 3229, '_order_shipping', ''),
(30090, 3229, '_cart_discount', '0'),
(30091, 3229, '_cart_discount_tax', '0'),
(30092, 3229, '_order_tax', '0'),
(30093, 3229, '_order_shipping_tax', '0'),
(30094, 3229, '_order_total', '1999.00'),
(30095, 3229, '_recorded_sales', 'yes'),
(30096, 3229, '_order_stock_reduced', '1'),
(30098, 3231, '_order_key', 'wc_order_57db808a1689c'),
(30099, 3231, '_order_currency', 'GBP'),
(30100, 3231, '_prices_include_tax', 'no'),
(30101, 3231, '_customer_ip_address', '117.6.48.243'),
(30102, 3231, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(30103, 3231, '_customer_user', '0'),
(30104, 3231, '_created_via', 'checkout'),
(30105, 3231, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30106, 3231, '_order_version', '2.6.4'),
(30107, 3231, '_billing_first_name', 'sdfdsfsd'),
(30108, 3231, '_billing_last_name', 'dsfsdfds'),
(30109, 3231, '_billing_company', 'sđsfsdfds'),
(30110, 3231, '_billing_email', 'fsdsfdsfds@gmail.com'),
(30111, 3231, '_billing_phone', '21213213213'),
(30112, 3231, '_billing_country', 'VN'),
(30113, 3231, '_billing_address_1', '3434324'),
(30114, 3231, '_billing_address_2', ''),
(30115, 3231, '_billing_city', 'Hanoi'),
(30116, 3231, '_billing_state', ''),
(30117, 3231, '_billing_postcode', '100000'),
(30118, 3231, '_shipping_first_name', 'sdfdsfsd'),
(30119, 3231, '_shipping_last_name', 'dsfsdfds'),
(30120, 3231, '_shipping_company', 'sđsfsdfds'),
(30121, 3231, '_shipping_country', 'VN'),
(30122, 3231, '_shipping_address_1', '3434324'),
(30123, 3231, '_shipping_address_2', ''),
(30124, 3231, '_shipping_city', 'Hanoi'),
(30125, 3231, '_shipping_state', ''),
(30126, 3231, '_shipping_postcode', '100000'),
(30127, 3231, '_payment_method', 'paypal'),
(30128, 3231, '_payment_method_title', 'PayPal'),
(30129, 3231, '_order_shipping', ''),
(30130, 3231, '_cart_discount', '0'),
(30131, 3231, '_cart_discount_tax', '0'),
(30132, 3231, '_order_tax', '0'),
(30133, 3231, '_order_shipping_tax', '0'),
(30134, 3231, '_order_total', '1999.00'),
(30135, 3232, '_order_key', 'wc_order_57e40de0919ff'),
(30136, 3232, '_order_currency', 'GBP'),
(30137, 3232, '_prices_include_tax', 'no'),
(30138, 3232, '_customer_ip_address', '112.196.146.147'),
(30139, 3232, '_customer_user_agent', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(30140, 3232, '_customer_user', '0'),
(30141, 3232, '_created_via', 'checkout'),
(30142, 3232, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(30143, 3232, '_order_version', '2.6.4'),
(30144, 3232, '_billing_first_name', 'Shafiq'),
(30145, 3232, '_billing_last_name', 'Ahmed'),
(30146, 3232, '_billing_company', ''),
(30147, 3232, '_billing_email', 'shafiq@sdfsdfs.com'),
(30148, 3232, '_billing_phone', '978273173798'),
(30149, 3232, '_billing_country', 'IN'),
(30150, 3232, '_billing_address_1', 'Bhjgh'),
(30151, 3232, '_billing_address_2', 'wyqewiy'),
(30152, 3232, '_billing_city', 'GHaziabad'),
(30153, 3232, '_billing_state', 'UP'),
(30154, 3232, '_billing_postcode', '201005'),
(30155, 3232, '_shipping_first_name', 'Shafiq'),
(30156, 3232, '_shipping_last_name', 'Ahmed'),
(30157, 3232, '_shipping_company', ''),
(30158, 3232, '_shipping_country', 'IN'),
(30159, 3232, '_shipping_address_1', 'Bhjgh'),
(30160, 3232, '_shipping_address_2', 'wyqewiy'),
(30161, 3232, '_shipping_city', 'GHaziabad'),
(30162, 3232, '_shipping_state', 'UP'),
(30163, 3232, '_shipping_postcode', '201005'),
(30164, 3232, '_payment_method', 'cheque'),
(30165, 3232, '_payment_method_title', 'Check Payments'),
(30166, 3232, '_order_shipping', ''),
(30167, 3232, '_cart_discount', '0'),
(30168, 3232, '_cart_discount_tax', '0'),
(30169, 3232, '_order_tax', '0'),
(30170, 3232, '_order_shipping_tax', '0'),
(30171, 3232, '_order_total', '35.00'),
(30172, 3232, '_recorded_sales', 'yes'),
(30173, 3232, '_order_stock_reduced', '1'),
(30174, 3233, '_order_key', 'wc_order_57e4127712734'),
(30175, 3233, '_order_currency', 'GBP'),
(30176, 3233, '_prices_include_tax', 'no'),
(30177, 3233, '_customer_ip_address', '190.235.122.141'),
(30178, 3233, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(30179, 3233, '_customer_user', '0'),
(30180, 3233, '_created_via', 'checkout'),
(30181, 3233, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30182, 3233, '_order_version', '2.6.4'),
(30183, 3233, '_billing_first_name', 'manuel'),
(30184, 3233, '_billing_last_name', 'garcia'),
(30185, 3233, '_billing_company', 'alkaeda'),
(30186, 3233, '_billing_email', 'jeff2@yopmail.com'),
(30187, 3233, '_billing_phone', '789128471'),
(30188, 3233, '_billing_country', 'US'),
(30189, 3233, '_billing_address_1', 'i957 mission street'),
(30190, 3233, '_billing_address_2', 'apt 229'),
(30191, 3233, '_billing_city', 'SAN FRANCISCO'),
(30192, 3233, '_billing_state', 'CA'),
(30193, 3233, '_billing_postcode', '94103'),
(30194, 3233, '_shipping_first_name', 'manuel'),
(30195, 3233, '_shipping_last_name', 'garcia'),
(30196, 3233, '_shipping_company', 'alkaeda'),
(30197, 3233, '_shipping_country', 'US'),
(30198, 3233, '_shipping_address_1', 'i957 mission street'),
(30199, 3233, '_shipping_address_2', 'apt 229'),
(30200, 3233, '_shipping_city', 'SAN FRANCISCO'),
(30201, 3233, '_shipping_state', 'CA'),
(30202, 3233, '_shipping_postcode', '94103'),
(30203, 3233, '_payment_method', 'cheque'),
(30204, 3233, '_payment_method_title', 'Check Payments'),
(30205, 3233, '_order_shipping', ''),
(30206, 3233, '_cart_discount', '0'),
(30207, 3233, '_cart_discount_tax', '0'),
(30208, 3233, '_order_tax', '0'),
(30209, 3233, '_order_shipping_tax', '0'),
(30210, 3233, '_order_total', '1999.00'),
(30211, 3233, '_recorded_sales', 'yes'),
(30212, 3233, '_order_stock_reduced', '1'),
(30213, 3234, '_order_key', 'wc_order_57f6662ebbc88'),
(30214, 3234, '_order_currency', 'GBP'),
(30215, 3234, '_prices_include_tax', 'no'),
(30216, 3234, '_customer_ip_address', '46.177.181.134'),
(30217, 3234, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36'),
(30218, 3234, '_customer_user', '0'),
(30219, 3234, '_created_via', 'checkout'),
(30220, 3234, '_cart_hash', '5173a50d04fcc3792d9a533d683dda19'),
(30221, 3234, '_order_version', '2.6.4'),
(30222, 3234, '_billing_first_name', 'saddsad'),
(30223, 3234, '_billing_last_name', 'saddasd'),
(30224, 3234, '_billing_company', ''),
(30225, 3234, '_billing_email', 'im.dimitrismavroudis@gmail.com'),
(30226, 3234, '_billing_phone', '434324'),
(30227, 3234, '_billing_country', 'GR'),
(30228, 3234, '_billing_address_1', 'fsfsdfdsf'),
(30229, 3234, '_billing_address_2', ''),
(30230, 3234, '_billing_city', 'dfsfdsdf'),
(30231, 3234, '_billing_state', 'I'),
(30232, 3234, '_billing_postcode', '344234'),
(30233, 3234, '_shipping_first_name', 'saddsad'),
(30234, 3234, '_shipping_last_name', 'saddasd'),
(30235, 3234, '_shipping_company', ''),
(30236, 3234, '_shipping_country', 'GR'),
(30237, 3234, '_shipping_address_1', 'fsfsdfdsf'),
(30238, 3234, '_shipping_address_2', ''),
(30239, 3234, '_shipping_city', 'dfsfdsdf'),
(30240, 3234, '_shipping_state', 'I'),
(30241, 3234, '_shipping_postcode', '344234'),
(30242, 3234, '_payment_method', 'paypal'),
(30243, 3234, '_payment_method_title', 'PayPal'),
(30244, 3234, '_order_shipping', ''),
(30245, 3234, '_cart_discount', '0'),
(30246, 3234, '_cart_discount_tax', '0'),
(30247, 3234, '_order_tax', '0'),
(30248, 3234, '_order_shipping_tax', '0'),
(30249, 3234, '_order_total', '54.00'),
(30250, 3235, '_order_key', 'wc_order_57fa761e072cc'),
(30251, 3235, '_order_currency', 'GBP'),
(30252, 3235, '_prices_include_tax', 'no'),
(30253, 3235, '_customer_ip_address', '187.65.198.130'),
(30254, 3235, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(30255, 3235, '_customer_user', '0'),
(30256, 3235, '_created_via', 'checkout'),
(30257, 3235, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30258, 3235, '_order_version', '2.6.4'),
(30259, 3235, '_billing_first_name', 'Bruno'),
(30260, 3235, '_billing_last_name', 'Iuskow'),
(30261, 3235, '_billing_company', ''),
(30262, 3235, '_billing_email', 'e-iuskow@hotmail.com'),
(30263, 3235, '_billing_phone', '4899892839'),
(30264, 3235, '_billing_country', 'BR'),
(30265, 3235, '_billing_address_1', 'Rua Vidal Ramos'),
(30266, 3235, '_billing_address_2', ''),
(30267, 3235, '_billing_city', 'Floripa'),
(30268, 3235, '_billing_state', 'SC'),
(30269, 3235, '_billing_postcode', '88010-000'),
(30270, 3235, '_shipping_first_name', 'Bruno'),
(30271, 3235, '_shipping_last_name', 'Iuskow'),
(30272, 3235, '_shipping_company', ''),
(30273, 3235, '_shipping_country', 'BR'),
(30274, 3235, '_shipping_address_1', 'Rua Vidal Ramos'),
(30275, 3235, '_shipping_address_2', ''),
(30276, 3235, '_shipping_city', 'Floripa'),
(30277, 3235, '_shipping_state', 'SC'),
(30278, 3235, '_shipping_postcode', '88010-000'),
(30279, 3235, '_payment_method', 'cheque'),
(30280, 3235, '_payment_method_title', 'Check Payments'),
(30281, 3235, '_order_shipping', ''),
(30282, 3235, '_cart_discount', '0'),
(30283, 3235, '_cart_discount_tax', '0'),
(30284, 3235, '_order_tax', '0'),
(30285, 3235, '_order_shipping_tax', '0'),
(30286, 3235, '_order_total', '1999.00'),
(30287, 3235, '_recorded_sales', 'yes'),
(30288, 3235, '_order_stock_reduced', '1'),
(30289, 3236, '_order_key', 'wc_order_57fc35c7053e9'),
(30290, 3236, '_order_currency', 'GBP'),
(30291, 3236, '_prices_include_tax', 'no'),
(30292, 3236, '_customer_ip_address', '10.19.2.2'),
(30293, 3236, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(30294, 3236, '_customer_user', '0'),
(30295, 3236, '_created_via', 'checkout'),
(30296, 3236, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30297, 3236, '_order_version', '2.6.4'),
(30298, 3236, '_billing_first_name', 'Omar'),
(30299, 3236, '_billing_last_name', 'Hussein'),
(30300, 3236, '_billing_company', 'Warsantel'),
(30301, 3236, '_billing_email', 'aadan15@hotmail.com'),
(30302, 3236, '_billing_phone', '615505893'),
(30303, 3236, '_billing_country', 'SO'),
(30304, 3236, '_billing_address_1', 'Howlwadaag Street'),
(30305, 3236, '_billing_address_2', ''),
(30306, 3236, '_billing_city', 'Mogadishu'),
(30307, 3236, '_billing_state', 'Banaadir'),
(30308, 3236, '_billing_postcode', '252'),
(30309, 3236, '_shipping_first_name', 'Omar'),
(30310, 3236, '_shipping_last_name', 'Hussein'),
(30311, 3236, '_shipping_company', 'Warsantel'),
(30312, 3236, '_shipping_country', 'SO'),
(30313, 3236, '_shipping_address_1', 'Howlwadaag Street'),
(30314, 3236, '_shipping_address_2', ''),
(30315, 3236, '_shipping_city', 'Mogadishu'),
(30316, 3236, '_shipping_state', 'Banaadir'),
(30317, 3236, '_shipping_postcode', '252'),
(30318, 3236, '_payment_method', 'paypal'),
(30319, 3236, '_payment_method_title', 'PayPal'),
(30320, 3236, '_order_shipping', ''),
(30321, 3236, '_cart_discount', '0'),
(30322, 3236, '_cart_discount_tax', '0'),
(30323, 3236, '_order_tax', '0'),
(30324, 3236, '_order_shipping_tax', '0'),
(30325, 3236, '_order_total', '1999.00'),
(30326, 3237, '_order_key', 'wc_order_57fcdc3b84b9b'),
(30327, 3237, '_order_currency', 'GBP'),
(30328, 3237, '_prices_include_tax', 'no'),
(30329, 3237, '_customer_ip_address', '91.109.30.116'),
(30330, 3237, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(30331, 3237, '_customer_user', '0'),
(30332, 3237, '_created_via', 'checkout'),
(30333, 3237, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(30334, 3237, '_order_version', '2.6.4'),
(30335, 3237, '_billing_first_name', 'test'),
(30336, 3237, '_billing_last_name', 'test'),
(30337, 3237, '_billing_company', 'test'),
(30338, 3237, '_billing_email', 'demo@cactusthemes.com'),
(30339, 3237, '_billing_phone', '0987654321'),
(30340, 3237, '_billing_country', 'VN'),
(30341, 3237, '_billing_address_1', 'test'),
(30342, 3237, '_billing_address_2', ''),
(30343, 3237, '_billing_city', 'dfasdfsd'),
(30344, 3237, '_billing_state', ''),
(30345, 3237, '_billing_postcode', 'TAMNT'),
(30346, 3237, '_shipping_first_name', 'test'),
(30347, 3237, '_shipping_last_name', 'test'),
(30348, 3237, '_shipping_company', 'test'),
(30349, 3237, '_shipping_country', 'VN'),
(30350, 3237, '_shipping_address_1', 'test'),
(30351, 3237, '_shipping_address_2', ''),
(30352, 3237, '_shipping_city', 'dfasdfsd'),
(30353, 3237, '_shipping_state', ''),
(30354, 3237, '_shipping_postcode', 'TAMNT'),
(30355, 3237, '_payment_method', 'paypal'),
(30356, 3237, '_payment_method_title', 'PayPal'),
(30357, 3237, '_order_shipping', ''),
(30358, 3237, '_cart_discount', '0'),
(30359, 3237, '_cart_discount_tax', '0'),
(30360, 3237, '_order_tax', '0'),
(30361, 3237, '_order_shipping_tax', '0'),
(30362, 3237, '_order_total', '35.00'),
(30363, 3238, '_order_key', 'wc_order_57ff7a68d7cff'),
(30364, 3238, '_order_currency', 'GBP'),
(30365, 3238, '_prices_include_tax', 'no'),
(30366, 3238, '_customer_ip_address', '84.213.20.96'),
(30367, 3238, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(30368, 3238, '_customer_user', '0'),
(30369, 3238, '_created_via', 'checkout'),
(30370, 3238, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30371, 3238, '_order_version', '2.6.4'),
(30372, 3238, '_billing_first_name', 'Test'),
(30373, 3238, '_billing_last_name', 'tester'),
(30374, 3238, '_billing_company', ''),
(30375, 3238, '_billing_email', 'test@test.test'),
(30376, 3238, '_billing_phone', '11100111'),
(30377, 3238, '_billing_country', 'NO'),
(30378, 3238, '_billing_address_1', 'Test street'),
(30379, 3238, '_billing_address_2', 'Apartment 000'),
(30380, 3238, '_billing_city', 'Oslo'),
(30381, 3238, '_billing_state', ''),
(30382, 3238, '_billing_postcode', '0100'),
(30383, 3238, '_shipping_first_name', 'Test'),
(30384, 3238, '_shipping_last_name', 'tester'),
(30385, 3238, '_shipping_company', ''),
(30386, 3238, '_shipping_country', 'NO'),
(30387, 3238, '_shipping_address_1', 'Test street'),
(30388, 3238, '_shipping_address_2', 'Apartment 000'),
(30389, 3238, '_shipping_city', 'Oslo'),
(30390, 3238, '_shipping_state', ''),
(30391, 3238, '_shipping_postcode', '0100'),
(30392, 3238, '_payment_method', 'cheque'),
(30393, 3238, '_payment_method_title', 'Check Payments'),
(30394, 3238, '_order_shipping', ''),
(30395, 3238, '_cart_discount', '0'),
(30396, 3238, '_cart_discount_tax', '0'),
(30397, 3238, '_order_tax', '0'),
(30398, 3238, '_order_shipping_tax', '0'),
(30399, 3238, '_order_total', '1999.00'),
(30400, 3238, '_recorded_sales', 'yes'),
(30401, 3238, '_order_stock_reduced', '1'),
(30402, 3239, '_order_key', 'wc_order_580bcbf408672'),
(30403, 3239, '_order_currency', 'GBP'),
(30404, 3239, '_prices_include_tax', 'no'),
(30405, 3239, '_customer_ip_address', '212.253.113.165'),
(30406, 3239, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(30407, 3239, '_customer_user', '0'),
(30408, 3239, '_created_via', 'checkout'),
(30409, 3239, '_cart_hash', '5173a50d04fcc3792d9a533d683dda19'),
(30410, 3239, '_order_version', '2.6.4'),
(30411, 3239, '_billing_first_name', 'Necip'),
(30412, 3239, '_billing_last_name', 'Murat'),
(30413, 3239, '_billing_company', 'Pazarlamasyon'),
(30414, 3239, '_billing_email', 'necip@pazarlamasyon.com'),
(30415, 3239, '_billing_phone', '05066152688'),
(30416, 3239, '_billing_country', 'TR'),
(30417, 3239, '_billing_address_1', 'istanbul'),
(30418, 3239, '_billing_address_2', ''),
(30419, 3239, '_billing_city', 'İstanbul'),
(30420, 3239, '_billing_state', 'TR02'),
(30421, 3239, '_billing_postcode', '34000'),
(30422, 3239, '_shipping_first_name', 'Necip'),
(30423, 3239, '_shipping_last_name', 'Murat'),
(30424, 3239, '_shipping_company', 'Pazarlamasyon'),
(30425, 3239, '_shipping_country', 'TR'),
(30426, 3239, '_shipping_address_1', 'istanbul'),
(30427, 3239, '_shipping_address_2', ''),
(30428, 3239, '_shipping_city', 'İstanbul'),
(30429, 3239, '_shipping_state', 'TR02'),
(30430, 3239, '_shipping_postcode', '34000'),
(30431, 3239, '_payment_method', 'cheque'),
(30432, 3239, '_payment_method_title', 'Check Payments'),
(30433, 3239, '_order_shipping', ''),
(30434, 3239, '_cart_discount', '0'),
(30435, 3239, '_cart_discount_tax', '0'),
(30436, 3239, '_order_tax', '0'),
(30437, 3239, '_order_shipping_tax', '0'),
(30438, 3239, '_order_total', '54.00'),
(30439, 3239, '_recorded_sales', 'yes'),
(30440, 3239, '_order_stock_reduced', '1'),
(30441, 3240, '_order_key', 'wc_order_580bd7524b315'),
(30442, 3240, '_order_currency', 'GBP'),
(30443, 3240, '_prices_include_tax', 'no'),
(30444, 3240, '_customer_ip_address', '51.6.151.109'),
(30445, 3240, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(30446, 3240, '_customer_user', '0'),
(30447, 3240, '_created_via', 'checkout'),
(30448, 3240, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(30449, 3240, '_order_version', '2.6.4'),
(30450, 3240, '_billing_first_name', 'Chris'),
(30451, 3240, '_billing_last_name', 'Dosser'),
(30452, 3240, '_billing_company', ''),
(30453, 3240, '_billing_email', 'chris@connicks.co.uk'),
(30454, 3240, '_billing_phone', '07584034246'),
(30455, 3240, '_billing_country', 'GB'),
(30456, 3240, '_billing_address_1', 'Millgrane'),
(30457, 3240, '_billing_address_2', ''),
(30458, 3240, '_billing_city', 'Dumfries and Galloway'),
(30459, 3240, '_billing_state', ''),
(30460, 3240, '_billing_postcode', 'DG8 0EF'),
(30461, 3240, '_shipping_first_name', 'Chris'),
(30462, 3240, '_shipping_last_name', 'Dosser'),
(30463, 3240, '_shipping_company', ''),
(30464, 3240, '_shipping_country', 'GB'),
(30465, 3240, '_shipping_address_1', 'Millgrane'),
(30466, 3240, '_shipping_address_2', ''),
(30467, 3240, '_shipping_city', 'Dumfries and Galloway'),
(30468, 3240, '_shipping_state', ''),
(30469, 3240, '_shipping_postcode', 'DG8 0EF'),
(30470, 3240, '_payment_method', 'paypal'),
(30471, 3240, '_payment_method_title', 'PayPal'),
(30472, 3240, '_order_shipping', ''),
(30473, 3240, '_cart_discount', '0'),
(30474, 3240, '_cart_discount_tax', '0'),
(30475, 3240, '_order_tax', '0'),
(30476, 3240, '_order_shipping_tax', '0'),
(30477, 3240, '_order_total', '35.00'),
(30482, 3242, '_order_key', 'wc_order_581052d04c1b1'),
(30483, 3242, '_order_currency', 'GBP'),
(30484, 3242, '_prices_include_tax', 'no'),
(30485, 3242, '_customer_ip_address', '190.235.139.208'),
(30486, 3242, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(30487, 3242, '_customer_user', '0'),
(30488, 3242, '_created_via', 'checkout'),
(30489, 3242, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30490, 3242, '_order_version', '2.6.4'),
(30491, 3242, '_billing_first_name', 'jefferson'),
(30492, 3242, '_billing_last_name', 'Ramirez'),
(30493, 3242, '_billing_company', 'al-kaeda'),
(30494, 3242, '_billing_email', 'jeff22@yopmail.com'),
(30495, 3242, '_billing_phone', '69565946'),
(30496, 3242, '_billing_country', 'US'),
(30497, 3242, '_billing_address_1', 'I957 mission street'),
(30498, 3242, '_billing_address_2', 'apt 229'),
(30499, 3242, '_billing_city', 'san francisco'),
(30500, 3242, '_billing_state', 'CA'),
(30501, 3242, '_billing_postcode', '94103'),
(30502, 3242, '_shipping_first_name', 'jefferson'),
(30503, 3242, '_shipping_last_name', 'Ramirez'),
(30504, 3242, '_shipping_company', 'al-kaeda'),
(30505, 3242, '_shipping_country', 'US'),
(30506, 3242, '_shipping_address_1', 'I957 mission street'),
(30507, 3242, '_shipping_address_2', 'apt 229'),
(30508, 3242, '_shipping_city', 'san francisco'),
(30509, 3242, '_shipping_state', 'CA'),
(30510, 3242, '_shipping_postcode', '94103'),
(30511, 3242, '_payment_method', 'cheque'),
(30512, 3242, '_payment_method_title', 'Check Payments'),
(30513, 3242, '_order_shipping', ''),
(30514, 3242, '_cart_discount', '0'),
(30515, 3242, '_cart_discount_tax', '0'),
(30516, 3242, '_order_tax', '0'),
(30517, 3242, '_order_shipping_tax', '0'),
(30518, 3242, '_order_total', '1999.00'),
(30519, 3242, '_recorded_sales', 'yes'),
(30520, 3242, '_order_stock_reduced', '1'),
(30521, 3243, '_order_key', 'wc_order_5810c9d136f37'),
(30522, 3243, '_order_currency', 'GBP'),
(30523, 3243, '_prices_include_tax', 'no'),
(30524, 3243, '_customer_ip_address', '36.84.68.208'),
(30525, 3243, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(30526, 3243, '_customer_user', '0'),
(30527, 3243, '_created_via', 'checkout'),
(30528, 3243, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(30529, 3243, '_order_version', '2.6.4'),
(30530, 3243, '_billing_first_name', 'nimrod'),
(30531, 3243, '_billing_last_name', 'asd'),
(30532, 3243, '_billing_company', 'asd'),
(30533, 3243, '_billing_email', 'angelinapurba94@gmail.com'),
(30534, 3243, '_billing_phone', '082362612222'),
(30535, 3243, '_billing_country', 'ID'),
(30536, 3243, '_billing_address_1', 'dasd'),
(30537, 3243, '_billing_address_2', 'asd'),
(30538, 3243, '_billing_city', 'pematangsianta'),
(30539, 3243, '_billing_state', 'AC'),
(30540, 3243, '_billing_postcode', '12321'),
(30541, 3243, '_shipping_first_name', 'nimrod'),
(30542, 3243, '_shipping_last_name', 'asd'),
(30543, 3243, '_shipping_company', 'asd'),
(30544, 3243, '_shipping_country', 'ID'),
(30545, 3243, '_shipping_address_1', 'dasd'),
(30546, 3243, '_shipping_address_2', 'asd'),
(30547, 3243, '_shipping_city', 'pematangsianta'),
(30548, 3243, '_shipping_state', 'AC'),
(30549, 3243, '_shipping_postcode', '12321'),
(30550, 3243, '_payment_method', 'paypal'),
(30551, 3243, '_payment_method_title', 'PayPal'),
(30552, 3243, '_order_shipping', ''),
(30553, 3243, '_cart_discount', '0'),
(30554, 3243, '_cart_discount_tax', '0'),
(30555, 3243, '_order_tax', '0'),
(30556, 3243, '_order_shipping_tax', '0'),
(30557, 3243, '_order_total', '19.00'),
(30558, 3244, '_order_key', 'wc_order_5810caaaf28c6'),
(30559, 3244, '_order_currency', 'GBP'),
(30560, 3244, '_prices_include_tax', 'no'),
(30561, 3244, '_customer_ip_address', '36.84.68.208'),
(30562, 3244, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(30563, 3244, '_customer_user', '0'),
(30564, 3244, '_created_via', 'checkout'),
(30565, 3244, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(30566, 3244, '_order_version', '2.6.4'),
(30567, 3244, '_billing_first_name', 'qwe'),
(30568, 3244, '_billing_last_name', 'qwe'),
(30569, 3244, '_billing_company', 'qwe'),
(30570, 3244, '_billing_email', 'angelinapurba94@gmail.com'),
(30571, 3244, '_billing_phone', '08236212222'),
(30572, 3244, '_billing_country', 'ID'),
(30573, 3244, '_billing_address_1', 'jalan medan gg bersama jaya'),
(30574, 3244, '_billing_address_2', ''),
(30575, 3244, '_billing_city', 'pematangsiantar'),
(30576, 3244, '_billing_state', 'SU'),
(30577, 3244, '_billing_postcode', '12321'),
(30578, 3244, '_shipping_first_name', 'qwe'),
(30579, 3244, '_shipping_last_name', 'qwe'),
(30580, 3244, '_shipping_company', 'qwe'),
(30581, 3244, '_shipping_country', 'ID'),
(30582, 3244, '_shipping_address_1', 'jalan medan gg bersama jaya'),
(30583, 3244, '_shipping_address_2', ''),
(30584, 3244, '_shipping_city', 'pematangsiantar'),
(30585, 3244, '_shipping_state', 'SU'),
(30586, 3244, '_shipping_postcode', '12321'),
(30587, 3244, '_payment_method', 'cheque'),
(30588, 3244, '_payment_method_title', 'Check Payments'),
(30589, 3244, '_order_shipping', ''),
(30590, 3244, '_cart_discount', '0'),
(30591, 3244, '_cart_discount_tax', '0'),
(30592, 3244, '_order_tax', '0'),
(30593, 3244, '_order_shipping_tax', '0'),
(30594, 3244, '_order_total', '35.00'),
(30595, 3244, '_recorded_sales', 'yes'),
(30596, 3244, '_order_stock_reduced', '1'),
(30597, 3245, '_order_key', 'wc_order_5812a87f133f3'),
(30598, 3245, '_order_currency', 'GBP'),
(30599, 3245, '_prices_include_tax', 'no'),
(30600, 3245, '_customer_ip_address', '115.133.111.182'),
(30601, 3245, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(30602, 3245, '_customer_user', '0'),
(30603, 3245, '_created_via', 'checkout'),
(30604, 3245, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(30605, 3245, '_order_version', '2.6.4'),
(30606, 3245, '_billing_first_name', 'hvhjv'),
(30607, 3245, '_billing_last_name', 'vjhv'),
(30608, 3245, '_billing_company', ''),
(30609, 3245, '_billing_email', 'chejaafar@yahoo.com'),
(30610, 3245, '_billing_phone', '00601112215945'),
(30611, 3245, '_billing_country', 'MY'),
(30612, 3245, '_billing_address_1', '979'),
(30613, 3245, '_billing_address_2', ''),
(30614, 3245, '_billing_city', 'seri'),
(30615, 3245, '_billing_state', 'SGR'),
(30616, 3245, '_billing_postcode', '43300'),
(30617, 3245, '_shipping_first_name', 'hvhjv'),
(30618, 3245, '_shipping_last_name', 'vjhv'),
(30619, 3245, '_shipping_company', ''),
(30620, 3245, '_shipping_country', 'MY'),
(30621, 3245, '_shipping_address_1', '979'),
(30622, 3245, '_shipping_address_2', ''),
(30623, 3245, '_shipping_city', 'seri'),
(30624, 3245, '_shipping_state', 'SGR'),
(30625, 3245, '_shipping_postcode', '43300'),
(30626, 3245, '_payment_method', 'cheque'),
(30627, 3245, '_payment_method_title', 'Check Payments'),
(30628, 3245, '_order_shipping', ''),
(30629, 3245, '_cart_discount', '0'),
(30630, 3245, '_cart_discount_tax', '0'),
(30631, 3245, '_order_tax', '0'),
(30632, 3245, '_order_shipping_tax', '0'),
(30633, 3245, '_order_total', '19.00'),
(30634, 3245, '_recorded_sales', 'yes'),
(30635, 3245, '_order_stock_reduced', '1'),
(30638, 3248, '_order_key', 'wc_order_58210819963d1'),
(30639, 3248, '_order_currency', 'GBP'),
(30640, 3248, '_prices_include_tax', 'no'),
(30641, 3248, '_customer_ip_address', '177.134.179.103'),
(30642, 3248, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(30643, 3248, '_customer_user', '0'),
(30644, 3248, '_created_via', 'checkout'),
(30645, 3248, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(30646, 3248, '_order_version', '2.6.4'),
(30647, 3248, '_billing_first_name', 'ref'),
(30648, 3248, '_billing_last_name', 'des'),
(30649, 3248, '_billing_company', 'ddd'),
(30650, 3248, '_billing_email', 'wsd@ddd.com'),
(30651, 3248, '_billing_phone', '51 888822222'),
(30652, 3248, '_billing_country', 'BR'),
(30653, 3248, '_billing_address_1', 'dsadfdg'),
(30654, 3248, '_billing_address_2', 'wef'),
(30655, 3248, '_billing_city', 'efq'),
(30656, 3248, '_billing_state', 'BA'),
(30657, 3248, '_billing_postcode', '41815-230'),
(30658, 3248, '_shipping_first_name', 'ref'),
(30659, 3248, '_shipping_last_name', 'des'),
(30660, 3248, '_shipping_company', 'ddd'),
(30661, 3248, '_shipping_country', 'BR'),
(30662, 3248, '_shipping_address_1', 'dsadfdg'),
(30663, 3248, '_shipping_address_2', 'wef'),
(30664, 3248, '_shipping_city', 'efq'),
(30665, 3248, '_shipping_state', 'BA'),
(30666, 3248, '_shipping_postcode', '41815-230'),
(30667, 3248, '_payment_method', 'paypal'),
(30668, 3248, '_payment_method_title', 'PayPal'),
(30669, 3248, '_order_shipping', ''),
(30670, 3248, '_cart_discount', '0'),
(30671, 3248, '_cart_discount_tax', '0'),
(30672, 3248, '_order_tax', '0'),
(30673, 3248, '_order_shipping_tax', '0'),
(30674, 3248, '_order_total', '35.00'),
(30675, 3249, '_order_key', 'wc_order_5821085ab40da'),
(30676, 3249, '_order_currency', 'GBP'),
(30677, 3249, '_prices_include_tax', 'no'),
(30678, 3249, '_customer_ip_address', '177.134.179.103'),
(30679, 3249, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(30680, 3249, '_customer_user', '0'),
(30681, 3249, '_created_via', 'checkout'),
(30682, 3249, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30683, 3249, '_order_version', '2.6.4'),
(30684, 3249, '_billing_first_name', 'ref'),
(30685, 3249, '_billing_last_name', 'des'),
(30686, 3249, '_billing_company', 'ddd'),
(30687, 3249, '_billing_email', 'wsd@ddd.com'),
(30688, 3249, '_billing_phone', '51 888822222'),
(30689, 3249, '_billing_country', 'BR'),
(30690, 3249, '_billing_address_1', 'dsadfdg'),
(30691, 3249, '_billing_address_2', 'wef'),
(30692, 3249, '_billing_city', 'efq'),
(30693, 3249, '_billing_state', 'BA'),
(30694, 3249, '_billing_postcode', '41815-230'),
(30695, 3249, '_shipping_first_name', 'ref'),
(30696, 3249, '_shipping_last_name', 'des'),
(30697, 3249, '_shipping_company', 'ddd'),
(30698, 3249, '_shipping_country', 'BR'),
(30699, 3249, '_shipping_address_1', 'dsadfdg'),
(30700, 3249, '_shipping_address_2', 'wef'),
(30701, 3249, '_shipping_city', 'efq'),
(30702, 3249, '_shipping_state', 'BA'),
(30703, 3249, '_shipping_postcode', '41815-230'),
(30704, 3249, '_payment_method', 'cheque'),
(30705, 3249, '_payment_method_title', 'Check Payments'),
(30706, 3249, '_order_shipping', ''),
(30707, 3249, '_cart_discount', '0'),
(30708, 3249, '_cart_discount_tax', '0'),
(30709, 3249, '_order_tax', '0'),
(30710, 3249, '_order_shipping_tax', '0'),
(30711, 3249, '_order_total', '1999.00'),
(30712, 3249, '_recorded_sales', 'yes'),
(30713, 3249, '_order_stock_reduced', '1'),
(30714, 3250, '_order_key', 'wc_order_5822bbd16ef86'),
(30715, 3250, '_order_currency', 'GBP'),
(30716, 3250, '_prices_include_tax', 'no'),
(30717, 3250, '_customer_ip_address', '179.7.99.113'),
(30718, 3250, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(30719, 3250, '_customer_user', '0'),
(30720, 3250, '_created_via', 'checkout'),
(30721, 3250, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(30722, 3250, '_order_version', '2.6.4'),
(30723, 3250, '_billing_first_name', 'asdfasdf'),
(30724, 3250, '_billing_last_name', 'asdf'),
(30725, 3250, '_billing_company', 'asdf'),
(30726, 3250, '_billing_email', 'gada.world@gmail.com'),
(30727, 3250, '_billing_phone', '7682736827346'),
(30728, 3250, '_billing_country', 'PE'),
(30729, 3250, '_billing_address_1', 'asfasdfasdf'),
(30730, 3250, '_billing_address_2', 'asdfasdf'),
(30731, 3250, '_billing_city', 'asdfasdfasdf'),
(30732, 3250, '_billing_state', 'LIM'),
(30733, 3250, '_billing_postcode', 'LI09'),
(30734, 3250, '_shipping_first_name', 'asdfasdf'),
(30735, 3250, '_shipping_last_name', 'asdf'),
(30736, 3250, '_shipping_company', 'asdf'),
(30737, 3250, '_shipping_country', 'PE'),
(30738, 3250, '_shipping_address_1', 'asfasdfasdf'),
(30739, 3250, '_shipping_address_2', 'asdfasdf'),
(30740, 3250, '_shipping_city', 'asdfasdfasdf'),
(30741, 3250, '_shipping_state', 'LIM'),
(30742, 3250, '_shipping_postcode', 'LI09'),
(30743, 3250, '_payment_method', 'cheque'),
(30744, 3250, '_payment_method_title', 'Check Payments'),
(30745, 3250, '_order_shipping', ''),
(30746, 3250, '_cart_discount', '0'),
(30747, 3250, '_cart_discount_tax', '0'),
(30748, 3250, '_order_tax', '0'),
(30749, 3250, '_order_shipping_tax', '0'),
(30750, 3250, '_order_total', '19.00'),
(30751, 3250, '_recorded_sales', 'yes'),
(30752, 3250, '_order_stock_reduced', '1'),
(30753, 3251, '_order_key', 'wc_order_582607de64178'),
(30754, 3251, '_order_currency', 'GBP'),
(30755, 3251, '_prices_include_tax', 'no'),
(30756, 3251, '_customer_ip_address', '49.206.113.40'),
(30757, 3251, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(30758, 3251, '_customer_user', '0'),
(30759, 3251, '_created_via', 'checkout'),
(30760, 3251, '_cart_hash', '4f25d19564b4e497c31d0650ed208955'),
(30761, 3251, '_order_version', '2.6.4'),
(30762, 3251, '_billing_first_name', 'werewr'),
(30763, 3251, '_billing_last_name', 'werwer'),
(30764, 3251, '_billing_company', 'werewrwer'),
(30765, 3251, '_billing_email', 'werewr@fsdf.com'),
(30766, 3251, '_billing_phone', '234234'),
(30767, 3251, '_billing_country', 'IN'),
(30768, 3251, '_billing_address_1', '23423ssdf'),
(30769, 3251, '_billing_address_2', 'sdfsdfdsf'),
(30770, 3251, '_billing_city', 'chennai'),
(30771, 3251, '_billing_state', 'TN'),
(30772, 3251, '_billing_postcode', '600001'),
(30773, 3251, '_shipping_first_name', 'werewr'),
(30774, 3251, '_shipping_last_name', 'werwer'),
(30775, 3251, '_shipping_company', 'werewrwer'),
(30776, 3251, '_shipping_country', 'IN'),
(30777, 3251, '_shipping_address_1', '23423ssdf'),
(30778, 3251, '_shipping_address_2', 'sdfsdfdsf'),
(30779, 3251, '_shipping_city', 'chennai'),
(30780, 3251, '_shipping_state', 'TN'),
(30781, 3251, '_shipping_postcode', '600001'),
(30782, 3251, '_payment_method', 'cheque'),
(30783, 3251, '_payment_method_title', 'Check Payments'),
(30784, 3251, '_order_shipping', ''),
(30785, 3251, '_cart_discount', '0'),
(30786, 3251, '_cart_discount_tax', '0'),
(30787, 3251, '_order_tax', '0'),
(30788, 3251, '_order_shipping_tax', '0'),
(30789, 3251, '_order_total', '1990000000000000000000.00'),
(30790, 3251, '_recorded_sales', 'yes'),
(30791, 3251, '_order_stock_reduced', '1'),
(30792, 3252, '_order_key', 'wc_order_582a60239beaa'),
(30793, 3252, '_order_currency', 'GBP'),
(30794, 3252, '_prices_include_tax', 'no'),
(30795, 3252, '_customer_ip_address', '81.215.65.99'),
(30796, 3252, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(30797, 3252, '_customer_user', '0'),
(30798, 3252, '_created_via', 'checkout'),
(30799, 3252, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(30800, 3252, '_order_version', '2.6.4'),
(30801, 3252, '_billing_first_name', 'asdasd'),
(30802, 3252, '_billing_last_name', 'asdasd'),
(30803, 3252, '_billing_company', ''),
(30804, 3252, '_billing_email', 'miarcoles@gmail.mom'),
(30805, 3252, '_billing_phone', '234324'),
(30806, 3252, '_billing_country', 'TR'),
(30807, 3252, '_billing_address_1', 'asdaasd'),
(30808, 3252, '_billing_address_2', 'asdasd'),
(30809, 3252, '_billing_city', 'asasd'),
(30810, 3252, '_billing_state', 'TR01'),
(30811, 3252, '_billing_postcode', '34234'),
(30812, 3252, '_shipping_first_name', 'asdasd'),
(30813, 3252, '_shipping_last_name', 'asdasd'),
(30814, 3252, '_shipping_company', ''),
(30815, 3252, '_shipping_country', 'TR'),
(30816, 3252, '_shipping_address_1', 'asdaasd'),
(30817, 3252, '_shipping_address_2', 'asdasd'),
(30818, 3252, '_shipping_city', 'asasd'),
(30819, 3252, '_shipping_state', 'TR01'),
(30820, 3252, '_shipping_postcode', '34234'),
(30821, 3252, '_payment_method', 'cheque'),
(30822, 3252, '_payment_method_title', 'Check Payments'),
(30823, 3252, '_order_shipping', ''),
(30824, 3252, '_cart_discount', '0'),
(30825, 3252, '_cart_discount_tax', '0'),
(30826, 3252, '_order_tax', '0'),
(30827, 3252, '_order_shipping_tax', '0'),
(30828, 3252, '_order_total', '19.00'),
(30829, 3252, '_recorded_sales', 'yes'),
(30830, 3252, '_order_stock_reduced', '1'),
(30832, 3254, '_order_key', 'wc_order_5831e7ed7ba71'),
(30833, 3254, '_order_currency', 'GBP'),
(30834, 3254, '_prices_include_tax', 'no'),
(30835, 3254, '_customer_ip_address', '59.98.202.176'),
(30836, 3254, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(30837, 3254, '_customer_user', '0'),
(30838, 3254, '_created_via', 'checkout'),
(30839, 3254, '_cart_hash', '4ecd9f2608a2931dec428eec135a906e'),
(30840, 3254, '_order_version', '2.6.4'),
(30841, 3254, '_billing_first_name', 'ridhi'),
(30842, 3254, '_billing_last_name', 'Garg'),
(30843, 3254, '_billing_company', ''),
(30844, 3254, '_billing_email', 'frenzyrid11@gmail.com'),
(30845, 3254, '_billing_phone', '09855251095'),
(30846, 3254, '_billing_country', 'IN'),
(30847, 3254, '_billing_address_1', 'House No 258 Ward No 10'),
(30848, 3254, '_billing_address_2', 'AP Enclave'),
(30849, 3254, '_billing_city', 'Dhuri'),
(30850, 3254, '_billing_state', 'AS'),
(30851, 3254, '_billing_postcode', '148024'),
(30852, 3254, '_shipping_first_name', 'ridhi'),
(30853, 3254, '_shipping_last_name', 'Garg'),
(30854, 3254, '_shipping_company', ''),
(30855, 3254, '_shipping_country', 'IN'),
(30856, 3254, '_shipping_address_1', 'House No 258 Ward No 10'),
(30857, 3254, '_shipping_address_2', 'AP Enclave'),
(30858, 3254, '_shipping_city', 'Dhuri'),
(30859, 3254, '_shipping_state', 'AS'),
(30860, 3254, '_shipping_postcode', '148024'),
(30861, 3254, '_payment_method', 'cheque'),
(30862, 3254, '_payment_method_title', 'Check Payments'),
(30863, 3254, '_order_shipping', ''),
(30864, 3254, '_cart_discount', '0'),
(30865, 3254, '_cart_discount_tax', '0'),
(30866, 3254, '_order_tax', '0'),
(30867, 3254, '_order_shipping_tax', '0'),
(30868, 3254, '_order_total', '447.00'),
(30869, 3254, '_recorded_sales', 'yes'),
(30870, 3254, '_order_stock_reduced', '1'),
(30872, 3256, '_order_key', 'wc_order_5832c7729ee70'),
(30873, 3256, '_order_currency', 'GBP'),
(30874, 3256, '_prices_include_tax', 'no'),
(30875, 3256, '_customer_ip_address', '79.8.13.113'),
(30876, 3256, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(30877, 3256, '_customer_user', '0'),
(30878, 3256, '_created_via', 'checkout'),
(30879, 3256, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30880, 3256, '_order_version', '2.6.4'),
(30881, 3256, '_billing_first_name', 'sfs'),
(30882, 3256, '_billing_last_name', 'sdfsd'),
(30883, 3256, '_billing_company', ''),
(30884, 3256, '_billing_email', 'luciustoma@gmail.com'),
(30885, 3256, '_billing_phone', '123123'),
(30886, 3256, '_billing_country', 'IT'),
(30887, 3256, '_billing_address_1', 'werwr'),
(30888, 3256, '_billing_address_2', ''),
(30889, 3256, '_billing_city', 'Trieste'),
(30890, 3256, '_billing_state', 'TS'),
(30891, 3256, '_billing_postcode', '340'),
(30892, 3256, '_shipping_first_name', 'sfs'),
(30893, 3256, '_shipping_last_name', 'sdfsd'),
(30894, 3256, '_shipping_company', ''),
(30895, 3256, '_shipping_country', 'IT'),
(30896, 3256, '_shipping_address_1', 'werwr'),
(30897, 3256, '_shipping_address_2', ''),
(30898, 3256, '_shipping_city', 'Trieste'),
(30899, 3256, '_shipping_state', 'TS'),
(30900, 3256, '_shipping_postcode', '340'),
(30901, 3256, '_payment_method', 'cheque'),
(30902, 3256, '_payment_method_title', 'Check Payments'),
(30903, 3256, '_order_shipping', ''),
(30904, 3256, '_cart_discount', '0'),
(30905, 3256, '_cart_discount_tax', '0'),
(30906, 3256, '_order_tax', '0'),
(30907, 3256, '_order_shipping_tax', '0'),
(30908, 3256, '_order_total', '1999.00'),
(30909, 3256, '_recorded_sales', 'yes'),
(30910, 3256, '_order_stock_reduced', '1'),
(30911, 3257, '_order_key', 'wc_order_5837580149ecf'),
(30912, 3257, '_order_currency', 'GBP'),
(30913, 3257, '_prices_include_tax', 'no'),
(30914, 3257, '_customer_ip_address', '217.96.173.229'),
(30915, 3257, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36'),
(30916, 3257, '_customer_user', '0'),
(30917, 3257, '_created_via', 'checkout'),
(30918, 3257, '_cart_hash', 'b6cbc6a4f3c3ef44c13b20bf67b18df1'),
(30919, 3257, '_order_version', '2.6.4'),
(30920, 3257, '_billing_first_name', 'dafsdfdfsd'),
(30921, 3257, '_billing_last_name', 'fdfdf'),
(30922, 3257, '_billing_company', 'fsddf'),
(30923, 3257, '_billing_email', 'mbichniewicz+test@gmail.com'),
(30924, 3257, '_billing_phone', '3333333'),
(30925, 3257, '_billing_country', 'TL'),
(30926, 3257, '_billing_address_1', '3e2323'),
(30927, 3257, '_billing_address_2', 'eqwewe 33'),
(30928, 3257, '_billing_city', 'effqef'),
(30929, 3257, '_billing_state', 'wewqer'),
(30930, 3257, '_billing_postcode', '34124234'),
(30931, 3257, '_shipping_first_name', 'dafsdfdfsd'),
(30932, 3257, '_shipping_last_name', 'fdfdf'),
(30933, 3257, '_shipping_company', 'fsddf'),
(30934, 3257, '_shipping_country', 'TL'),
(30935, 3257, '_shipping_address_1', '3e2323'),
(30936, 3257, '_shipping_address_2', 'eqwewe 33'),
(30937, 3257, '_shipping_city', 'effqef'),
(30938, 3257, '_shipping_state', 'wewqer'),
(30939, 3257, '_shipping_postcode', '34124234'),
(30940, 3257, '_payment_method', 'cheque'),
(30941, 3257, '_payment_method_title', 'Check Payments'),
(30942, 3257, '_order_shipping', ''),
(30943, 3257, '_cart_discount', '0'),
(30944, 3257, '_cart_discount_tax', '0'),
(30945, 3257, '_order_tax', '0'),
(30946, 3257, '_order_shipping_tax', '0'),
(30947, 3257, '_order_total', '398.00'),
(30948, 3257, '_recorded_sales', 'yes'),
(30949, 3257, '_order_stock_reduced', '1'),
(30950, 3258, '_order_key', 'wc_order_58375f070377e'),
(30951, 3258, '_order_currency', 'GBP'),
(30952, 3258, '_prices_include_tax', 'no'),
(30953, 3258, '_customer_ip_address', '88.121.25.140'),
(30954, 3258, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(30955, 3258, '_customer_user', '0'),
(30956, 3258, '_created_via', 'checkout'),
(30957, 3258, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(30958, 3258, '_order_version', '2.6.4'),
(30959, 3258, '_billing_first_name', 'Abdelilah'),
(30960, 3258, '_billing_last_name', 'El Bouanani'),
(30961, 3258, '_billing_company', 'Confogestion'),
(30962, 3258, '_billing_email', 'ab.elbouanani@gmail.com'),
(30963, 3258, '_billing_phone', '0615045493'),
(30964, 3258, '_billing_country', 'FR'),
(30965, 3258, '_billing_address_1', '27 chemin du Puits de Brunet'),
(30966, 3258, '_billing_address_2', ''),
(30967, 3258, '_billing_city', 'La ciotat'),
(30968, 3258, '_billing_state', ''),
(30969, 3258, '_billing_postcode', '13600'),
(30970, 3258, '_shipping_first_name', 'Abdelilah'),
(30971, 3258, '_shipping_last_name', 'El Bouanani'),
(30972, 3258, '_shipping_company', 'Confogestion'),
(30973, 3258, '_shipping_country', 'FR'),
(30974, 3258, '_shipping_address_1', '27 chemin du Puits de Brunet'),
(30975, 3258, '_shipping_address_2', ''),
(30976, 3258, '_shipping_city', 'La ciotat'),
(30977, 3258, '_shipping_state', ''),
(30978, 3258, '_shipping_postcode', '13600'),
(30979, 3258, '_payment_method', 'paypal'),
(30980, 3258, '_payment_method_title', 'PayPal'),
(30981, 3258, '_order_shipping', ''),
(30982, 3258, '_cart_discount', '0'),
(30983, 3258, '_cart_discount_tax', '0'),
(30984, 3258, '_order_tax', '0'),
(30985, 3258, '_order_shipping_tax', '0'),
(30986, 3258, '_order_total', '1999.00'),
(30987, 3260, '_order_key', 'wc_order_583e52aa2db11'),
(30988, 3260, '_order_currency', 'GBP'),
(30989, 3260, '_prices_include_tax', 'no'),
(30990, 3260, '_customer_ip_address', '41.75.206.190'),
(30991, 3260, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(30992, 3260, '_customer_user', '0'),
(30993, 3260, '_created_via', 'checkout'),
(30994, 3260, '_cart_hash', '0b7e97d592c817fe5a0cceddaaff89b2'),
(30995, 3260, '_order_version', '2.6.4'),
(30996, 3260, '_billing_first_name', 'trfyguihjk'),
(30997, 3260, '_billing_last_name', 'ydfugikhl'),
(30998, 3260, '_billing_company', 'tdfgjkhj'),
(30999, 3260, '_billing_email', 'rfcyyufv@sdds.com'),
(31000, 3260, '_billing_phone', '536353535'),
(31001, 3260, '_billing_country', 'NG'),
(31002, 3260, '_billing_address_1', 'fdgs533t rfsd'),
(31003, 3260, '_billing_address_2', ''),
(31004, 3260, '_billing_city', 'rfgfsfwsf'),
(31005, 3260, '_billing_state', 'lagso'),
(31006, 3260, '_billing_postcode', '23401'),
(31007, 3260, '_shipping_first_name', 'trfyguihjk'),
(31008, 3260, '_shipping_last_name', 'ydfugikhl'),
(31009, 3260, '_shipping_company', 'tdfgjkhj'),
(31010, 3260, '_shipping_country', 'NG'),
(31011, 3260, '_shipping_address_1', 'fdgs533t rfsd'),
(31012, 3260, '_shipping_address_2', ''),
(31013, 3260, '_shipping_city', 'rfgfsfwsf'),
(31014, 3260, '_shipping_state', 'lagso'),
(31015, 3260, '_shipping_postcode', '23401'),
(31016, 3260, '_payment_method', 'cheque'),
(31017, 3260, '_payment_method_title', 'Check Payments'),
(31018, 3260, '_order_shipping', ''),
(31019, 3260, '_cart_discount', '0'),
(31020, 3260, '_cart_discount_tax', '0'),
(31021, 3260, '_order_tax', '0'),
(31022, 3260, '_order_shipping_tax', '0'),
(31023, 3260, '_order_total', '38.00'),
(31024, 3260, '_recorded_sales', 'yes'),
(31025, 3260, '_order_stock_reduced', '1'),
(31026, 3261, '_order_key', 'wc_order_583f1b289e463'),
(31027, 3261, '_order_currency', 'GBP'),
(31028, 3261, '_prices_include_tax', 'no'),
(31029, 3261, '_customer_ip_address', '189.102.231.48'),
(31030, 3261, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(31031, 3261, '_customer_user', '0'),
(31032, 3261, '_created_via', 'checkout'),
(31033, 3261, '_cart_hash', '2ad33c9aa8ae145922ef041d8b651f18'),
(31034, 3261, '_order_version', '2.6.4'),
(31035, 3261, '_billing_first_name', 'G'),
(31036, 3261, '_billing_last_name', 'S'),
(31037, 3261, '_billing_company', 'GGG'),
(31038, 3261, '_billing_email', 'g@g.com'),
(31039, 3261, '_billing_phone', '1314325154'),
(31040, 3261, '_billing_country', 'US'),
(31041, 3261, '_billing_address_1', 'Street Street'),
(31042, 3261, '_billing_address_2', 'apt 10'),
(31043, 3261, '_billing_city', 'New York'),
(31044, 3261, '_billing_state', 'NY'),
(31045, 3261, '_billing_postcode', '54643'),
(31046, 3261, '_shipping_first_name', 'G'),
(31047, 3261, '_shipping_last_name', 'S'),
(31048, 3261, '_shipping_company', 'GGG'),
(31049, 3261, '_shipping_country', 'US'),
(31050, 3261, '_shipping_address_1', 'Street Street'),
(31051, 3261, '_shipping_address_2', 'apt 10'),
(31052, 3261, '_shipping_city', 'New York'),
(31053, 3261, '_shipping_state', 'NY'),
(31054, 3261, '_shipping_postcode', '54643'),
(31055, 3261, '_payment_method', 'cheque'),
(31056, 3261, '_payment_method_title', 'Check Payments'),
(31057, 3261, '_order_shipping', ''),
(31058, 3261, '_cart_discount', '0'),
(31059, 3261, '_cart_discount_tax', '0'),
(31060, 3261, '_order_tax', '0'),
(31061, 3261, '_order_shipping_tax', '0'),
(31062, 3261, '_order_total', '35.00'),
(31063, 3261, '_recorded_sales', 'yes'),
(31064, 3261, '_order_stock_reduced', '1'),
(31066, 3263, '_order_key', 'wc_order_5849f9c224e37'),
(31067, 3263, '_order_currency', 'GBP'),
(31068, 3263, '_prices_include_tax', 'no'),
(31069, 3263, '_customer_ip_address', '186.84.59.56'),
(31070, 3263, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(31071, 3263, '_customer_user', '0'),
(31072, 3263, '_created_via', 'checkout'),
(31073, 3263, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(31074, 3263, '_order_version', '2.6.4'),
(31075, 3263, '_billing_first_name', 'Jimmy'),
(31076, 3263, '_billing_last_name', 'Rojas'),
(31077, 3263, '_billing_company', 'aassasa'),
(31078, 3263, '_billing_email', 'jimmyrojas10@hotmail.com'),
(31079, 3263, '_billing_phone', '3112449877'),
(31080, 3263, '_billing_country', 'CO'),
(31081, 3263, '_billing_address_1', 'calle 10 No 32 55'),
(31082, 3263, '_billing_address_2', ''),
(31083, 3263, '_billing_city', 'Cundinamarca'),
(31084, 3263, '_billing_state', 'Cundinamarca'),
(31085, 3263, '_billing_postcode', ''),
(31086, 3263, '_shipping_first_name', 'Jimmy'),
(31087, 3263, '_shipping_last_name', 'Rojas'),
(31088, 3263, '_shipping_company', 'aassasa'),
(31089, 3263, '_shipping_country', 'CO'),
(31090, 3263, '_shipping_address_1', 'calle 10 No 32 55'),
(31091, 3263, '_shipping_address_2', ''),
(31092, 3263, '_shipping_city', 'Cundinamarca'),
(31093, 3263, '_shipping_state', 'Cundinamarca'),
(31094, 3263, '_shipping_postcode', ''),
(31095, 3263, '_payment_method', 'cheque'),
(31096, 3263, '_payment_method_title', 'Check Payments'),
(31097, 3263, '_order_shipping', ''),
(31098, 3263, '_cart_discount', '0'),
(31099, 3263, '_cart_discount_tax', '0'),
(31100, 3263, '_order_tax', '0'),
(31101, 3263, '_order_shipping_tax', '0'),
(31102, 3263, '_order_total', '35.00');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(31103, 3263, '_recorded_sales', 'yes'),
(31104, 3263, '_order_stock_reduced', '1'),
(31106, 3265, '_order_key', 'wc_order_58545619d05de'),
(31107, 3265, '_order_currency', 'GBP'),
(31108, 3265, '_prices_include_tax', 'no'),
(31109, 3265, '_customer_ip_address', '14.161.66.18'),
(31110, 3265, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31111, 3265, '_customer_user', '0'),
(31112, 3265, '_created_via', 'checkout'),
(31113, 3265, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(31114, 3265, '_order_version', '2.6.4'),
(31115, 3265, '_billing_first_name', 'Ha'),
(31116, 3265, '_billing_last_name', 'Van'),
(31117, 3265, '_billing_company', 'APPNET'),
(31118, 3265, '_billing_email', 'vanducsonha@gmail.com'),
(31119, 3265, '_billing_phone', '0984946946'),
(31120, 3265, '_billing_country', 'VN'),
(31121, 3265, '_billing_address_1', 'HCMC'),
(31122, 3265, '_billing_address_2', ''),
(31123, 3265, '_billing_city', 'Ho Chi Minh City'),
(31124, 3265, '_billing_state', ''),
(31125, 3265, '_billing_postcode', '70000'),
(31126, 3265, '_shipping_first_name', 'Ha'),
(31127, 3265, '_shipping_last_name', 'Van'),
(31128, 3265, '_shipping_company', 'APPNET'),
(31129, 3265, '_shipping_country', 'VN'),
(31130, 3265, '_shipping_address_1', 'HCMC'),
(31131, 3265, '_shipping_address_2', ''),
(31132, 3265, '_shipping_city', 'Ho Chi Minh City'),
(31133, 3265, '_shipping_state', ''),
(31134, 3265, '_shipping_postcode', '70000'),
(31135, 3265, '_payment_method', 'cheque'),
(31136, 3265, '_payment_method_title', 'Check Payments'),
(31137, 3265, '_order_shipping', ''),
(31138, 3265, '_cart_discount', '0'),
(31139, 3265, '_cart_discount_tax', '0'),
(31140, 3265, '_order_tax', '0'),
(31141, 3265, '_order_shipping_tax', '0'),
(31142, 3265, '_order_total', '19.00'),
(31143, 3265, '_recorded_sales', 'yes'),
(31144, 3265, '_order_stock_reduced', '1'),
(31145, 3266, '_order_key', 'wc_order_58552cd9f2c9c'),
(31146, 3266, '_order_currency', 'GBP'),
(31147, 3266, '_prices_include_tax', 'no'),
(31148, 3266, '_customer_ip_address', '31.223.127.39'),
(31149, 3266, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31150, 3266, '_customer_user', '0'),
(31151, 3266, '_created_via', 'checkout'),
(31152, 3266, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(31153, 3266, '_order_version', '2.6.4'),
(31154, 3266, '_billing_first_name', 'Mehmet'),
(31155, 3266, '_billing_last_name', 'Aksoy'),
(31156, 3266, '_billing_company', 'company name'),
(31157, 3266, '_billing_email', 'makif555@hotmail.com'),
(31158, 3266, '_billing_phone', '87878'),
(31159, 3266, '_billing_country', 'US'),
(31160, 3266, '_billing_address_1', 'Adress'),
(31161, 3266, '_billing_address_2', 'apartment'),
(31162, 3266, '_billing_city', 'New York'),
(31163, 3266, '_billing_state', 'NY'),
(31164, 3266, '_billing_postcode', '10128'),
(31165, 3266, '_shipping_first_name', 'Mehmet'),
(31166, 3266, '_shipping_last_name', 'Aksoy'),
(31167, 3266, '_shipping_company', 'company name'),
(31168, 3266, '_shipping_country', 'US'),
(31169, 3266, '_shipping_address_1', 'Adress'),
(31170, 3266, '_shipping_address_2', 'apartment'),
(31171, 3266, '_shipping_city', 'New York'),
(31172, 3266, '_shipping_state', 'NY'),
(31173, 3266, '_shipping_postcode', '10128'),
(31174, 3266, '_payment_method', 'cheque'),
(31175, 3266, '_payment_method_title', 'Check Payments'),
(31176, 3266, '_order_shipping', ''),
(31177, 3266, '_cart_discount', '0'),
(31178, 3266, '_cart_discount_tax', '0'),
(31179, 3266, '_order_tax', '0'),
(31180, 3266, '_order_shipping_tax', '0'),
(31181, 3266, '_order_total', '1999.00'),
(31182, 3266, '_recorded_sales', 'yes'),
(31183, 3266, '_order_stock_reduced', '1'),
(31247, 3275, '_order_key', 'wc_order_585a43a0203dc'),
(31248, 3275, '_order_currency', 'GBP'),
(31249, 3275, '_prices_include_tax', 'no'),
(31250, 3275, '_customer_ip_address', '59.95.152.247'),
(31251, 3275, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2950.4 Safari/537.36'),
(31252, 3275, '_customer_user', '0'),
(31253, 3275, '_created_via', 'checkout'),
(31254, 3275, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(31255, 3275, '_order_version', '2.6.9'),
(31256, 3275, '_billing_first_name', 'test'),
(31257, 3275, '_billing_last_name', 'test'),
(31258, 3275, '_billing_company', 'test'),
(31259, 3275, '_billing_email', 'test@test.com'),
(31260, 3275, '_billing_phone', '1231231234'),
(31261, 3275, '_billing_country', 'IN'),
(31262, 3275, '_billing_address_1', 'test'),
(31263, 3275, '_billing_address_2', 'test'),
(31264, 3275, '_billing_city', 'test'),
(31265, 3275, '_billing_state', 'GJ'),
(31266, 3275, '_billing_postcode', '388001'),
(31267, 3275, '_shipping_first_name', 'test'),
(31268, 3275, '_shipping_last_name', 'test'),
(31269, 3275, '_shipping_company', 'test'),
(31270, 3275, '_shipping_country', 'IN'),
(31271, 3275, '_shipping_address_1', 'test'),
(31272, 3275, '_shipping_address_2', 'test'),
(31273, 3275, '_shipping_city', 'test'),
(31274, 3275, '_shipping_state', 'GJ'),
(31275, 3275, '_shipping_postcode', '388001'),
(31276, 3275, '_payment_method', 'cheque'),
(31277, 3275, '_payment_method_title', 'Check Payments'),
(31278, 3275, '_order_shipping', ''),
(31279, 3275, '_cart_discount', '0'),
(31280, 3275, '_cart_discount_tax', '0'),
(31281, 3275, '_order_tax', '0'),
(31282, 3275, '_order_shipping_tax', '0'),
(31283, 3275, '_order_total', '1999.00'),
(31284, 3275, '_recorded_sales', 'yes'),
(31285, 3275, '_order_stock_reduced', '1'),
(31299, 3277, '_order_key', 'wc_order_585d7ce251235'),
(31300, 3277, '_order_currency', 'GBP'),
(31301, 3277, '_prices_include_tax', 'no'),
(31302, 3277, '_customer_ip_address', '88.121.25.140'),
(31303, 3277, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31304, 3277, '_customer_user', '0'),
(31305, 3277, '_created_via', 'checkout'),
(31306, 3277, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(31307, 3277, '_order_version', '2.6.9'),
(31308, 3277, '_billing_first_name', 'Abdelilah'),
(31309, 3277, '_billing_last_name', 'Bouanani'),
(31310, 3277, '_billing_company', 'Confogestion'),
(31311, 3277, '_billing_email', 'ab.elbouanani@gmail.com'),
(31312, 3277, '_billing_phone', '0615045493'),
(31313, 3277, '_billing_country', 'FR'),
(31314, 3277, '_billing_address_1', '27 chemin du Puits de Brunet'),
(31315, 3277, '_billing_address_2', ''),
(31316, 3277, '_billing_city', 'La ciotat'),
(31317, 3277, '_billing_state', ''),
(31318, 3277, '_billing_postcode', '13600'),
(31319, 3277, '_shipping_first_name', 'Abdelilah'),
(31320, 3277, '_shipping_last_name', 'Bouanani'),
(31321, 3277, '_shipping_company', 'Confogestion'),
(31322, 3277, '_shipping_country', 'FR'),
(31323, 3277, '_shipping_address_1', '27 chemin du Puits de Brunet'),
(31324, 3277, '_shipping_address_2', ''),
(31325, 3277, '_shipping_city', 'La ciotat'),
(31326, 3277, '_shipping_state', ''),
(31327, 3277, '_shipping_postcode', '13600'),
(31328, 3277, '_payment_method', 'paypal'),
(31329, 3277, '_payment_method_title', 'PayPal'),
(31330, 3277, '_order_shipping', ''),
(31331, 3277, '_cart_discount', '0'),
(31332, 3277, '_cart_discount_tax', '0'),
(31333, 3277, '_order_tax', '0'),
(31334, 3277, '_order_shipping_tax', '0'),
(31335, 3277, '_order_total', '19.00'),
(31469, 3290, '_order_key', 'wc_order_586349455ab63'),
(31470, 3290, '_order_currency', 'GBP'),
(31471, 3290, '_prices_include_tax', 'no'),
(31472, 3290, '_customer_ip_address', '146.185.31.214'),
(31473, 3290, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(31474, 3290, '_customer_user', '0'),
(31475, 3290, '_created_via', 'checkout'),
(31476, 3290, '_cart_hash', 'b538dec0fcc6db4334e62a1c78f6eb11'),
(31477, 3290, '_order_version', '2.6.9'),
(31478, 3290, '_billing_first_name', 'Aun'),
(31479, 3290, '_billing_last_name', 'singh'),
(31480, 3290, '_billing_company', 'aeon'),
(31481, 3290, '_billing_email', 'arunsingh@gmail.com'),
(31482, 3290, '_billing_phone', '8565656565'),
(31483, 3290, '_billing_country', 'IN'),
(31484, 3290, '_billing_address_1', '10g statio road husainganj lucknow'),
(31485, 3290, '_billing_address_2', '2/231'),
(31486, 3290, '_billing_city', 'lucknow'),
(31487, 3290, '_billing_state', 'UP'),
(31488, 3290, '_billing_postcode', '225001'),
(31489, 3290, '_shipping_first_name', 'Aun'),
(31490, 3290, '_shipping_last_name', 'singh'),
(31491, 3290, '_shipping_company', 'aeon'),
(31492, 3290, '_shipping_country', 'IN'),
(31493, 3290, '_shipping_address_1', '10g statio road husainganj lucknow'),
(31494, 3290, '_shipping_address_2', '2/231'),
(31495, 3290, '_shipping_city', 'lucknow'),
(31496, 3290, '_shipping_state', 'UP'),
(31497, 3290, '_shipping_postcode', '225001'),
(31498, 3290, '_payment_method', 'cheque'),
(31499, 3290, '_payment_method_title', 'Check Payments'),
(31500, 3290, '_order_shipping', ''),
(31501, 3290, '_cart_discount', '0'),
(31502, 3290, '_cart_discount_tax', '0'),
(31503, 3290, '_order_tax', '0'),
(31504, 3290, '_order_shipping_tax', '0'),
(31505, 3290, '_order_total', '105.00'),
(31506, 3290, '_recorded_sales', 'yes'),
(31507, 3290, '_order_stock_reduced', '1'),
(31508, 3291, '_order_key', 'wc_order_5864537181a4c'),
(31509, 3291, '_order_currency', 'GBP'),
(31510, 3291, '_prices_include_tax', 'no'),
(31511, 3291, '_customer_ip_address', '88.121.25.140'),
(31512, 3291, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31513, 3291, '_customer_user', '0'),
(31514, 3291, '_created_via', 'checkout'),
(31515, 3291, '_cart_hash', '3723fe87a612257f48b157820ef77cde'),
(31516, 3291, '_order_version', '2.6.9'),
(31517, 3291, '_billing_first_name', 'Abdelilah'),
(31518, 3291, '_billing_last_name', 'Bouanani'),
(31519, 3291, '_billing_company', 'Confogestion'),
(31520, 3291, '_billing_email', 'ab.elbouanani@gmail.com'),
(31521, 3291, '_billing_phone', '0615045493'),
(31522, 3291, '_billing_country', 'FR'),
(31523, 3291, '_billing_address_1', '27 chemin du Puits de Brunet'),
(31524, 3291, '_billing_address_2', ''),
(31525, 3291, '_billing_city', 'La ciotat'),
(31526, 3291, '_billing_state', ''),
(31527, 3291, '_billing_postcode', '13600'),
(31528, 3291, '_shipping_first_name', 'Abdelilah'),
(31529, 3291, '_shipping_last_name', 'Bouanani'),
(31530, 3291, '_shipping_company', 'Confogestion'),
(31531, 3291, '_shipping_country', 'FR'),
(31532, 3291, '_shipping_address_1', '27 chemin du Puits de Brunet'),
(31533, 3291, '_shipping_address_2', ''),
(31534, 3291, '_shipping_city', 'La ciotat'),
(31535, 3291, '_shipping_state', ''),
(31536, 3291, '_shipping_postcode', '13600'),
(31537, 3291, '_payment_method', 'paypal'),
(31538, 3291, '_payment_method_title', 'PayPal'),
(31539, 3291, '_order_shipping', ''),
(31540, 3291, '_cart_discount', '0'),
(31541, 3291, '_cart_discount_tax', '0'),
(31542, 3291, '_order_tax', '0'),
(31543, 3291, '_order_shipping_tax', '0'),
(31544, 3291, '_order_total', '49.00'),
(31545, 3292, '_order_key', 'wc_order_58695ae35abee'),
(31546, 3292, '_order_currency', 'GBP'),
(31547, 3292, '_prices_include_tax', 'no'),
(31548, 3292, '_customer_ip_address', '95.91.185.240'),
(31549, 3292, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31550, 3292, '_customer_user', '0'),
(31551, 3292, '_created_via', 'checkout'),
(31552, 3292, '_cart_hash', '2d9b8cff88ca52ca97aec5a339cb1367'),
(31553, 3292, '_order_version', '2.6.9'),
(31554, 3292, '_billing_first_name', 'michael'),
(31555, 3292, '_billing_last_name', 'seelmann'),
(31556, 3292, '_billing_company', '1970'),
(31557, 3292, '_billing_email', 'ceo@creality.net'),
(31558, 3292, '_billing_phone', '015122632621'),
(31559, 3292, '_billing_country', 'DE'),
(31560, 3292, '_billing_address_1', 'mods hair'),
(31561, 3292, '_billing_address_2', 'katharinenstrasse 4 / gegenüber'),
(31562, 3292, '_billing_city', 'leipzig'),
(31563, 3292, '_billing_state', ''),
(31564, 3292, '_billing_postcode', '04109'),
(31565, 3292, '_shipping_first_name', 'michael'),
(31566, 3292, '_shipping_last_name', 'seelmann'),
(31567, 3292, '_shipping_company', '1970'),
(31568, 3292, '_shipping_country', 'DE'),
(31569, 3292, '_shipping_address_1', 'mods hair'),
(31570, 3292, '_shipping_address_2', 'katharinenstrasse 4 / gegenüber'),
(31571, 3292, '_shipping_city', 'leipzig'),
(31572, 3292, '_shipping_state', ''),
(31573, 3292, '_shipping_postcode', '04109'),
(31574, 3292, '_payment_method', 'paypal'),
(31575, 3292, '_payment_method_title', 'PayPal'),
(31576, 3292, '_order_shipping', ''),
(31577, 3292, '_cart_discount', '0'),
(31578, 3292, '_cart_discount_tax', '0'),
(31579, 3292, '_order_tax', '0'),
(31580, 3292, '_order_shipping_tax', '0'),
(31581, 3292, '_order_total', '35.00'),
(31583, 3295, '_order_key', 'wc_order_586dee2a8299c'),
(31584, 3295, '_order_currency', 'GBP'),
(31585, 3295, '_prices_include_tax', 'no'),
(31586, 3295, '_customer_ip_address', '175.111.128.4'),
(31587, 3295, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0'),
(31588, 3295, '_customer_user', '0'),
(31589, 3295, '_created_via', 'checkout'),
(31590, 3295, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(31591, 3295, '_order_version', '2.6.9'),
(31592, 3295, '_billing_first_name', 'frggh'),
(31593, 3295, '_billing_last_name', 'fghfgh'),
(31594, 3295, '_billing_company', 'gfhfgh'),
(31595, 3295, '_billing_email', 'sf@gmail.com'),
(31596, 3295, '_billing_phone', '9166748537'),
(31597, 3295, '_billing_country', 'IN'),
(31598, 3295, '_billing_address_1', 'fgfghgh'),
(31599, 3295, '_billing_address_2', ''),
(31600, 3295, '_billing_city', 'gfgfhgf'),
(31601, 3295, '_billing_state', 'RJ'),
(31602, 3295, '_billing_postcode', '30205'),
(31603, 3295, '_shipping_first_name', 'frggh'),
(31604, 3295, '_shipping_last_name', 'fghfgh'),
(31605, 3295, '_shipping_company', 'gfhfgh'),
(31606, 3295, '_shipping_country', 'IN'),
(31607, 3295, '_shipping_address_1', 'fgfghgh'),
(31608, 3295, '_shipping_address_2', ''),
(31609, 3295, '_shipping_city', 'gfgfhgf'),
(31610, 3295, '_shipping_state', 'RJ'),
(31611, 3295, '_shipping_postcode', '30205'),
(31612, 3295, '_payment_method', 'paypal'),
(31613, 3295, '_payment_method_title', 'PayPal'),
(31614, 3295, '_order_shipping', ''),
(31615, 3295, '_cart_discount', '0'),
(31616, 3295, '_cart_discount_tax', '0'),
(31617, 3295, '_order_tax', '0'),
(31618, 3295, '_order_shipping_tax', '0'),
(31619, 3295, '_order_total', '19.00'),
(31637, 3298, '_order_key', 'wc_order_5874fc2682d59'),
(31638, 3298, '_order_currency', 'GBP'),
(31639, 3298, '_prices_include_tax', 'no'),
(31640, 3298, '_customer_ip_address', '188.87.118.17'),
(31641, 3298, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31642, 3298, '_customer_user', '0'),
(31643, 3298, '_created_via', 'checkout'),
(31644, 3298, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(31645, 3298, '_order_version', '2.6.9'),
(31646, 3298, '_billing_first_name', 'Pedro'),
(31647, 3298, '_billing_last_name', 'Sanchez'),
(31648, 3298, '_billing_company', ''),
(31649, 3298, '_billing_email', 'gaditano_sobrado@hotmail.com'),
(31650, 3298, '_billing_phone', '666666666'),
(31651, 3298, '_billing_country', 'ES'),
(31652, 3298, '_billing_address_1', 'Calle'),
(31653, 3298, '_billing_address_2', ''),
(31654, 3298, '_billing_city', 'Sanlucar de Barrameda'),
(31655, 3298, '_billing_state', 'CA'),
(31656, 3298, '_billing_postcode', '11540'),
(31657, 3298, '_shipping_first_name', 'Pedro'),
(31658, 3298, '_shipping_last_name', 'Sanchez'),
(31659, 3298, '_shipping_company', ''),
(31660, 3298, '_shipping_country', 'ES'),
(31661, 3298, '_shipping_address_1', 'Calle'),
(31662, 3298, '_shipping_address_2', ''),
(31663, 3298, '_shipping_city', 'Sanlucar de Barrameda'),
(31664, 3298, '_shipping_state', 'CA'),
(31665, 3298, '_shipping_postcode', '11540'),
(31666, 3298, '_payment_method', 'cheque'),
(31667, 3298, '_payment_method_title', 'Check Payments'),
(31668, 3298, '_order_shipping', ''),
(31669, 3298, '_cart_discount', '0'),
(31670, 3298, '_cart_discount_tax', '0'),
(31671, 3298, '_order_tax', '0'),
(31672, 3298, '_order_shipping_tax', '0'),
(31673, 3298, '_order_total', '1999.00'),
(31674, 3298, '_recorded_sales', 'yes'),
(31675, 3298, '_order_stock_reduced', '1'),
(31676, 3299, '_order_key', 'wc_order_5874fe88c5465'),
(31677, 3299, '_order_currency', 'GBP'),
(31678, 3299, '_prices_include_tax', 'no'),
(31679, 3299, '_customer_ip_address', '188.87.118.17'),
(31680, 3299, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31681, 3299, '_customer_user', '0'),
(31682, 3299, '_created_via', 'checkout'),
(31683, 3299, '_cart_hash', '3723fe87a612257f48b157820ef77cde'),
(31684, 3299, '_order_version', '2.6.9'),
(31685, 3299, '_billing_first_name', 'Pedro'),
(31686, 3299, '_billing_last_name', 'Sanchez'),
(31687, 3299, '_billing_company', ''),
(31688, 3299, '_billing_email', 'gaditano_sobrado@hotmail.com'),
(31689, 3299, '_billing_phone', '666666666'),
(31690, 3299, '_billing_country', 'ES'),
(31691, 3299, '_billing_address_1', 'Calle'),
(31692, 3299, '_billing_address_2', ''),
(31693, 3299, '_billing_city', 'Sanlucar de Barrameda'),
(31694, 3299, '_billing_state', 'CA'),
(31695, 3299, '_billing_postcode', '11540'),
(31696, 3299, '_shipping_first_name', 'Pedro'),
(31697, 3299, '_shipping_last_name', 'Sanchez'),
(31698, 3299, '_shipping_company', ''),
(31699, 3299, '_shipping_country', 'ES'),
(31700, 3299, '_shipping_address_1', 'Calle'),
(31701, 3299, '_shipping_address_2', ''),
(31702, 3299, '_shipping_city', 'Sanlucar de Barrameda'),
(31703, 3299, '_shipping_state', 'CA'),
(31704, 3299, '_shipping_postcode', '11540'),
(31705, 3299, '_payment_method', 'paypal'),
(31706, 3299, '_payment_method_title', 'PayPal'),
(31707, 3299, '_order_shipping', ''),
(31708, 3299, '_cart_discount', '0'),
(31709, 3299, '_cart_discount_tax', '0'),
(31710, 3299, '_order_tax', '0'),
(31711, 3299, '_order_shipping_tax', '0'),
(31712, 3299, '_order_total', '49.00'),
(31713, 3300, '_order_key', 'wc_order_587b1161aeb26'),
(31714, 3300, '_order_currency', 'GBP'),
(31715, 3300, '_prices_include_tax', 'no'),
(31716, 3300, '_customer_ip_address', '115.87.142.118'),
(31717, 3300, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31718, 3300, '_customer_user', '0'),
(31719, 3300, '_created_via', 'checkout'),
(31720, 3300, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(31721, 3300, '_order_version', '2.6.9'),
(31722, 3300, '_billing_first_name', 'test1'),
(31723, 3300, '_billing_last_name', 'test3'),
(31724, 3300, '_billing_company', 'sdc'),
(31725, 3300, '_billing_email', 'gorun_run@msn.com'),
(31726, 3300, '_billing_phone', '0867041369'),
(31727, 3300, '_billing_country', 'TH'),
(31728, 3300, '_billing_address_1', 'Phetkasem Road'),
(31729, 3300, '_billing_address_2', ''),
(31730, 3300, '_billing_city', 'Nong Khaem'),
(31731, 3300, '_billing_state', 'TH-10'),
(31732, 3300, '_billing_postcode', '10000'),
(31733, 3300, '_shipping_first_name', 'test1'),
(31734, 3300, '_shipping_last_name', 'test3'),
(31735, 3300, '_shipping_company', 'sdc'),
(31736, 3300, '_shipping_country', 'TH'),
(31737, 3300, '_shipping_address_1', 'Phetkasem Road'),
(31738, 3300, '_shipping_address_2', ''),
(31739, 3300, '_shipping_city', 'Nong Khaem'),
(31740, 3300, '_shipping_state', 'TH-10'),
(31741, 3300, '_shipping_postcode', '10000'),
(31742, 3300, '_payment_method', 'cheque'),
(31743, 3300, '_payment_method_title', 'Check Payments'),
(31744, 3300, '_order_shipping', ''),
(31745, 3300, '_cart_discount', '0'),
(31746, 3300, '_cart_discount_tax', '0'),
(31747, 3300, '_order_tax', '0'),
(31748, 3300, '_order_shipping_tax', '0'),
(31749, 3300, '_order_total', '19.00'),
(31750, 3300, '_recorded_sales', 'yes'),
(31751, 3300, '_order_stock_reduced', '1'),
(31753, 3302, '_order_key', 'wc_order_587f57577b249'),
(31754, 3302, '_order_currency', 'GBP'),
(31755, 3302, '_prices_include_tax', 'no'),
(31756, 3302, '_customer_ip_address', '118.136.138.105'),
(31757, 3302, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(31758, 3302, '_customer_user', '0'),
(31759, 3302, '_created_via', 'checkout'),
(31760, 3302, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(31761, 3302, '_order_version', '2.6.9'),
(31762, 3302, '_billing_first_name', 'Kardjo'),
(31763, 3302, '_billing_last_name', 'Kardjo'),
(31764, 3302, '_billing_company', ''),
(31765, 3302, '_billing_email', 'vincent.tobing@gmail.com'),
(31766, 3302, '_billing_phone', '7692332'),
(31767, 3302, '_billing_country', 'ID'),
(31768, 3302, '_billing_address_1', 'Cibubur'),
(31769, 3302, '_billing_address_2', ''),
(31770, 3302, '_billing_city', 'Depok'),
(31771, 3302, '_billing_state', 'JK'),
(31772, 3302, '_billing_postcode', '98081'),
(31773, 3302, '_shipping_first_name', 'Kardjo'),
(31774, 3302, '_shipping_last_name', 'Kardjo'),
(31775, 3302, '_shipping_company', ''),
(31776, 3302, '_shipping_country', 'ID'),
(31777, 3302, '_shipping_address_1', 'Cibubur'),
(31778, 3302, '_shipping_address_2', ''),
(31779, 3302, '_shipping_city', 'Depok'),
(31780, 3302, '_shipping_state', 'JK'),
(31781, 3302, '_shipping_postcode', '98081'),
(31782, 3302, '_payment_method', 'cheque'),
(31783, 3302, '_payment_method_title', 'Check Payments'),
(31784, 3302, '_order_shipping', ''),
(31785, 3302, '_cart_discount', '0'),
(31786, 3302, '_cart_discount_tax', '0'),
(31787, 3302, '_order_tax', '0'),
(31788, 3302, '_order_shipping_tax', '0'),
(31789, 3302, '_order_total', '1999.00'),
(31790, 3302, '_recorded_sales', 'yes'),
(31791, 3302, '_order_stock_reduced', '1'),
(31792, 3303, '_order_key', 'wc_order_587f5be13bb1c'),
(31793, 3303, '_order_currency', 'GBP'),
(31794, 3303, '_prices_include_tax', 'no'),
(31795, 3303, '_customer_ip_address', '92.234.66.99'),
(31796, 3303, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31797, 3303, '_customer_user', '0'),
(31798, 3303, '_created_via', 'checkout'),
(31799, 3303, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(31800, 3303, '_order_version', '2.6.9'),
(31801, 3303, '_billing_first_name', 'fddf'),
(31802, 3303, '_billing_last_name', 'ff'),
(31803, 3303, '_billing_company', ''),
(31804, 3303, '_billing_email', 'sdsdsd@dada.com'),
(31805, 3303, '_billing_phone', '4234534'),
(31806, 3303, '_billing_country', 'GB'),
(31807, 3303, '_billing_address_1', '12 gfghfhf'),
(31808, 3303, '_billing_address_2', ''),
(31809, 3303, '_billing_city', 'dgdgdgd'),
(31810, 3303, '_billing_state', ''),
(31811, 3303, '_billing_postcode', 'GD12 1WW'),
(31812, 3303, '_shipping_first_name', 'fddf'),
(31813, 3303, '_shipping_last_name', 'ff'),
(31814, 3303, '_shipping_company', ''),
(31815, 3303, '_shipping_country', 'GB'),
(31816, 3303, '_shipping_address_1', '12 gfghfhf'),
(31817, 3303, '_shipping_address_2', ''),
(31818, 3303, '_shipping_city', 'dgdgdgd'),
(31819, 3303, '_shipping_state', ''),
(31820, 3303, '_shipping_postcode', 'GD12 1WW'),
(31821, 3303, '_payment_method', 'cheque'),
(31822, 3303, '_payment_method_title', 'Check Payments'),
(31823, 3303, '_order_shipping', ''),
(31824, 3303, '_cart_discount', '0'),
(31825, 3303, '_cart_discount_tax', '0'),
(31826, 3303, '_order_tax', '0'),
(31827, 3303, '_order_shipping_tax', '0'),
(31828, 3303, '_order_total', '1999.00'),
(31829, 3303, '_recorded_sales', 'yes'),
(31830, 3303, '_order_stock_reduced', '1'),
(31831, 3304, '_order_key', 'wc_order_5880a27a7c1a1'),
(31832, 3304, '_order_currency', 'GBP'),
(31833, 3304, '_prices_include_tax', 'no'),
(31834, 3304, '_customer_ip_address', '118.136.138.105'),
(31835, 3304, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(31836, 3304, '_customer_user', '0'),
(31837, 3304, '_created_via', 'checkout'),
(31838, 3304, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(31839, 3304, '_order_version', '2.6.9'),
(31840, 3304, '_billing_first_name', 'Kardjo'),
(31841, 3304, '_billing_last_name', 'Kardjo'),
(31842, 3304, '_billing_company', ''),
(31843, 3304, '_billing_email', 'vincent.tobing@gmail.com'),
(31844, 3304, '_billing_phone', '235234234'),
(31845, 3304, '_billing_country', 'ID'),
(31846, 3304, '_billing_address_1', '234234234'),
(31847, 3304, '_billing_address_2', ''),
(31848, 3304, '_billing_city', '234sdfsdfsd'),
(31849, 3304, '_billing_state', 'JK'),
(31850, 3304, '_billing_postcode', '98081'),
(31851, 3304, '_shipping_first_name', 'Kardjo'),
(31852, 3304, '_shipping_last_name', 'Kardjo'),
(31853, 3304, '_shipping_company', ''),
(31854, 3304, '_shipping_country', 'ID'),
(31855, 3304, '_shipping_address_1', '234234234'),
(31856, 3304, '_shipping_address_2', ''),
(31857, 3304, '_shipping_city', '234sdfsdfsd'),
(31858, 3304, '_shipping_state', 'JK'),
(31859, 3304, '_shipping_postcode', '98081'),
(31860, 3304, '_payment_method', 'cheque'),
(31861, 3304, '_payment_method_title', 'Check Payments'),
(31862, 3304, '_order_shipping', ''),
(31863, 3304, '_cart_discount', '0'),
(31864, 3304, '_cart_discount_tax', '0'),
(31865, 3304, '_order_tax', '0'),
(31866, 3304, '_order_shipping_tax', '0'),
(31867, 3304, '_order_total', '1999.00'),
(31868, 3304, '_recorded_sales', 'yes'),
(31869, 3304, '_order_stock_reduced', '1'),
(31883, 3306, '_order_key', 'wc_order_5886129f82365'),
(31884, 3306, '_order_currency', 'GBP'),
(31885, 3306, '_prices_include_tax', 'no'),
(31886, 3306, '_customer_ip_address', '83.11.199.24'),
(31887, 3306, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31888, 3306, '_customer_user', '0'),
(31889, 3306, '_created_via', 'checkout'),
(31890, 3306, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(31891, 3306, '_order_version', '2.6.9'),
(31892, 3306, '_billing_first_name', 'ala'),
(31893, 3306, '_billing_last_name', 'ala'),
(31894, 3306, '_billing_company', 'ala'),
(31895, 3306, '_billing_email', 'ala12365423435sd@wp.pl'),
(31896, 3306, '_billing_phone', '123456789'),
(31897, 3306, '_billing_country', 'PL'),
(31898, 3306, '_billing_address_1', 'ala'),
(31899, 3306, '_billing_address_2', 'ala'),
(31900, 3306, '_billing_city', 'ala'),
(31901, 3306, '_billing_state', ''),
(31902, 3306, '_billing_postcode', '1-234'),
(31903, 3306, '_shipping_first_name', 'ala'),
(31904, 3306, '_shipping_last_name', 'ala'),
(31905, 3306, '_shipping_company', 'ala'),
(31906, 3306, '_shipping_country', 'PL'),
(31907, 3306, '_shipping_address_1', 'ala'),
(31908, 3306, '_shipping_address_2', 'ala'),
(31909, 3306, '_shipping_city', 'ala'),
(31910, 3306, '_shipping_state', ''),
(31911, 3306, '_shipping_postcode', '1-234'),
(31912, 3306, '_payment_method', 'cheque'),
(31913, 3306, '_payment_method_title', 'Check Payments'),
(31914, 3306, '_order_shipping', ''),
(31915, 3306, '_cart_discount', '0'),
(31916, 3306, '_cart_discount_tax', '0'),
(31917, 3306, '_order_tax', '0'),
(31918, 3306, '_order_shipping_tax', '0'),
(31919, 3306, '_order_total', '1999.00'),
(31920, 3306, '_recorded_sales', 'yes'),
(31921, 3306, '_order_stock_reduced', '1'),
(31922, 3307, '_order_key', 'wc_order_5886182348333'),
(31923, 3307, '_order_currency', 'GBP'),
(31924, 3307, '_prices_include_tax', 'no'),
(31925, 3307, '_customer_ip_address', '83.11.199.24'),
(31926, 3307, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(31927, 3307, '_customer_user', '0'),
(31928, 3307, '_created_via', 'checkout'),
(31929, 3307, '_cart_hash', 'c245ce073d010d3119635a173c240dfb'),
(31930, 3307, '_order_version', '2.6.9'),
(31931, 3307, '_billing_first_name', 'ala'),
(31932, 3307, '_billing_last_name', 'ala'),
(31933, 3307, '_billing_company', 'ala'),
(31934, 3307, '_billing_email', 'ala12365423435sd@wp.pl'),
(31935, 3307, '_billing_phone', '123456789'),
(31936, 3307, '_billing_country', 'PL'),
(31937, 3307, '_billing_address_1', 'ala'),
(31938, 3307, '_billing_address_2', 'ala'),
(31939, 3307, '_billing_city', 'ala'),
(31940, 3307, '_billing_state', ''),
(31941, 3307, '_billing_postcode', '1-234'),
(31942, 3307, '_shipping_first_name', 'ala'),
(31943, 3307, '_shipping_last_name', 'ala'),
(31944, 3307, '_shipping_company', 'ala'),
(31945, 3307, '_shipping_country', 'PL'),
(31946, 3307, '_shipping_address_1', 'ala'),
(31947, 3307, '_shipping_address_2', 'ala'),
(31948, 3307, '_shipping_city', 'ala'),
(31949, 3307, '_shipping_state', ''),
(31950, 3307, '_shipping_postcode', '1-234'),
(31951, 3307, '_payment_method', 'cheque'),
(31952, 3307, '_payment_method_title', 'Check Payments'),
(31953, 3307, '_order_shipping', ''),
(31954, 3307, '_cart_discount', '0'),
(31955, 3307, '_cart_discount_tax', '0'),
(31956, 3307, '_order_tax', '0'),
(31957, 3307, '_order_shipping_tax', '0'),
(31958, 3307, '_order_total', '18.00'),
(31959, 3307, '_recorded_sales', 'yes'),
(31960, 3307, '_order_stock_reduced', '1'),
(31961, 3308, '_order_key', 'wc_order_58867313b0c64'),
(31962, 3308, '_order_currency', 'GBP'),
(31963, 3308, '_prices_include_tax', 'no'),
(31964, 3308, '_customer_ip_address', '181.164.248.71'),
(31965, 3308, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(31966, 3308, '_customer_user', '0'),
(31967, 3308, '_created_via', 'checkout'),
(31968, 3308, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(31969, 3308, '_order_version', '2.6.9'),
(31970, 3308, '_billing_first_name', 'javier'),
(31971, 3308, '_billing_last_name', 'robledo'),
(31972, 3308, '_billing_company', 'sasa'),
(31973, 3308, '_billing_email', 'javirobledo@gmail.com'),
(31974, 3308, '_billing_phone', '1553415224'),
(31975, 3308, '_billing_country', 'AR'),
(31976, 3308, '_billing_address_1', 'yrigoyen 4'),
(31977, 3308, '_billing_address_2', ''),
(31978, 3308, '_billing_city', 'quilmes'),
(31979, 3308, '_billing_state', 'B'),
(31980, 3308, '_billing_postcode', '1878'),
(31981, 3308, '_shipping_first_name', 'javier'),
(31982, 3308, '_shipping_last_name', 'robledo'),
(31983, 3308, '_shipping_company', 'sasa'),
(31984, 3308, '_shipping_country', 'AR'),
(31985, 3308, '_shipping_address_1', 'yrigoyen 4'),
(31986, 3308, '_shipping_address_2', ''),
(31987, 3308, '_shipping_city', 'quilmes'),
(31988, 3308, '_shipping_state', 'B'),
(31989, 3308, '_shipping_postcode', '1878'),
(31990, 3308, '_payment_method', 'cheque'),
(31991, 3308, '_payment_method_title', 'Check Payments'),
(31992, 3308, '_order_shipping', ''),
(31993, 3308, '_cart_discount', '0'),
(31994, 3308, '_cart_discount_tax', '0'),
(31995, 3308, '_order_tax', '0'),
(31996, 3308, '_order_shipping_tax', '0'),
(31997, 3308, '_order_total', '19.00'),
(31998, 3308, '_recorded_sales', 'yes'),
(31999, 3308, '_order_stock_reduced', '1'),
(32002, 3311, '_order_key', 'wc_order_588e1eaf781a5'),
(32003, 3311, '_order_currency', 'GBP'),
(32004, 3311, '_prices_include_tax', 'no'),
(32005, 3311, '_customer_ip_address', '88.121.25.140'),
(32006, 3311, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(32007, 3311, '_customer_user', '0'),
(32008, 3311, '_created_via', 'checkout'),
(32009, 3311, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(32010, 3311, '_order_version', '2.6.9'),
(32011, 3311, '_billing_first_name', 'Abdelilah'),
(32012, 3311, '_billing_last_name', 'Bouanani'),
(32013, 3311, '_billing_company', 'Confogestion'),
(32014, 3311, '_billing_email', 'ab.elbouanani@gmail.com'),
(32015, 3311, '_billing_phone', '0615045493'),
(32016, 3311, '_billing_country', 'FR'),
(32017, 3311, '_billing_address_1', '27 chemin du Puits de Brunet'),
(32018, 3311, '_billing_address_2', ''),
(32019, 3311, '_billing_city', 'La ciotat'),
(32020, 3311, '_billing_state', ''),
(32021, 3311, '_billing_postcode', '13600'),
(32022, 3311, '_shipping_first_name', 'Abdelilah'),
(32023, 3311, '_shipping_last_name', 'Bouanani'),
(32024, 3311, '_shipping_company', 'Confogestion'),
(32025, 3311, '_shipping_country', 'FR'),
(32026, 3311, '_shipping_address_1', '27 chemin du Puits de Brunet'),
(32027, 3311, '_shipping_address_2', ''),
(32028, 3311, '_shipping_city', 'La ciotat'),
(32029, 3311, '_shipping_state', ''),
(32030, 3311, '_shipping_postcode', '13600'),
(32031, 3311, '_payment_method', 'cheque'),
(32032, 3311, '_payment_method_title', 'Check Payments'),
(32033, 3311, '_order_shipping', ''),
(32034, 3311, '_cart_discount', '0'),
(32035, 3311, '_cart_discount_tax', '0'),
(32036, 3311, '_order_tax', '0'),
(32037, 3311, '_order_shipping_tax', '0'),
(32038, 3311, '_order_total', '35.00'),
(32039, 3311, '_recorded_sales', 'yes'),
(32040, 3311, '_order_stock_reduced', '1'),
(32061, 3314, '_order_key', 'wc_order_58906349b7bc6'),
(32062, 3314, '_order_currency', 'GBP'),
(32063, 3314, '_prices_include_tax', 'no'),
(32064, 3314, '_customer_ip_address', '197.210.25.182'),
(32065, 3314, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(32066, 3314, '_customer_user', '0'),
(32067, 3314, '_created_via', 'checkout'),
(32068, 3314, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32069, 3314, '_order_version', '2.6.9'),
(32070, 3314, '_billing_first_name', 'odi'),
(32071, 3314, '_billing_last_name', 'ita'),
(32072, 3314, '_billing_company', 'riel'),
(32073, 3314, '_billing_email', 'itakpoodiso@gmail.com'),
(32074, 3314, '_billing_phone', '+2348065956306'),
(32075, 3314, '_billing_country', 'NG'),
(32076, 3314, '_billing_address_1', '14 Ediba Lane, Cali'),
(32077, 3314, '_billing_address_2', ''),
(32078, 3314, '_billing_city', 'calabar'),
(32079, 3314, '_billing_state', 'cross river state'),
(32080, 3314, '_billing_postcode', '234'),
(32081, 3314, '_shipping_first_name', 'odi'),
(32082, 3314, '_shipping_last_name', 'ita'),
(32083, 3314, '_shipping_company', 'riel'),
(32084, 3314, '_shipping_country', 'NG'),
(32085, 3314, '_shipping_address_1', '14 Ediba Lane, Cali'),
(32086, 3314, '_shipping_address_2', ''),
(32087, 3314, '_shipping_city', 'calabar'),
(32088, 3314, '_shipping_state', 'cross river state'),
(32089, 3314, '_shipping_postcode', '234'),
(32090, 3314, '_payment_method', 'cheque'),
(32091, 3314, '_payment_method_title', 'Check Payments'),
(32092, 3314, '_order_shipping', ''),
(32093, 3314, '_cart_discount', '0'),
(32094, 3314, '_cart_discount_tax', '0'),
(32095, 3314, '_order_tax', '0'),
(32096, 3314, '_order_shipping_tax', '0'),
(32097, 3314, '_order_total', '1999.00'),
(32098, 3314, '_recorded_sales', 'yes'),
(32099, 3314, '_order_stock_reduced', '1'),
(32139, 3320, '_order_key', 'wc_order_58a433c698c4d'),
(32140, 3320, '_order_currency', 'GBP'),
(32141, 3320, '_prices_include_tax', 'no'),
(32142, 3320, '_customer_ip_address', '155.207.85.211'),
(32143, 3320, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32144, 3320, '_customer_user', '0'),
(32145, 3320, '_created_via', 'checkout'),
(32146, 3320, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32147, 3320, '_order_version', '2.6.9'),
(32148, 3320, '_billing_first_name', 'yolo'),
(32149, 3320, '_billing_last_name', 'swaggins'),
(32150, 3320, '_billing_company', ''),
(32151, 3320, '_billing_email', 'asdsa@asdsa.sd'),
(32152, 3320, '_billing_phone', '3423432432432'),
(32153, 3320, '_billing_country', 'AF'),
(32154, 3320, '_billing_address_1', '213dsa'),
(32155, 3320, '_billing_address_2', 'sa'),
(32156, 3320, '_billing_city', 'dsafds'),
(32157, 3320, '_billing_state', ''),
(32158, 3320, '_billing_postcode', '34244'),
(32159, 3320, '_shipping_first_name', 'yolo'),
(32160, 3320, '_shipping_last_name', 'swaggins'),
(32161, 3320, '_shipping_company', ''),
(32162, 3320, '_shipping_country', 'AF'),
(32163, 3320, '_shipping_address_1', '213dsa'),
(32164, 3320, '_shipping_address_2', 'sa'),
(32165, 3320, '_shipping_city', 'dsafds'),
(32166, 3320, '_shipping_state', ''),
(32167, 3320, '_shipping_postcode', '34244'),
(32168, 3320, '_payment_method', 'cheque'),
(32169, 3320, '_payment_method_title', 'Check Payments'),
(32170, 3320, '_order_shipping', ''),
(32171, 3320, '_cart_discount', '0'),
(32172, 3320, '_cart_discount_tax', '0'),
(32173, 3320, '_order_tax', '0'),
(32174, 3320, '_order_shipping_tax', '0'),
(32175, 3320, '_order_total', '1999.00'),
(32176, 3320, '_recorded_sales', 'yes'),
(32177, 3320, '_order_stock_reduced', '1'),
(32178, 3321, '_order_key', 'wc_order_58a4858d1a0a2'),
(32179, 3321, '_order_currency', 'GBP'),
(32180, 3321, '_prices_include_tax', 'no'),
(32181, 3321, '_customer_ip_address', '74.13.233.44'),
(32182, 3321, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(32183, 3321, '_customer_user', '0'),
(32184, 3321, '_created_via', 'checkout'),
(32185, 3321, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32186, 3321, '_order_version', '2.6.9'),
(32187, 3321, '_billing_first_name', 'george'),
(32188, 3321, '_billing_last_name', 'qi'),
(32189, 3321, '_billing_company', ''),
(32190, 3321, '_billing_email', 'georgeqi@gmail.com'),
(32191, 3321, '_billing_phone', '9059443943'),
(32192, 3321, '_billing_country', 'CA'),
(32193, 3321, '_billing_address_1', '29 Coledale rd.'),
(32194, 3321, '_billing_address_2', ''),
(32195, 3321, '_billing_city', 'Markham'),
(32196, 3321, '_billing_state', 'ON'),
(32197, 3321, '_billing_postcode', 'L3R 7X1'),
(32198, 3321, '_shipping_first_name', 'george'),
(32199, 3321, '_shipping_last_name', 'qi'),
(32200, 3321, '_shipping_company', ''),
(32201, 3321, '_shipping_country', 'CA'),
(32202, 3321, '_shipping_address_1', '29 Coledale rd.'),
(32203, 3321, '_shipping_address_2', ''),
(32204, 3321, '_shipping_city', 'Markham'),
(32205, 3321, '_shipping_state', 'ON'),
(32206, 3321, '_shipping_postcode', 'L3R 7X1'),
(32207, 3321, '_payment_method', 'cheque'),
(32208, 3321, '_payment_method_title', 'Check Payments'),
(32209, 3321, '_order_shipping', ''),
(32210, 3321, '_cart_discount', '0'),
(32211, 3321, '_cart_discount_tax', '0'),
(32212, 3321, '_order_tax', '0'),
(32213, 3321, '_order_shipping_tax', '0'),
(32214, 3321, '_order_total', '1999.00'),
(32215, 3321, '_recorded_sales', 'yes'),
(32216, 3321, '_order_stock_reduced', '1'),
(32218, 3323, '_order_key', 'wc_order_58a6174b6bb17'),
(32219, 3323, '_order_currency', 'GBP'),
(32220, 3323, '_prices_include_tax', 'no'),
(32221, 3323, '_customer_ip_address', '108.162.138.167'),
(32222, 3323, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32223, 3323, '_customer_user', '0'),
(32224, 3323, '_created_via', 'checkout'),
(32225, 3323, '_cart_hash', '0780f6aa7709d863646456840015217f'),
(32226, 3323, '_order_version', '2.6.9'),
(32227, 3323, '_billing_first_name', 'Len'),
(32228, 3323, '_billing_last_name', 'Marshall'),
(32229, 3323, '_billing_company', 'Quiet City Design'),
(32230, 3323, '_billing_email', 'len@quietcitydesign.com'),
(32231, 3323, '_billing_phone', '4167373081'),
(32232, 3323, '_billing_country', 'CA'),
(32233, 3323, '_billing_address_1', '48 Pendeen Ave'),
(32234, 3323, '_billing_address_2', ''),
(32235, 3323, '_billing_city', 'Toronto'),
(32236, 3323, '_billing_state', 'ON'),
(32237, 3323, '_billing_postcode', 'M6N 2P3'),
(32238, 3323, '_shipping_first_name', 'Len'),
(32239, 3323, '_shipping_last_name', 'Marshall'),
(32240, 3323, '_shipping_company', 'Quiet City Design'),
(32241, 3323, '_shipping_country', 'CA'),
(32242, 3323, '_shipping_address_1', '48 Pendeen Ave'),
(32243, 3323, '_shipping_address_2', ''),
(32244, 3323, '_shipping_city', 'Toronto'),
(32245, 3323, '_shipping_state', 'ON'),
(32246, 3323, '_shipping_postcode', 'M6N 2P3'),
(32247, 3323, '_payment_method', 'cheque'),
(32248, 3323, '_payment_method_title', 'Check Payments'),
(32249, 3323, '_order_shipping', ''),
(32250, 3323, '_cart_discount', '0'),
(32251, 3323, '_cart_discount_tax', '0'),
(32252, 3323, '_order_tax', '0'),
(32253, 3323, '_order_shipping_tax', '0'),
(32254, 3323, '_order_total', '35.00'),
(32255, 3323, '_recorded_sales', 'yes'),
(32256, 3323, '_order_stock_reduced', '1'),
(32257, 3324, '_order_key', 'wc_order_58a92a5ddd68d'),
(32258, 3324, '_order_currency', 'GBP'),
(32259, 3324, '_prices_include_tax', 'no'),
(32260, 3324, '_customer_ip_address', '112.215.152.38'),
(32261, 3324, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32262, 3324, '_customer_user', '0'),
(32263, 3324, '_created_via', 'checkout'),
(32264, 3324, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32265, 3324, '_order_version', '2.6.9'),
(32266, 3324, '_billing_first_name', 'Amzi'),
(32267, 3324, '_billing_last_name', 'Amzi'),
(32268, 3324, '_billing_company', 'Amzi'),
(32269, 3324, '_billing_email', 'amzi.jmy@gmail.com'),
(32270, 3324, '_billing_phone', '085277215171'),
(32271, 3324, '_billing_country', 'ID'),
(32272, 3324, '_billing_address_1', 'Jakarta'),
(32273, 3324, '_billing_address_2', ''),
(32274, 3324, '_billing_city', 'Jakarta'),
(32275, 3324, '_billing_state', 'JK'),
(32276, 3324, '_billing_postcode', '1234'),
(32277, 3324, '_shipping_first_name', 'Amzi'),
(32278, 3324, '_shipping_last_name', 'Amzi'),
(32279, 3324, '_shipping_company', 'Amzi'),
(32280, 3324, '_shipping_country', 'ID'),
(32281, 3324, '_shipping_address_1', 'Jakarta'),
(32282, 3324, '_shipping_address_2', ''),
(32283, 3324, '_shipping_city', 'Jakarta'),
(32284, 3324, '_shipping_state', 'JK'),
(32285, 3324, '_shipping_postcode', '1234'),
(32286, 3324, '_payment_method', 'cheque'),
(32287, 3324, '_payment_method_title', 'Check Payments'),
(32288, 3324, '_order_shipping', ''),
(32289, 3324, '_cart_discount', '0'),
(32290, 3324, '_cart_discount_tax', '0'),
(32291, 3324, '_order_tax', '0'),
(32292, 3324, '_order_shipping_tax', '0'),
(32293, 3324, '_order_total', '1999.00'),
(32294, 3324, '_recorded_sales', 'yes'),
(32295, 3324, '_order_stock_reduced', '1'),
(32296, 3325, '_order_key', 'wc_order_58a9b7b624595'),
(32297, 3325, '_order_currency', 'GBP'),
(32298, 3325, '_prices_include_tax', 'no'),
(32299, 3325, '_customer_ip_address', '66.87.123.111'),
(32300, 3325, '_customer_user_agent', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920P Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36'),
(32301, 3325, '_customer_user', '0'),
(32302, 3325, '_created_via', 'checkout'),
(32303, 3325, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32304, 3325, '_order_version', '2.6.9'),
(32305, 3325, '_billing_first_name', 'Tess'),
(32306, 3325, '_billing_last_name', 'Terr'),
(32307, 3325, '_billing_company', ''),
(32308, 3325, '_billing_email', 'tester72gy6dvy@gmail.com'),
(32309, 3325, '_billing_phone', '8008008000'),
(32310, 3325, '_billing_country', 'US'),
(32311, 3325, '_billing_address_1', '12 miami barch'),
(32312, 3325, '_billing_address_2', ''),
(32313, 3325, '_billing_city', 'North Miami beach'),
(32314, 3325, '_billing_state', 'FL'),
(32315, 3325, '_billing_postcode', '33160'),
(32316, 3325, '_shipping_first_name', 'Tess'),
(32317, 3325, '_shipping_last_name', 'Terr'),
(32318, 3325, '_shipping_company', ''),
(32319, 3325, '_shipping_country', 'US'),
(32320, 3325, '_shipping_address_1', '12 miami barch'),
(32321, 3325, '_shipping_address_2', ''),
(32322, 3325, '_shipping_city', 'North Miami beach'),
(32323, 3325, '_shipping_state', 'FL'),
(32324, 3325, '_shipping_postcode', '33160'),
(32325, 3325, '_payment_method', 'cheque'),
(32326, 3325, '_payment_method_title', 'Check Payments'),
(32327, 3325, '_order_shipping', ''),
(32328, 3325, '_cart_discount', '0'),
(32329, 3325, '_cart_discount_tax', '0'),
(32330, 3325, '_order_tax', '0'),
(32331, 3325, '_order_shipping_tax', '0'),
(32332, 3325, '_order_total', '1999.00'),
(32333, 3325, '_recorded_sales', 'yes'),
(32334, 3325, '_order_stock_reduced', '1'),
(32347, 3327, '_order_key', 'wc_order_58b100bc6f743'),
(32348, 3327, '_order_currency', 'GBP'),
(32349, 3327, '_prices_include_tax', 'no'),
(32350, 3327, '_customer_ip_address', '203.247.149.152'),
(32351, 3327, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32352, 3327, '_customer_user', '0'),
(32353, 3327, '_created_via', 'checkout'),
(32354, 3327, '_cart_hash', '3723fe87a612257f48b157820ef77cde'),
(32355, 3327, '_order_version', '2.6.9'),
(32356, 3327, '_billing_first_name', 'asdfafa'),
(32357, 3327, '_billing_last_name', 'dsafdadfa'),
(32358, 3327, '_billing_company', 'adfsadfda'),
(32359, 3327, '_billing_email', 'dfsadsfasfasa@gmail.com'),
(32360, 3327, '_billing_phone', '9999999999'),
(32361, 3327, '_billing_country', 'IN'),
(32362, 3327, '_billing_address_1', 'MAKAL'),
(32363, 3327, '_billing_address_2', 'MAKKAL'),
(32364, 3327, '_billing_city', 'mKALAA'),
(32365, 3327, '_billing_state', 'AP'),
(32366, 3327, '_billing_postcode', '256456'),
(32367, 3327, '_shipping_first_name', 'asdfafa'),
(32368, 3327, '_shipping_last_name', 'dsafdadfa'),
(32369, 3327, '_shipping_company', 'adfsadfda'),
(32370, 3327, '_shipping_country', 'IN'),
(32371, 3327, '_shipping_address_1', 'MAKAL'),
(32372, 3327, '_shipping_address_2', 'MAKKAL'),
(32373, 3327, '_shipping_city', 'mKALAA'),
(32374, 3327, '_shipping_state', 'AP'),
(32375, 3327, '_shipping_postcode', '256456'),
(32376, 3327, '_payment_method', 'cheque'),
(32377, 3327, '_payment_method_title', 'Check Payments'),
(32378, 3327, '_order_shipping', ''),
(32379, 3327, '_cart_discount', '0'),
(32380, 3327, '_cart_discount_tax', '0'),
(32381, 3327, '_order_tax', '0'),
(32382, 3327, '_order_shipping_tax', '0'),
(32383, 3327, '_order_total', '49.00'),
(32384, 3327, '_recorded_sales', 'yes'),
(32385, 3327, '_order_stock_reduced', '1'),
(32386, 3328, '_order_key', 'wc_order_58b4549a9c1cf'),
(32387, 3328, '_order_currency', 'GBP'),
(32388, 3328, '_prices_include_tax', 'no'),
(32389, 3328, '_customer_ip_address', '196.67.247.196'),
(32390, 3328, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32391, 3328, '_customer_user', '0'),
(32392, 3328, '_created_via', 'checkout'),
(32393, 3328, '_cart_hash', '530b2201bb341a174da5a5652396efd0'),
(32394, 3328, '_order_version', '2.6.9'),
(32395, 3328, '_billing_first_name', 'amine'),
(32396, 3328, '_billing_last_name', 'amine'),
(32397, 3328, '_billing_company', 'a'),
(32398, 3328, '_billing_email', 'amine.ouahoub@gmail.com'),
(32399, 3328, '_billing_phone', '+212614224269'),
(32400, 3328, '_billing_country', 'MA'),
(32401, 3328, '_billing_address_1', 'hassania 1 n515 alia'),
(32402, 3328, '_billing_address_2', ''),
(32403, 3328, '_billing_city', 'Casablanca'),
(32404, 3328, '_billing_state', 'Casablanca'),
(32405, 3328, '_billing_postcode', '20250'),
(32406, 3328, '_shipping_first_name', 'amine'),
(32407, 3328, '_shipping_last_name', 'amine'),
(32408, 3328, '_shipping_company', 'a'),
(32409, 3328, '_shipping_country', 'MA'),
(32410, 3328, '_shipping_address_1', 'hassania 1 n515 alia'),
(32411, 3328, '_shipping_address_2', ''),
(32412, 3328, '_shipping_city', 'Casablanca'),
(32413, 3328, '_shipping_state', 'Casablanca'),
(32414, 3328, '_shipping_postcode', '20250'),
(32415, 3328, '_payment_method', 'cheque'),
(32416, 3328, '_payment_method_title', 'Check Payments'),
(32417, 3328, '_order_shipping', ''),
(32418, 3328, '_cart_discount', '0'),
(32419, 3328, '_cart_discount_tax', '0'),
(32420, 3328, '_order_tax', '0'),
(32421, 3328, '_order_shipping_tax', '0'),
(32422, 3328, '_order_total', '149.00'),
(32423, 3328, '_recorded_sales', 'yes'),
(32424, 3328, '_order_stock_reduced', '1'),
(32425, 3329, '_order_key', 'wc_order_58b477af3c231'),
(32426, 3329, '_order_currency', 'GBP'),
(32427, 3329, '_prices_include_tax', 'no'),
(32428, 3329, '_customer_ip_address', '112.215.171.86'),
(32429, 3329, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(32430, 3329, '_customer_user', '0'),
(32431, 3329, '_created_via', 'checkout'),
(32432, 3329, '_cart_hash', '331404c887033bffa2afbc83d13e3a42'),
(32433, 3329, '_order_version', '2.6.9'),
(32434, 3329, '_billing_first_name', 'Admin'),
(32435, 3329, '_billing_last_name', 'Istrator'),
(32436, 3329, '_billing_company', 'TagDiv'),
(32437, 3329, '_billing_email', 'admin@tagdiv.com'),
(32438, 3329, '_billing_phone', '081234567890'),
(32439, 3329, '_billing_country', 'ID'),
(32440, 3329, '_billing_address_1', 'Soekarno'),
(32441, 3329, '_billing_address_2', ''),
(32442, 3329, '_billing_city', 'Jakarta'),
(32443, 3329, '_billing_state', 'JK'),
(32444, 3329, '_billing_postcode', '40222'),
(32445, 3329, '_shipping_first_name', 'Admin'),
(32446, 3329, '_shipping_last_name', 'Istrator'),
(32447, 3329, '_shipping_company', 'TagDiv'),
(32448, 3329, '_shipping_country', 'ID'),
(32449, 3329, '_shipping_address_1', 'Soekarno'),
(32450, 3329, '_shipping_address_2', ''),
(32451, 3329, '_shipping_city', 'Jakarta'),
(32452, 3329, '_shipping_state', 'JK'),
(32453, 3329, '_shipping_postcode', '40222'),
(32454, 3329, '_payment_method', 'cheque'),
(32455, 3329, '_payment_method_title', 'Check Payments'),
(32456, 3329, '_order_shipping', ''),
(32457, 3329, '_cart_discount', '0'),
(32458, 3329, '_cart_discount_tax', '0'),
(32459, 3329, '_order_tax', '0'),
(32460, 3329, '_order_shipping_tax', '0'),
(32461, 3329, '_order_total', '199.00'),
(32462, 3329, '_recorded_sales', 'yes'),
(32463, 3329, '_order_stock_reduced', '1'),
(32466, 3332, '_order_key', 'wc_order_58b6ab98bc991'),
(32467, 3332, '_order_currency', 'GBP'),
(32468, 3332, '_prices_include_tax', 'no'),
(32469, 3332, '_customer_ip_address', '84.56.67.126'),
(32470, 3332, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(32471, 3332, '_customer_user', '0'),
(32472, 3332, '_created_via', 'checkout'),
(32473, 3332, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(32474, 3332, '_order_version', '2.6.9'),
(32475, 3332, '_billing_first_name', 'safsafd'),
(32476, 3332, '_billing_last_name', 'asfasfdasdf'),
(32477, 3332, '_billing_company', ''),
(32478, 3332, '_billing_email', 'test@test.com'),
(32479, 3332, '_billing_phone', '0016548612456'),
(32480, 3332, '_billing_country', 'DE'),
(32481, 3332, '_billing_address_1', 'asdfasfdsdfasfd'),
(32482, 3332, '_billing_address_2', ''),
(32483, 3332, '_billing_city', 'asfsdafasdf'),
(32484, 3332, '_billing_state', ''),
(32485, 3332, '_billing_postcode', '15264'),
(32486, 3332, '_shipping_first_name', 'safsafd'),
(32487, 3332, '_shipping_last_name', 'asfasfdasdf'),
(32488, 3332, '_shipping_company', ''),
(32489, 3332, '_shipping_country', 'DE'),
(32490, 3332, '_shipping_address_1', 'asdfasfdsdfasfd'),
(32491, 3332, '_shipping_address_2', ''),
(32492, 3332, '_shipping_city', 'asfsdafasdf'),
(32493, 3332, '_shipping_state', ''),
(32494, 3332, '_shipping_postcode', '15264'),
(32495, 3332, '_payment_method', 'paypal'),
(32496, 3332, '_payment_method_title', 'PayPal'),
(32497, 3332, '_order_shipping', ''),
(32498, 3332, '_cart_discount', '0'),
(32499, 3332, '_cart_discount_tax', '0'),
(32500, 3332, '_order_tax', '0'),
(32501, 3332, '_order_shipping_tax', '0'),
(32502, 3332, '_order_total', '19.00'),
(32503, 3333, '_order_key', 'wc_order_58b7baa0bcfec'),
(32504, 3333, '_order_currency', 'GBP'),
(32505, 3333, '_prices_include_tax', 'no'),
(32506, 3333, '_customer_ip_address', '202.57.8.13'),
(32507, 3333, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32508, 3333, '_customer_user', '0'),
(32509, 3333, '_created_via', 'checkout'),
(32510, 3333, '_cart_hash', '530b2201bb341a174da5a5652396efd0'),
(32511, 3333, '_order_version', '2.6.9'),
(32512, 3333, '_billing_first_name', 'test'),
(32513, 3333, '_billing_last_name', 'test'),
(32514, 3333, '_billing_company', ''),
(32515, 3333, '_billing_email', 'test@mail.com'),
(32516, 3333, '_billing_phone', '0383839399928'),
(32517, 3333, '_billing_country', 'ID'),
(32518, 3333, '_billing_address_1', 'streadf'),
(32519, 3333, '_billing_address_2', 'meda'),
(32520, 3333, '_billing_city', 'jkta'),
(32521, 3333, '_billing_state', 'SU'),
(32522, 3333, '_billing_postcode', '22815'),
(32523, 3333, '_shipping_first_name', 'test'),
(32524, 3333, '_shipping_last_name', 'test'),
(32525, 3333, '_shipping_company', ''),
(32526, 3333, '_shipping_country', 'ID'),
(32527, 3333, '_shipping_address_1', 'streadf'),
(32528, 3333, '_shipping_address_2', 'meda'),
(32529, 3333, '_shipping_city', 'jkta'),
(32530, 3333, '_shipping_state', 'SU'),
(32531, 3333, '_shipping_postcode', '22815'),
(32532, 3333, '_payment_method', 'cheque'),
(32533, 3333, '_payment_method_title', 'Check Payments'),
(32534, 3333, '_order_shipping', ''),
(32535, 3333, '_cart_discount', '0'),
(32536, 3333, '_cart_discount_tax', '0'),
(32537, 3333, '_order_tax', '0'),
(32538, 3333, '_order_shipping_tax', '0'),
(32539, 3333, '_order_total', '149.00'),
(32540, 3333, '_recorded_sales', 'yes'),
(32541, 3333, '_order_stock_reduced', '1'),
(32590, 3338, '_order_key', 'wc_order_58bb3ca48ea4b'),
(32591, 3338, '_order_currency', 'GBP'),
(32592, 3338, '_prices_include_tax', 'no'),
(32593, 3338, '_customer_ip_address', '89.65.230.27'),
(32594, 3338, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.74 Safari/537.36 Vivaldi/1.8.770.9'),
(32595, 3338, '_customer_user', '0'),
(32596, 3338, '_created_via', 'checkout'),
(32597, 3338, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32598, 3338, '_order_version', '2.6.9'),
(32599, 3338, '_billing_first_name', 'fffffffffffff'),
(32600, 3338, '_billing_last_name', 'gggggggggggg'),
(32601, 3338, '_billing_company', 'rrrrrrrrrrrrr'),
(32602, 3338, '_billing_email', 'rggggggggg@fffffffff.pl'),
(32603, 3338, '_billing_phone', '333444222'),
(32604, 3338, '_billing_country', 'PL'),
(32605, 3338, '_billing_address_1', 'dddddddddddd'),
(32606, 3338, '_billing_address_2', 'eeeeeeeeee'),
(32607, 3338, '_billing_city', 'dsdafdfs'),
(32608, 3338, '_billing_state', ''),
(32609, 3338, '_billing_postcode', '23-098'),
(32610, 3338, '_shipping_first_name', 'fffffffffffff'),
(32611, 3338, '_shipping_last_name', 'gggggggggggg'),
(32612, 3338, '_shipping_company', 'rrrrrrrrrrrrr'),
(32613, 3338, '_shipping_country', 'PL'),
(32614, 3338, '_shipping_address_1', 'dddddddddddd'),
(32615, 3338, '_shipping_address_2', 'eeeeeeeeee'),
(32616, 3338, '_shipping_city', 'dsdafdfs'),
(32617, 3338, '_shipping_state', ''),
(32618, 3338, '_shipping_postcode', '23-098'),
(32619, 3338, '_payment_method', 'cheque'),
(32620, 3338, '_payment_method_title', 'Check Payments'),
(32621, 3338, '_order_shipping', ''),
(32622, 3338, '_cart_discount', '0'),
(32623, 3338, '_cart_discount_tax', '0'),
(32624, 3338, '_order_tax', '0'),
(32625, 3338, '_order_shipping_tax', '0'),
(32626, 3338, '_order_total', '1999.00'),
(32627, 3338, '_recorded_sales', 'yes'),
(32628, 3338, '_order_stock_reduced', '1'),
(32689, 3344, '_order_key', 'wc_order_58bfcd2d830f7'),
(32690, 3344, '_order_currency', 'GBP'),
(32691, 3344, '_prices_include_tax', 'no'),
(32692, 3344, '_customer_ip_address', '82.168.61.253'),
(32693, 3344, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32694, 3344, '_customer_user', '0'),
(32695, 3344, '_created_via', 'checkout'),
(32696, 3344, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32697, 3344, '_order_version', '2.6.9'),
(32698, 3344, '_billing_first_name', 'eqweqw'),
(32699, 3344, '_billing_last_name', 'qweqwe'),
(32700, 3344, '_billing_company', ''),
(32701, 3344, '_billing_email', 'xx@xx.com'),
(32702, 3344, '_billing_phone', '1231233'),
(32703, 3344, '_billing_country', 'TC'),
(32704, 3344, '_billing_address_1', 'sdfsdfsdfsdf'),
(32705, 3344, '_billing_address_2', ''),
(32706, 3344, '_billing_city', 'sdfsdfsdf'),
(32707, 3344, '_billing_state', 'sdfsdfsdfsdfs'),
(32708, 3344, '_billing_postcode', 'SFDSDF'),
(32709, 3344, '_shipping_first_name', 'eqweqw'),
(32710, 3344, '_shipping_last_name', 'qweqwe'),
(32711, 3344, '_shipping_company', ''),
(32712, 3344, '_shipping_country', 'TC'),
(32713, 3344, '_shipping_address_1', 'sdfsdfsdfsdf'),
(32714, 3344, '_shipping_address_2', ''),
(32715, 3344, '_shipping_city', 'sdfsdfsdf'),
(32716, 3344, '_shipping_state', 'sdfsdfsdfsdfs'),
(32717, 3344, '_shipping_postcode', 'SFDSDF'),
(32718, 3344, '_payment_method', 'paypal'),
(32719, 3344, '_payment_method_title', 'PayPal'),
(32720, 3344, '_order_shipping', ''),
(32721, 3344, '_cart_discount', '0'),
(32722, 3344, '_cart_discount_tax', '0'),
(32723, 3344, '_order_tax', '0'),
(32724, 3344, '_order_shipping_tax', '0'),
(32725, 3344, '_order_total', '1999.00'),
(32739, 3347, '_order_key', 'wc_order_58c48dd97aa34'),
(32740, 3347, '_order_currency', 'GBP'),
(32741, 3347, '_prices_include_tax', 'no'),
(32742, 3347, '_customer_ip_address', '98.224.85.69'),
(32743, 3347, '_customer_user_agent', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(32744, 3347, '_customer_user', '0'),
(32745, 3347, '_created_via', 'checkout'),
(32746, 3347, '_cart_hash', '331404c887033bffa2afbc83d13e3a42'),
(32747, 3347, '_order_version', '2.6.9'),
(32748, 3347, '_billing_first_name', 'Hghg'),
(32749, 3347, '_billing_last_name', 'Ghj'),
(32750, 3347, '_billing_company', ''),
(32751, 3347, '_billing_email', 'ghh@m.com'),
(32752, 3347, '_billing_phone', '123456'),
(32753, 3347, '_billing_country', 'US'),
(32754, 3347, '_billing_address_1', '123 main st'),
(32755, 3347, '_billing_address_2', ''),
(32756, 3347, '_billing_city', 'New york'),
(32757, 3347, '_billing_state', 'NY'),
(32758, 3347, '_billing_postcode', '10010'),
(32759, 3347, '_shipping_first_name', 'Hghg'),
(32760, 3347, '_shipping_last_name', 'Ghj'),
(32761, 3347, '_shipping_company', ''),
(32762, 3347, '_shipping_country', 'US'),
(32763, 3347, '_shipping_address_1', '123 main st'),
(32764, 3347, '_shipping_address_2', ''),
(32765, 3347, '_shipping_city', 'New york'),
(32766, 3347, '_shipping_state', 'NY'),
(32767, 3347, '_shipping_postcode', '10010'),
(32768, 3347, '_payment_method', 'cheque'),
(32769, 3347, '_payment_method_title', 'Check Payments'),
(32770, 3347, '_order_shipping', ''),
(32771, 3347, '_cart_discount', '0'),
(32772, 3347, '_cart_discount_tax', '0'),
(32773, 3347, '_order_tax', '0'),
(32774, 3347, '_order_shipping_tax', '0'),
(32775, 3347, '_order_total', '199.00'),
(32776, 3347, '_recorded_sales', 'yes'),
(32777, 3347, '_order_stock_reduced', '1'),
(32778, 3348, '_order_key', 'wc_order_58cf2d6387d34'),
(32779, 3348, '_order_currency', 'GBP'),
(32780, 3348, '_prices_include_tax', 'no'),
(32781, 3348, '_customer_ip_address', '10.151.186.65'),
(32782, 3348, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32783, 3348, '_customer_user', '0'),
(32784, 3348, '_created_via', 'checkout'),
(32785, 3348, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32786, 3348, '_order_version', '2.6.9'),
(32787, 3348, '_billing_first_name', 'M'),
(32788, 3348, '_billing_last_name', 'H'),
(32789, 3348, '_billing_company', ''),
(32790, 3348, '_billing_email', 'mdsad@dsad.com'),
(32791, 3348, '_billing_phone', '432423423423'),
(32792, 3348, '_billing_country', 'AU'),
(32793, 3348, '_billing_address_1', '3123 dfsfsd road'),
(32794, 3348, '_billing_address_2', ''),
(32795, 3348, '_billing_city', 'monash'),
(32796, 3348, '_billing_state', 'VIC'),
(32797, 3348, '_billing_postcode', '3150'),
(32798, 3348, '_shipping_first_name', 'M'),
(32799, 3348, '_shipping_last_name', 'H'),
(32800, 3348, '_shipping_company', ''),
(32801, 3348, '_shipping_country', 'AU'),
(32802, 3348, '_shipping_address_1', '3123 dfsfsd road'),
(32803, 3348, '_shipping_address_2', ''),
(32804, 3348, '_shipping_city', 'monash'),
(32805, 3348, '_shipping_state', 'VIC'),
(32806, 3348, '_shipping_postcode', '3150'),
(32807, 3348, '_payment_method', 'cheque'),
(32808, 3348, '_payment_method_title', 'Check Payments'),
(32809, 3348, '_order_shipping', ''),
(32810, 3348, '_cart_discount', '0'),
(32811, 3348, '_cart_discount_tax', '0'),
(32812, 3348, '_order_tax', '0'),
(32813, 3348, '_order_shipping_tax', '0'),
(32814, 3348, '_order_total', '1999.00'),
(32815, 3348, '_recorded_sales', 'yes'),
(32816, 3348, '_order_stock_reduced', '1'),
(32817, 3349, '_order_key', 'wc_order_58d5ff5b2550c'),
(32818, 3349, '_order_currency', 'GBP'),
(32819, 3349, '_prices_include_tax', 'no'),
(32820, 3349, '_customer_ip_address', '182.76.228.218'),
(32821, 3349, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32822, 3349, '_customer_user', '0'),
(32823, 3349, '_created_via', 'checkout'),
(32824, 3349, '_cart_hash', '2ad33c9aa8ae145922ef041d8b651f18'),
(32825, 3349, '_order_version', '2.6.9'),
(32826, 3349, '_billing_first_name', 'ashish'),
(32827, 3349, '_billing_last_name', 'negi'),
(32828, 3349, '_billing_company', 'adhaar'),
(32829, 3349, '_billing_email', 'sumit4sngh4@gmail.com'),
(32830, 3349, '_billing_phone', '7844041101'),
(32831, 3349, '_billing_country', 'IN'),
(32832, 3349, '_billing_address_1', 'jakhan'),
(32833, 3349, '_billing_address_2', ''),
(32834, 3349, '_billing_city', 'Dehradun'),
(32835, 3349, '_billing_state', 'UK'),
(32836, 3349, '_billing_postcode', '342312'),
(32837, 3349, '_shipping_first_name', 'ashish'),
(32838, 3349, '_shipping_last_name', 'negi'),
(32839, 3349, '_shipping_company', 'adhaar'),
(32840, 3349, '_shipping_country', 'IN'),
(32841, 3349, '_shipping_address_1', 'jakhan'),
(32842, 3349, '_shipping_address_2', ''),
(32843, 3349, '_shipping_city', 'Dehradun'),
(32844, 3349, '_shipping_state', 'UK'),
(32845, 3349, '_shipping_postcode', '342312'),
(32846, 3349, '_payment_method', 'paypal'),
(32847, 3349, '_payment_method_title', 'PayPal'),
(32848, 3349, '_order_shipping', ''),
(32849, 3349, '_cart_discount', '0'),
(32850, 3349, '_cart_discount_tax', '0'),
(32851, 3349, '_order_tax', '0'),
(32852, 3349, '_order_shipping_tax', '0'),
(32853, 3349, '_order_total', '35.00'),
(32854, 3350, '_order_key', 'wc_order_58d8be28bfdfd'),
(32855, 3350, '_order_currency', 'GBP'),
(32856, 3350, '_prices_include_tax', 'no'),
(32857, 3350, '_customer_ip_address', '182.76.228.218'),
(32858, 3350, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(32859, 3350, '_customer_user', '0'),
(32860, 3350, '_created_via', 'checkout'),
(32861, 3350, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32862, 3350, '_order_version', '2.6.9'),
(32863, 3350, '_billing_first_name', 'ashish'),
(32864, 3350, '_billing_last_name', 'negi'),
(32865, 3350, '_billing_company', 'adhaar'),
(32866, 3350, '_billing_email', 'sumit4sngh4@gmail.com'),
(32867, 3350, '_billing_phone', '7844041101'),
(32868, 3350, '_billing_country', 'IN'),
(32869, 3350, '_billing_address_1', 'jakhan'),
(32870, 3350, '_billing_address_2', ''),
(32871, 3350, '_billing_city', 'Dehradun'),
(32872, 3350, '_billing_state', 'UK'),
(32873, 3350, '_billing_postcode', '342312'),
(32874, 3350, '_shipping_first_name', 'ashish'),
(32875, 3350, '_shipping_last_name', 'negi'),
(32876, 3350, '_shipping_company', 'adhaar'),
(32877, 3350, '_shipping_country', 'IN'),
(32878, 3350, '_shipping_address_1', 'jakhan'),
(32879, 3350, '_shipping_address_2', ''),
(32880, 3350, '_shipping_city', 'Dehradun'),
(32881, 3350, '_shipping_state', 'UK'),
(32882, 3350, '_shipping_postcode', '342312'),
(32883, 3350, '_payment_method', 'paypal'),
(32884, 3350, '_payment_method_title', 'PayPal'),
(32885, 3350, '_order_shipping', ''),
(32886, 3350, '_cart_discount', '0'),
(32887, 3350, '_cart_discount_tax', '0'),
(32888, 3350, '_order_tax', '0'),
(32889, 3350, '_order_shipping_tax', '0'),
(32890, 3350, '_order_total', '1999.00'),
(32891, 3351, '_order_key', 'wc_order_58d8df81cf597'),
(32892, 3351, '_order_currency', 'GBP'),
(32893, 3351, '_prices_include_tax', 'no'),
(32894, 3351, '_customer_ip_address', '210.195.113.247'),
(32895, 3351, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36'),
(32896, 3351, '_customer_user', '0'),
(32897, 3351, '_created_via', 'checkout'),
(32898, 3351, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32899, 3351, '_order_version', '2.6.9'),
(32900, 3351, '_billing_first_name', 'Hisyam'),
(32901, 3351, '_billing_last_name', 'Harun'),
(32902, 3351, '_billing_company', 'Mob Seven Ent'),
(32903, 3351, '_billing_email', 'mohdhise@gmail.com'),
(32904, 3351, '_billing_phone', '+60192254919'),
(32905, 3351, '_billing_country', 'MY'),
(32906, 3351, '_billing_address_1', 'No 80, Jalan SP 4/1,'),
(32907, 3351, '_billing_address_2', ''),
(32908, 3351, '_billing_city', 'Sepang'),
(32909, 3351, '_billing_state', 'SGR'),
(32910, 3351, '_billing_postcode', '43900'),
(32911, 3351, '_shipping_first_name', 'Hisyam'),
(32912, 3351, '_shipping_last_name', 'Harun'),
(32913, 3351, '_shipping_company', 'Mob Seven Ent'),
(32914, 3351, '_shipping_country', 'MY'),
(32915, 3351, '_shipping_address_1', 'No 80, Jalan SP 4/1,'),
(32916, 3351, '_shipping_address_2', ''),
(32917, 3351, '_shipping_city', 'Sepang'),
(32918, 3351, '_shipping_state', 'SGR'),
(32919, 3351, '_shipping_postcode', '43900'),
(32920, 3351, '_payment_method', 'cheque'),
(32921, 3351, '_payment_method_title', 'Check Payments'),
(32922, 3351, '_order_shipping', ''),
(32923, 3351, '_cart_discount', '0'),
(32924, 3351, '_cart_discount_tax', '0'),
(32925, 3351, '_order_tax', '0'),
(32926, 3351, '_order_shipping_tax', '0'),
(32927, 3351, '_order_total', '1999.00'),
(32928, 3351, '_recorded_sales', 'yes'),
(32929, 3351, '_order_stock_reduced', '1'),
(32930, 3352, '_order_key', 'wc_order_58d8dfd37b0cf'),
(32931, 3352, '_order_currency', 'GBP'),
(32932, 3352, '_prices_include_tax', 'no'),
(32933, 3352, '_customer_ip_address', '210.195.113.247'),
(32934, 3352, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36'),
(32935, 3352, '_customer_user', '0'),
(32936, 3352, '_created_via', 'checkout'),
(32937, 3352, '_cart_hash', '9afc341fb878fbe87660588686629809'),
(32938, 3352, '_order_version', '2.6.9'),
(32939, 3352, '_billing_first_name', 'Hisyam'),
(32940, 3352, '_billing_last_name', 'Harun'),
(32941, 3352, '_billing_company', 'Mob Seven Ent'),
(32942, 3352, '_billing_email', 'mohdhise@gmail.com'),
(32943, 3352, '_billing_phone', '+60192254919'),
(32944, 3352, '_billing_country', 'MY'),
(32945, 3352, '_billing_address_1', 'No 80, Jalan SP 4/1,'),
(32946, 3352, '_billing_address_2', ''),
(32947, 3352, '_billing_city', 'Sepang'),
(32948, 3352, '_billing_state', 'SGR'),
(32949, 3352, '_billing_postcode', '43900'),
(32950, 3352, '_shipping_first_name', 'Hisyam'),
(32951, 3352, '_shipping_last_name', 'Harun'),
(32952, 3352, '_shipping_company', 'Mob Seven Ent'),
(32953, 3352, '_shipping_country', 'MY'),
(32954, 3352, '_shipping_address_1', 'No 80, Jalan SP 4/1,'),
(32955, 3352, '_shipping_address_2', ''),
(32956, 3352, '_shipping_city', 'Sepang'),
(32957, 3352, '_shipping_state', 'SGR'),
(32958, 3352, '_shipping_postcode', '43900'),
(32959, 3352, '_payment_method', 'cheque'),
(32960, 3352, '_payment_method_title', 'Check Payments'),
(32961, 3352, '_order_shipping', ''),
(32962, 3352, '_cart_discount', '0'),
(32963, 3352, '_cart_discount_tax', '0'),
(32964, 3352, '_order_tax', '0'),
(32965, 3352, '_order_shipping_tax', '0'),
(32966, 3352, '_order_total', '597.00'),
(32967, 3352, '_recorded_sales', 'yes'),
(32968, 3352, '_order_stock_reduced', '1'),
(32969, 3353, '_order_key', 'wc_order_58dcba0e5f1d2'),
(32970, 3353, '_order_currency', 'GBP'),
(32971, 3353, '_prices_include_tax', 'no'),
(32972, 3353, '_customer_ip_address', '39.57.24.112'),
(32973, 3353, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(32974, 3353, '_customer_user', '0'),
(32975, 3353, '_created_via', 'checkout'),
(32976, 3353, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(32977, 3353, '_order_version', '2.6.9'),
(32978, 3353, '_billing_first_name', 'Ehsan'),
(32979, 3353, '_billing_last_name', 'Awan'),
(32980, 3353, '_billing_company', ''),
(32981, 3353, '_billing_email', 'ryan@gmail.com'),
(32982, 3353, '_billing_phone', '019238723827'),
(32983, 3353, '_billing_country', 'US'),
(32984, 3353, '_billing_address_1', 'sadasdsa'),
(32985, 3353, '_billing_address_2', 'sdasdad'),
(32986, 3353, '_billing_city', 'asasa'),
(32987, 3353, '_billing_state', 'NY'),
(32988, 3353, '_billing_postcode', '10025'),
(32989, 3353, '_shipping_first_name', 'Ehsan'),
(32990, 3353, '_shipping_last_name', 'Awan'),
(32991, 3353, '_shipping_company', ''),
(32992, 3353, '_shipping_country', 'US'),
(32993, 3353, '_shipping_address_1', 'sadasdsa'),
(32994, 3353, '_shipping_address_2', 'sdasdad'),
(32995, 3353, '_shipping_city', 'asasa'),
(32996, 3353, '_shipping_state', 'NY'),
(32997, 3353, '_shipping_postcode', '10025'),
(32998, 3353, '_payment_method', 'cheque'),
(32999, 3353, '_payment_method_title', 'Check Payments'),
(33000, 3353, '_order_shipping', ''),
(33001, 3353, '_cart_discount', '0'),
(33002, 3353, '_cart_discount_tax', '0'),
(33003, 3353, '_order_tax', '0'),
(33004, 3353, '_order_shipping_tax', '0');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(33005, 3353, '_order_total', '1999.00'),
(33006, 3353, '_recorded_sales', 'yes'),
(33007, 3353, '_order_stock_reduced', '1'),
(33008, 3354, '_order_key', 'wc_order_58dd39933b121'),
(33009, 3354, '_order_currency', 'GBP'),
(33010, 3354, '_prices_include_tax', 'no'),
(33011, 3354, '_customer_ip_address', '210.195.113.247'),
(33012, 3354, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36'),
(33013, 3354, '_customer_user', '0'),
(33014, 3354, '_created_via', 'checkout'),
(33015, 3354, '_cart_hash', 'fd723ff1eb146273b2cc1c37028ddbad'),
(33016, 3354, '_order_version', '2.6.9'),
(33017, 3354, '_billing_first_name', 'Hisyam'),
(33018, 3354, '_billing_last_name', 'Harun'),
(33019, 3354, '_billing_company', 'Mob Seven Ent'),
(33020, 3354, '_billing_email', 'mohdhise@gmail.com'),
(33021, 3354, '_billing_phone', '+60192254919'),
(33022, 3354, '_billing_country', 'MY'),
(33023, 3354, '_billing_address_1', 'No 80, Jalan SP 4/1,'),
(33024, 3354, '_billing_address_2', ''),
(33025, 3354, '_billing_city', 'Sepang'),
(33026, 3354, '_billing_state', 'SGR'),
(33027, 3354, '_billing_postcode', '43900'),
(33028, 3354, '_shipping_first_name', 'Hisyam'),
(33029, 3354, '_shipping_last_name', 'Harun'),
(33030, 3354, '_shipping_company', 'Mob Seven Ent'),
(33031, 3354, '_shipping_country', 'MY'),
(33032, 3354, '_shipping_address_1', 'No 80, Jalan SP 4/1,'),
(33033, 3354, '_shipping_address_2', ''),
(33034, 3354, '_shipping_city', 'Sepang'),
(33035, 3354, '_shipping_state', 'SGR'),
(33036, 3354, '_shipping_postcode', '43900'),
(33037, 3354, '_payment_method', 'paypal'),
(33038, 3354, '_payment_method_title', 'PayPal'),
(33039, 3354, '_order_shipping', ''),
(33040, 3354, '_cart_discount', '0'),
(33041, 3354, '_cart_discount_tax', '0'),
(33042, 3354, '_order_tax', '0'),
(33043, 3354, '_order_shipping_tax', '0'),
(33044, 3354, '_order_total', '297.00'),
(33059, 3357, '_order_key', 'wc_order_58e5d92282964'),
(33060, 3357, '_order_currency', 'GBP'),
(33061, 3357, '_prices_include_tax', 'no'),
(33062, 3357, '_customer_ip_address', '36.84.13.201'),
(33063, 3357, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(33064, 3357, '_customer_user', '0'),
(33065, 3357, '_created_via', 'checkout'),
(33066, 3357, '_cart_hash', '8e2bb499fa2ceb68869a6160e1b232c8'),
(33067, 3357, '_order_version', '2.6.9'),
(33068, 3357, '_billing_first_name', 'ahsana'),
(33069, 3357, '_billing_last_name', 'azzam'),
(33070, 3357, '_billing_company', 'guhali'),
(33071, 3357, '_billing_email', 'deaconindo@gmail.com'),
(33072, 3357, '_billing_phone', '081288811154'),
(33073, 3357, '_billing_country', 'ID'),
(33074, 3357, '_billing_address_1', 'lembah'),
(33075, 3357, '_billing_address_2', ''),
(33076, 3357, '_billing_city', 'jakarta'),
(33077, 3357, '_billing_state', 'JK'),
(33078, 3357, '_billing_postcode', '14617'),
(33079, 3357, '_shipping_first_name', 'ahsana'),
(33080, 3357, '_shipping_last_name', 'azzam'),
(33081, 3357, '_shipping_company', 'guhali'),
(33082, 3357, '_shipping_country', 'ID'),
(33083, 3357, '_shipping_address_1', 'lembah'),
(33084, 3357, '_shipping_address_2', ''),
(33085, 3357, '_shipping_city', 'jakarta'),
(33086, 3357, '_shipping_state', 'JK'),
(33087, 3357, '_shipping_postcode', '14617'),
(33088, 3357, '_payment_method', 'cheque'),
(33089, 3357, '_payment_method_title', 'Check Payments'),
(33090, 3357, '_order_shipping', ''),
(33091, 3357, '_cart_discount', '0'),
(33092, 3357, '_cart_discount_tax', '0'),
(33093, 3357, '_order_tax', '0'),
(33094, 3357, '_order_shipping_tax', '0'),
(33095, 3357, '_order_total', '1999.00'),
(33096, 3357, '_recorded_sales', 'yes'),
(33097, 3357, '_order_stock_reduced', '1'),
(33098, 3358, '_order_key', 'wc_order_58e68ac78d199'),
(33099, 3358, '_order_currency', 'GBP'),
(33100, 3358, '_prices_include_tax', 'no'),
(33101, 3358, '_customer_ip_address', '201.86.212.89'),
(33102, 3358, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(33103, 3358, '_customer_user', '0'),
(33104, 3358, '_created_via', 'checkout'),
(33105, 3358, '_cart_hash', '4080b9c385cf3600431da75d97faf02b'),
(33106, 3358, '_order_version', '2.6.9'),
(33107, 3358, '_billing_first_name', 'diego'),
(33108, 3358, '_billing_last_name', 'ecker'),
(33109, 3358, '_billing_company', ''),
(33110, 3358, '_billing_email', 'diego@ifibe.edu.br'),
(33111, 3358, '_billing_phone', '5554992359595'),
(33112, 3358, '_billing_country', 'BR'),
(33113, 3358, '_billing_address_1', 'senador pinheiro'),
(33114, 3358, '_billing_address_2', ''),
(33115, 3358, '_billing_city', 'passo fundo'),
(33116, 3358, '_billing_state', 'RS'),
(33117, 3358, '_billing_postcode', '99070-220'),
(33118, 3358, '_shipping_first_name', 'diego'),
(33119, 3358, '_shipping_last_name', 'ecker'),
(33120, 3358, '_shipping_company', ''),
(33121, 3358, '_shipping_country', 'BR'),
(33122, 3358, '_shipping_address_1', 'senador pinheiro'),
(33123, 3358, '_shipping_address_2', ''),
(33124, 3358, '_shipping_city', 'passo fundo'),
(33125, 3358, '_shipping_state', 'RS'),
(33126, 3358, '_shipping_postcode', '99070-220'),
(33127, 3358, '_payment_method', 'cheque'),
(33128, 3358, '_payment_method_title', 'Check Payments'),
(33129, 3358, '_order_shipping', ''),
(33130, 3358, '_cart_discount', '0'),
(33131, 3358, '_cart_discount_tax', '0'),
(33132, 3358, '_order_tax', '0'),
(33133, 3358, '_order_shipping_tax', '0'),
(33134, 3358, '_order_total', '19.00'),
(33135, 3358, '_recorded_sales', 'yes'),
(33136, 3358, '_order_stock_reduced', '1'),
(33138, 704, '_wc_rating_count', 'a:1:{i:3;s:1:"1";}'),
(33139, 704, '_wc_review_count', '1'),
(33140, 704, '_wc_average_rating', '3.00'),
(33141, 3360, '_order_key', 'wc_order_58ee370a20964'),
(33142, 3360, '_customer_user', '0'),
(33143, 3360, '_payment_method', 'cheque'),
(33144, 3360, '_payment_method_title', 'Check payments'),
(33145, 3360, '_transaction_id', ''),
(33146, 3360, '_customer_ip_address', '119.152.153.101'),
(33147, 3360, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/57.0.2987.133 safari/537.36'),
(33148, 3360, '_created_via', 'checkout'),
(33149, 3360, '_date_completed', ''),
(33150, 3360, '_completed_date', ''),
(33151, 3360, '_date_paid', ''),
(33152, 3360, '_paid_date', ''),
(33153, 3360, '_cart_hash', 'c0146f913508e1717bfdb4797d4a6fa1'),
(33154, 3360, '_billing_first_name', 'asdas'),
(33155, 3360, '_billing_last_name', 'asdasd'),
(33156, 3360, '_billing_company', 'asdasd'),
(33157, 3360, '_billing_address_1', 'asdas56asd4asdasd'),
(33158, 3360, '_billing_address_2', ''),
(33159, 3360, '_billing_city', 'lahore'),
(33160, 3360, '_billing_state', 'PB'),
(33161, 3360, '_billing_postcode', '54000'),
(33162, 3360, '_billing_country', 'PK'),
(33163, 3360, '_billing_email', 'info@mail.com'),
(33164, 3360, '_billing_phone', '45454654654654654'),
(33165, 3360, '_shipping_first_name', ''),
(33166, 3360, '_shipping_last_name', ''),
(33167, 3360, '_shipping_company', ''),
(33168, 3360, '_shipping_address_1', ''),
(33169, 3360, '_shipping_address_2', ''),
(33170, 3360, '_shipping_city', ''),
(33171, 3360, '_shipping_state', ''),
(33172, 3360, '_shipping_postcode', ''),
(33173, 3360, '_shipping_country', ''),
(33174, 3360, '_order_currency', 'GBP'),
(33175, 3360, '_cart_discount', '0'),
(33176, 3360, '_cart_discount_tax', '0'),
(33177, 3360, '_order_shipping', '0'),
(33178, 3360, '_order_shipping_tax', '0'),
(33179, 3360, '_order_tax', '0'),
(33180, 3360, '_order_total', '19.00'),
(33181, 3360, '_order_version', '3.0.1'),
(33182, 3360, '_prices_include_tax', 'no'),
(33183, 3360, '_billing_address_index', 'asdas asdasd asdasd asdas56asd4asdasd  lahore PB 54000 PK info@mail.com 45454654654654654'),
(33184, 3360, '_shipping_address_index', '        '),
(33185, 3360, '_shipping_method', ''),
(33186, 3360, '_recorded_sales', 'yes'),
(33187, 3360, '_recorded_coupon_usage_counts', 'yes'),
(33236, 3367, '_order_key', 'wc_order_59101c065ccf4'),
(33237, 3367, '_customer_user', '0'),
(33238, 3367, '_payment_method', 'cheque'),
(33239, 3367, '_payment_method_title', 'Check payments'),
(33240, 3367, '_transaction_id', ''),
(33241, 3367, '_customer_ip_address', '47.52.78.53'),
(33242, 3367, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/45.0.2454.101 safari/537.36'),
(33243, 3367, '_created_via', 'checkout'),
(33244, 3367, '_date_completed', ''),
(33245, 3367, '_completed_date', ''),
(33246, 3367, '_date_paid', ''),
(33247, 3367, '_paid_date', ''),
(33248, 3367, '_cart_hash', 'c0146f913508e1717bfdb4797d4a6fa1'),
(33249, 3367, '_billing_first_name', 'Lamaara'),
(33250, 3367, '_billing_last_name', 'Yong'),
(33251, 3367, '_billing_company', 'Eternal'),
(33252, 3367, '_billing_address_1', 'USA'),
(33253, 3367, '_billing_address_2', ''),
(33254, 3367, '_billing_city', 'new York'),
(33255, 3367, '_billing_state', 'new York'),
(33256, 3367, '_billing_postcode', '5642001'),
(33257, 3367, '_billing_country', 'AL'),
(33258, 3367, '_billing_email', 'faustiner@foxmail.com'),
(33259, 3367, '_billing_phone', '01026508879'),
(33260, 3367, '_shipping_first_name', ''),
(33261, 3367, '_shipping_last_name', ''),
(33262, 3367, '_shipping_company', ''),
(33263, 3367, '_shipping_address_1', ''),
(33264, 3367, '_shipping_address_2', ''),
(33265, 3367, '_shipping_city', ''),
(33266, 3367, '_shipping_state', ''),
(33267, 3367, '_shipping_postcode', ''),
(33268, 3367, '_shipping_country', ''),
(33269, 3367, '_order_currency', 'GBP'),
(33270, 3367, '_cart_discount', '0'),
(33271, 3367, '_cart_discount_tax', '0'),
(33272, 3367, '_order_shipping', '0'),
(33273, 3367, '_order_shipping_tax', '0'),
(33274, 3367, '_order_tax', '0'),
(33275, 3367, '_order_total', '19.00'),
(33276, 3367, '_order_version', '3.0.1'),
(33277, 3367, '_prices_include_tax', 'no'),
(33278, 3367, '_billing_address_index', 'Lamaara Yong Eternal USA  new York new York 5642001 AL faustiner@foxmail.com 01026508879'),
(33279, 3367, '_shipping_address_index', '        '),
(33280, 3367, '_shipping_method', ''),
(33281, 3367, '_recorded_sales', 'yes'),
(33282, 3367, '_recorded_coupon_usage_counts', 'yes'),
(33283, 3368, '_order_key', 'wc_order_5910798b5d419'),
(33284, 3368, '_customer_user', '0'),
(33285, 3368, '_payment_method', 'cheque'),
(33286, 3368, '_payment_method_title', 'Check payments'),
(33287, 3368, '_transaction_id', ''),
(33288, 3368, '_customer_ip_address', '148.218.37.180'),
(33289, 3368, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.96 safari/537.36'),
(33290, 3368, '_created_via', 'checkout'),
(33291, 3368, '_date_completed', ''),
(33292, 3368, '_completed_date', ''),
(33293, 3368, '_date_paid', ''),
(33294, 3368, '_paid_date', ''),
(33295, 3368, '_cart_hash', '7f5c7dd6ffcb6450408ddb5ac910bed0'),
(33296, 3368, '_billing_first_name', 'hjkjhk'),
(33297, 3368, '_billing_last_name', 'hjkjhkhjk'),
(33298, 3368, '_billing_company', ''),
(33299, 3368, '_billing_address_1', 'hjhjkhjk'),
(33300, 3368, '_billing_address_2', 'jhkhjk'),
(33301, 3368, '_billing_city', 'hjkjhkhj'),
(33302, 3368, '_billing_state', 'AK'),
(33303, 3368, '_billing_postcode', '62577'),
(33304, 3368, '_billing_country', 'US'),
(33305, 3368, '_billing_email', 'hjkhjkhjk@gmail.com'),
(33306, 3368, '_billing_phone', '7771524578'),
(33307, 3368, '_shipping_first_name', ''),
(33308, 3368, '_shipping_last_name', ''),
(33309, 3368, '_shipping_company', ''),
(33310, 3368, '_shipping_address_1', ''),
(33311, 3368, '_shipping_address_2', ''),
(33312, 3368, '_shipping_city', ''),
(33313, 3368, '_shipping_state', ''),
(33314, 3368, '_shipping_postcode', ''),
(33315, 3368, '_shipping_country', ''),
(33316, 3368, '_order_currency', 'GBP'),
(33317, 3368, '_cart_discount', '0'),
(33318, 3368, '_cart_discount_tax', '0'),
(33319, 3368, '_order_shipping', '0'),
(33320, 3368, '_order_shipping_tax', '0'),
(33321, 3368, '_order_tax', '0'),
(33322, 3368, '_order_total', '18.00'),
(33323, 3368, '_order_version', '3.0.1'),
(33324, 3368, '_prices_include_tax', 'no'),
(33325, 3368, '_billing_address_index', 'hjkjhk hjkjhkhjk  hjhjkhjk jhkhjk hjkjhkhj AK 62577 US hjkhjkhjk@gmail.com 7771524578'),
(33326, 3368, '_shipping_address_index', '        '),
(33327, 3368, '_shipping_method', ''),
(33328, 3368, '_recorded_sales', 'yes'),
(33329, 3368, '_recorded_coupon_usage_counts', 'yes'),
(33330, 3369, '_order_key', 'wc_order_59154cddce6ca'),
(33331, 3369, '_customer_user', '0'),
(33332, 3369, '_payment_method', 'cheque'),
(33333, 3369, '_payment_method_title', 'Check payments'),
(33334, 3369, '_transaction_id', ''),
(33335, 3369, '_customer_ip_address', '150.129.148.133'),
(33336, 3369, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.96 safari/537.36'),
(33337, 3369, '_created_via', 'checkout'),
(33338, 3369, '_date_completed', ''),
(33339, 3369, '_completed_date', ''),
(33340, 3369, '_date_paid', ''),
(33341, 3369, '_paid_date', ''),
(33342, 3369, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(33343, 3369, '_billing_first_name', 'hiral'),
(33344, 3369, '_billing_last_name', 'Unadkat'),
(33345, 3369, '_billing_company', ''),
(33346, 3369, '_billing_address_1', '"Hetal", 80 feet road near SBI bani opp Akash appartment'),
(33347, 3369, '_billing_address_2', 'Veraval'),
(33348, 3369, '_billing_city', 'Veraval'),
(33349, 3369, '_billing_state', 'RJ'),
(33350, 3369, '_billing_postcode', '362265'),
(33351, 3369, '_billing_country', 'IN'),
(33352, 3369, '_billing_email', 'hiral.u3@gmail.com'),
(33353, 3369, '_billing_phone', '08460877760'),
(33354, 3369, '_shipping_first_name', ''),
(33355, 3369, '_shipping_last_name', ''),
(33356, 3369, '_shipping_company', ''),
(33357, 3369, '_shipping_address_1', ''),
(33358, 3369, '_shipping_address_2', ''),
(33359, 3369, '_shipping_city', ''),
(33360, 3369, '_shipping_state', ''),
(33361, 3369, '_shipping_postcode', ''),
(33362, 3369, '_shipping_country', ''),
(33363, 3369, '_order_currency', 'GBP'),
(33364, 3369, '_cart_discount', '0'),
(33365, 3369, '_cart_discount_tax', '0'),
(33366, 3369, '_order_shipping', '0'),
(33367, 3369, '_order_shipping_tax', '0'),
(33368, 3369, '_order_tax', '0'),
(33369, 3369, '_order_total', '1999.00'),
(33370, 3369, '_order_version', '3.0.1'),
(33371, 3369, '_prices_include_tax', 'no'),
(33372, 3369, '_billing_address_index', 'hiral Unadkat  "Hetal", 80 feet road near SBI bani opp Akash appartment Veraval Veraval RJ 362265 IN hiral.u3@gmail.com 08460877760'),
(33373, 3369, '_shipping_address_index', '        '),
(33374, 3369, '_shipping_method', ''),
(33375, 3369, '_recorded_sales', 'yes'),
(33376, 3369, '_recorded_coupon_usage_counts', 'yes'),
(33420, 3375, '_order_key', 'wc_order_592d17128ed6d'),
(33421, 3375, '_customer_user', '0'),
(33422, 3375, '_payment_method', 'cheque'),
(33423, 3375, '_payment_method_title', 'Check payments'),
(33424, 3375, '_transaction_id', ''),
(33425, 3375, '_customer_ip_address', '122.173.53.83'),
(33426, 3375, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33427, 3375, '_created_via', 'checkout'),
(33428, 3375, '_date_completed', ''),
(33429, 3375, '_completed_date', ''),
(33430, 3375, '_date_paid', ''),
(33431, 3375, '_paid_date', ''),
(33432, 3375, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(33433, 3375, '_billing_first_name', 'jaspreet'),
(33434, 3375, '_billing_last_name', 'singh'),
(33435, 3375, '_billing_company', ''),
(33436, 3375, '_billing_address_1', '#151 8hp'),
(33437, 3375, '_billing_address_2', ''),
(33438, 3375, '_billing_city', 'mohali'),
(33439, 3375, '_billing_state', 'PB'),
(33440, 3375, '_billing_postcode', '160071'),
(33441, 3375, '_billing_country', 'IN'),
(33442, 3375, '_billing_email', 'jaspreetsingh@websterzgmail.com'),
(33443, 3375, '_billing_phone', '1234567890'),
(33444, 3375, '_shipping_first_name', ''),
(33445, 3375, '_shipping_last_name', ''),
(33446, 3375, '_shipping_company', ''),
(33447, 3375, '_shipping_address_1', ''),
(33448, 3375, '_shipping_address_2', ''),
(33449, 3375, '_shipping_city', ''),
(33450, 3375, '_shipping_state', ''),
(33451, 3375, '_shipping_postcode', ''),
(33452, 3375, '_shipping_country', ''),
(33453, 3375, '_order_currency', 'GBP'),
(33454, 3375, '_cart_discount', '0'),
(33455, 3375, '_cart_discount_tax', '0'),
(33456, 3375, '_order_shipping', '0'),
(33457, 3375, '_order_shipping_tax', '0'),
(33458, 3375, '_order_tax', '0'),
(33459, 3375, '_order_total', '1999.00'),
(33460, 3375, '_order_version', '3.0.1'),
(33461, 3375, '_prices_include_tax', 'no'),
(33462, 3375, '_billing_address_index', 'jaspreet singh  #151 8hp  mohali PB 160071 IN jaspreetsingh@websterzgmail.com 1234567890'),
(33463, 3375, '_shipping_address_index', '        '),
(33464, 3375, '_shipping_method', ''),
(33465, 3375, '_recorded_sales', 'yes'),
(33466, 3375, '_recorded_coupon_usage_counts', 'yes'),
(33480, 3377, '_order_key', 'wc_order_593282625dd62'),
(33481, 3377, '_customer_user', '0'),
(33482, 3377, '_payment_method', 'paypal'),
(33483, 3377, '_payment_method_title', 'PayPal'),
(33484, 3377, '_transaction_id', ''),
(33485, 3377, '_customer_ip_address', '81.154.137.170'),
(33486, 3377, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; wow64; rv:53.0) gecko/20100101 firefox/53.0'),
(33487, 3377, '_created_via', 'checkout'),
(33488, 3377, '_date_completed', ''),
(33489, 3377, '_completed_date', ''),
(33490, 3377, '_date_paid', ''),
(33491, 3377, '_paid_date', ''),
(33492, 3377, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(33493, 3377, '_billing_first_name', 'TEST'),
(33494, 3377, '_billing_last_name', 'TEST4'),
(33495, 3377, '_billing_company', ''),
(33496, 3377, '_billing_address_1', '12 CANARY WHARF'),
(33497, 3377, '_billing_address_2', ''),
(33498, 3377, '_billing_city', 'LONDON'),
(33499, 3377, '_billing_state', ''),
(33500, 3377, '_billing_postcode', 'E14 9XA'),
(33501, 3377, '_billing_country', 'GB'),
(33502, 3377, '_billing_email', 'test@test.com'),
(33503, 3377, '_billing_phone', '0987654345'),
(33504, 3377, '_shipping_first_name', ''),
(33505, 3377, '_shipping_last_name', ''),
(33506, 3377, '_shipping_company', ''),
(33507, 3377, '_shipping_address_1', ''),
(33508, 3377, '_shipping_address_2', ''),
(33509, 3377, '_shipping_city', ''),
(33510, 3377, '_shipping_state', ''),
(33511, 3377, '_shipping_postcode', ''),
(33512, 3377, '_shipping_country', ''),
(33513, 3377, '_order_currency', 'GBP'),
(33514, 3377, '_cart_discount', '0'),
(33515, 3377, '_cart_discount_tax', '0'),
(33516, 3377, '_order_shipping', '0'),
(33517, 3377, '_order_shipping_tax', '0'),
(33518, 3377, '_order_tax', '0'),
(33519, 3377, '_order_total', '1999.00'),
(33520, 3377, '_order_version', '3.0.1'),
(33521, 3377, '_prices_include_tax', 'no'),
(33522, 3377, '_billing_address_index', 'TEST TEST4  12 CANARY WHARF  LONDON  E14 9XA GB test@test.com 0987654345'),
(33523, 3377, '_shipping_address_index', '        '),
(33524, 3377, '_shipping_method', ''),
(33539, 3380, '_order_key', 'wc_order_5940ed972ad2e'),
(33540, 3380, '_customer_user', '0'),
(33541, 3380, '_payment_method', 'cheque'),
(33542, 3380, '_payment_method_title', 'Check payments'),
(33543, 3380, '_transaction_id', ''),
(33544, 3380, '_customer_ip_address', '41.82.114.66'),
(33545, 3380, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33546, 3380, '_created_via', 'checkout'),
(33547, 3380, '_date_completed', ''),
(33548, 3380, '_completed_date', ''),
(33549, 3380, '_date_paid', ''),
(33550, 3380, '_paid_date', ''),
(33551, 3380, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(33552, 3380, '_billing_first_name', 'Test'),
(33553, 3380, '_billing_last_name', 'Test'),
(33554, 3380, '_billing_company', 'Test'),
(33555, 3380, '_billing_address_1', 'dhsgs'),
(33556, 3380, '_billing_address_2', ''),
(33557, 3380, '_billing_city', 'gfvsdjhd'),
(33558, 3380, '_billing_state', 'AR'),
(33559, 3380, '_billing_postcode', '00000'),
(33560, 3380, '_billing_country', 'US'),
(33561, 3380, '_billing_email', 'test@gmail.com'),
(33562, 3380, '_billing_phone', '33954043311'),
(33563, 3380, '_shipping_first_name', ''),
(33564, 3380, '_shipping_last_name', ''),
(33565, 3380, '_shipping_company', ''),
(33566, 3380, '_shipping_address_1', ''),
(33567, 3380, '_shipping_address_2', ''),
(33568, 3380, '_shipping_city', ''),
(33569, 3380, '_shipping_state', ''),
(33570, 3380, '_shipping_postcode', ''),
(33571, 3380, '_shipping_country', ''),
(33572, 3380, '_order_currency', 'GBP'),
(33573, 3380, '_cart_discount', '0'),
(33574, 3380, '_cart_discount_tax', '0'),
(33575, 3380, '_order_shipping', '0'),
(33576, 3380, '_order_shipping_tax', '0'),
(33577, 3380, '_order_tax', '0'),
(33578, 3380, '_order_total', '1999.00'),
(33579, 3380, '_order_version', '3.0.1'),
(33580, 3380, '_prices_include_tax', 'no'),
(33581, 3380, '_billing_address_index', 'Test Test Test dhsgs  gfvsdjhd AR 00000 US test@gmail.com 33954043311'),
(33582, 3380, '_shipping_address_index', '        '),
(33583, 3380, '_shipping_method', ''),
(33584, 3380, '_recorded_sales', 'yes'),
(33585, 3380, '_recorded_coupon_usage_counts', 'yes'),
(33586, 3381, '_order_key', 'wc_order_59414dbdcd951'),
(33587, 3381, '_customer_user', '0'),
(33588, 3381, '_payment_method', 'cheque'),
(33589, 3381, '_payment_method_title', 'Check payments'),
(33590, 3381, '_transaction_id', ''),
(33591, 3381, '_customer_ip_address', '197.210.227.214'),
(33592, 3381, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33593, 3381, '_created_via', 'checkout'),
(33594, 3381, '_date_completed', ''),
(33595, 3381, '_completed_date', ''),
(33596, 3381, '_date_paid', ''),
(33597, 3381, '_paid_date', ''),
(33598, 3381, '_cart_hash', 'c0146f913508e1717bfdb4797d4a6fa1'),
(33599, 3381, '_billing_first_name', 'Segun'),
(33600, 3381, '_billing_last_name', 'Oloye'),
(33601, 3381, '_billing_company', ''),
(33602, 3381, '_billing_address_1', 'Lagos'),
(33603, 3381, '_billing_address_2', ''),
(33604, 3381, '_billing_city', 'Lagos'),
(33605, 3381, '_billing_state', 'LA'),
(33606, 3381, '_billing_postcode', '300001'),
(33607, 3381, '_billing_country', 'NG'),
(33608, 3381, '_billing_email', 'segunoloye@gmail.com'),
(33609, 3381, '_billing_phone', '+2347053160052'),
(33610, 3381, '_shipping_first_name', ''),
(33611, 3381, '_shipping_last_name', ''),
(33612, 3381, '_shipping_company', ''),
(33613, 3381, '_shipping_address_1', ''),
(33614, 3381, '_shipping_address_2', ''),
(33615, 3381, '_shipping_city', ''),
(33616, 3381, '_shipping_state', ''),
(33617, 3381, '_shipping_postcode', ''),
(33618, 3381, '_shipping_country', ''),
(33619, 3381, '_order_currency', 'GBP'),
(33620, 3381, '_cart_discount', '0'),
(33621, 3381, '_cart_discount_tax', '0'),
(33622, 3381, '_order_shipping', '0'),
(33623, 3381, '_order_shipping_tax', '0'),
(33624, 3381, '_order_tax', '0'),
(33625, 3381, '_order_total', '19.00'),
(33626, 3381, '_order_version', '3.0.1'),
(33627, 3381, '_prices_include_tax', 'no'),
(33628, 3381, '_billing_address_index', 'Segun Oloye  Lagos  Lagos LA 300001 NG segunoloye@gmail.com +2347053160052'),
(33629, 3381, '_shipping_address_index', '        '),
(33630, 3381, '_shipping_method', ''),
(33631, 3381, '_recorded_sales', 'yes'),
(33632, 3381, '_recorded_coupon_usage_counts', 'yes'),
(33633, 3382, '_order_key', 'wc_order_59494f9965bc1'),
(33634, 3382, '_customer_user', '0'),
(33635, 3382, '_payment_method', 'cheque'),
(33636, 3382, '_payment_method_title', 'Check payments'),
(33637, 3382, '_transaction_id', ''),
(33638, 3382, '_customer_ip_address', '187.163.89.198'),
(33639, 3382, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.2; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/55.0.2883.87 safari/537.36'),
(33640, 3382, '_created_via', 'checkout'),
(33641, 3382, '_date_completed', ''),
(33642, 3382, '_completed_date', ''),
(33643, 3382, '_date_paid', ''),
(33644, 3382, '_paid_date', ''),
(33645, 3382, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(33646, 3382, '_billing_first_name', 'Tirso'),
(33647, 3382, '_billing_last_name', 'Robles'),
(33648, 3382, '_billing_company', 'Bnn'),
(33649, 3382, '_billing_address_1', 'xanati'),
(33650, 3382, '_billing_address_2', '20'),
(33651, 3382, '_billing_city', 'xalapa'),
(33652, 3382, '_billing_state', 'Veracruz'),
(33653, 3382, '_billing_postcode', '91060'),
(33654, 3382, '_billing_country', 'MX'),
(33655, 3382, '_billing_email', 'tirso.r@bnn.mx'),
(33656, 3382, '_billing_phone', '228213134'),
(33657, 3382, '_shipping_first_name', ''),
(33658, 3382, '_shipping_last_name', ''),
(33659, 3382, '_shipping_company', ''),
(33660, 3382, '_shipping_address_1', ''),
(33661, 3382, '_shipping_address_2', ''),
(33662, 3382, '_shipping_city', ''),
(33663, 3382, '_shipping_state', ''),
(33664, 3382, '_shipping_postcode', ''),
(33665, 3382, '_shipping_country', ''),
(33666, 3382, '_order_currency', 'GBP'),
(33667, 3382, '_cart_discount', '0'),
(33668, 3382, '_cart_discount_tax', '0'),
(33669, 3382, '_order_shipping', '0'),
(33670, 3382, '_order_shipping_tax', '0'),
(33671, 3382, '_order_tax', '0'),
(33672, 3382, '_order_total', '1999.00'),
(33673, 3382, '_order_version', '3.0.1'),
(33674, 3382, '_prices_include_tax', 'no'),
(33675, 3382, '_billing_address_index', 'Tirso Robles Bnn xanati 20 xalapa Veracruz 91060 MX tirso.r@bnn.mx 228213134'),
(33676, 3382, '_shipping_address_index', '        '),
(33677, 3382, '_shipping_method', ''),
(33678, 3382, '_recorded_sales', 'yes'),
(33679, 3382, '_recorded_coupon_usage_counts', 'yes'),
(33680, 3383, '_order_key', 'wc_order_594950e59f23c'),
(33681, 3383, '_customer_user', '0'),
(33682, 3383, '_payment_method', 'cheque'),
(33683, 3383, '_payment_method_title', 'Check payments'),
(33684, 3383, '_transaction_id', ''),
(33685, 3383, '_customer_ip_address', '187.190.92.169'),
(33686, 3383, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_12_4) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33687, 3383, '_created_via', 'checkout'),
(33688, 3383, '_date_completed', ''),
(33689, 3383, '_completed_date', ''),
(33690, 3383, '_date_paid', ''),
(33691, 3383, '_paid_date', ''),
(33692, 3383, '_cart_hash', '9a1540d31cb9917071152d889045df27'),
(33693, 3383, '_billing_first_name', 'esfafa'),
(33694, 3383, '_billing_last_name', 'dfsfsdf'),
(33695, 3383, '_billing_company', 'intelimetrica'),
(33696, 3383, '_billing_address_1', 'afsafsfsd 44'),
(33697, 3383, '_billing_address_2', '45'),
(33698, 3383, '_billing_city', 'Palo alto'),
(33699, 3383, '_billing_state', 'CA'),
(33700, 3383, '_billing_postcode', '94303'),
(33701, 3383, '_billing_country', 'US'),
(33702, 3383, '_billing_email', 'ladasijh@jdksjd.com'),
(33703, 3383, '_billing_phone', '5555555555'),
(33704, 3383, '_shipping_first_name', ''),
(33705, 3383, '_shipping_last_name', ''),
(33706, 3383, '_shipping_company', ''),
(33707, 3383, '_shipping_address_1', ''),
(33708, 3383, '_shipping_address_2', ''),
(33709, 3383, '_shipping_city', ''),
(33710, 3383, '_shipping_state', ''),
(33711, 3383, '_shipping_postcode', ''),
(33712, 3383, '_shipping_country', ''),
(33713, 3383, '_order_currency', 'GBP'),
(33714, 3383, '_cart_discount', '0'),
(33715, 3383, '_cart_discount_tax', '0'),
(33716, 3383, '_order_shipping', '0'),
(33717, 3383, '_order_shipping_tax', '0'),
(33718, 3383, '_order_tax', '0'),
(33719, 3383, '_order_total', '99.00'),
(33720, 3383, '_order_version', '3.0.1'),
(33721, 3383, '_prices_include_tax', 'no'),
(33722, 3383, '_billing_address_index', 'esfafa dfsfsdf intelimetrica afsafsfsd 44 45 Palo alto CA 94303 US ladasijh@jdksjd.com 5555555555'),
(33723, 3383, '_shipping_address_index', '        '),
(33724, 3383, '_shipping_method', ''),
(33725, 3383, '_recorded_sales', 'yes'),
(33726, 3383, '_recorded_coupon_usage_counts', 'yes'),
(33727, 3384, '_order_key', 'wc_order_59495aadcb194'),
(33728, 3384, '_customer_user', '0'),
(33729, 3384, '_payment_method', 'cheque'),
(33730, 3384, '_payment_method_title', 'Check payments'),
(33731, 3384, '_transaction_id', ''),
(33732, 3384, '_customer_ip_address', '187.190.92.169'),
(33733, 3384, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_12_4) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33734, 3384, '_created_via', 'checkout'),
(33735, 3384, '_date_completed', ''),
(33736, 3384, '_completed_date', ''),
(33737, 3384, '_date_paid', ''),
(33738, 3384, '_paid_date', ''),
(33739, 3384, '_cart_hash', '9a1540d31cb9917071152d889045df27'),
(33740, 3384, '_billing_first_name', 'esfafa'),
(33741, 3384, '_billing_last_name', 'dfsfsdf'),
(33742, 3384, '_billing_company', 'intelimetrica'),
(33743, 3384, '_billing_address_1', 'afsafsfsd 44'),
(33744, 3384, '_billing_address_2', '45'),
(33745, 3384, '_billing_city', 'Palo alto'),
(33746, 3384, '_billing_state', 'CA'),
(33747, 3384, '_billing_postcode', '94303'),
(33748, 3384, '_billing_country', 'US'),
(33749, 3384, '_billing_email', 'ladasijh@jdksjd.com'),
(33750, 3384, '_billing_phone', '5555555555'),
(33751, 3384, '_shipping_first_name', ''),
(33752, 3384, '_shipping_last_name', ''),
(33753, 3384, '_shipping_company', ''),
(33754, 3384, '_shipping_address_1', ''),
(33755, 3384, '_shipping_address_2', ''),
(33756, 3384, '_shipping_city', ''),
(33757, 3384, '_shipping_state', ''),
(33758, 3384, '_shipping_postcode', ''),
(33759, 3384, '_shipping_country', ''),
(33760, 3384, '_order_currency', 'GBP'),
(33761, 3384, '_cart_discount', '0'),
(33762, 3384, '_cart_discount_tax', '0'),
(33763, 3384, '_order_shipping', '0'),
(33764, 3384, '_order_shipping_tax', '0'),
(33765, 3384, '_order_tax', '0'),
(33766, 3384, '_order_total', '99.00'),
(33767, 3384, '_order_version', '3.0.1'),
(33768, 3384, '_prices_include_tax', 'no'),
(33769, 3384, '_billing_address_index', 'esfafa dfsfsdf intelimetrica afsafsfsd 44 45 Palo alto CA 94303 US ladasijh@jdksjd.com 5555555555'),
(33770, 3384, '_shipping_address_index', '        '),
(33771, 3384, '_shipping_method', ''),
(33772, 3384, '_recorded_sales', 'yes'),
(33773, 3384, '_recorded_coupon_usage_counts', 'yes'),
(33774, 3385, '_order_key', 'wc_order_59495c7d61e96'),
(33775, 3385, '_customer_user', '0'),
(33776, 3385, '_payment_method', 'cheque'),
(33777, 3385, '_payment_method_title', 'Check payments'),
(33778, 3385, '_transaction_id', ''),
(33779, 3385, '_customer_ip_address', '187.190.92.169'),
(33780, 3385, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_12_4) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33781, 3385, '_created_via', 'checkout'),
(33782, 3385, '_date_completed', ''),
(33783, 3385, '_completed_date', ''),
(33784, 3385, '_date_paid', ''),
(33785, 3385, '_paid_date', ''),
(33786, 3385, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(33787, 3385, '_billing_first_name', 'esfafa'),
(33788, 3385, '_billing_last_name', 'dfsfsdf'),
(33789, 3385, '_billing_company', 'intelimetrica'),
(33790, 3385, '_billing_address_1', 'afsafsfsd 44'),
(33791, 3385, '_billing_address_2', '45'),
(33792, 3385, '_billing_city', 'Palo alto'),
(33793, 3385, '_billing_state', 'CA'),
(33794, 3385, '_billing_postcode', '94303'),
(33795, 3385, '_billing_country', 'US'),
(33796, 3385, '_billing_email', 'ladasijh@jdksjd.com'),
(33797, 3385, '_billing_phone', '5555555555'),
(33798, 3385, '_shipping_first_name', ''),
(33799, 3385, '_shipping_last_name', ''),
(33800, 3385, '_shipping_company', ''),
(33801, 3385, '_shipping_address_1', ''),
(33802, 3385, '_shipping_address_2', ''),
(33803, 3385, '_shipping_city', ''),
(33804, 3385, '_shipping_state', ''),
(33805, 3385, '_shipping_postcode', ''),
(33806, 3385, '_shipping_country', ''),
(33807, 3385, '_order_currency', 'GBP'),
(33808, 3385, '_cart_discount', '0'),
(33809, 3385, '_cart_discount_tax', '0'),
(33810, 3385, '_order_shipping', '0'),
(33811, 3385, '_order_shipping_tax', '0'),
(33812, 3385, '_order_tax', '0'),
(33813, 3385, '_order_total', '1999.00'),
(33814, 3385, '_order_version', '3.0.1'),
(33815, 3385, '_prices_include_tax', 'no'),
(33816, 3385, '_billing_address_index', 'esfafa dfsfsdf intelimetrica afsafsfsd 44 45 Palo alto CA 94303 US ladasijh@jdksjd.com 5555555555'),
(33817, 3385, '_shipping_address_index', '        '),
(33818, 3385, '_shipping_method', ''),
(33819, 3385, '_recorded_sales', 'yes'),
(33820, 3385, '_recorded_coupon_usage_counts', 'yes'),
(33821, 3386, '_order_key', 'wc_order_5949a79b5b179'),
(33822, 3386, '_customer_user', '0'),
(33823, 3386, '_payment_method', 'cheque'),
(33824, 3386, '_payment_method_title', 'Check payments'),
(33825, 3386, '_transaction_id', ''),
(33826, 3386, '_customer_ip_address', '187.190.92.169'),
(33827, 3386, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_12_4) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33828, 3386, '_created_via', 'checkout'),
(33829, 3386, '_date_completed', ''),
(33830, 3386, '_completed_date', ''),
(33831, 3386, '_date_paid', ''),
(33832, 3386, '_paid_date', ''),
(33833, 3386, '_cart_hash', '9a1540d31cb9917071152d889045df27'),
(33834, 3386, '_billing_first_name', 'esfafa'),
(33835, 3386, '_billing_last_name', 'dfsfsdf'),
(33836, 3386, '_billing_company', 'intelimetrica'),
(33837, 3386, '_billing_address_1', 'afsafsfsd 44'),
(33838, 3386, '_billing_address_2', '45'),
(33839, 3386, '_billing_city', 'Palo alto'),
(33840, 3386, '_billing_state', 'CA'),
(33841, 3386, '_billing_postcode', '94303'),
(33842, 3386, '_billing_country', 'US'),
(33843, 3386, '_billing_email', 'ladasijh@jdksjd.com'),
(33844, 3386, '_billing_phone', '5555555555'),
(33845, 3386, '_shipping_first_name', ''),
(33846, 3386, '_shipping_last_name', ''),
(33847, 3386, '_shipping_company', ''),
(33848, 3386, '_shipping_address_1', ''),
(33849, 3386, '_shipping_address_2', ''),
(33850, 3386, '_shipping_city', ''),
(33851, 3386, '_shipping_state', ''),
(33852, 3386, '_shipping_postcode', ''),
(33853, 3386, '_shipping_country', ''),
(33854, 3386, '_order_currency', 'GBP'),
(33855, 3386, '_cart_discount', '0'),
(33856, 3386, '_cart_discount_tax', '0'),
(33857, 3386, '_order_shipping', '0'),
(33858, 3386, '_order_shipping_tax', '0'),
(33859, 3386, '_order_tax', '0'),
(33860, 3386, '_order_total', '99.00'),
(33861, 3386, '_order_version', '3.0.1'),
(33862, 3386, '_prices_include_tax', 'no'),
(33863, 3386, '_billing_address_index', 'esfafa dfsfsdf intelimetrica afsafsfsd 44 45 Palo alto CA 94303 US ladasijh@jdksjd.com 5555555555'),
(33864, 3386, '_shipping_address_index', '        '),
(33865, 3386, '_shipping_method', ''),
(33866, 3386, '_recorded_sales', 'yes'),
(33867, 3386, '_recorded_coupon_usage_counts', 'yes'),
(33868, 3387, '_order_key', 'wc_order_5949fa0f8fde9'),
(33869, 3387, '_customer_user', '0'),
(33870, 3387, '_payment_method', 'cheque'),
(33871, 3387, '_payment_method_title', 'Check payments'),
(33872, 3387, '_transaction_id', ''),
(33873, 3387, '_customer_ip_address', '202.51.93.19'),
(33874, 3387, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(33875, 3387, '_created_via', 'checkout'),
(33876, 3387, '_date_completed', ''),
(33877, 3387, '_completed_date', ''),
(33878, 3387, '_date_paid', ''),
(33879, 3387, '_paid_date', ''),
(33880, 3387, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(33881, 3387, '_billing_first_name', 'Amulya'),
(33882, 3387, '_billing_last_name', 'Budhathoki'),
(33883, 3387, '_billing_company', 'RAAS Engineering Consultancy Pvt. ltd.'),
(33884, 3387, '_billing_address_1', 'Bishalnagar'),
(33885, 3387, '_billing_address_2', '444'),
(33886, 3387, '_billing_city', 'Kathmandu'),
(33887, 3387, '_billing_state', 'BAG'),
(33888, 3387, '_billing_postcode', '977'),
(33889, 3387, '_billing_country', 'NP'),
(33890, 3387, '_billing_email', 'budhathoki.amulya@gmail.com'),
(33891, 3387, '_billing_phone', '9808659941'),
(33892, 3387, '_shipping_first_name', ''),
(33893, 3387, '_shipping_last_name', ''),
(33894, 3387, '_shipping_company', ''),
(33895, 3387, '_shipping_address_1', ''),
(33896, 3387, '_shipping_address_2', ''),
(33897, 3387, '_shipping_city', ''),
(33898, 3387, '_shipping_state', ''),
(33899, 3387, '_shipping_postcode', ''),
(33900, 3387, '_shipping_country', ''),
(33901, 3387, '_order_currency', 'GBP'),
(33902, 3387, '_cart_discount', '0'),
(33903, 3387, '_cart_discount_tax', '0'),
(33904, 3387, '_order_shipping', '0'),
(33905, 3387, '_order_shipping_tax', '0'),
(33906, 3387, '_order_tax', '0'),
(33907, 3387, '_order_total', '1999.00'),
(33908, 3387, '_order_version', '3.0.1'),
(33909, 3387, '_prices_include_tax', 'no'),
(33910, 3387, '_billing_address_index', 'Amulya Budhathoki RAAS Engineering Consultancy Pvt. ltd. Bishalnagar 444 Kathmandu BAG 977 NP budhathoki.amulya@gmail.com 9808659941'),
(33911, 3387, '_shipping_address_index', '        '),
(33912, 3387, '_shipping_method', ''),
(33913, 3387, '_recorded_sales', 'yes'),
(33914, 3387, '_recorded_coupon_usage_counts', 'yes'),
(34059, 3400, '_order_key', 'wc_order_5950f4dd9029e'),
(34060, 3400, '_customer_user', '0'),
(34061, 3400, '_payment_method', 'cheque'),
(34062, 3400, '_payment_method_title', 'Check payments'),
(34063, 3400, '_transaction_id', ''),
(34064, 3400, '_customer_ip_address', '158.140.162.199'),
(34065, 3400, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_12_5) applewebkit/603.2.4 (khtml, like gecko) version/10.1.1 safari/603.2.4'),
(34066, 3400, '_created_via', 'checkout'),
(34067, 3400, '_date_completed', ''),
(34068, 3400, '_completed_date', ''),
(34069, 3400, '_date_paid', ''),
(34070, 3400, '_paid_date', ''),
(34071, 3400, '_cart_hash', 'c0146f913508e1717bfdb4797d4a6fa1'),
(34072, 3400, '_billing_first_name', 'Rizki'),
(34073, 3400, '_billing_last_name', 'Syaputra'),
(34074, 3400, '_billing_company', 'IMASTUDIO'),
(34075, 3400, '_billing_address_1', 'Jakarta'),
(34076, 3400, '_billing_address_2', ''),
(34077, 3400, '_billing_city', 'DKI Jakarta'),
(34078, 3400, '_billing_state', 'JK'),
(34079, 3400, '_billing_postcode', '11480'),
(34080, 3400, '_billing_country', 'ID'),
(34081, 3400, '_billing_email', 'rizki@imastudio.co.id'),
(34082, 3400, '_billing_phone', '08526637181'),
(34083, 3400, '_shipping_first_name', ''),
(34084, 3400, '_shipping_last_name', ''),
(34085, 3400, '_shipping_company', ''),
(34086, 3400, '_shipping_address_1', ''),
(34087, 3400, '_shipping_address_2', ''),
(34088, 3400, '_shipping_city', ''),
(34089, 3400, '_shipping_state', ''),
(34090, 3400, '_shipping_postcode', ''),
(34091, 3400, '_shipping_country', ''),
(34092, 3400, '_order_currency', 'GBP'),
(34093, 3400, '_cart_discount', '0'),
(34094, 3400, '_cart_discount_tax', '0'),
(34095, 3400, '_order_shipping', '0'),
(34096, 3400, '_order_shipping_tax', '0'),
(34097, 3400, '_order_tax', '0'),
(34098, 3400, '_order_total', '19.00'),
(34099, 3400, '_order_version', '3.0.1'),
(34100, 3400, '_prices_include_tax', 'no'),
(34101, 3400, '_billing_address_index', 'Rizki Syaputra IMASTUDIO Jakarta  DKI Jakarta JK 11480 ID rizki@imastudio.co.id 08526637181'),
(34102, 3400, '_shipping_address_index', '        '),
(34103, 3400, '_shipping_method', ''),
(34104, 3400, '_recorded_sales', 'yes'),
(34105, 3400, '_recorded_coupon_usage_counts', 'yes'),
(34126, 3403, '_order_key', 'wc_order_595f3f61aa2f8'),
(34127, 3403, '_customer_user', '0'),
(34128, 3403, '_payment_method', 'cheque'),
(34129, 3403, '_payment_method_title', 'Check payments'),
(34130, 3403, '_transaction_id', ''),
(34131, 3403, '_customer_ip_address', '157.50.9.204'),
(34132, 3403, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_12_5) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),
(34133, 3403, '_created_via', 'checkout'),
(34134, 3403, '_date_completed', ''),
(34135, 3403, '_completed_date', ''),
(34136, 3403, '_date_paid', ''),
(34137, 3403, '_paid_date', ''),
(34138, 3403, '_cart_hash', 'cda285876f93710cf4033ab2c9874b0a'),
(34139, 3403, '_billing_first_name', 'Rajan'),
(34140, 3403, '_billing_last_name', 'K'),
(34141, 3403, '_billing_company', 'Rajan and Co'),
(34142, 3403, '_billing_address_1', 'Shenoy Nagar'),
(34143, 3403, '_billing_address_2', 'Casa Grande'),
(34144, 3403, '_billing_city', 'Chennai'),
(34145, 3403, '_billing_state', 'TN'),
(34146, 3403, '_billing_postcode', '600028'),
(34147, 3403, '_billing_country', 'IN'),
(34148, 3403, '_billing_email', 'rajan.k@gmail.com'),
(34149, 3403, '_billing_phone', '9095096974'),
(34150, 3403, '_shipping_first_name', ''),
(34151, 3403, '_shipping_last_name', ''),
(34152, 3403, '_shipping_company', ''),
(34153, 3403, '_shipping_address_1', ''),
(34154, 3403, '_shipping_address_2', ''),
(34155, 3403, '_shipping_city', ''),
(34156, 3403, '_shipping_state', ''),
(34157, 3403, '_shipping_postcode', ''),
(34158, 3403, '_shipping_country', ''),
(34159, 3403, '_order_currency', 'GBP'),
(34160, 3403, '_cart_discount', '0'),
(34161, 3403, '_cart_discount_tax', '0'),
(34162, 3403, '_order_shipping', '0'),
(34163, 3403, '_order_shipping_tax', '0'),
(34164, 3403, '_order_tax', '0'),
(34165, 3403, '_order_total', '20.00'),
(34166, 3403, '_order_version', '3.0.1'),
(34167, 3403, '_prices_include_tax', 'no'),
(34168, 3403, '_billing_address_index', 'Rajan K Rajan and Co Shenoy Nagar Casa Grande Chennai TN 600028 IN rajan.k@gmail.com 9095096974'),
(34169, 3403, '_shipping_address_index', '        '),
(34170, 3403, '_shipping_method', ''),
(34171, 3403, '_recorded_sales', 'yes'),
(34172, 3403, '_recorded_coupon_usage_counts', 'yes'),
(34177, 3407, '_order_key', 'wc_order_59789fca97f9c'),
(34178, 3407, '_customer_user', '0'),
(34179, 3407, '_payment_method', 'cheque'),
(34180, 3407, '_payment_method_title', 'Check payments'),
(34181, 3407, '_transaction_id', ''),
(34182, 3407, '_customer_ip_address', '93.56.100.202'),
(34183, 3407, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_10_5) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),
(34184, 3407, '_created_via', 'checkout'),
(34185, 3407, '_date_completed', ''),
(34186, 3407, '_completed_date', ''),
(34187, 3407, '_date_paid', ''),
(34188, 3407, '_paid_date', ''),
(34189, 3407, '_cart_hash', '23efc901a677b99f9a6acf17cdc5a0ad'),
(34190, 3407, '_billing_first_name', 'francesca'),
(34191, 3407, '_billing_last_name', 'alberici'),
(34192, 3407, '_billing_company', ''),
(34193, 3407, '_billing_address_1', 'via viotti 2'),
(34194, 3407, '_billing_address_2', ''),
(34195, 3407, '_billing_city', 'torino'),
(34196, 3407, '_billing_state', 'TO'),
(34197, 3407, '_billing_postcode', '101021'),
(34198, 3407, '_billing_country', 'IT'),
(34199, 3407, '_billing_email', 'francesca@involucra.it'),
(34200, 3407, '_billing_phone', '3205948596'),
(34201, 3407, '_shipping_first_name', ''),
(34202, 3407, '_shipping_last_name', ''),
(34203, 3407, '_shipping_company', ''),
(34204, 3407, '_shipping_address_1', ''),
(34205, 3407, '_shipping_address_2', ''),
(34206, 3407, '_shipping_city', ''),
(34207, 3407, '_shipping_state', ''),
(34208, 3407, '_shipping_postcode', ''),
(34209, 3407, '_shipping_country', ''),
(34210, 3407, '_order_currency', 'GBP'),
(34211, 3407, '_cart_discount', '0'),
(34212, 3407, '_cart_discount_tax', '0'),
(34213, 3407, '_order_shipping', '0'),
(34214, 3407, '_order_shipping_tax', '0'),
(34215, 3407, '_order_tax', '0'),
(34216, 3407, '_order_total', '7996.00'),
(34217, 3407, '_order_version', '3.0.1'),
(34218, 3407, '_prices_include_tax', 'no'),
(34219, 3407, '_billing_address_index', 'francesca alberici  via viotti 2  torino TO 101021 IT francesca@involucra.it 3205948596'),
(34220, 3407, '_shipping_address_index', '        '),
(34221, 3407, '_shipping_method', ''),
(34222, 3407, '_recorded_sales', 'yes'),
(34223, 3407, '_recorded_coupon_usage_counts', 'yes'),
(34224, 3408, '_order_key', 'wc_order_5978a0d9d32cf'),
(34225, 3408, '_customer_user', '0'),
(34226, 3408, '_payment_method', 'cheque'),
(34227, 3408, '_payment_method_title', 'Check payments'),
(34228, 3408, '_transaction_id', ''),
(34229, 3408, '_customer_ip_address', '93.56.100.202'),
(34230, 3408, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_10_5) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),
(34231, 3408, '_created_via', 'checkout'),
(34232, 3408, '_date_completed', ''),
(34233, 3408, '_completed_date', ''),
(34234, 3408, '_date_paid', ''),
(34235, 3408, '_paid_date', ''),
(34236, 3408, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(34237, 3408, '_billing_first_name', 'francesca'),
(34238, 3408, '_billing_last_name', 'alberici'),
(34239, 3408, '_billing_company', ''),
(34240, 3408, '_billing_address_1', 'via viotti 2'),
(34241, 3408, '_billing_address_2', ''),
(34242, 3408, '_billing_city', 'torino'),
(34243, 3408, '_billing_state', 'TO'),
(34244, 3408, '_billing_postcode', '101021'),
(34245, 3408, '_billing_country', 'IT'),
(34246, 3408, '_billing_email', 'francesca@involucra.it'),
(34247, 3408, '_billing_phone', '3205948596'),
(34248, 3408, '_shipping_first_name', ''),
(34249, 3408, '_shipping_last_name', ''),
(34250, 3408, '_shipping_company', ''),
(34251, 3408, '_shipping_address_1', ''),
(34252, 3408, '_shipping_address_2', ''),
(34253, 3408, '_shipping_city', ''),
(34254, 3408, '_shipping_state', ''),
(34255, 3408, '_shipping_postcode', ''),
(34256, 3408, '_shipping_country', ''),
(34257, 3408, '_order_currency', 'GBP'),
(34258, 3408, '_cart_discount', '0'),
(34259, 3408, '_cart_discount_tax', '0'),
(34260, 3408, '_order_shipping', '0'),
(34261, 3408, '_order_shipping_tax', '0'),
(34262, 3408, '_order_tax', '0'),
(34263, 3408, '_order_total', '1999.00'),
(34264, 3408, '_order_version', '3.0.1'),
(34265, 3408, '_prices_include_tax', 'no'),
(34266, 3408, '_billing_address_index', 'francesca alberici  via viotti 2  torino TO 101021 IT francesca@involucra.it 3205948596'),
(34267, 3408, '_shipping_address_index', '        '),
(34268, 3408, '_shipping_method', ''),
(34269, 3408, '_recorded_sales', 'yes'),
(34270, 3408, '_recorded_coupon_usage_counts', 'yes'),
(34271, 3409, '_order_key', 'wc_order_597f991ebd86e'),
(34272, 3409, '_customer_user', '0'),
(34273, 3409, '_payment_method', 'paypal'),
(34274, 3409, '_payment_method_title', 'PayPal'),
(34275, 3409, '_transaction_id', ''),
(34276, 3409, '_customer_ip_address', '176.195.181.224'),
(34277, 3409, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),
(34278, 3409, '_created_via', 'checkout'),
(34279, 3409, '_date_completed', ''),
(34280, 3409, '_completed_date', ''),
(34281, 3409, '_date_paid', ''),
(34282, 3409, '_paid_date', ''),
(34283, 3409, '_cart_hash', 'c0146f913508e1717bfdb4797d4a6fa1'),
(34284, 3409, '_billing_first_name', 'вараоопс'),
(34285, 3409, '_billing_last_name', 'уамилолмс'),
(34286, 3409, '_billing_company', 'ииторовчс'),
(34287, 3409, '_billing_address_1', 'втлооч'),
(34288, 3409, '_billing_address_2', ''),
(34289, 3409, '_billing_city', 'проопччмо'),
(34290, 3409, '_billing_state', 'пронасср'),
(34291, 3409, '_billing_postcode', '123466'),
(34292, 3409, '_billing_country', 'RU'),
(34293, 3409, '_billing_email', 'mini-j@mail.ru'),
(34294, 3409, '_billing_phone', '345678956'),
(34295, 3409, '_shipping_first_name', ''),
(34296, 3409, '_shipping_last_name', ''),
(34297, 3409, '_shipping_company', ''),
(34298, 3409, '_shipping_address_1', ''),
(34299, 3409, '_shipping_address_2', ''),
(34300, 3409, '_shipping_city', ''),
(34301, 3409, '_shipping_state', ''),
(34302, 3409, '_shipping_postcode', ''),
(34303, 3409, '_shipping_country', ''),
(34304, 3409, '_order_currency', 'GBP'),
(34305, 3409, '_cart_discount', '0'),
(34306, 3409, '_cart_discount_tax', '0'),
(34307, 3409, '_order_shipping', '0'),
(34308, 3409, '_order_shipping_tax', '0'),
(34309, 3409, '_order_tax', '0'),
(34310, 3409, '_order_total', '19.00'),
(34311, 3409, '_order_version', '3.0.1'),
(34312, 3409, '_prices_include_tax', 'no'),
(34313, 3409, '_billing_address_index', 'вараоопс уамилолмс ииторовчс втлооч  проопччмо пронасср 123466 RU mini-j@mail.ru 345678956'),
(34314, 3409, '_shipping_address_index', '        '),
(34315, 3409, '_shipping_method', ''),
(34559, 3439, '_order_key', 'wc_order_598a470975523'),
(34560, 3439, '_customer_user', '0'),
(34561, 3439, '_payment_method', 'paypal'),
(34562, 3439, '_payment_method_title', 'PayPal'),
(34563, 3439, '_transaction_id', ''),
(34564, 3439, '_customer_ip_address', '105.87.56.142'),
(34565, 3439, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),
(34566, 3439, '_created_via', 'checkout'),
(34567, 3439, '_date_completed', ''),
(34568, 3439, '_completed_date', ''),
(34569, 3439, '_date_paid', ''),
(34570, 3439, '_paid_date', ''),
(34571, 3439, '_cart_hash', 'c0146f913508e1717bfdb4797d4a6fa1'),
(34572, 3439, '_billing_first_name', 'fghjk'),
(34573, 3439, '_billing_last_name', 'tyuiop'),
(34574, 3439, '_billing_company', 'fghjkl'),
(34575, 3439, '_billing_address_1', 'xfgdftghjk'),
(34576, 3439, '_billing_address_2', 'dfghjk'),
(34577, 3439, '_billing_city', 'dfghjk'),
(34578, 3439, '_billing_state', 'dfghjkl'),
(34579, 3439, '_billing_postcode', '1234567'),
(34580, 3439, '_billing_country', 'EG'),
(34581, 3439, '_billing_email', 'ertyu@tgyui.com'),
(34582, 3439, '_billing_phone', '0987654'),
(34583, 3439, '_shipping_first_name', ''),
(34584, 3439, '_shipping_last_name', ''),
(34585, 3439, '_shipping_company', ''),
(34586, 3439, '_shipping_address_1', ''),
(34587, 3439, '_shipping_address_2', ''),
(34588, 3439, '_shipping_city', ''),
(34589, 3439, '_shipping_state', ''),
(34590, 3439, '_shipping_postcode', ''),
(34591, 3439, '_shipping_country', ''),
(34592, 3439, '_order_currency', 'GBP'),
(34593, 3439, '_cart_discount', '0'),
(34594, 3439, '_cart_discount_tax', '0'),
(34595, 3439, '_order_shipping', '0'),
(34596, 3439, '_order_shipping_tax', '0'),
(34597, 3439, '_order_tax', '0'),
(34598, 3439, '_order_total', '19.00'),
(34599, 3439, '_order_version', '3.0.1'),
(34600, 3439, '_prices_include_tax', 'no'),
(34601, 3439, '_billing_address_index', 'fghjk tyuiop fghjkl xfgdftghjk dfghjk dfghjk dfghjkl 1234567 EG ertyu@tgyui.com 0987654'),
(34602, 3439, '_shipping_address_index', '        '),
(34603, 3439, '_shipping_method', ''),
(34604, 3440, '_order_key', 'wc_order_598b1c2b537d3'),
(34605, 3440, '_customer_user', '0'),
(34606, 3440, '_payment_method', 'cheque'),
(34607, 3440, '_payment_method_title', 'Check payments'),
(34608, 3440, '_transaction_id', ''),
(34609, 3440, '_customer_ip_address', '110.168.126.102'),
(34610, 3440, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/52.0.2743.116 safari/537.36 edge/15.15063'),
(34611, 3440, '_created_via', 'checkout'),
(34612, 3440, '_date_completed', ''),
(34613, 3440, '_completed_date', ''),
(34614, 3440, '_date_paid', ''),
(34615, 3440, '_paid_date', ''),
(34616, 3440, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(34617, 3440, '_billing_first_name', 'Tanate'),
(34618, 3440, '_billing_last_name', 'Lertplangsanti'),
(34619, 3440, '_billing_company', ''),
(34620, 3440, '_billing_address_1', 'Address *'),
(34621, 3440, '_billing_address_2', ''),
(34622, 3440, '_billing_city', 'Address'),
(34623, 3440, '_billing_state', 'TH-10'),
(34624, 3440, '_billing_postcode', '10600'),
(34625, 3440, '_billing_country', 'TH'),
(34626, 3440, '_billing_email', 'ltanate@hotmail.com'),
(34627, 3440, '_billing_phone', '0000000000'),
(34628, 3440, '_shipping_first_name', ''),
(34629, 3440, '_shipping_last_name', ''),
(34630, 3440, '_shipping_company', ''),
(34631, 3440, '_shipping_address_1', ''),
(34632, 3440, '_shipping_address_2', ''),
(34633, 3440, '_shipping_city', ''),
(34634, 3440, '_shipping_state', ''),
(34635, 3440, '_shipping_postcode', ''),
(34636, 3440, '_shipping_country', ''),
(34637, 3440, '_order_currency', 'GBP'),
(34638, 3440, '_cart_discount', '0'),
(34639, 3440, '_cart_discount_tax', '0'),
(34640, 3440, '_order_shipping', '0'),
(34641, 3440, '_order_shipping_tax', '0'),
(34642, 3440, '_order_tax', '0'),
(34643, 3440, '_order_total', '1999.00'),
(34644, 3440, '_order_version', '3.0.1'),
(34645, 3440, '_prices_include_tax', 'no'),
(34646, 3440, '_billing_address_index', 'Tanate Lertplangsanti  Address *  Address TH-10 10600 TH ltanate@hotmail.com 0000000000'),
(34647, 3440, '_shipping_address_index', '        '),
(34648, 3440, '_shipping_method', ''),
(34649, 3440, '_recorded_sales', 'yes'),
(34650, 3440, '_recorded_coupon_usage_counts', 'yes'),
(34651, 3441, '_order_key', 'wc_order_598b3a17c885b'),
(34652, 3441, '_customer_user', '0'),
(34653, 3441, '_payment_method', 'cheque'),
(34654, 3441, '_payment_method_title', 'Check payments'),
(34655, 3441, '_transaction_id', ''),
(34656, 3441, '_customer_ip_address', '197.124.207.115'),
(34657, 3441, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.90 safari/537.36'),
(34658, 3441, '_created_via', 'checkout'),
(34659, 3441, '_date_completed', ''),
(34660, 3441, '_completed_date', ''),
(34661, 3441, '_date_paid', ''),
(34662, 3441, '_paid_date', ''),
(34663, 3441, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(34664, 3441, '_billing_first_name', 'بلاتن'),
(34665, 3441, '_billing_last_name', 'بلاتن'),
(34666, 3441, '_billing_company', 'بلاتن'),
(34667, 3441, '_billing_address_1', 'xfgdftghjk'),
(34668, 3441, '_billing_address_2', 'dfghjk'),
(34669, 3441, '_billing_city', 'dfghjk'),
(34670, 3441, '_billing_state', 'dfghjkl'),
(34671, 3441, '_billing_postcode', '1234567'),
(34672, 3441, '_billing_country', 'EG'),
(34673, 3441, '_billing_email', '5678@fghjk.com'),
(34674, 3441, '_billing_phone', '09876542'),
(34675, 3441, '_shipping_first_name', ''),
(34676, 3441, '_shipping_last_name', ''),
(34677, 3441, '_shipping_company', ''),
(34678, 3441, '_shipping_address_1', ''),
(34679, 3441, '_shipping_address_2', ''),
(34680, 3441, '_shipping_city', ''),
(34681, 3441, '_shipping_state', ''),
(34682, 3441, '_shipping_postcode', ''),
(34683, 3441, '_shipping_country', ''),
(34684, 3441, '_order_currency', 'GBP'),
(34685, 3441, '_cart_discount', '0'),
(34686, 3441, '_cart_discount_tax', '0'),
(34687, 3441, '_order_shipping', '0'),
(34688, 3441, '_order_shipping_tax', '0'),
(34689, 3441, '_order_tax', '0'),
(34690, 3441, '_order_total', '1999.00'),
(34691, 3441, '_order_version', '3.0.1'),
(34692, 3441, '_prices_include_tax', 'no'),
(34693, 3441, '_billing_address_index', 'بلاتن بلاتن بلاتن xfgdftghjk dfghjk dfghjk dfghjkl 1234567 EG 5678@fghjk.com 09876542'),
(34694, 3441, '_shipping_address_index', '        '),
(34695, 3441, '_shipping_method', ''),
(34696, 3441, '_recorded_sales', 'yes'),
(34697, 3441, '_recorded_coupon_usage_counts', 'yes'),
(34738, 3446, '_order_key', 'wc_order_59935ef9e5fcd'),
(34739, 3446, '_customer_user', '0'),
(34740, 3446, '_payment_method', 'cheque'),
(34741, 3446, '_payment_method_title', 'Check payments'),
(34742, 3446, '_transaction_id', ''),
(34743, 3446, '_customer_ip_address', '179.124.24.90'),
(34744, 3446, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; wow64; rv:54.0) gecko/20100101 firefox/54.0'),
(34745, 3446, '_created_via', 'checkout'),
(34746, 3446, '_date_completed', ''),
(34747, 3446, '_completed_date', ''),
(34748, 3446, '_date_paid', ''),
(34749, 3446, '_paid_date', ''),
(34750, 3446, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(34751, 3446, '_billing_first_name', 'test'),
(34752, 3446, '_billing_last_name', 'test'),
(34753, 3446, '_billing_company', 'test'),
(34754, 3446, '_billing_address_1', 'test'),
(34755, 3446, '_billing_address_2', ''),
(34756, 3446, '_billing_city', 'dfasdfsd'),
(34757, 3446, '_billing_state', ''),
(34758, 3446, '_billing_postcode', 'TAMNT'),
(34759, 3446, '_billing_country', 'VN'),
(34760, 3446, '_billing_email', 'demo@cactusthemes.com'),
(34761, 3446, '_billing_phone', '0987654321'),
(34762, 3446, '_shipping_first_name', ''),
(34763, 3446, '_shipping_last_name', ''),
(34764, 3446, '_shipping_company', ''),
(34765, 3446, '_shipping_address_1', ''),
(34766, 3446, '_shipping_address_2', ''),
(34767, 3446, '_shipping_city', ''),
(34768, 3446, '_shipping_state', ''),
(34769, 3446, '_shipping_postcode', ''),
(34770, 3446, '_shipping_country', ''),
(34771, 3446, '_order_currency', 'GBP'),
(34772, 3446, '_cart_discount', '0'),
(34773, 3446, '_cart_discount_tax', '0'),
(34774, 3446, '_order_shipping', '0'),
(34775, 3446, '_order_shipping_tax', '0'),
(34776, 3446, '_order_tax', '0'),
(34777, 3446, '_order_total', '1999.00'),
(34778, 3446, '_order_version', '3.0.1'),
(34779, 3446, '_prices_include_tax', 'no'),
(34780, 3446, '_billing_address_index', 'test test test test  dfasdfsd  TAMNT VN demo@cactusthemes.com 0987654321'),
(34781, 3446, '_shipping_address_index', '        '),
(34782, 3446, '_shipping_method', ''),
(34783, 3446, '_recorded_sales', 'yes'),
(34784, 3446, '_recorded_coupon_usage_counts', 'yes'),
(34844, 3453, '_order_key', 'wc_order_599c2d003e789'),
(34845, 3453, '_customer_user', '0'),
(34846, 3453, '_payment_method', 'cheque'),
(34847, 3453, '_payment_method_title', 'Check payments'),
(34848, 3453, '_transaction_id', ''),
(34849, 3453, '_customer_ip_address', '122.165.208.250'),
(34850, 3453, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.101 safari/537.36'),
(34851, 3453, '_created_via', 'checkout'),
(34852, 3453, '_date_completed', ''),
(34853, 3453, '_completed_date', ''),
(34854, 3453, '_date_paid', ''),
(34855, 3453, '_paid_date', ''),
(34856, 3453, '_cart_hash', '7f5c7dd6ffcb6450408ddb5ac910bed0'),
(34857, 3453, '_billing_first_name', 'Rajesh'),
(34858, 3453, '_billing_last_name', 'R'),
(34859, 3453, '_billing_company', 'test'),
(34860, 3453, '_billing_address_1', 'Car street'),
(34861, 3453, '_billing_address_2', ''),
(34862, 3453, '_billing_city', 'Erode'),
(34863, 3453, '_billing_state', 'TN'),
(34864, 3453, '_billing_postcode', '638501'),
(34865, 3453, '_billing_country', 'IN'),
(34866, 3453, '_billing_email', 'rajsasilikes@gmail.com'),
(34867, 3453, '_billing_phone', '8760487497'),
(34868, 3453, '_shipping_first_name', ''),
(34869, 3453, '_shipping_last_name', ''),
(34870, 3453, '_shipping_company', ''),
(34871, 3453, '_shipping_address_1', ''),
(34872, 3453, '_shipping_address_2', ''),
(34873, 3453, '_shipping_city', ''),
(34874, 3453, '_shipping_state', ''),
(34875, 3453, '_shipping_postcode', ''),
(34876, 3453, '_shipping_country', ''),
(34877, 3453, '_order_currency', 'GBP'),
(34878, 3453, '_cart_discount', '0'),
(34879, 3453, '_cart_discount_tax', '0'),
(34880, 3453, '_order_shipping', '0'),
(34881, 3453, '_order_shipping_tax', '0'),
(34882, 3453, '_order_tax', '0'),
(34883, 3453, '_order_total', '18.00'),
(34884, 3453, '_order_version', '3.0.1'),
(34885, 3453, '_prices_include_tax', 'no'),
(34886, 3453, '_billing_address_index', 'Rajesh R test Car street  Erode TN 638501 IN rajsasilikes@gmail.com 8760487497'),
(34887, 3453, '_shipping_address_index', '        '),
(34888, 3453, '_shipping_method', ''),
(34889, 3453, '_recorded_sales', 'yes'),
(34890, 3453, '_recorded_coupon_usage_counts', 'yes'),
(34903, 3455, '_order_key', 'wc_order_599eae36bf2b3'),
(34904, 3455, '_customer_user', '0'),
(34905, 3455, '_payment_method', 'cheque'),
(34906, 3455, '_payment_method_title', 'Check payments'),
(34907, 3455, '_transaction_id', ''),
(34908, 3455, '_customer_ip_address', '94.21.169.173'),
(34909, 3455, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.101 safari/537.36'),
(34910, 3455, '_created_via', 'checkout'),
(34911, 3455, '_date_completed', ''),
(34912, 3455, '_completed_date', ''),
(34913, 3455, '_date_paid', ''),
(34914, 3455, '_paid_date', ''),
(34915, 3455, '_cart_hash', '9a1540d31cb9917071152d889045df27'),
(34916, 3455, '_billing_first_name', 'test'),
(34917, 3455, '_billing_last_name', 'test'),
(34918, 3455, '_billing_company', 'test'),
(34919, 3455, '_billing_address_1', 'test'),
(34920, 3455, '_billing_address_2', ''),
(34921, 3455, '_billing_city', 'dfasdfsd'),
(34922, 3455, '_billing_state', ''),
(34923, 3455, '_billing_postcode', 'TAMNT'),
(34924, 3455, '_billing_country', 'VN'),
(34925, 3455, '_billing_email', 'demo@cactusthemes.com'),
(34926, 3455, '_billing_phone', '0987654321'),
(34927, 3455, '_shipping_first_name', ''),
(34928, 3455, '_shipping_last_name', ''),
(34929, 3455, '_shipping_company', ''),
(34930, 3455, '_shipping_address_1', ''),
(34931, 3455, '_shipping_address_2', ''),
(34932, 3455, '_shipping_city', ''),
(34933, 3455, '_shipping_state', ''),
(34934, 3455, '_shipping_postcode', ''),
(34935, 3455, '_shipping_country', ''),
(34936, 3455, '_order_currency', 'GBP'),
(34937, 3455, '_cart_discount', '0'),
(34938, 3455, '_cart_discount_tax', '0'),
(34939, 3455, '_order_shipping', '0'),
(34940, 3455, '_order_shipping_tax', '0'),
(34941, 3455, '_order_tax', '0'),
(34942, 3455, '_order_total', '99.00'),
(34943, 3455, '_order_version', '3.0.1'),
(34944, 3455, '_prices_include_tax', 'no'),
(34945, 3455, '_billing_address_index', 'test test test test  dfasdfsd  TAMNT VN demo@cactusthemes.com 0987654321'),
(34946, 3455, '_shipping_address_index', '        '),
(34947, 3455, '_shipping_method', ''),
(34948, 3455, '_recorded_sales', 'yes'),
(34949, 3455, '_recorded_coupon_usage_counts', 'yes'),
(35064, 3467, '_order_key', 'wc_order_59ae2dfe9010d'),
(35065, 3467, '_customer_user', '0'),
(35066, 3467, '_payment_method', 'cheque'),
(35067, 3467, '_payment_method_title', 'Check payments'),
(35068, 3467, '_transaction_id', ''),
(35069, 3467, '_customer_ip_address', '190.37.44.99'),
(35070, 3467, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.113 safari/537.36'),
(35071, 3467, '_created_via', 'checkout'),
(35072, 3467, '_date_completed', ''),
(35073, 3467, '_completed_date', ''),
(35074, 3467, '_date_paid', ''),
(35075, 3467, '_paid_date', ''),
(35076, 3467, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(35077, 3467, '_billing_first_name', 'Andrea'),
(35078, 3467, '_billing_last_name', 'Hale'),
(35079, 3467, '_billing_company', ''),
(35080, 3467, '_billing_address_1', 'wdwd'),
(35081, 3467, '_billing_address_2', 'wewdwd'),
(35082, 3467, '_billing_city', 'Caracas'),
(35083, 3467, '_billing_state', 'Caracas'),
(35084, 3467, '_billing_postcode', '2122'),
(35085, 3467, '_billing_country', 'VE'),
(35086, 3467, '_billing_email', 'andreahale@gmail.com'),
(35087, 3467, '_billing_phone', '01354563214'),
(35088, 3467, '_shipping_first_name', ''),
(35089, 3467, '_shipping_last_name', ''),
(35090, 3467, '_shipping_company', ''),
(35091, 3467, '_shipping_address_1', ''),
(35092, 3467, '_shipping_address_2', ''),
(35093, 3467, '_shipping_city', ''),
(35094, 3467, '_shipping_state', ''),
(35095, 3467, '_shipping_postcode', ''),
(35096, 3467, '_shipping_country', ''),
(35097, 3467, '_order_currency', 'GBP'),
(35098, 3467, '_cart_discount', '0'),
(35099, 3467, '_cart_discount_tax', '0'),
(35100, 3467, '_order_shipping', '0'),
(35101, 3467, '_order_shipping_tax', '0'),
(35102, 3467, '_order_tax', '0'),
(35103, 3467, '_order_total', '1999.00'),
(35104, 3467, '_order_version', '3.0.1'),
(35105, 3467, '_prices_include_tax', 'no'),
(35106, 3467, '_billing_address_index', 'Andrea Hale  wdwd wewdwd Caracas Caracas 2122 VE andreahale@gmail.com 01354563214'),
(35107, 3467, '_shipping_address_index', '        '),
(35108, 3467, '_shipping_method', ''),
(35109, 3467, '_recorded_sales', 'yes'),
(35110, 3467, '_recorded_coupon_usage_counts', 'yes'),
(35195, 3475, '_order_key', 'wc_order_59b69eaa73fec'),
(35196, 3475, '_customer_user', '0'),
(35197, 3475, '_payment_method', 'cheque'),
(35198, 3475, '_payment_method_title', 'Check payments'),
(35199, 3475, '_transaction_id', ''),
(35200, 3475, '_customer_ip_address', '185.36.88.48'),
(35201, 3475, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64; rv:55.0) gecko/20100101 firefox/55.0'),
(35202, 3475, '_created_via', 'checkout'),
(35203, 3475, '_date_completed', ''),
(35204, 3475, '_completed_date', ''),
(35205, 3475, '_date_paid', ''),
(35206, 3475, '_paid_date', ''),
(35207, 3475, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(35208, 3475, '_billing_first_name', 'test'),
(35209, 3475, '_billing_last_name', 'test'),
(35210, 3475, '_billing_company', 'test'),
(35211, 3475, '_billing_address_1', 'test'),
(35212, 3475, '_billing_address_2', ''),
(35213, 3475, '_billing_city', 'dfasdfsd'),
(35214, 3475, '_billing_state', ''),
(35215, 3475, '_billing_postcode', 'TAMNT'),
(35216, 3475, '_billing_country', 'VN'),
(35217, 3475, '_billing_email', 'demo@cactusthemes.com'),
(35218, 3475, '_billing_phone', '0987654321'),
(35219, 3475, '_shipping_first_name', ''),
(35220, 3475, '_shipping_last_name', ''),
(35221, 3475, '_shipping_company', ''),
(35222, 3475, '_shipping_address_1', ''),
(35223, 3475, '_shipping_address_2', ''),
(35224, 3475, '_shipping_city', ''),
(35225, 3475, '_shipping_state', ''),
(35226, 3475, '_shipping_postcode', ''),
(35227, 3475, '_shipping_country', ''),
(35228, 3475, '_order_currency', 'GBP'),
(35229, 3475, '_cart_discount', '0'),
(35230, 3475, '_cart_discount_tax', '0'),
(35231, 3475, '_order_shipping', '0'),
(35232, 3475, '_order_shipping_tax', '0'),
(35233, 3475, '_order_tax', '0'),
(35234, 3475, '_order_total', '1999.00'),
(35235, 3475, '_order_version', '3.0.1'),
(35236, 3475, '_prices_include_tax', 'no'),
(35237, 3475, '_billing_address_index', 'test test test test  dfasdfsd  TAMNT VN demo@cactusthemes.com 0987654321'),
(35238, 3475, '_shipping_address_index', '        '),
(35239, 3475, '_shipping_method', ''),
(35240, 3475, '_recorded_sales', 'yes'),
(35241, 3475, '_recorded_coupon_usage_counts', 'yes'),
(35242, 3476, '_order_key', 'wc_order_59b6a6753fb0d'),
(35243, 3476, '_customer_user', '0'),
(35244, 3476, '_payment_method', 'cheque'),
(35245, 3476, '_payment_method_title', 'Check payments'),
(35246, 3476, '_transaction_id', ''),
(35247, 3476, '_customer_ip_address', '185.36.88.48'),
(35248, 3476, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64; rv:55.0) gecko/20100101 firefox/55.0'),
(35249, 3476, '_created_via', 'checkout'),
(35250, 3476, '_date_completed', ''),
(35251, 3476, '_completed_date', ''),
(35252, 3476, '_date_paid', ''),
(35253, 3476, '_paid_date', ''),
(35254, 3476, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(35255, 3476, '_billing_first_name', 'test'),
(35256, 3476, '_billing_last_name', 'test'),
(35257, 3476, '_billing_company', 'test'),
(35258, 3476, '_billing_address_1', 'test'),
(35259, 3476, '_billing_address_2', ''),
(35260, 3476, '_billing_city', 'dfasdfsd'),
(35261, 3476, '_billing_state', ''),
(35262, 3476, '_billing_postcode', 'TAMNT'),
(35263, 3476, '_billing_country', 'VN'),
(35264, 3476, '_billing_email', 'demo@cactusthemes.com'),
(35265, 3476, '_billing_phone', '0987654321'),
(35266, 3476, '_shipping_first_name', ''),
(35267, 3476, '_shipping_last_name', ''),
(35268, 3476, '_shipping_company', ''),
(35269, 3476, '_shipping_address_1', ''),
(35270, 3476, '_shipping_address_2', ''),
(35271, 3476, '_shipping_city', ''),
(35272, 3476, '_shipping_state', ''),
(35273, 3476, '_shipping_postcode', ''),
(35274, 3476, '_shipping_country', ''),
(35275, 3476, '_order_currency', 'GBP'),
(35276, 3476, '_cart_discount', '0'),
(35277, 3476, '_cart_discount_tax', '0'),
(35278, 3476, '_order_shipping', '0'),
(35279, 3476, '_order_shipping_tax', '0'),
(35280, 3476, '_order_tax', '0'),
(35281, 3476, '_order_total', '1999.00'),
(35282, 3476, '_order_version', '3.0.1'),
(35283, 3476, '_prices_include_tax', 'no'),
(35284, 3476, '_billing_address_index', 'test test test test  dfasdfsd  TAMNT VN demo@cactusthemes.com 0987654321'),
(35285, 3476, '_shipping_address_index', '        '),
(35286, 3476, '_shipping_method', ''),
(35287, 3476, '_recorded_sales', 'yes'),
(35288, 3476, '_recorded_coupon_usage_counts', 'yes'),
(35388, 3158, 'learndash_member_id', 'a:2:{i:0;s:3:"180";i:1;s:2:"84";}'),
(35427, 3489, '_order_key', 'wc_order_59c6866fe4c95'),
(35428, 3489, '_customer_user', '0'),
(35429, 3489, '_payment_method', 'cheque'),
(35430, 3489, '_payment_method_title', 'Check payments'),
(35431, 3489, '_transaction_id', ''),
(35432, 3489, '_customer_ip_address', '118.172.230.238'),
(35433, 3489, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/604.1.38 (khtml, like gecko) version/11.0 safari/604.1.38'),
(35434, 3489, '_created_via', 'checkout'),
(35435, 3489, '_date_completed', ''),
(35436, 3489, '_completed_date', ''),
(35437, 3489, '_date_paid', ''),
(35438, 3489, '_paid_date', ''),
(35439, 3489, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(35440, 3489, '_billing_first_name', '341234'),
(35441, 3489, '_billing_last_name', '1234'),
(35442, 3489, '_billing_company', '1234'),
(35443, 3489, '_billing_address_1', '12312'),
(35444, 3489, '_billing_address_2', ''),
(35445, 3489, '_billing_city', '12312'),
(35446, 3489, '_billing_state', 'AK'),
(35447, 3489, '_billing_postcode', '99501'),
(35448, 3489, '_billing_country', 'US'),
(35449, 3489, '_billing_email', '1231@23432.com'),
(35450, 3489, '_billing_phone', '123123'),
(35451, 3489, '_shipping_first_name', ''),
(35452, 3489, '_shipping_last_name', ''),
(35453, 3489, '_shipping_company', ''),
(35454, 3489, '_shipping_address_1', ''),
(35455, 3489, '_shipping_address_2', ''),
(35456, 3489, '_shipping_city', ''),
(35457, 3489, '_shipping_state', ''),
(35458, 3489, '_shipping_postcode', ''),
(35459, 3489, '_shipping_country', ''),
(35460, 3489, '_order_currency', 'GBP'),
(35461, 3489, '_cart_discount', '0'),
(35462, 3489, '_cart_discount_tax', '0'),
(35463, 3489, '_order_shipping', '0'),
(35464, 3489, '_order_shipping_tax', '0'),
(35465, 3489, '_order_tax', '0'),
(35466, 3489, '_order_total', '1999.00'),
(35467, 3489, '_order_version', '3.0.1'),
(35468, 3489, '_prices_include_tax', 'no'),
(35469, 3489, '_billing_address_index', '341234 1234 1234 12312  12312 AK 99501 US 1231@23432.com 123123');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(35470, 3489, '_shipping_address_index', '        '),
(35471, 3489, '_shipping_method', ''),
(35472, 3489, '_recorded_sales', 'yes'),
(35473, 3489, '_recorded_coupon_usage_counts', 'yes'),
(35511, 3493, '_order_key', 'wc_order_59cb4d774fb89'),
(35512, 3493, '_customer_user', '0'),
(35513, 3493, '_payment_method', 'paypal'),
(35514, 3493, '_payment_method_title', 'PayPal'),
(35515, 3493, '_transaction_id', ''),
(35516, 3493, '_customer_ip_address', '103.97.203.65'),
(35517, 3493, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.100 safari/537.36'),
(35518, 3493, '_created_via', 'checkout'),
(35519, 3493, '_date_completed', ''),
(35520, 3493, '_completed_date', ''),
(35521, 3493, '_date_paid', ''),
(35522, 3493, '_paid_date', ''),
(35523, 3493, '_cart_hash', 'df165d6f65a3167601f81a82bf156791'),
(35524, 3493, '_billing_first_name', 'meghraj'),
(35525, 3493, '_billing_last_name', 'Yadav'),
(35526, 3493, '_billing_company', 'demo'),
(35527, 3493, '_billing_address_1', 'jagatpura'),
(35528, 3493, '_billing_address_2', ''),
(35529, 3493, '_billing_city', 'jaipur'),
(35530, 3493, '_billing_state', 'RJ'),
(35531, 3493, '_billing_postcode', '302017'),
(35532, 3493, '_billing_country', 'IN'),
(35533, 3493, '_billing_email', 'meghrajyadav.yadav20@gmail.com'),
(35534, 3493, '_billing_phone', '7742900984'),
(35535, 3493, '_shipping_first_name', ''),
(35536, 3493, '_shipping_last_name', ''),
(35537, 3493, '_shipping_company', ''),
(35538, 3493, '_shipping_address_1', ''),
(35539, 3493, '_shipping_address_2', ''),
(35540, 3493, '_shipping_city', ''),
(35541, 3493, '_shipping_state', ''),
(35542, 3493, '_shipping_postcode', ''),
(35543, 3493, '_shipping_country', ''),
(35544, 3493, '_order_currency', 'GBP'),
(35545, 3493, '_cart_discount', '0'),
(35546, 3493, '_cart_discount_tax', '0'),
(35547, 3493, '_order_shipping', '0'),
(35548, 3493, '_order_shipping_tax', '0'),
(35549, 3493, '_order_tax', '0'),
(35550, 3493, '_order_total', '35.00'),
(35551, 3493, '_order_version', '3.0.1'),
(35552, 3493, '_prices_include_tax', 'no'),
(35553, 3493, '_billing_address_index', 'meghraj Yadav demo jagatpura  jaipur RJ 302017 IN meghrajyadav.yadav20@gmail.com 7742900984'),
(35554, 3493, '_shipping_address_index', '        '),
(35555, 3493, '_shipping_method', ''),
(35556, 3494, '_order_key', 'wc_order_59cb7c60b88fb'),
(35557, 3494, '_customer_user', '0'),
(35558, 3494, '_payment_method', 'paypal'),
(35559, 3494, '_payment_method_title', 'PayPal'),
(35560, 3494, '_transaction_id', ''),
(35561, 3494, '_customer_ip_address', '83.253.208.202'),
(35562, 3494, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.113 safari/537.36'),
(35563, 3494, '_created_via', 'checkout'),
(35564, 3494, '_date_completed', ''),
(35565, 3494, '_completed_date', ''),
(35566, 3494, '_date_paid', ''),
(35567, 3494, '_paid_date', ''),
(35568, 3494, '_cart_hash', '9b9747b2534014712b102436e740707c'),
(35569, 3494, '_billing_first_name', 'benana'),
(35570, 3494, '_billing_last_name', 'Aldin'),
(35571, 3494, '_billing_company', ''),
(35572, 3494, '_billing_address_1', 'Lindenhof'),
(35573, 3494, '_billing_address_2', ''),
(35574, 3494, '_billing_city', 'Schwäbi'),
(35575, 3494, '_billing_state', ''),
(35576, 3494, '_billing_postcode', '73520'),
(35577, 3494, '_billing_country', 'DE'),
(35578, 3494, '_billing_email', 'shahin54415@gmail.com'),
(35579, 3494, '_billing_phone', '015214723600'),
(35580, 3494, '_shipping_first_name', ''),
(35581, 3494, '_shipping_last_name', ''),
(35582, 3494, '_shipping_company', ''),
(35583, 3494, '_shipping_address_1', ''),
(35584, 3494, '_shipping_address_2', ''),
(35585, 3494, '_shipping_city', ''),
(35586, 3494, '_shipping_state', ''),
(35587, 3494, '_shipping_postcode', ''),
(35588, 3494, '_shipping_country', ''),
(35589, 3494, '_order_currency', 'GBP'),
(35590, 3494, '_cart_discount', '0'),
(35591, 3494, '_cart_discount_tax', '0'),
(35592, 3494, '_order_shipping', '0'),
(35593, 3494, '_order_shipping_tax', '0'),
(35594, 3494, '_order_tax', '0'),
(35595, 3494, '_order_total', '35.00'),
(35596, 3494, '_order_version', '3.0.1'),
(35597, 3494, '_prices_include_tax', 'no'),
(35598, 3494, '_billing_address_index', 'benana Aldin  Lindenhof  Schwäbi  73520 DE shahin54415@gmail.com 015214723600'),
(35599, 3494, '_shipping_address_index', '        '),
(35600, 3494, '_shipping_method', ''),
(35672, 3501, '_order_key', 'wc_order_59d6296226a83'),
(35673, 3501, '_customer_user', '0'),
(35674, 3501, '_payment_method', 'paypal'),
(35675, 3501, '_payment_method_title', 'PayPal'),
(35676, 3501, '_transaction_id', ''),
(35677, 3501, '_customer_ip_address', '200.186.117.42'),
(35678, 3501, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.79 safari/537.36'),
(35679, 3501, '_created_via', 'checkout'),
(35680, 3501, '_date_completed', ''),
(35681, 3501, '_completed_date', ''),
(35682, 3501, '_date_paid', ''),
(35683, 3501, '_paid_date', ''),
(35684, 3501, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(35685, 3501, '_billing_first_name', 'Adilson'),
(35686, 3501, '_billing_last_name', 'R Leonel'),
(35687, 3501, '_billing_company', 'Horizontes Digital'),
(35688, 3501, '_billing_address_1', 'Rua São Paulo, Bairro São Paulo'),
(35689, 3501, '_billing_address_2', ''),
(35690, 3501, '_billing_city', 'São Paulo'),
(35691, 3501, '_billing_state', 'SP'),
(35692, 3501, '_billing_postcode', '31660-510'),
(35693, 3501, '_billing_country', 'BR'),
(35694, 3501, '_billing_email', 'adilson.leonel@bcb.gov.br'),
(35695, 3501, '_billing_phone', '31986290143'),
(35696, 3501, '_shipping_first_name', ''),
(35697, 3501, '_shipping_last_name', ''),
(35698, 3501, '_shipping_company', ''),
(35699, 3501, '_shipping_address_1', ''),
(35700, 3501, '_shipping_address_2', ''),
(35701, 3501, '_shipping_city', ''),
(35702, 3501, '_shipping_state', ''),
(35703, 3501, '_shipping_postcode', ''),
(35704, 3501, '_shipping_country', ''),
(35705, 3501, '_order_currency', 'GBP'),
(35706, 3501, '_cart_discount', '0'),
(35707, 3501, '_cart_discount_tax', '0'),
(35708, 3501, '_order_shipping', '0'),
(35709, 3501, '_order_shipping_tax', '0'),
(35710, 3501, '_order_tax', '0'),
(35711, 3501, '_order_total', '1999.00'),
(35712, 3501, '_order_version', '3.0.1'),
(35713, 3501, '_prices_include_tax', 'no'),
(35714, 3501, '_billing_address_index', 'Adilson R Leonel Horizontes Digital Rua São Paulo, Bairro São Paulo  São Paulo SP 31660-510 BR adilson.leonel@bcb.gov.br 31986290143'),
(35715, 3501, '_shipping_address_index', '        '),
(35716, 3501, '_shipping_method', ''),
(35773, 3507, '_order_key', 'wc_order_59d8bde003e66'),
(35774, 3507, '_customer_user', '0'),
(35775, 3507, '_payment_method', 'cheque'),
(35776, 3507, '_payment_method_title', 'Check payments'),
(35777, 3507, '_transaction_id', ''),
(35778, 3507, '_customer_ip_address', '80.110.121.20'),
(35779, 3507, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; wow64; rv:56.0) gecko/20100101 firefox/56.0'),
(35780, 3507, '_created_via', 'checkout'),
(35781, 3507, '_date_completed', ''),
(35782, 3507, '_completed_date', ''),
(35783, 3507, '_date_paid', ''),
(35784, 3507, '_paid_date', ''),
(35785, 3507, '_cart_hash', '9b9747b2534014712b102436e740707c'),
(35786, 3507, '_billing_first_name', 'Max'),
(35787, 3507, '_billing_last_name', 'Mustermann'),
(35788, 3507, '_billing_company', ''),
(35789, 3507, '_billing_address_1', 'Musterstraße 123'),
(35790, 3507, '_billing_address_2', ''),
(35791, 3507, '_billing_city', 'Vienna'),
(35792, 3507, '_billing_state', ''),
(35793, 3507, '_billing_postcode', '1200'),
(35794, 3507, '_billing_country', 'AT'),
(35795, 3507, '_billing_email', 'test@test.at'),
(35796, 3507, '_billing_phone', '123456'),
(35797, 3507, '_shipping_first_name', ''),
(35798, 3507, '_shipping_last_name', ''),
(35799, 3507, '_shipping_company', ''),
(35800, 3507, '_shipping_address_1', ''),
(35801, 3507, '_shipping_address_2', ''),
(35802, 3507, '_shipping_city', ''),
(35803, 3507, '_shipping_state', ''),
(35804, 3507, '_shipping_postcode', ''),
(35805, 3507, '_shipping_country', ''),
(35806, 3507, '_order_currency', 'GBP'),
(35807, 3507, '_cart_discount', '0'),
(35808, 3507, '_cart_discount_tax', '0'),
(35809, 3507, '_order_shipping', '0'),
(35810, 3507, '_order_shipping_tax', '0'),
(35811, 3507, '_order_tax', '0'),
(35812, 3507, '_order_total', '35.00'),
(35813, 3507, '_order_version', '3.0.1'),
(35814, 3507, '_prices_include_tax', 'no'),
(35815, 3507, '_billing_address_index', 'Max Mustermann  Musterstraße 123  Vienna  1200 AT test@test.at 123456'),
(35816, 3507, '_shipping_address_index', '        '),
(35817, 3507, '_shipping_method', ''),
(35818, 3507, '_recorded_sales', 'yes'),
(35819, 3507, '_recorded_coupon_usage_counts', 'yes'),
(35845, 3510, '_order_key', 'wc_order_59db6e17099f1'),
(35846, 3510, '_customer_user', '0'),
(35847, 3510, '_payment_method', 'paypal'),
(35848, 3510, '_payment_method_title', 'PayPal'),
(35849, 3510, '_transaction_id', ''),
(35850, 3510, '_customer_ip_address', '27.0.59.199'),
(35851, 3510, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.100 safari/537.36'),
(35852, 3510, '_created_via', 'checkout'),
(35853, 3510, '_date_completed', ''),
(35854, 3510, '_completed_date', ''),
(35855, 3510, '_date_paid', ''),
(35856, 3510, '_paid_date', ''),
(35857, 3510, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(35858, 3510, '_billing_first_name', 'Nilesh'),
(35859, 3510, '_billing_last_name', 'Meher'),
(35860, 3510, '_billing_company', 'NSMedia Solution'),
(35861, 3510, '_billing_address_1', 'C-03, Ground Floor, Philips Co-Op, HSG.'),
(35862, 3510, '_billing_address_2', 'Philips Complex'),
(35863, 3510, '_billing_city', 'Vasai'),
(35864, 3510, '_billing_state', 'MH'),
(35865, 3510, '_billing_postcode', '401201'),
(35866, 3510, '_billing_country', 'IN'),
(35867, 3510, '_billing_email', 'nsmediasolution@gmail.com'),
(35868, 3510, '_billing_phone', '844606444'),
(35869, 3510, '_shipping_first_name', ''),
(35870, 3510, '_shipping_last_name', ''),
(35871, 3510, '_shipping_company', ''),
(35872, 3510, '_shipping_address_1', ''),
(35873, 3510, '_shipping_address_2', ''),
(35874, 3510, '_shipping_city', ''),
(35875, 3510, '_shipping_state', ''),
(35876, 3510, '_shipping_postcode', ''),
(35877, 3510, '_shipping_country', ''),
(35878, 3510, '_order_currency', 'GBP'),
(35879, 3510, '_cart_discount', '0'),
(35880, 3510, '_cart_discount_tax', '0'),
(35881, 3510, '_order_shipping', '0'),
(35882, 3510, '_order_shipping_tax', '0'),
(35883, 3510, '_order_tax', '0'),
(35884, 3510, '_order_total', '1999.00'),
(35885, 3510, '_order_version', '3.0.1'),
(35886, 3510, '_prices_include_tax', 'no'),
(35887, 3510, '_billing_address_index', 'Nilesh Meher NSMedia Solution C-03, Ground Floor, Philips Co-Op, HSG. Philips Complex Vasai MH 401201 IN nsmediasolution@gmail.com 844606444'),
(35888, 3510, '_shipping_address_index', '        '),
(35889, 3510, '_shipping_method', ''),
(35903, 3512, '_order_key', 'wc_order_59dc6f0760f42'),
(35904, 3512, '_customer_user', '0'),
(35905, 3512, '_payment_method', 'paypal'),
(35906, 3512, '_payment_method_title', 'PayPal'),
(35907, 3512, '_transaction_id', ''),
(35908, 3512, '_customer_ip_address', '43.239.198.25'),
(35909, 3512, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.100 safari/537.36'),
(35910, 3512, '_created_via', 'checkout'),
(35911, 3512, '_date_completed', ''),
(35912, 3512, '_completed_date', ''),
(35913, 3512, '_date_paid', ''),
(35914, 3512, '_paid_date', ''),
(35915, 3512, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(35916, 3512, '_billing_first_name', 'Nilesh'),
(35917, 3512, '_billing_last_name', 'Meher'),
(35918, 3512, '_billing_company', 'NSMedia Solution'),
(35919, 3512, '_billing_address_1', 'C-03, Ground Floor, Philips Co-Op, HSG.'),
(35920, 3512, '_billing_address_2', 'Philips Complex'),
(35921, 3512, '_billing_city', 'Vasai'),
(35922, 3512, '_billing_state', 'MH'),
(35923, 3512, '_billing_postcode', '401201'),
(35924, 3512, '_billing_country', 'IN'),
(35925, 3512, '_billing_email', 'nsmediasolution@gmail.com'),
(35926, 3512, '_billing_phone', '844606444'),
(35927, 3512, '_shipping_first_name', ''),
(35928, 3512, '_shipping_last_name', ''),
(35929, 3512, '_shipping_company', ''),
(35930, 3512, '_shipping_address_1', ''),
(35931, 3512, '_shipping_address_2', ''),
(35932, 3512, '_shipping_city', ''),
(35933, 3512, '_shipping_state', ''),
(35934, 3512, '_shipping_postcode', ''),
(35935, 3512, '_shipping_country', ''),
(35936, 3512, '_order_currency', 'GBP'),
(35937, 3512, '_cart_discount', '0'),
(35938, 3512, '_cart_discount_tax', '0'),
(35939, 3512, '_order_shipping', '0'),
(35940, 3512, '_order_shipping_tax', '0'),
(35941, 3512, '_order_tax', '0'),
(35942, 3512, '_order_total', '1999.00'),
(35943, 3512, '_order_version', '3.0.1'),
(35944, 3512, '_prices_include_tax', 'no'),
(35945, 3512, '_billing_address_index', 'Nilesh Meher NSMedia Solution C-03, Ground Floor, Philips Co-Op, HSG. Philips Complex Vasai MH 401201 IN nsmediasolution@gmail.com 844606444'),
(35946, 3512, '_shipping_address_index', '        '),
(35947, 3512, '_shipping_method', ''),
(36065, 3524, '_order_key', 'wc_order_59ebc1b6cb008'),
(36066, 3524, '_customer_user', '0'),
(36067, 3524, '_payment_method', 'paypal'),
(36068, 3524, '_payment_method_title', 'PayPal'),
(36069, 3524, '_transaction_id', ''),
(36070, 3524, '_customer_ip_address', '37.11.245.149'),
(36071, 3524, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10.11; rv:56.0) gecko/20100101 firefox/56.0'),
(36072, 3524, '_created_via', 'checkout'),
(36073, 3524, '_date_completed', ''),
(36074, 3524, '_completed_date', ''),
(36075, 3524, '_date_paid', ''),
(36076, 3524, '_paid_date', ''),
(36077, 3524, '_cart_hash', '47a54b138b208ee5bda147e7f52d3107'),
(36078, 3524, '_billing_first_name', 'dasd'),
(36079, 3524, '_billing_last_name', 'das'),
(36080, 3524, '_billing_company', ''),
(36081, 3524, '_billing_address_1', 'dasda'),
(36082, 3524, '_billing_address_2', ''),
(36083, 3524, '_billing_city', 'dasd'),
(36084, 3524, '_billing_state', 'M'),
(36085, 3524, '_billing_postcode', '28024'),
(36086, 3524, '_billing_country', 'ES'),
(36087, 3524, '_billing_email', 'a@a.com'),
(36088, 3524, '_billing_phone', '670323383'),
(36089, 3524, '_shipping_first_name', ''),
(36090, 3524, '_shipping_last_name', ''),
(36091, 3524, '_shipping_company', ''),
(36092, 3524, '_shipping_address_1', ''),
(36093, 3524, '_shipping_address_2', ''),
(36094, 3524, '_shipping_city', ''),
(36095, 3524, '_shipping_state', ''),
(36096, 3524, '_shipping_postcode', ''),
(36097, 3524, '_shipping_country', ''),
(36098, 3524, '_order_currency', 'GBP'),
(36099, 3524, '_cart_discount', '0'),
(36100, 3524, '_cart_discount_tax', '0'),
(36101, 3524, '_order_shipping', '0'),
(36102, 3524, '_order_shipping_tax', '0'),
(36103, 3524, '_order_tax', '0'),
(36104, 3524, '_order_total', '38.00'),
(36105, 3524, '_order_version', '3.0.1'),
(36106, 3524, '_prices_include_tax', 'no'),
(36107, 3524, '_billing_address_index', 'dasd das  dasda  dasd M 28024 ES a@a.com 670323383'),
(36108, 3524, '_shipping_address_index', '        '),
(36109, 3524, '_shipping_method', ''),
(36173, 3532, '_order_key', 'wc_order_59faf8566d272'),
(36174, 3532, '_customer_user', '0'),
(36175, 3532, '_payment_method', 'cheque'),
(36176, 3532, '_payment_method_title', 'Check payments'),
(36177, 3532, '_transaction_id', ''),
(36178, 3532, '_customer_ip_address', '178.59.89.122'),
(36179, 3532, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.75 safari/537.36'),
(36180, 3532, '_created_via', 'checkout'),
(36181, 3532, '_date_completed', ''),
(36182, 3532, '_completed_date', ''),
(36183, 3532, '_date_paid', ''),
(36184, 3532, '_paid_date', ''),
(36185, 3532, '_cart_hash', 'c0146f913508e1717bfdb4797d4a6fa1'),
(36186, 3532, '_billing_first_name', 'Denis'),
(36187, 3532, '_billing_last_name', 'sdds'),
(36188, 3532, '_billing_company', ''),
(36189, 3532, '_billing_address_1', 'Patmou 30'),
(36190, 3532, '_billing_address_2', ''),
(36191, 3532, '_billing_city', 'Athens'),
(36192, 3532, '_billing_state', 'I'),
(36193, 3532, '_billing_postcode', '11254'),
(36194, 3532, '_billing_country', 'GR'),
(36195, 3532, '_billing_email', 'heartsunionart@gmail.com'),
(36196, 3532, '_billing_phone', '6976411931'),
(36197, 3532, '_shipping_first_name', ''),
(36198, 3532, '_shipping_last_name', ''),
(36199, 3532, '_shipping_company', ''),
(36200, 3532, '_shipping_address_1', ''),
(36201, 3532, '_shipping_address_2', ''),
(36202, 3532, '_shipping_city', ''),
(36203, 3532, '_shipping_state', ''),
(36204, 3532, '_shipping_postcode', ''),
(36205, 3532, '_shipping_country', ''),
(36206, 3532, '_order_currency', 'GBP'),
(36207, 3532, '_cart_discount', '0'),
(36208, 3532, '_cart_discount_tax', '0'),
(36209, 3532, '_order_shipping', '0'),
(36210, 3532, '_order_shipping_tax', '0'),
(36211, 3532, '_order_tax', '0'),
(36212, 3532, '_order_total', '19.00'),
(36213, 3532, '_order_version', '3.0.1'),
(36214, 3532, '_prices_include_tax', 'no'),
(36215, 3532, '_billing_address_index', 'Denis sdds  Patmou 30  Athens I 11254 GR heartsunionart@gmail.com 6976411931'),
(36216, 3532, '_shipping_address_index', '        '),
(36217, 3532, '_shipping_method', ''),
(36218, 3532, '_recorded_sales', 'yes'),
(36219, 3532, '_recorded_coupon_usage_counts', 'yes'),
(36343, 3544, '_order_key', 'wc_order_5a014acb49404'),
(36344, 3544, '_customer_user', '0'),
(36345, 3544, '_payment_method', 'paypal'),
(36346, 3544, '_payment_method_title', 'PayPal'),
(36347, 3544, '_transaction_id', ''),
(36348, 3544, '_customer_ip_address', '211.24.117.169'),
(36349, 3544, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/61.0.3163.100 safari/537.36'),
(36350, 3544, '_created_via', 'checkout'),
(36351, 3544, '_date_completed', ''),
(36352, 3544, '_completed_date', ''),
(36353, 3544, '_date_paid', ''),
(36354, 3544, '_paid_date', ''),
(36355, 3544, '_cart_hash', 'c8b77a352f1f1c05fdd15a1e95264af5'),
(36356, 3544, '_billing_first_name', 'sdfsd'),
(36357, 3544, '_billing_last_name', 'sdfsdf'),
(36358, 3544, '_billing_company', ''),
(36359, 3544, '_billing_address_1', 'sdf123123'),
(36360, 3544, '_billing_address_2', ''),
(36361, 3544, '_billing_city', 'sadad'),
(36362, 3544, '_billing_state', 'mahaer'),
(36363, 3544, '_billing_postcode', ''),
(36364, 3544, '_billing_country', 'AE'),
(36365, 3544, '_billing_email', 'zsdfa@asda.com'),
(36366, 3544, '_billing_phone', '1231234234'),
(36367, 3544, '_shipping_first_name', ''),
(36368, 3544, '_shipping_last_name', ''),
(36369, 3544, '_shipping_company', ''),
(36370, 3544, '_shipping_address_1', ''),
(36371, 3544, '_shipping_address_2', ''),
(36372, 3544, '_shipping_city', ''),
(36373, 3544, '_shipping_state', ''),
(36374, 3544, '_shipping_postcode', ''),
(36375, 3544, '_shipping_country', ''),
(36376, 3544, '_order_currency', 'GBP'),
(36377, 3544, '_cart_discount', '0'),
(36378, 3544, '_cart_discount_tax', '0'),
(36379, 3544, '_order_shipping', '0'),
(36380, 3544, '_order_shipping_tax', '0'),
(36381, 3544, '_order_tax', '0'),
(36382, 3544, '_order_total', '398.00'),
(36383, 3544, '_order_version', '3.0.1'),
(36384, 3544, '_prices_include_tax', 'no'),
(36385, 3544, '_billing_address_index', 'sdfsd sdfsdf  sdf123123  sadad mahaer  AE zsdfa@asda.com 1231234234'),
(36386, 3544, '_shipping_address_index', '        '),
(36387, 3544, '_shipping_method', ''),
(36402, 3151, '_wc_review_count', '0'),
(36403, 3151, '_wc_rating_count', 'a:0:{}'),
(36404, 3151, '_wc_average_rating', '0'),
(36405, 3139, '_wc_review_count', '0'),
(36406, 3139, '_wc_rating_count', 'a:0:{}'),
(36407, 3139, '_wc_average_rating', '0'),
(36408, 1192, '_wc_review_count', '0'),
(36409, 1192, '_wc_rating_count', 'a:0:{}'),
(36410, 1192, '_wc_average_rating', '0'),
(36411, 3548, '_order_key', 'wc_order_5a0ddf9a75783'),
(36412, 3548, '_customer_user', '0'),
(36413, 3548, '_payment_method', 'paypal'),
(36414, 3548, '_payment_method_title', 'PayPal'),
(36415, 3548, '_transaction_id', ''),
(36416, 3548, '_customer_ip_address', '41.142.112.71'),
(36417, 3548, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),
(36418, 3548, '_created_via', 'checkout'),
(36419, 3548, '_date_completed', ''),
(36420, 3548, '_completed_date', ''),
(36421, 3548, '_date_paid', ''),
(36422, 3548, '_paid_date', ''),
(36423, 3548, '_cart_hash', '8fa262a5be1a4144f51ec13a49bc25fc'),
(36424, 3548, '_billing_first_name', 'zerhouni'),
(36425, 3548, '_billing_last_name', 'nizar'),
(36426, 3548, '_billing_company', 'GHORGHIZ CERAME'),
(36427, 3548, '_billing_address_1', 'ROUTE OUED LAOU KM 4,5 BP 5188'),
(36428, 3548, '_billing_address_2', ''),
(36429, 3548, '_billing_city', 'TETOUAN'),
(36430, 3548, '_billing_state', 'TETOUAN'),
(36431, 3548, '_billing_postcode', '93000'),
(36432, 3548, '_billing_country', 'MA'),
(36433, 3548, '_billing_email', 'zerhouni.ghorghizcerame@gmail.com'),
(36434, 3548, '_billing_phone', '+212661264295'),
(36435, 3548, '_shipping_first_name', ''),
(36436, 3548, '_shipping_last_name', ''),
(36437, 3548, '_shipping_company', ''),
(36438, 3548, '_shipping_address_1', ''),
(36439, 3548, '_shipping_address_2', ''),
(36440, 3548, '_shipping_city', ''),
(36441, 3548, '_shipping_state', ''),
(36442, 3548, '_shipping_postcode', ''),
(36443, 3548, '_shipping_country', ''),
(36444, 3548, '_order_currency', 'GBP'),
(36445, 3548, '_cart_discount', '0'),
(36446, 3548, '_cart_discount_tax', '0'),
(36447, 3548, '_order_shipping', '0'),
(36448, 3548, '_order_shipping_tax', '0'),
(36449, 3548, '_order_tax', '0'),
(36450, 3548, '_order_total', '54.00'),
(36451, 3548, '_order_version', '3.0.1'),
(36452, 3548, '_prices_include_tax', 'no'),
(36453, 3548, '_billing_address_index', 'zerhouni nizar GHORGHIZ CERAME ROUTE OUED LAOU KM 4,5 BP 5188  TETOUAN TETOUAN 93000 MA zerhouni.ghorghizcerame@gmail.com +212661264295'),
(36454, 3548, '_shipping_address_index', '        '),
(36455, 3548, '_shipping_method', ''),
(36495, 3553, '_order_key', 'wc_order_5a1c470d24ce5'),
(36496, 3553, '_customer_user', '0'),
(36497, 3553, '_payment_method', 'paypal'),
(36498, 3553, '_payment_method_title', 'PayPal'),
(36499, 3553, '_transaction_id', ''),
(36500, 3553, '_customer_ip_address', '189.25.91.96'),
(36501, 3553, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),
(36502, 3553, '_created_via', 'checkout'),
(36503, 3553, '_date_completed', ''),
(36504, 3553, '_completed_date', ''),
(36505, 3553, '_date_paid', ''),
(36506, 3553, '_paid_date', ''),
(36507, 3553, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(36508, 3553, '_billing_first_name', 'twtrwterwt'),
(36509, 3553, '_billing_last_name', 'wertwtrtwr wt wtrwrt'),
(36510, 3553, '_billing_company', 'wyrywreywrywry'),
(36511, 3553, '_billing_address_1', 'wtertwrtwer'),
(36512, 3553, '_billing_address_2', 'wrtrwrt'),
(36513, 3553, '_billing_city', 'wtwrtwrtwrt'),
(36514, 3553, '_billing_state', 'RJ'),
(36515, 3553, '_billing_postcode', '25560-581'),
(36516, 3553, '_billing_country', 'BR'),
(36517, 3553, '_billing_email', 'gutenberg23@gmail.com'),
(36518, 3553, '_billing_phone', '6564064605'),
(36519, 3553, '_shipping_first_name', ''),
(36520, 3553, '_shipping_last_name', ''),
(36521, 3553, '_shipping_company', ''),
(36522, 3553, '_shipping_address_1', ''),
(36523, 3553, '_shipping_address_2', ''),
(36524, 3553, '_shipping_city', ''),
(36525, 3553, '_shipping_state', ''),
(36526, 3553, '_shipping_postcode', ''),
(36527, 3553, '_shipping_country', ''),
(36528, 3553, '_order_currency', 'GBP'),
(36529, 3553, '_cart_discount', '0'),
(36530, 3553, '_cart_discount_tax', '0'),
(36531, 3553, '_order_shipping', '0'),
(36532, 3553, '_order_shipping_tax', '0'),
(36533, 3553, '_order_tax', '0'),
(36534, 3553, '_order_total', '1999.00'),
(36535, 3553, '_order_version', '3.0.1'),
(36536, 3553, '_prices_include_tax', 'no'),
(36537, 3553, '_billing_address_index', 'twtrwterwt wertwtrtwr wt wtrwrt wyrywreywrywry wtertwrtwer wrtrwrt wtwrtwrtwrt RJ 25560-581 BR gutenberg23@gmail.com 6564064605'),
(36538, 3553, '_shipping_address_index', '        '),
(36539, 3553, '_shipping_method', ''),
(36541, 3555, '_order_key', 'wc_order_5a200d468fdba'),
(36542, 3555, '_customer_user', '0'),
(36543, 3555, '_payment_method', 'cheque'),
(36544, 3555, '_payment_method_title', 'Check payments'),
(36545, 3555, '_transaction_id', ''),
(36546, 3555, '_customer_ip_address', '181.15.176.9'),
(36547, 3555, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),
(36548, 3555, '_created_via', 'checkout'),
(36549, 3555, '_date_completed', ''),
(36550, 3555, '_completed_date', ''),
(36551, 3555, '_date_paid', ''),
(36552, 3555, '_paid_date', ''),
(36553, 3555, '_cart_hash', '122e343ddd12d89819f174ac7e5b46be'),
(36554, 3555, '_billing_first_name', 'kjlj'),
(36555, 3555, '_billing_last_name', 'lkjlk'),
(36556, 3555, '_billing_company', ''),
(36557, 3555, '_billing_address_1', 'kljlk'),
(36558, 3555, '_billing_address_2', ''),
(36559, 3555, '_billing_city', 'fdssdf'),
(36560, 3555, '_billing_state', ''),
(36561, 3555, '_billing_postcode', 'EC1A 1AA'),
(36562, 3555, '_billing_country', 'GB'),
(36563, 3555, '_billing_email', 'kdasds@das.com'),
(36564, 3555, '_billing_phone', '89789797'),
(36565, 3555, '_shipping_first_name', ''),
(36566, 3555, '_shipping_last_name', ''),
(36567, 3555, '_shipping_company', ''),
(36568, 3555, '_shipping_address_1', ''),
(36569, 3555, '_shipping_address_2', ''),
(36570, 3555, '_shipping_city', ''),
(36571, 3555, '_shipping_state', ''),
(36572, 3555, '_shipping_postcode', ''),
(36573, 3555, '_shipping_country', ''),
(36574, 3555, '_order_currency', 'GBP'),
(36575, 3555, '_cart_discount', '0'),
(36576, 3555, '_cart_discount_tax', '0'),
(36577, 3555, '_order_shipping', '0'),
(36578, 3555, '_order_shipping_tax', '0'),
(36579, 3555, '_order_tax', '0'),
(36580, 3555, '_order_total', '49.00'),
(36581, 3555, '_order_version', '3.0.1'),
(36582, 3555, '_prices_include_tax', 'no'),
(36583, 3555, '_billing_address_index', 'kjlj lkjlk  kljlk  fdssdf  EC1A 1AA GB kdasds@das.com 89789797'),
(36584, 3555, '_shipping_address_index', '        '),
(36585, 3555, '_shipping_method', ''),
(36586, 3555, '_shipping_method', ''),
(36587, 3555, '_recorded_sales', 'yes'),
(36588, 3555, '_recorded_coupon_usage_counts', 'yes'),
(36589, 3556, '_order_key', 'wc_order_5a22221e2b3e9'),
(36590, 3556, '_customer_user', '0'),
(36591, 3556, '_payment_method', 'paypal'),
(36592, 3556, '_payment_method_title', 'PayPal'),
(36593, 3556, '_transaction_id', ''),
(36594, 3556, '_customer_ip_address', '86.191.234.204'),
(36595, 3556, '_customer_user_agent', 'mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),
(36596, 3556, '_created_via', 'checkout'),
(36597, 3556, '_date_completed', ''),
(36598, 3556, '_completed_date', ''),
(36599, 3556, '_date_paid', ''),
(36600, 3556, '_paid_date', ''),
(36601, 3556, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(36602, 3556, '_billing_first_name', 'Hermione'),
(36603, 3556, '_billing_last_name', 'Holland'),
(36604, 3556, '_billing_company', 'Frazier Cherry Traders'),
(36605, 3556, '_billing_address_1', '22 Fabien Street'),
(36606, 3556, '_billing_address_2', 'Fugit ut voluptates sint natus occaecat corporis sit quod possimus'),
(36607, 3556, '_billing_city', 'Consectetur voluptatem sunt sed nobis id eos neque nisi atque rerum cumque elit esse'),
(36608, 3556, '_billing_state', 'Inventore quasi nisi ducimus eius quo quisquam corporis'),
(36609, 3556, '_billing_postcode', 'EXERCITATIONLABORUMREPELLENDUSCONSEQUATUREOSVELITLABOREEVENIETDISTINCTIO'),
(36610, 3556, '_billing_country', 'EE'),
(36611, 3556, '_billing_email', 'gecum@yahoo.com'),
(36612, 3556, '_billing_phone', '+114-48-9818933'),
(36613, 3556, '_shipping_first_name', ''),
(36614, 3556, '_shipping_last_name', ''),
(36615, 3556, '_shipping_company', ''),
(36616, 3556, '_shipping_address_1', ''),
(36617, 3556, '_shipping_address_2', ''),
(36618, 3556, '_shipping_city', ''),
(36619, 3556, '_shipping_state', ''),
(36620, 3556, '_shipping_postcode', ''),
(36621, 3556, '_shipping_country', ''),
(36622, 3556, '_order_currency', 'GBP'),
(36623, 3556, '_cart_discount', '0'),
(36624, 3556, '_cart_discount_tax', '0'),
(36625, 3556, '_order_shipping', '0'),
(36626, 3556, '_order_shipping_tax', '0'),
(36627, 3556, '_order_tax', '0'),
(36628, 3556, '_order_total', '1999.00'),
(36629, 3556, '_order_version', '3.0.1'),
(36630, 3556, '_prices_include_tax', 'no'),
(36631, 3556, '_billing_address_index', 'Hermione Holland Frazier Cherry Traders 22 Fabien Street Fugit ut voluptates sint natus occaecat corporis sit quod possimus Consectetur voluptatem sunt sed nobis id eos neque nisi atque rerum cumque elit esse Inventore quasi nisi ducimus eius quo quisquam corporis EXERCITATIONLABORUMREPELLENDUSCONSEQUATUREOSVELITLABOREEVENIETDISTINCTIO EE gecum@yahoo.com +114-48-9818933'),
(36632, 3556, '_shipping_address_index', '        '),
(36633, 3556, '_shipping_method', ''),
(171295, 14280, '_order_key', 'wc_order_5a412d33b086a'),
(171296, 14280, '_customer_user', '0'),
(171297, 14280, '_payment_method', 'cheque'),
(171298, 14280, '_payment_method_title', 'Check payments'),
(171299, 14280, '_transaction_id', ''),
(171300, 14280, '_customer_ip_address', '41.190.30.217'),
(171301, 14280, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.2; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),
(171302, 14280, '_created_via', 'checkout'),
(171303, 14280, '_date_completed', ''),
(171304, 14280, '_completed_date', ''),
(171305, 14280, '_date_paid', ''),
(171306, 14280, '_paid_date', ''),
(171307, 14280, '_cart_hash', '293c6819b2fde12a97b62914d7795435'),
(171308, 14280, '_billing_first_name', 'lili'),
(171309, 14280, '_billing_last_name', 'gala'),
(171310, 14280, '_billing_company', 'hege'),
(171311, 14280, '_billing_address_1', 'tef'),
(171312, 14280, '_billing_address_2', ''),
(171313, 14280, '_billing_city', 'rew'),
(171314, 14280, '_billing_state', 'DHA'),
(171315, 14280, '_billing_postcode', '234'),
(171316, 14280, '_billing_country', 'NP'),
(171317, 14280, '_billing_email', 'elgeeteaza@gmail.com'),
(171318, 14280, '_billing_phone', '0908765643'),
(171319, 14280, '_shipping_first_name', ''),
(171320, 14280, '_shipping_last_name', ''),
(171321, 14280, '_shipping_company', ''),
(171322, 14280, '_shipping_address_1', ''),
(171323, 14280, '_shipping_address_2', ''),
(171324, 14280, '_shipping_city', ''),
(171325, 14280, '_shipping_state', ''),
(171326, 14280, '_shipping_postcode', ''),
(171327, 14280, '_shipping_country', ''),
(171328, 14280, '_order_currency', 'GBP'),
(171329, 14280, '_cart_discount', '0'),
(171330, 14280, '_cart_discount_tax', '0'),
(171331, 14280, '_order_shipping', '0'),
(171332, 14280, '_order_shipping_tax', '0'),
(171333, 14280, '_order_tax', '0'),
(171334, 14280, '_order_total', '199.00'),
(171335, 14280, '_order_version', '3.0.1'),
(171336, 14280, '_prices_include_tax', 'no'),
(171337, 14280, '_billing_address_index', 'lili gala hege tef  rew DHA 234 NP elgeeteaza@gmail.com 0908765643'),
(171338, 14280, '_shipping_address_index', '        '),
(171339, 14280, '_shipping_method', ''),
(171340, 14280, '_recorded_sales', 'yes'),
(171341, 14280, '_recorded_coupon_usage_counts', 'yes'),
(178784, 14862, '_order_key', 'wc_order_5a4410010b945'),
(178785, 14862, '_customer_user', '0'),
(178786, 14862, '_payment_method', 'cheque'),
(178787, 14862, '_payment_method_title', 'Check payments'),
(178788, 14862, '_transaction_id', ''),
(178789, 14862, '_customer_ip_address', '187.95.127.112'),
(178790, 14862, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.3; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36'),
(178791, 14862, '_created_via', 'checkout'),
(178792, 14862, '_date_completed', ''),
(178793, 14862, '_completed_date', ''),
(178794, 14862, '_date_paid', ''),
(178795, 14862, '_paid_date', ''),
(178796, 14862, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(178797, 14862, '_billing_first_name', 'test'),
(178798, 14862, '_billing_last_name', 'test'),
(178799, 14862, '_billing_company', 'test'),
(178800, 14862, '_billing_address_1', 'test'),
(178801, 14862, '_billing_address_2', ''),
(178802, 14862, '_billing_city', 'dfasdfsd'),
(178803, 14862, '_billing_state', ''),
(178804, 14862, '_billing_postcode', 'TAMNT'),
(178805, 14862, '_billing_country', 'VN'),
(178806, 14862, '_billing_email', 'demo@cactusthemes.com'),
(178807, 14862, '_billing_phone', '0987654321'),
(178808, 14862, '_shipping_first_name', ''),
(178809, 14862, '_shipping_last_name', ''),
(178810, 14862, '_shipping_company', ''),
(178811, 14862, '_shipping_address_1', ''),
(178812, 14862, '_shipping_address_2', ''),
(178813, 14862, '_shipping_city', ''),
(178814, 14862, '_shipping_state', ''),
(178815, 14862, '_shipping_postcode', ''),
(178816, 14862, '_shipping_country', ''),
(178817, 14862, '_order_currency', 'GBP'),
(178818, 14862, '_cart_discount', '0'),
(178819, 14862, '_cart_discount_tax', '0'),
(178820, 14862, '_order_shipping', '0'),
(178821, 14862, '_order_shipping_tax', '0'),
(178822, 14862, '_order_tax', '0'),
(178823, 14862, '_order_total', '1999.00'),
(178824, 14862, '_order_version', '3.0.1'),
(178825, 14862, '_prices_include_tax', 'no'),
(178826, 14862, '_billing_address_index', 'test test test test  dfasdfsd  TAMNT VN demo@cactusthemes.com 0987654321'),
(178827, 14862, '_shipping_address_index', '        '),
(178828, 14862, '_shipping_method', ''),
(178829, 14862, '_recorded_sales', 'yes'),
(178830, 14862, '_recorded_coupon_usage_counts', 'yes'),
(179691, 14930, '_order_key', 'wc_order_5a448b82bfd2d'),
(179692, 14930, '_customer_user', '0'),
(179693, 14930, '_payment_method', 'cheque'),
(179694, 14930, '_payment_method_title', 'Check payments'),
(179695, 14930, '_transaction_id', ''),
(179696, 14930, '_customer_ip_address', '122.164.240.60'),
(179697, 14930, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),
(179698, 14930, '_created_via', 'checkout'),
(179699, 14930, '_date_completed', ''),
(179700, 14930, '_completed_date', ''),
(179701, 14930, '_date_paid', ''),
(179702, 14930, '_paid_date', ''),
(179703, 14930, '_cart_hash', '157e97d339b35821728622e7ef9a32d0'),
(179704, 14930, '_billing_first_name', 'Sathish'),
(179705, 14930, '_billing_last_name', 'test'),
(179706, 14930, '_billing_company', 'test'),
(179707, 14930, '_billing_address_1', 'test'),
(179708, 14930, '_billing_address_2', 'test'),
(179709, 14930, '_billing_city', 'test'),
(179710, 14930, '_billing_state', 'AZ'),
(179711, 14930, '_billing_postcode', '14701'),
(179712, 14930, '_billing_country', 'US'),
(179713, 14930, '_billing_email', 'saahtish@test.com'),
(179714, 14930, '_billing_phone', '(541) 754-3010'),
(179715, 14930, '_shipping_first_name', ''),
(179716, 14930, '_shipping_last_name', ''),
(179717, 14930, '_shipping_company', ''),
(179718, 14930, '_shipping_address_1', ''),
(179719, 14930, '_shipping_address_2', ''),
(179720, 14930, '_shipping_city', ''),
(179721, 14930, '_shipping_state', ''),
(179722, 14930, '_shipping_postcode', ''),
(179723, 14930, '_shipping_country', ''),
(179724, 14930, '_order_currency', 'GBP'),
(179725, 14930, '_cart_discount', '0'),
(179726, 14930, '_cart_discount_tax', '0'),
(179727, 14930, '_order_shipping', '0'),
(179728, 14930, '_order_shipping_tax', '0'),
(179729, 14930, '_order_tax', '0'),
(179730, 14930, '_order_total', '35.00'),
(179731, 14930, '_order_version', '3.0.1'),
(179732, 14930, '_prices_include_tax', 'no'),
(179733, 14930, '_billing_address_index', 'Sathish test test test test test AZ 14701 US saahtish@test.com (541) 754-3010'),
(179734, 14930, '_shipping_address_index', '        '),
(179735, 14930, '_shipping_method', ''),
(179736, 14930, '_recorded_sales', 'yes'),
(179737, 14930, '_recorded_coupon_usage_counts', 'yes'),
(225610, 18506, '_order_key', 'wc_order_5a45f630effe4'),
(225611, 18506, '_customer_user', '0'),
(225612, 18506, '_payment_method', 'cheque'),
(225613, 18506, '_payment_method_title', 'Check payments'),
(225614, 18506, '_transaction_id', ''),
(225615, 18506, '_customer_ip_address', '122.164.240.60'),
(225616, 18506, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36'),
(225617, 18506, '_created_via', 'checkout'),
(225618, 18506, '_date_completed', ''),
(225619, 18506, '_completed_date', ''),
(225620, 18506, '_date_paid', ''),
(225621, 18506, '_paid_date', ''),
(225622, 18506, '_cart_hash', 'a7470b090ff9721f8731361e923c7979'),
(225623, 18506, '_billing_first_name', 'Sathish'),
(225624, 18506, '_billing_last_name', 'test'),
(225625, 18506, '_billing_company', 'test'),
(225626, 18506, '_billing_address_1', 'test'),
(225627, 18506, '_billing_address_2', 'test'),
(225628, 18506, '_billing_city', 'test'),
(225629, 18506, '_billing_state', 'AZ'),
(225630, 18506, '_billing_postcode', '14701'),
(225631, 18506, '_billing_country', 'US'),
(225632, 18506, '_billing_email', 'saahtish@test.com'),
(225633, 18506, '_billing_phone', '(541) 754-3010'),
(225634, 18506, '_shipping_first_name', ''),
(225635, 18506, '_shipping_last_name', ''),
(225636, 18506, '_shipping_company', ''),
(225637, 18506, '_shipping_address_1', ''),
(225638, 18506, '_shipping_address_2', ''),
(225639, 18506, '_shipping_city', ''),
(225640, 18506, '_shipping_state', ''),
(225641, 18506, '_shipping_postcode', ''),
(225642, 18506, '_shipping_country', ''),
(225643, 18506, '_order_currency', 'GBP'),
(225644, 18506, '_cart_discount', '0'),
(225645, 18506, '_cart_discount_tax', '0'),
(225646, 18506, '_order_shipping', '0'),
(225647, 18506, '_order_shipping_tax', '0'),
(225648, 18506, '_order_tax', '0'),
(225649, 18506, '_order_total', '40.00'),
(225650, 18506, '_order_version', '3.0.1'),
(225651, 18506, '_prices_include_tax', 'no'),
(225652, 18506, '_billing_address_index', 'Sathish test test test test test AZ 14701 US saahtish@test.com (541) 754-3010'),
(225653, 18506, '_shipping_address_index', '        '),
(225654, 18506, '_shipping_method', ''),
(225655, 18506, '_recorded_sales', 'yes'),
(225656, 18506, '_recorded_coupon_usage_counts', 'yes'),
(436966, 34973, '_order_key', 'wc_order_5a53c3e22aec5'),
(436967, 34973, '_customer_user', '0'),
(436968, 34973, '_payment_method', 'paypal'),
(436969, 34973, '_payment_method_title', 'PayPal'),
(436970, 34973, '_transaction_id', ''),
(436971, 34973, '_customer_ip_address', '165.189.255.25'),
(436972, 34973, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36'),
(436973, 34973, '_created_via', 'checkout'),
(436974, 34973, '_date_completed', ''),
(436975, 34973, '_completed_date', ''),
(436976, 34973, '_date_paid', ''),
(436977, 34973, '_paid_date', ''),
(436978, 34973, '_cart_hash', '974ee7aa3419ff03c4268ca3f6c07bc2'),
(436979, 34973, '_billing_first_name', 'Eric'),
(436980, 34973, '_billing_last_name', 'chang'),
(436981, 34973, '_billing_company', ''),
(436982, 34973, '_billing_address_1', '5022 sheboygan ave'),
(436983, 34973, '_billing_address_2', ''),
(436984, 34973, '_billing_city', 'Madison'),
(436985, 34973, '_billing_state', 'WI'),
(436986, 34973, '_billing_postcode', '53705'),
(436987, 34973, '_billing_country', 'US'),
(436988, 34973, '_billing_email', 'changz02@hotmail.com'),
(436989, 34973, '_billing_phone', '5125879366'),
(436990, 34973, '_shipping_first_name', ''),
(436991, 34973, '_shipping_last_name', ''),
(436992, 34973, '_shipping_company', ''),
(436993, 34973, '_shipping_address_1', ''),
(436994, 34973, '_shipping_address_2', ''),
(436995, 34973, '_shipping_city', ''),
(436996, 34973, '_shipping_state', ''),
(436997, 34973, '_shipping_postcode', ''),
(436998, 34973, '_shipping_country', ''),
(436999, 34973, '_order_currency', 'GBP'),
(437000, 34973, '_cart_discount', '0'),
(437001, 34973, '_cart_discount_tax', '0'),
(437002, 34973, '_order_shipping', '0'),
(437003, 34973, '_order_shipping_tax', '0'),
(437004, 34973, '_order_tax', '0'),
(437005, 34973, '_order_total', '57.00'),
(437006, 34973, '_order_version', '3.0.1'),
(437007, 34973, '_prices_include_tax', 'no'),
(437008, 34973, '_billing_address_index', 'Eric chang  5022 sheboygan ave  Madison WI 53705 US changz02@hotmail.com 5125879366'),
(437009, 34973, '_shipping_address_index', '        '),
(437010, 34973, '_shipping_method', ''),
(1743394, 136783, '_order_key', 'wc_order_5a6e38ba52e4c'),
(1743395, 136783, '_customer_user', '0'),
(1743396, 136783, '_payment_method', 'cheque'),
(1743397, 136783, '_payment_method_title', 'Check payments'),
(1743398, 136783, '_transaction_id', ''),
(1743399, 136783, '_customer_ip_address', '103.202.221.155'),
(1743400, 136783, '_customer_user_agent', 'mozilla/5.0 (windows nt 10.0; win64; x64; rv:58.0) gecko/20100101 firefox/58.0'),
(1743401, 136783, '_created_via', 'checkout'),
(1743402, 136783, '_date_completed', ''),
(1743403, 136783, '_completed_date', ''),
(1743404, 136783, '_date_paid', ''),
(1743405, 136783, '_paid_date', ''),
(1743406, 136783, '_cart_hash', 'e64e1f887d6a375a06ead9081adc96a6'),
(1743407, 136783, '_billing_first_name', 'dsfgb'),
(1743408, 136783, '_billing_last_name', 'fgh'),
(1743409, 136783, '_billing_company', 'fvb'),
(1743410, 136783, '_billing_address_1', 'gbdgb'),
(1743411, 136783, '_billing_address_2', 'gfh'),
(1743412, 136783, '_billing_city', 'fbgf'),
(1743413, 136783, '_billing_state', 'DHA'),
(1743414, 136783, '_billing_postcode', '1200'),
(1743415, 136783, '_billing_country', 'BD'),
(1743416, 136783, '_billing_email', 'fghjhkjl@rgh.fy'),
(1743417, 136783, '_billing_phone', '3456'),
(1743418, 136783, '_shipping_first_name', ''),
(1743419, 136783, '_shipping_last_name', ''),
(1743420, 136783, '_shipping_company', ''),
(1743421, 136783, '_shipping_address_1', ''),
(1743422, 136783, '_shipping_address_2', ''),
(1743423, 136783, '_shipping_city', ''),
(1743424, 136783, '_shipping_state', ''),
(1743425, 136783, '_shipping_postcode', ''),
(1743426, 136783, '_shipping_country', ''),
(1743427, 136783, '_order_currency', 'GBP'),
(1743428, 136783, '_cart_discount', '0'),
(1743429, 136783, '_cart_discount_tax', '0'),
(1743430, 136783, '_order_shipping', '0'),
(1743431, 136783, '_order_shipping_tax', '0'),
(1743432, 136783, '_order_tax', '0'),
(1743433, 136783, '_order_total', '1999.00'),
(1743434, 136783, '_order_version', '3.0.1'),
(1743435, 136783, '_prices_include_tax', 'no'),
(1743436, 136783, '_billing_address_index', 'dsfgb fgh fvb gbdgb gfh fbgf DHA 1200 BD fghjhkjl@rgh.fy 3456'),
(1743437, 136783, '_shipping_address_index', '        '),
(1743438, 136783, '_shipping_method', ''),
(1743439, 136783, '_recorded_sales', 'yes'),
(1743440, 136783, '_recorded_coupon_usage_counts', 'yes'),
(1743540, 136793, '_order_key', 'wc_order_5a704180b09b6'),
(1743541, 136793, '_customer_user', '0'),
(1743542, 136793, '_payment_method', 'paypal'),
(1743543, 136793, '_payment_method_title', 'PayPal'),
(1743544, 136793, '_transaction_id', ''),
(1743545, 136793, '_customer_ip_address', '49.206.127.158'),
(1743546, 136793, '_customer_user_agent', 'mozilla/5.0 (windows nt 6.1; win64; x64; rv:57.0) gecko/20100101 firefox/57.0'),
(1743547, 136793, '_created_via', 'checkout'),
(1743548, 136793, '_date_completed', ''),
(1743549, 136793, '_completed_date', ''),
(1743550, 136793, '_date_paid', ''),
(1743551, 136793, '_paid_date', ''),
(1743552, 136793, '_cart_hash', '9b9747b2534014712b102436e740707c'),
(1743553, 136793, '_billing_first_name', 'test'),
(1743554, 136793, '_billing_last_name', 'kumar'),
(1743555, 136793, '_billing_company', 'tesrta`'),
(1743556, 136793, '_billing_address_1', '536 ytuhuih'),
(1743557, 136793, '_billing_address_2', '787 iou'),
(1743558, 136793, '_billing_city', 'brodford'),
(1743559, 136793, '_billing_state', ''),
(1743560, 136793, '_billing_postcode', 'BD8 8BD'),
(1743561, 136793, '_billing_country', 'GB'),
(1743562, 136793, '_billing_email', 'fsasert@yahoo.com'),
(1743563, 136793, '_billing_phone', '4634754754654'),
(1743564, 136793, '_shipping_first_name', ''),
(1743565, 136793, '_shipping_last_name', ''),
(1743566, 136793, '_shipping_company', ''),
(1743567, 136793, '_shipping_address_1', ''),
(1743568, 136793, '_shipping_address_2', ''),
(1743569, 136793, '_shipping_city', ''),
(1743570, 136793, '_shipping_state', ''),
(1743571, 136793, '_shipping_postcode', ''),
(1743572, 136793, '_shipping_country', ''),
(1743573, 136793, '_order_currency', 'GBP'),
(1743574, 136793, '_cart_discount', '0'),
(1743575, 136793, '_cart_discount_tax', '0'),
(1743576, 136793, '_order_shipping', '0'),
(1743577, 136793, '_order_shipping_tax', '0'),
(1743578, 136793, '_order_tax', '0'),
(1743579, 136793, '_order_total', '35.00'),
(1743580, 136793, '_order_version', '3.0.1'),
(1743581, 136793, '_prices_include_tax', 'no'),
(1743582, 136793, '_billing_address_index', 'test kumar tesrta` 536 ytuhuih 787 iou brodford  BD8 8BD GB fsasert@yahoo.com 4634754754654'),
(1743583, 136793, '_shipping_address_index', '        '),
(1743584, 136793, '_shipping_method', ''),
(1743754, 136832, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743755, 136833, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743756, 136834, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743757, 136835, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743758, 136836, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743759, 136837, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743760, 136838, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743761, 136839, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743762, 136840, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743763, 136841, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743764, 136842, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743765, 136843, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743766, 136844, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743767, 136845, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743768, 136846, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1743769, 136847, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010665, 4, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010666, 4, '_edit_last', '65427'),
(2010667, 4, '_bbp_forum_subforum_count', '0'),
(2010668, 4, '_bbp_topic_count_hidden', '1'),
(2010669, 4, '_bbp_sticky_topics', 'a:1:{i:0;i:20;}'),
(2010670, 4, '_bbp_forum_id', '10'),
(2010671, 4, '_bbp_last_topic_id', '108'),
(2010672, 4, '_bbp_last_reply_id', '136856'),
(2010673, 4, '_bbp_last_active_id', '136856'),
(2010674, 4, '_bbp_last_active_time', '2013-11-06 08:10:53'),
(2010675, 4, '_bbp_topic_count', '7'),
(2010676, 4, '_bbp_total_topic_count', '7'),
(2010677, 4, '_bbp_total_reply_count', '14'),
(2010678, 136850, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010679, 136850, '_edit_last', '65427'),
(2010680, 136850, '_bbp_forum_subforum_count', '0'),
(2010681, 136850, '_bbp_topic_count_hidden', '1'),
(2010682, 136850, '_bbp_forum_id', '10'),
(2010683, 136850, '_bbp_last_topic_id', '0'),
(2010684, 136850, '_bbp_topic_count', '0'),
(2010685, 136850, '_bbp_total_topic_count', '0'),
(2010686, 136850, '_bbp_total_reply_count', '0'),
(2010687, 136851, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010688, 136851, '_edit_last', '65427'),
(2010689, 136851, '_bbp_forum_subforum_count', '0'),
(2010690, 136851, '_bbp_topic_count_hidden', '0'),
(2010691, 136851, '_bbp_forum_id', '10'),
(2010692, 136851, '_bbp_last_topic_id', '0'),
(2010693, 136851, '_bbp_topic_count', '0'),
(2010694, 136851, '_bbp_total_topic_count', '0'),
(2010695, 136851, '_bbp_total_reply_count', '0'),
(2010696, 136852, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010697, 136852, '_edit_last', '65427'),
(2010698, 136852, '_bbp_forum_subforum_count', '4'),
(2010699, 136852, '_bbp_topic_count_hidden', '0'),
(2010700, 136852, '_bbp_forum_type', 'category'),
(2010701, 136852, '_bbp_forum_id', '0'),
(2010702, 136852, '_bbp_last_topic_id', '108'),
(2010703, 136852, '_bbp_last_reply_id', '136856'),
(2010704, 136852, '_bbp_last_active_id', '136856'),
(2010705, 136852, '_bbp_last_active_time', '2013-11-06 08:10:53'),
(2010706, 136852, '_bbp_topic_count', '0'),
(2010707, 136852, '_bbp_total_topic_count', '7'),
(2010708, 136852, '_bbp_total_reply_count', '14'),
(2010709, 136853, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010710, 136853, '_edit_last', '65427'),
(2010711, 136853, '_bbp_forum_subforum_count', '0'),
(2010712, 136853, '_bbp_topic_count_hidden', '0'),
(2010713, 136853, '_bbp_status', 'closed'),
(2010714, 136853, '_bbp_forum_id', '10'),
(2010715, 136853, '_bbp_last_topic_id', '0'),
(2010716, 136853, '_bbp_topic_count', '0'),
(2010717, 136853, '_bbp_total_topic_count', '0'),
(2010718, 136853, '_bbp_total_reply_count', '0'),
(2010721, 112, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010722, 112, '_edit_last', '65427'),
(2010723, 112, '_bbp_forum_subforum_count', '2'),
(2010724, 112, '_bbp_topic_count_hidden', '0'),
(2010725, 112, '_bbp_forum_type', 'category'),
(2010726, 112, '_bbp_forum_id', '0'),
(2010727, 112, '_bbp_last_topic_id', '0'),
(2010728, 112, '_bbp_topic_count', '0'),
(2010729, 112, '_bbp_total_topic_count', '0'),
(2010730, 112, '_bbp_total_reply_count', '0'),
(2010731, 114, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010732, 114, '_edit_last', '65427'),
(2010733, 114, '_bbp_forum_subforum_count', '3'),
(2010734, 114, '_bbp_topic_count_hidden', '0'),
(2010735, 114, '_bbp_forum_type', 'category'),
(2010736, 114, '_bbp_forum_id', '112'),
(2010737, 114, '_bbp_last_topic_id', '0'),
(2010738, 114, '_bbp_topic_count', '0'),
(2010739, 114, '_bbp_total_topic_count', '0'),
(2010740, 114, '_bbp_total_reply_count', '0'),
(2010741, 116, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010742, 116, '_edit_last', '65427'),
(2010743, 116, '_bbp_forum_subforum_count', '2'),
(2010744, 116, '_bbp_topic_count_hidden', '0'),
(2010745, 116, '_bbp_forum_type', 'category'),
(2010746, 116, '_bbp_forum_id', '112'),
(2010747, 116, '_bbp_last_topic_id', '0'),
(2010748, 116, '_bbp_topic_count', '0'),
(2010749, 116, '_bbp_total_topic_count', '0'),
(2010750, 116, '_bbp_total_reply_count', '0'),
(2010751, 118, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010752, 118, '_edit_last', '65427'),
(2010753, 118, '_bbp_forum_subforum_count', '2'),
(2010754, 118, '_bbp_topic_count_hidden', '0'),
(2010755, 118, '_bbp_forum_type', 'category'),
(2010756, 118, '_bbp_forum_id', '116'),
(2010757, 118, '_bbp_last_topic_id', '0'),
(2010758, 118, '_bbp_topic_count', '0'),
(2010759, 118, '_bbp_total_topic_count', '0'),
(2010760, 118, '_bbp_total_reply_count', '0'),
(2010761, 120, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010762, 120, '_edit_last', '65427'),
(2010763, 120, '_bbp_forum_subforum_count', '0'),
(2010764, 120, '_bbp_topic_count_hidden', '0'),
(2010765, 120, '_bbp_forum_id', '116'),
(2010766, 120, '_bbp_last_topic_id', '0'),
(2010767, 120, '_bbp_topic_count', '0'),
(2010768, 120, '_bbp_total_topic_count', '0'),
(2010769, 120, '_bbp_total_reply_count', '0'),
(2010770, 122, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010771, 122, '_edit_last', '65427'),
(2010772, 122, '_bbp_forum_subforum_count', '0'),
(2010773, 122, '_bbp_topic_count_hidden', '0'),
(2010774, 122, '_bbp_forum_id', '118'),
(2010775, 122, '_bbp_last_topic_id', '0'),
(2010776, 122, '_bbp_topic_count', '0'),
(2010777, 122, '_bbp_total_topic_count', '0'),
(2010778, 122, '_bbp_total_reply_count', '0'),
(2010779, 124, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010780, 124, '_edit_last', '65427'),
(2010781, 124, '_bbp_forum_subforum_count', '0'),
(2010782, 124, '_bbp_topic_count_hidden', '0'),
(2010783, 124, '_bbp_forum_id', '118'),
(2010784, 124, '_bbp_last_topic_id', '0'),
(2010785, 124, '_bbp_topic_count', '0'),
(2010786, 124, '_bbp_total_topic_count', '0'),
(2010787, 124, '_bbp_total_reply_count', '0'),
(2010788, 126, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010789, 126, '_edit_last', '65427'),
(2010790, 126, '_bbp_forum_subforum_count', '0'),
(2010791, 126, '_bbp_topic_count_hidden', '0'),
(2010792, 126, '_bbp_forum_id', '114'),
(2010793, 126, '_bbp_last_topic_id', '0'),
(2010794, 126, '_bbp_topic_count', '0'),
(2010795, 126, '_bbp_total_topic_count', '0'),
(2010796, 126, '_bbp_total_reply_count', '0'),
(2010797, 128, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010798, 128, '_edit_last', '65427'),
(2010799, 128, '_bbp_forum_subforum_count', '0'),
(2010800, 128, '_bbp_topic_count_hidden', '0'),
(2010801, 128, '_bbp_forum_id', '114'),
(2010802, 128, '_bbp_last_topic_id', '0'),
(2010803, 128, '_bbp_topic_count', '0'),
(2010804, 128, '_bbp_total_topic_count', '0'),
(2010805, 128, '_bbp_total_reply_count', '0'),
(2010806, 130, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010807, 130, '_edit_last', '65427'),
(2010808, 130, '_bbp_forum_subforum_count', '2'),
(2010809, 130, '_bbp_topic_count_hidden', '0'),
(2010810, 130, '_bbp_forum_type', 'category'),
(2010811, 130, '_bbp_forum_id', '114'),
(2010812, 130, '_bbp_last_topic_id', '0'),
(2010813, 130, '_bbp_topic_count', '0'),
(2010814, 130, '_bbp_total_topic_count', '0'),
(2010815, 130, '_bbp_total_reply_count', '0'),
(2010816, 132, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010817, 132, '_edit_last', '65427'),
(2010818, 132, '_bbp_forum_subforum_count', '0'),
(2010819, 132, '_bbp_topic_count_hidden', '0'),
(2010820, 132, '_bbp_forum_id', '130'),
(2010821, 132, '_bbp_last_topic_id', '0'),
(2010822, 132, '_bbp_topic_count', '0'),
(2010823, 132, '_bbp_total_topic_count', '0'),
(2010824, 132, '_bbp_total_reply_count', '0'),
(2010825, 134, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010826, 134, '_edit_last', '65427'),
(2010827, 134, '_bbp_forum_subforum_count', '0'),
(2010828, 134, '_bbp_topic_count_hidden', '0'),
(2010829, 134, '_bbp_forum_id', '130'),
(2010830, 134, '_bbp_last_topic_id', '0'),
(2010831, 134, '_bbp_topic_count', '0'),
(2010832, 134, '_bbp_total_topic_count', '0'),
(2010833, 134, '_bbp_total_reply_count', '0'),
(2010834, 136854, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010835, 136854, '_bbp_author_ip', '10.1.1.8'),
(2010836, 136854, '_bbp_topic_id', '16'),
(2010837, 136854, '_bbp_forum_id', '4'),
(2010838, 18, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010839, 18, '_bbp_author_ip', '10.1.1.8'),
(2010840, 18, '_bbp_topic_id', '16'),
(2010841, 18, '_bbp_forum_id', '4'),
(2010842, 136855, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010843, 136855, '_bbp_author_ip', '10.1.1.8'),
(2010844, 136855, '_bbp_topic_id', '20'),
(2010845, 136855, '_bbp_forum_id', '4'),
(2010846, 22, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010847, 22, '_bbp_author_ip', '10.1.1.8'),
(2010848, 22, '_bbp_topic_id', '20'),
(2010849, 22, '_bbp_forum_id', '4'),
(2010850, 136856, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010851, 136856, '_bbp_author_ip', '10.1.1.8'),
(2010852, 136856, '_bbp_topic_id', '23'),
(2010853, 136856, '_bbp_forum_id', '4'),
(2010854, 25, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010855, 25, '_bbp_author_ip', '10.1.1.8'),
(2010856, 25, '_bbp_topic_id', '23'),
(2010857, 25, '_bbp_forum_id', '4'),
(2010858, 39, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010859, 39, '_bbp_author_ip', '10.1.1.8'),
(2010860, 39, '_bbp_topic_id', '38'),
(2010861, 39, '_bbp_forum_id', '4'),
(2010862, 40, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010863, 40, '_bbp_author_ip', '10.1.1.8'),
(2010864, 40, '_bbp_topic_id', '38'),
(2010865, 40, '_bbp_forum_id', '4'),
(2010884, 97, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010885, 97, '_bbp_author_ip', '10.1.1.8'),
(2010886, 97, '_bbp_topic_id', '96'),
(2010887, 97, '_bbp_forum_id', '4'),
(2010888, 98, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010889, 98, '_bbp_author_ip', '10.1.1.8'),
(2010890, 98, '_bbp_topic_id', '96'),
(2010891, 98, '_bbp_forum_id', '4'),
(2010892, 106, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010893, 106, '_bbp_anonymous_name', 'Anonymous User'),
(2010894, 106, '_bbp_anonymous_email', 'anon@example.com'),
(2010895, 106, '_bbp_anonymous_website', 'http://example.com'),
(2010896, 106, '_bbp_author_ip', '10.1.1.8'),
(2010897, 106, '_bbp_topic_id', '105'),
(2010898, 106, '_bbp_forum_id', '4'),
(2010899, 16, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010900, 16, '_bbp_author_ip', '10.1.1.8'),
(2010901, 16, '_bbp_status', 'publish'),
(2010902, 16, '_bbp_topic_id', '16'),
(2010903, 16, '_bbp_forum_id', '4'),
(2010904, 16, '_bbp_last_reply_id', '18'),
(2010905, 16, '_bbp_last_active_id', '18'),
(2010906, 16, '_bbp_last_active_time', '2013-11-06 08:09:19'),
(2010907, 16, '_bbp_reply_count', '2'),
(2010908, 16, '_bbp_voice_count', '1'),
(2010909, 20, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010910, 20, '_bbp_author_ip', '10.1.1.8'),
(2010911, 20, '_bbp_topic_id', '20'),
(2010912, 20, '_bbp_forum_id', '4'),
(2010913, 20, '_bbp_last_reply_id', '22'),
(2010914, 20, '_bbp_last_active_id', '22'),
(2010915, 20, '_bbp_last_active_time', '2013-11-06 08:10:14'),
(2010916, 20, '_bbp_reply_count', '2'),
(2010917, 20, '_bbp_voice_count', '1'),
(2010918, 23, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010919, 23, '_bbp_author_ip', '10.1.1.8'),
(2010920, 23, '_bbp_topic_id', '23'),
(2010921, 23, '_bbp_forum_id', '4'),
(2010922, 23, '_bbp_last_reply_id', '25'),
(2010923, 23, '_bbp_last_active_id', '25'),
(2010924, 23, '_bbp_last_active_time', '2013-11-06 08:10:58'),
(2010925, 23, '_bbp_reply_count', '2'),
(2010926, 23, '_bbp_voice_count', '1'),
(2010927, 136858, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010928, 136858, '_bbp_author_ip', '10.1.1.8'),
(2010929, 136858, '_bbp_pre_spammed_replies', 'a:2:{i:0;s:3:"100";i:1;s:2:"99";}'),
(2010930, 136858, '_bbp_spam_meta_status', 'publish'),
(2010931, 136858, '_bbp_spam_topic_tags', 'a:5:{i:0;s:7:"bbpress";i:1;s:6:"public";i:2;s:5:"reply";i:3;s:4:"spam";i:4;s:5:"topic";}'),
(2010932, 136858, '_bbp_topic_id', '26'),
(2010933, 136858, '_bbp_forum_id', '4'),
(2010934, 136858, '_bbp_last_reply_id', '0'),
(2010935, 136858, '_bbp_last_active_id', '26'),
(2010936, 136858, '_bbp_last_active_time', '2013-11-06 08:11:40'),
(2010937, 136858, '_bbp_reply_count_hidden', '3'),
(2010938, 136859, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010939, 136859, '_bbp_author_ip', '10.1.1.8'),
(2010940, 136859, '_bbp_spam_meta_status', 'publish'),
(2010941, 136859, '_bbp_topic_id', '26'),
(2010942, 136859, '_bbp_forum_id', '4'),
(2010943, 38, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010944, 38, '_bbp_author_ip', '10.1.1.8'),
(2010945, 38, '_bbp_topic_id', '38'),
(2010946, 38, '_bbp_forum_id', '4'),
(2010947, 38, '_bbp_last_reply_id', '40'),
(2010948, 38, '_bbp_last_active_id', '40'),
(2010949, 38, '_bbp_last_active_time', '2013-11-06 08:13:38'),
(2010950, 38, '_bbp_reply_count', '2'),
(2010951, 38, '_bbp_voice_count', '1'),
(2010952, 42, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010953, 42, '_bbp_author_ip', '10.1.1.8'),
(2010954, 42, '_bbp_topic_id', '42'),
(2010955, 42, '_bbp_forum_id', '4'),
(2010956, 42, '_bbp_last_reply_id', '0'),
(2010957, 42, '_bbp_last_active_id', '42'),
(2010958, 42, '_bbp_last_active_time', '2013-11-19 07:32:28'),
(2010983, 96, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2010984, 96, '_bbp_author_ip', '10.1.1.8'),
(2010985, 96, '_bbp_topic_id', '96'),
(2010986, 96, '_bbp_forum_id', '4'),
(2010987, 96, '_bbp_last_reply_id', '98'),
(2010988, 96, '_bbp_last_active_id', '98'),
(2010989, 96, '_bbp_last_active_time', '2014-01-17 17:23:44'),
(2010990, 96, '_bbp_reply_count', '2'),
(2010991, 96, '_bbp_voice_count', '1'),
(2011004, 105, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011005, 105, '_bbp_anonymous_name', 'Anonymous User'),
(2011006, 105, '_bbp_anonymous_email', 'anon@example.com'),
(2011007, 105, '_bbp_anonymous_website', 'http://example.com'),
(2011008, 105, '_bbp_author_ip', '10.1.1.8'),
(2011009, 105, '_bbp_topic_id', '105'),
(2011010, 105, '_bbp_forum_id', '4'),
(2011011, 105, '_bbp_last_reply_id', '107'),
(2011012, 105, '_bbp_last_active_id', '107'),
(2011013, 105, '_bbp_last_active_time', '2014-01-17 18:03:45'),
(2011014, 105, '_bbp_reply_count', '2'),
(2011015, 107, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011016, 107, '_bbp_anonymous_name', 'Anonymous User'),
(2011017, 107, '_bbp_anonymous_email', 'anon@example.com'),
(2011018, 107, '_bbp_anonymous_website', 'http://example.com'),
(2011019, 107, '_bbp_author_ip', '10.1.1.8'),
(2011020, 107, '_bbp_topic_id', '105'),
(2011021, 107, '_bbp_forum_id', '4'),
(2011022, 108, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011023, 108, '_edit_last', '65427'),
(2011024, 108, '_bbp_author_ip', '10.1.1.8'),
(2011025, 108, '_bbp_topic_id', '108'),
(2011026, 108, '_bbp_forum_id', '4'),
(2011027, 108, '_bbp_last_reply_id', '111'),
(2011028, 108, '_bbp_last_active_id', '111'),
(2011029, 108, '_bbp_last_active_time', '2014-01-17 18:14:07'),
(2011030, 108, '_bbp_reply_count', '2'),
(2011031, 108, '_bbp_voice_count', '1'),
(2011032, 110, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011033, 110, '_bbp_author_ip', '10.1.1.8'),
(2011034, 110, '_bbp_topic_id', '108'),
(2011035, 110, '_bbp_forum_id', '4'),
(2011036, 111, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011037, 111, '_bbp_author_ip', '10.1.1.8'),
(2011038, 111, '_bbp_topic_id', '108'),
(2011039, 111, '_bbp_forum_id', '4'),
(2011040, 4, '_bbp_reply_count', '14'),
(2011041, 136853, '_bbp_reply_count', '0'),
(2011042, 136851, '_bbp_reply_count', '0'),
(2011043, 136850, '_bbp_reply_count', '0'),
(2011044, 136852, '_bbp_reply_count', '0'),
(2011050, 136862, '_bbp_akismet_result', 'true'),
(2011051, 136862, '_bbp_akismet_history', 'a:4:{s:4:"time";d:1517580650.189548;s:7:"message";s:32:"Akismet caught this post as spam";s:5:"event";s:10:"check-spam";s:4:"user";s:8:"elonuzop";}'),
(2011052, 136862, '_bbp_akismet_as_submitted', 'b:0;'),
(2011053, 136862, '_bbp_spam_meta_status', 'publish'),
(2011054, 136862, '_bbp_forum_id', '136850'),
(2011055, 136862, '_bbp_topic_id', '136862'),
(2011056, 136862, '_bbp_author_ip', '107.150.73.250'),
(2011057, 136862, '_bbp_last_active_time', '2018-02-02 14:10:50'),
(2011058, 136862, '_bbp_reply_count', '0'),
(2011059, 136862, '_bbp_reply_count_hidden', '0'),
(2011060, 136862, '_bbp_voice_count', '1'),
(2011063, 4, '_bbp_reply_count', '14'),
(2011064, 4, '_bbp_total_reply_count', '14'),
(2011065, 4, '_bbp_total_topic_count', '7'),
(2011066, 4, '_bbp_topic_count', '7'),
(2011067, 4, '_bbp_last_active_time', '2013-11-06 08:10:53'),
(2011068, 4, '_bbp_last_active_id', '136856'),
(2011069, 4, '_bbp_last_reply_id', '136856'),
(2011070, 4, '_bbp_last_topic_id', '108'),
(2011071, 4, '_bbp_forum_id', '10'),
(2011072, 4, '_bbp_sticky_topics', 'a:1:{i:0;i:20;}'),
(2011073, 4, '_bbp_topic_count_hidden', '1'),
(2011074, 4, '_bbp_forum_subforum_count', '0'),
(2011075, 4, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011076, 112, '_bbp_total_reply_count', '0'),
(2011077, 112, '_bbp_total_topic_count', '0'),
(2011078, 112, '_bbp_topic_count', '0'),
(2011079, 112, '_bbp_last_topic_id', '0'),
(2011080, 112, '_bbp_forum_id', '0'),
(2011081, 112, '_bbp_forum_type', 'category'),
(2011082, 112, '_bbp_topic_count_hidden', '0'),
(2011083, 112, '_bbp_forum_subforum_count', '2'),
(2011084, 112, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011085, 114, '_bbp_total_reply_count', '0'),
(2011086, 114, '_bbp_total_topic_count', '0'),
(2011087, 114, '_bbp_topic_count', '0'),
(2011088, 114, '_bbp_last_topic_id', '0'),
(2011089, 114, '_bbp_forum_id', '112'),
(2011090, 114, '_bbp_forum_type', 'category'),
(2011091, 114, '_bbp_topic_count_hidden', '0'),
(2011092, 114, '_bbp_forum_subforum_count', '3'),
(2011093, 114, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011094, 116, '_bbp_total_reply_count', '0'),
(2011095, 116, '_bbp_total_topic_count', '0'),
(2011096, 116, '_bbp_topic_count', '0'),
(2011097, 116, '_bbp_last_topic_id', '0'),
(2011098, 116, '_bbp_forum_id', '112'),
(2011099, 116, '_bbp_forum_type', 'category'),
(2011100, 116, '_bbp_topic_count_hidden', '0'),
(2011101, 116, '_bbp_forum_subforum_count', '2'),
(2011102, 116, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011103, 118, '_bbp_total_reply_count', '0'),
(2011104, 118, '_bbp_total_topic_count', '0'),
(2011105, 118, '_bbp_topic_count', '0'),
(2011106, 118, '_bbp_last_topic_id', '0'),
(2011107, 118, '_bbp_forum_id', '116'),
(2011108, 118, '_bbp_forum_type', 'category'),
(2011109, 118, '_bbp_topic_count_hidden', '0'),
(2011110, 118, '_bbp_forum_subforum_count', '2'),
(2011111, 118, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011112, 120, '_bbp_total_reply_count', '0'),
(2011113, 120, '_bbp_total_topic_count', '0'),
(2011114, 120, '_bbp_topic_count', '0'),
(2011115, 120, '_bbp_last_topic_id', '0'),
(2011116, 120, '_bbp_forum_id', '116'),
(2011117, 120, '_bbp_topic_count_hidden', '0'),
(2011118, 120, '_bbp_forum_subforum_count', '0'),
(2011119, 120, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011120, 122, '_bbp_total_reply_count', '0'),
(2011121, 122, '_bbp_total_topic_count', '0'),
(2011122, 122, '_bbp_topic_count', '0'),
(2011123, 122, '_bbp_last_topic_id', '0'),
(2011124, 122, '_bbp_forum_id', '118'),
(2011125, 122, '_bbp_topic_count_hidden', '0'),
(2011126, 122, '_bbp_forum_subforum_count', '0'),
(2011127, 122, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011128, 124, '_bbp_total_reply_count', '0'),
(2011129, 124, '_bbp_total_topic_count', '0'),
(2011130, 124, '_bbp_topic_count', '0'),
(2011131, 124, '_bbp_last_topic_id', '0'),
(2011132, 124, '_bbp_forum_id', '118'),
(2011133, 124, '_bbp_topic_count_hidden', '0'),
(2011134, 124, '_bbp_forum_subforum_count', '0'),
(2011135, 124, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011136, 126, '_bbp_total_reply_count', '0'),
(2011137, 126, '_bbp_total_topic_count', '0'),
(2011138, 126, '_bbp_topic_count', '0'),
(2011139, 126, '_bbp_last_topic_id', '0'),
(2011140, 126, '_bbp_forum_id', '114'),
(2011141, 126, '_bbp_topic_count_hidden', '0'),
(2011142, 126, '_bbp_forum_subforum_count', '0'),
(2011143, 126, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011144, 128, '_bbp_total_reply_count', '0'),
(2011145, 128, '_bbp_total_topic_count', '0'),
(2011146, 128, '_bbp_topic_count', '0'),
(2011147, 128, '_bbp_last_topic_id', '0'),
(2011148, 128, '_bbp_forum_id', '114'),
(2011149, 128, '_bbp_topic_count_hidden', '0'),
(2011150, 128, '_bbp_forum_subforum_count', '0'),
(2011151, 128, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011152, 130, '_bbp_total_reply_count', '0'),
(2011153, 130, '_bbp_total_topic_count', '0'),
(2011154, 130, '_bbp_topic_count', '0'),
(2011155, 130, '_bbp_last_topic_id', '0'),
(2011156, 130, '_bbp_forum_id', '114'),
(2011157, 130, '_bbp_forum_type', 'category'),
(2011158, 130, '_bbp_topic_count_hidden', '0'),
(2011159, 130, '_bbp_forum_subforum_count', '2'),
(2011160, 130, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011161, 132, '_bbp_total_reply_count', '0'),
(2011162, 132, '_bbp_total_topic_count', '0'),
(2011163, 132, '_bbp_topic_count', '0'),
(2011164, 132, '_bbp_last_topic_id', '0'),
(2011165, 132, '_bbp_forum_id', '130'),
(2011166, 132, '_bbp_topic_count_hidden', '0'),
(2011167, 132, '_bbp_forum_subforum_count', '0'),
(2011168, 132, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011169, 134, '_bbp_total_reply_count', '0'),
(2011170, 134, '_bbp_total_topic_count', '0'),
(2011171, 134, '_bbp_topic_count', '0'),
(2011172, 134, '_bbp_last_topic_id', '0'),
(2011173, 134, '_bbp_forum_id', '130'),
(2011174, 134, '_bbp_topic_count_hidden', '0'),
(2011175, 134, '_bbp_forum_subforum_count', '0'),
(2011176, 134, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011177, 136850, '_bbp_reply_count', '0'),
(2011178, 136850, '_bbp_total_reply_count', '0'),
(2011179, 136850, '_bbp_total_topic_count', '0'),
(2011180, 136850, '_bbp_topic_count', '0'),
(2011181, 136850, '_bbp_last_topic_id', '0'),
(2011182, 136850, '_bbp_forum_id', '10'),
(2011183, 136850, '_bbp_topic_count_hidden', '1'),
(2011184, 136850, '_bbp_forum_subforum_count', '0'),
(2011185, 136850, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011186, 136851, '_bbp_reply_count', '0'),
(2011187, 136851, '_bbp_total_reply_count', '0'),
(2011188, 136851, '_bbp_total_topic_count', '0'),
(2011189, 136851, '_bbp_topic_count', '0'),
(2011190, 136851, '_bbp_last_topic_id', '0'),
(2011191, 136851, '_bbp_forum_id', '10'),
(2011192, 136851, '_bbp_topic_count_hidden', '0');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2011193, 136851, '_bbp_forum_subforum_count', '0'),
(2011194, 136851, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011195, 136852, '_bbp_reply_count', '0'),
(2011196, 136852, '_bbp_total_reply_count', '14'),
(2011197, 136852, '_bbp_total_topic_count', '7'),
(2011198, 136852, '_bbp_topic_count', '0'),
(2011199, 136852, '_bbp_last_active_time', '2013-11-06 08:10:53'),
(2011200, 136852, '_bbp_last_active_id', '136856'),
(2011201, 136852, '_bbp_last_reply_id', '136856'),
(2011202, 136852, '_bbp_last_topic_id', '108'),
(2011203, 136852, '_bbp_forum_id', '0'),
(2011204, 136852, '_bbp_forum_type', 'category'),
(2011205, 136852, '_bbp_topic_count_hidden', '0'),
(2011206, 136852, '_bbp_forum_subforum_count', '4'),
(2011207, 136852, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011208, 136853, '_bbp_reply_count', '0'),
(2011209, 136853, '_bbp_total_reply_count', '0'),
(2011210, 136853, '_bbp_total_topic_count', '0'),
(2011211, 136853, '_bbp_topic_count', '0'),
(2011212, 136853, '_bbp_last_topic_id', '0'),
(2011213, 136853, '_bbp_forum_id', '10'),
(2011214, 136853, '_bbp_status', 'closed'),
(2011215, 136853, '_bbp_topic_count_hidden', '0'),
(2011216, 136853, '_bbp_forum_subforum_count', '0'),
(2011217, 136853, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011220, 16, '_bbp_voice_count', '1'),
(2011221, 16, '_bbp_reply_count', '2'),
(2011222, 16, '_bbp_last_active_time', '2013-11-06 08:09:19'),
(2011223, 16, '_bbp_last_active_id', '18'),
(2011224, 16, '_bbp_last_reply_id', '18'),
(2011225, 16, '_bbp_forum_id', '4'),
(2011226, 16, '_bbp_topic_id', '16'),
(2011227, 16, '_bbp_status', 'publish'),
(2011228, 16, '_bbp_author_ip', '10.1.1.8'),
(2011229, 16, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011230, 20, '_bbp_voice_count', '1'),
(2011231, 20, '_bbp_reply_count', '2'),
(2011232, 20, '_bbp_last_active_time', '2013-11-06 08:10:14'),
(2011233, 20, '_bbp_last_active_id', '22'),
(2011234, 20, '_bbp_last_reply_id', '22'),
(2011235, 20, '_bbp_forum_id', '4'),
(2011236, 20, '_bbp_topic_id', '20'),
(2011237, 20, '_bbp_author_ip', '10.1.1.8'),
(2011238, 20, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011239, 23, '_bbp_voice_count', '1'),
(2011240, 23, '_bbp_reply_count', '2'),
(2011241, 23, '_bbp_last_active_time', '2013-11-06 08:10:58'),
(2011242, 23, '_bbp_last_active_id', '25'),
(2011243, 23, '_bbp_last_reply_id', '25'),
(2011244, 23, '_bbp_forum_id', '4'),
(2011245, 23, '_bbp_topic_id', '23'),
(2011246, 23, '_bbp_author_ip', '10.1.1.8'),
(2011247, 23, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011248, 38, '_bbp_voice_count', '1'),
(2011249, 38, '_bbp_reply_count', '2'),
(2011250, 38, '_bbp_last_active_time', '2013-11-06 08:13:38'),
(2011251, 38, '_bbp_last_active_id', '40'),
(2011252, 38, '_bbp_last_reply_id', '40'),
(2011253, 38, '_bbp_forum_id', '4'),
(2011254, 38, '_bbp_topic_id', '38'),
(2011255, 38, '_bbp_author_ip', '10.1.1.8'),
(2011256, 38, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011257, 42, '_bbp_last_active_time', '2013-11-19 07:32:28'),
(2011258, 42, '_bbp_last_active_id', '42'),
(2011259, 42, '_bbp_last_reply_id', '0'),
(2011260, 42, '_bbp_forum_id', '4'),
(2011261, 42, '_bbp_topic_id', '42'),
(2011262, 42, '_bbp_author_ip', '10.1.1.8'),
(2011263, 42, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011264, 96, '_bbp_voice_count', '1'),
(2011265, 96, '_bbp_reply_count', '2'),
(2011266, 96, '_bbp_last_active_time', '2014-01-17 17:23:44'),
(2011267, 96, '_bbp_last_active_id', '98'),
(2011268, 96, '_bbp_last_reply_id', '98'),
(2011269, 96, '_bbp_forum_id', '4'),
(2011270, 96, '_bbp_topic_id', '96'),
(2011271, 96, '_bbp_author_ip', '10.1.1.8'),
(2011272, 96, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011273, 105, '_bbp_reply_count', '2'),
(2011274, 105, '_bbp_last_active_time', '2014-01-17 18:03:45'),
(2011275, 105, '_bbp_last_active_id', '107'),
(2011276, 105, '_bbp_last_reply_id', '107'),
(2011277, 105, '_bbp_forum_id', '4'),
(2011278, 105, '_bbp_topic_id', '105'),
(2011279, 105, '_bbp_author_ip', '10.1.1.8'),
(2011280, 105, '_bbp_anonymous_website', 'http://example.com'),
(2011281, 105, '_bbp_anonymous_email', 'anon@example.com'),
(2011282, 105, '_bbp_anonymous_name', 'Anonymous User'),
(2011283, 105, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011284, 108, '_bbp_voice_count', '1'),
(2011285, 108, '_bbp_reply_count', '2'),
(2011286, 108, '_bbp_last_active_time', '2014-01-17 18:14:07'),
(2011287, 108, '_bbp_last_active_id', '111'),
(2011288, 108, '_bbp_last_reply_id', '111'),
(2011289, 108, '_bbp_forum_id', '4'),
(2011290, 108, '_bbp_topic_id', '108'),
(2011291, 108, '_bbp_author_ip', '10.1.1.8'),
(2011292, 108, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011293, 136858, '_bbp_reply_count_hidden', '3'),
(2011294, 136858, '_bbp_last_active_time', '2013-11-06 08:11:40'),
(2011295, 136858, '_bbp_last_active_id', '26'),
(2011296, 136858, '_bbp_last_reply_id', '0'),
(2011297, 136858, '_bbp_forum_id', '4'),
(2011298, 136858, '_bbp_topic_id', '26'),
(2011299, 136858, '_bbp_spam_topic_tags', 'a:5:{i:0;s:7:"bbpress";i:1;s:6:"public";i:2;s:5:"reply";i:3;s:4:"spam";i:4;s:5:"topic";}'),
(2011300, 136858, '_bbp_spam_meta_status', 'publish'),
(2011301, 136858, '_bbp_pre_spammed_replies', 'a:2:{i:0;s:3:"100";i:1;s:2:"99";}'),
(2011302, 136858, '_bbp_author_ip', '10.1.1.8'),
(2011303, 136858, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2011304, 136862, '_bbp_akismet_as_submitted', 'a:109:{s:14:"comment_author";s:8:"elonuzop";s:20:"comment_author_email";s:17:"medsedv@gmail.com";s:18:"comment_author_url";s:0:"";s:15:"comment_content";s:8029:"&lt;h2&gt;Feminizowane nasiona&lt;/h2&gt;&lt;br&gt;&lt;br&gt;Inscenizacja, aukcja oraz eksport uzdrowiskowej marychy są czysto finansowane. Pomimo bieżące chorzy znają znikomo o budów także opuszczaniu narodowych preparatów aniżeli najemcy rozrywkowi. Czegoż toteż oraz co bogata doszlifować?&lt;br&gt;Atoli inscenizacja, transakcja plus wywóz marihuany medycznej spośród Mekki tudzież Holandii są w łączni plus akurat finansowane, chorzy w Mekce, Niemczech, Pepikach i Holandii pobieżnie znają ledwie pokład THC dodatkowo CBD ich leków. Bodaj są one zaobserwowane stricte, do indywidualnej dziesiątej samego odsetka, gwoli sporo transformacji ani ich pochodzenie, ani przekroje kannabinoidowe albo terpenowe nie są jasne.&lt;br&gt;Najpoprawniejsi eksploatatorzy rekreacyjniW wybranych usa STANAMI plus w Holandii dodatkowo Kanadzie konsumenci rozrywkowi umieją często istnieć zgodniejsi, albowiem pozycje staranne (kawiarnie i przybyli) klarownie przytaczają macierzyste wyroby dodatkowo nieobligatoryjnie obdzielają żuje do egzaminowania najczęstszych terpenów także kannabinoidów.Wśród ważnych realizatorów marihuany kuracyjnej rysowanie którychkolwiek takich sumarycznych wyglądów zjawiska egzystowałoby jakże przedtem niepowtarzalne. Jakkolwiek kannabinoidy, takie gdy CBD-V (kannabidiwaryna), THC-V (tetrahydrokannabiwaryna) plus obce bazy figurujące w florach konopi indyjskich, odgrywają jeszcze istotniejszą wagę w jego użyciu leczniczym.Na wzorzec w Szwabach epileptyki nie bystrością, która spośród 18 oferowanych różnic wynosi piskliwą CBD-V. Modyfikacje cenne w CBD-V ujawniły się zbawienne w wygaszaniu epilepsje, tudzież pacjenci tacy wzorem Tara O''Connell wprzódy od wielu latek uszczęśliwiają się korzyściami.Wymyślne marki zamiennik informacjiPonieważ niderlandzkie zaś kanadyjskie fundacje konopi nie ciążyły podsuwać się zrazu ze ubiegłymi markami modyfikacji podczas osiedlania prospektów leczniczych trawki, producenci uprzedni przyciśnięci wymyślić definicji swoich materiałów w ramach przewodu licencjonowania.Te wymyślone godności nie debatują nam włókna o wynikach respektuj guście transformacje. Skoro wyłącznie wybrani licencjonowani producenci zawiadamiają mięsiste portrety, pacjenci w królewskich prospektach konopi ledwo inteligencją o tonach THC dodatkowo CBD.Co istnieje w szczepach?Jeśli, z różnej stronice, naród istnieje prominentny, aktualne wiesz proporcje sativa a indica w jego ładzie genetycznym, zaś podobnie wyjątkowe kryteria, tudzież planujesz choć tiulka artykułów sprzężenia na pierwiastek bieżącego, co jest w ludzie.&lt;br&gt;Pacjenci niemieccy w laptopach mogą wyszukać w Necie, że "Princeton" Tweeda wtedy faktycznie owszem "Ghost Train Haze", i "Hindu Kush" egzystuje dostarczany w aptekach jako "Bakerstreet". W przykładzie tychże różnic apteki, które są sporadycznie łatwe w Nastrojach Skumulowanych również Kanadzie w zamysłach nieprofesjonalnych, wegetują gablotki oraz czasopisma w zbiorze angielskim, które stale zabezpieczają kontury, jakich szukasz.W ewenemencie sześciu kategorii Pedanios, jakie są sprowadzane przez Pedanios natomiast dostarczane w Niemczech, ani powstawanie ludów, ani tematykę kannabinoidów ani terpenów nie są otwarte. Zmiany Pedanios są określone jeno ze impulsu na ich parytet THC / CBD (np. Pedanios 22/1), niesztampowe ewolucje natomiast dziwaczne masy, jakie podpisują, są niewidoczne respektuj nie są wydawane.&lt;br&gt;Wtedy, lub tudzież gdy zaaferowanie Pedanios poprzez kanadyjskiego fabrykanta Aurora skłoniło na wartości modyfikacji prędko uwalnianych przez Peace Naturals, nie stanowi płaskie ani konsyliarzom, ani pacjentom.&lt;br&gt;Dobre, co istnieje słoneczne, więc, że zapach również aromat zmian poprawiłyby się wespół z dziewiczym producentem, podczas gdy tematyki THC a CBD pozostały takie gołe. Namiętne jest podejrzenie, że wówczas, co się tedy odsprzedaje, wówczas nie specjalna, terapeutyczna poprawka maryśki, natomiast nieco marka.Zamieszanie przyspiesza fakt, iż Peace Naturals, jaki rano kręcił Pedanios, później będzie proch na półkach germańskich aptek naturalne rezultaty.&lt;br&gt;&lt;br&gt;&lt;h1&gt;Nasiona konopi&lt;/h1&gt;&lt;br&gt;&lt;br&gt;Jawny wygląd marychy nasiąka dziś reformy. Po ratyfikacji komponowane są probanty efekty, które koncentrują się na zdrowiu plus proseminariach geologicznych. Kalifornia jest o wyczyn przed końcówką. Coraz cios.&lt;br&gt;Piruet hippisowski, Dolina Krzemowa, e-mobilność - jakiś, kto podnieca się prekursorskimi trendami, po spartańsku nie przypuszczalnie wzgardzić Kalifornii. Schematy plus skutki rodzą się tutaj, odsprzedawane i eksportowane na całkowity świat, toteż nie zastanawia fakt, iż Kalifornia pozuje niekonwencjonalną glebę w nostryfikacji marychy.&lt;br&gt;Eksploatowanie konopi indyjskich w finałach uzdrawiających istnieje dozwolone od 1996 r., A z ubiegłego roku prawodawstwo przytula tudzież używanie zabawowe. Racją prawowitą do legalizacji jest prośba 64, nad 60-stronicowy alegat, do pojęcia jakiego chcesz uzdolnienia jurydycznego. Amanda Reiman z Drug Policy Alliance, jaka pomogła zrealizować możliwość 64, dodała istotne fakty w podjeździe gwoli składu TIME: "Wcześniej podminowane notce. Niestety poczytuje coraz magazynów z sokami dla dużych a nie mocna po plebejsku wdepnąć do apteczki przyimek stronicy pacjenta plus zapoczątkować zakupywać ciasteczka [...] dla dużych w wieku przynajmniej 21 latek w Kalifornii, dziś istnieje to karne spośród prawodawstwem poznawać, przedstawiać plus podzielać się konopiami indyjskimi, oraz oraz szkolić połyka w dachu. "Reiman potęguje, że cukiernie pojawią się pewno właśnie od 2018 r. - przepadaj nieszybko. W prawdzie na pierwszorzędny wyrzut spojrzenia tycio się przemieniło w Żeton Angeles zaś San Francisco. Łączni, jacy wędrują po plaży w Wenecji, przejrzą chwilowo znaną przygodę kalifornijską: podróżni uśmiechają się do cele, mamy w zbitych dżinsach, inwestują bezkresne samochody przed sobą, natomiast tedy natomiast ówdzie, komisje nowicjuszy chłopów śpieszących klapsem, iżby edukować. Przyklejają one kettlebells spośród jogą, zaś współrzędnie pachną tak nieomylnie, gdy na kontach na Instagramie. Pod kryzys debacie treningowej napoje z placu gospodarskiego są składane, mało chłopów wylewa napoje proteinowe. Wszak egzystuje nieco morze. Spośród daleka spoziera gdy dzieciak Tkanina Kici ze słomą, jednakże po krótszym przyjrzeniu się zamożna go wykryć jak odparowywacz. Portret niniejszych młodzików, pytających o zdrówko, ponadklasowych wszystkich pochłaniających trawę po joggingu faktycznie nie tęskni się spośród odszczepieńcami, jacy wyobraź sobie ociężałych gości. Kalcyfikacja Kalifornia jest zamieszkana chowaniem szablonowych schematów. Między kochanymi plażami na południu i sekwojami na północy rodzą się niepodobne drogi scalające zdrówko, proseminarium a marihuanę.&lt;br&gt;Szpiclem aktualnego sportu istnieje Jim McAlpine, jaki z bródką natomiast glacą wyziera niby efekciarz Dwayne "rock" Johnson. McAlpine istnieje przedstawicielem statycznym zbyt 420 atrakcjami, kolekcją pytań ruchowych, jakie już wielgachny się do siedmiu niejednolitych humorów. W 420 kreacjach ogarniętych egzystuje dystans 4,2 mil (wokół 6,5 km). Akurat pilnuje o ostatnie, iżby załapać zawiązanie po możności; w empirii konsumpcja podczas sprintu jest krzykliwie zabroniona.Chodzi o współczesne, ażeby "zwalczyć komunały, które powstały w etapach prohibicji konopi" - klepie McAlpine w składzie Dope. Leci się upewnić, iż w konieczności nie pełni nabywcy trawki są narażeni na obecną pojedynczą szczątkę, co "powolni stonerowie".&lt;br&gt;&lt;br&gt;<a href="http://www.moj-talerz.pl/zawody-zwiazane-z-marihuana/">polecam przeczytać</a>&lt;br&gt;";s:15:"comment_post_ID";i:136850;s:12:"comment_type";s:5:"topic";s:9:"permalink";s:94:"http://university.cactusthemes.com/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:8:"referrer";s:94:"http://university.cactusthemes.com/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:10:"user_agent";s:99:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2783.4";s:7:"user_ID";i:65433;s:7:"user_ip";s:14:"107.150.73.250";s:9:"user_role";s:26:"subscriber,bbp_participant";s:4:"blog";s:34:"http://university.cactusthemes.com";s:12:"blog_charset";s:5:"UTF-8";s:9:"blog_lang";s:5:"en_US";s:20:"POST_bbp_topic_title";s:30:"nasiona marihuany feminizowane";s:22:"POST_bbp_topic_content";s:7903:"<h2>Feminizowane nasiona</h2><br><br>Inscenizacja, aukcja oraz eksport uzdrowiskowej marychy są czysto finansowane. Pomimo bieżące chorzy znają znikomo o budów także opuszczaniu narodowych preparatów aniżeli najemcy rozrywkowi. Czegoż toteż oraz co bogata doszlifować?<br>Atoli inscenizacja, transakcja plus wywóz marihuany medycznej spośród Mekki tudzież Holandii są w łączni plus akurat finansowane, chorzy w Mekce, Niemczech, Pepikach i Holandii pobieżnie znają ledwie pokład THC dodatkowo CBD ich leków. Bodaj są one zaobserwowane stricte, do indywidualnej dziesiątej samego odsetka, gwoli sporo transformacji ani ich pochodzenie, ani przekroje kannabinoidowe albo terpenowe nie są jasne.<br>Najpoprawniejsi eksploatatorzy rekreacyjniW wybranych usa STANAMI plus w Holandii dodatkowo Kanadzie konsumenci rozrywkowi umieją często istnieć zgodniejsi, albowiem pozycje staranne (kawiarnie i przybyli) klarownie przytaczają macierzyste wyroby dodatkowo nieobligatoryjnie obdzielają żuje do egzaminowania najczęstszych terpenów także kannabinoidów.Wśród ważnych realizatorów marihuany kuracyjnej rysowanie którychkolwiek takich sumarycznych wyglądów zjawiska egzystowałoby jakże przedtem niepowtarzalne. Jakkolwiek kannabinoidy, takie gdy CBD-V (kannabidiwaryna), THC-V (tetrahydrokannabiwaryna) plus obce bazy figurujące w florach konopi indyjskich, odgrywają jeszcze istotniejszą wagę w jego użyciu leczniczym.Na wzorzec w Szwabach epileptyki nie bystrością, która spośród 18 oferowanych różnic wynosi piskliwą CBD-V. Modyfikacje cenne w CBD-V ujawniły się zbawienne w wygaszaniu epilepsje, tudzież pacjenci tacy wzorem Tara O''Connell wprzódy od wielu latek uszczęśliwiają się korzyściami.Wymyślne marki zamiennik informacjiPonieważ niderlandzkie zaś kanadyjskie fundacje konopi nie ciążyły podsuwać się zrazu ze ubiegłymi markami modyfikacji podczas osiedlania prospektów leczniczych trawki, producenci uprzedni przyciśnięci wymyślić definicji swoich materiałów w ramach przewodu licencjonowania.Te wymyślone godności nie debatują nam włókna o wynikach respektuj guście transformacje. Skoro wyłącznie wybrani licencjonowani producenci zawiadamiają mięsiste portrety, pacjenci w królewskich prospektach konopi ledwo inteligencją o tonach THC dodatkowo CBD.Co istnieje w szczepach?Jeśli, z różnej stronice, naród istnieje prominentny, aktualne wiesz proporcje sativa a indica w jego ładzie genetycznym, zaś podobnie wyjątkowe kryteria, tudzież planujesz choć tiulka artykułów sprzężenia na pierwiastek bieżącego, co jest w ludzie.<br>Pacjenci niemieccy w laptopach mogą wyszukać w Necie, że "Princeton" Tweeda wtedy faktycznie owszem "Ghost Train Haze", i "Hindu Kush" egzystuje dostarczany w aptekach jako "Bakerstreet". W przykładzie tychże różnic apteki, które są sporadycznie łatwe w Nastrojach Skumulowanych również Kanadzie w zamysłach nieprofesjonalnych, wegetują gablotki oraz czasopisma w zbiorze angielskim, które stale zabezpieczają kontury, jakich szukasz.W ewenemencie sześciu kategorii Pedanios, jakie są sprowadzane przez Pedanios natomiast dostarczane w Niemczech, ani powstawanie ludów, ani tematykę kannabinoidów ani terpenów nie są otwarte. Zmiany Pedanios są określone jeno ze impulsu na ich parytet THC / CBD (np. Pedanios 22/1), niesztampowe ewolucje natomiast dziwaczne masy, jakie podpisują, są niewidoczne respektuj nie są wydawane.<br>Wtedy, lub tudzież gdy zaaferowanie Pedanios poprzez kanadyjskiego fabrykanta Aurora skłoniło na wartości modyfikacji prędko uwalnianych przez Peace Naturals, nie stanowi płaskie ani konsyliarzom, ani pacjentom.<br>Dobre, co istnieje słoneczne, więc, że zapach również aromat zmian poprawiłyby się wespół z dziewiczym producentem, podczas gdy tematyki THC a CBD pozostały takie gołe. Namiętne jest podejrzenie, że wówczas, co się tedy odsprzedaje, wówczas nie specjalna, terapeutyczna poprawka maryśki, natomiast nieco marka.Zamieszanie przyspiesza fakt, iż Peace Naturals, jaki rano kręcił Pedanios, później będzie proch na półkach germańskich aptek naturalne rezultaty.<br><br><h1>Nasiona konopi</h1><br><br>Jawny wygląd marychy nasiąka dziś reformy. Po ratyfikacji komponowane są probanty efekty, które koncentrują się na zdrowiu plus proseminariach geologicznych. Kalifornia jest o wyczyn przed końcówką. Coraz cios.<br>Piruet hippisowski, Dolina Krzemowa, e-mobilność - jakiś, kto podnieca się prekursorskimi trendami, po spartańsku nie przypuszczalnie wzgardzić Kalifornii. Schematy plus skutki rodzą się tutaj, odsprzedawane i eksportowane na całkowity świat, toteż nie zastanawia fakt, iż Kalifornia pozuje niekonwencjonalną glebę w nostryfikacji marychy.<br>Eksploatowanie konopi indyjskich w finałach uzdrawiających istnieje dozwolone od 1996 r., A z ubiegłego roku prawodawstwo przytula tudzież używanie zabawowe. Racją prawowitą do legalizacji jest prośba 64, nad 60-stronicowy alegat, do pojęcia jakiego chcesz uzdolnienia jurydycznego. Amanda Reiman z Drug Policy Alliance, jaka pomogła zrealizować możliwość 64, dodała istotne fakty w podjeździe gwoli składu TIME: "Wcześniej podminowane notce. Niestety poczytuje coraz magazynów z sokami dla dużych a nie mocna po plebejsku wdepnąć do apteczki przyimek stronicy pacjenta plus zapoczątkować zakupywać ciasteczka [...] dla dużych w wieku przynajmniej 21 latek w Kalifornii, dziś istnieje to karne spośród prawodawstwem poznawać, przedstawiać plus podzielać się konopiami indyjskimi, oraz oraz szkolić połyka w dachu. "Reiman potęguje, że cukiernie pojawią się pewno właśnie od 2018 r. - przepadaj nieszybko. W prawdzie na pierwszorzędny wyrzut spojrzenia tycio się przemieniło w Żeton Angeles zaś San Francisco. Łączni, jacy wędrują po plaży w Wenecji, przejrzą chwilowo znaną przygodę kalifornijską: podróżni uśmiechają się do cele, mamy w zbitych dżinsach, inwestują bezkresne samochody przed sobą, natomiast tedy natomiast ówdzie, komisje nowicjuszy chłopów śpieszących klapsem, iżby edukować. Przyklejają one kettlebells spośród jogą, zaś współrzędnie pachną tak nieomylnie, gdy na kontach na Instagramie. Pod kryzys debacie treningowej napoje z placu gospodarskiego są składane, mało chłopów wylewa napoje proteinowe. Wszak egzystuje nieco morze. Spośród daleka spoziera gdy dzieciak Tkanina Kici ze słomą, jednakże po krótszym przyjrzeniu się zamożna go wykryć jak odparowywacz. Portret niniejszych młodzików, pytających o zdrówko, ponadklasowych wszystkich pochłaniających trawę po joggingu faktycznie nie tęskni się spośród odszczepieńcami, jacy wyobraź sobie ociężałych gości. Kalcyfikacja Kalifornia jest zamieszkana chowaniem szablonowych schematów. Między kochanymi plażami na południu i sekwojami na północy rodzą się niepodobne drogi scalające zdrówko, proseminarium a marihuanę.<br>Szpiclem aktualnego sportu istnieje Jim McAlpine, jaki z bródką natomiast glacą wyziera niby efekciarz Dwayne "rock" Johnson. McAlpine istnieje przedstawicielem statycznym zbyt 420 atrakcjami, kolekcją pytań ruchowych, jakie już wielgachny się do siedmiu niejednolitych humorów. W 420 kreacjach ogarniętych egzystuje dystans 4,2 mil (wokół 6,5 km). Akurat pilnuje o ostatnie, iżby załapać zawiązanie po możności; w empirii konsumpcja podczas sprintu jest krzykliwie zabroniona.Chodzi o współczesne, ażeby "zwalczyć komunały, które powstały w etapach prohibicji konopi" - klepie McAlpine w składzie Dope. Leci się upewnić, iż w konieczności nie pełni nabywcy trawki są narażeni na obecną pojedynczą szczątkę, co "powolni stonerowie".<br><br><a href="http://www.moj-talerz.pl/zawody-zwiazane-z-marihuana/">polecam przeczytać</a><br>";s:19:"POST_bbp_topic_tags";s:0:"";s:21:"POST_bbp_topic_submit";s:7903:"<h2>Feminizowane nasiona</h2><br><br>Inscenizacja, aukcja oraz eksport uzdrowiskowej marychy są czysto finansowane. Pomimo bieżące chorzy znają znikomo o budów także opuszczaniu narodowych preparatów aniżeli najemcy rozrywkowi. Czegoż toteż oraz co bogata doszlifować?<br>Atoli inscenizacja, transakcja plus wywóz marihuany medycznej spośród Mekki tudzież Holandii są w łączni plus akurat finansowane, chorzy w Mekce, Niemczech, Pepikach i Holandii pobieżnie znają ledwie pokład THC dodatkowo CBD ich leków. Bodaj są one zaobserwowane stricte, do indywidualnej dziesiątej samego odsetka, gwoli sporo transformacji ani ich pochodzenie, ani przekroje kannabinoidowe albo terpenowe nie są jasne.<br>Najpoprawniejsi eksploatatorzy rekreacyjniW wybranych usa STANAMI plus w Holandii dodatkowo Kanadzie konsumenci rozrywkowi umieją często istnieć zgodniejsi, albowiem pozycje staranne (kawiarnie i przybyli) klarownie przytaczają macierzyste wyroby dodatkowo nieobligatoryjnie obdzielają żuje do egzaminowania najczęstszych terpenów także kannabinoidów.Wśród ważnych realizatorów marihuany kuracyjnej rysowanie którychkolwiek takich sumarycznych wyglądów zjawiska egzystowałoby jakże przedtem niepowtarzalne. Jakkolwiek kannabinoidy, takie gdy CBD-V (kannabidiwaryna), THC-V (tetrahydrokannabiwaryna) plus obce bazy figurujące w florach konopi indyjskich, odgrywają jeszcze istotniejszą wagę w jego użyciu leczniczym.Na wzorzec w Szwabach epileptyki nie bystrością, która spośród 18 oferowanych różnic wynosi piskliwą CBD-V. Modyfikacje cenne w CBD-V ujawniły się zbawienne w wygaszaniu epilepsje, tudzież pacjenci tacy wzorem Tara O''Connell wprzódy od wielu latek uszczęśliwiają się korzyściami.Wymyślne marki zamiennik informacjiPonieważ niderlandzkie zaś kanadyjskie fundacje konopi nie ciążyły podsuwać się zrazu ze ubiegłymi markami modyfikacji podczas osiedlania prospektów leczniczych trawki, producenci uprzedni przyciśnięci wymyślić definicji swoich materiałów w ramach przewodu licencjonowania.Te wymyślone godności nie debatują nam włókna o wynikach respektuj guście transformacje. Skoro wyłącznie wybrani licencjonowani producenci zawiadamiają mięsiste portrety, pacjenci w królewskich prospektach konopi ledwo inteligencją o tonach THC dodatkowo CBD.Co istnieje w szczepach?Jeśli, z różnej stronice, naród istnieje prominentny, aktualne wiesz proporcje sativa a indica w jego ładzie genetycznym, zaś podobnie wyjątkowe kryteria, tudzież planujesz choć tiulka artykułów sprzężenia na pierwiastek bieżącego, co jest w ludzie.<br>Pacjenci niemieccy w laptopach mogą wyszukać w Necie, że "Princeton" Tweeda wtedy faktycznie owszem "Ghost Train Haze", i "Hindu Kush" egzystuje dostarczany w aptekach jako "Bakerstreet". W przykładzie tychże różnic apteki, które są sporadycznie łatwe w Nastrojach Skumulowanych również Kanadzie w zamysłach nieprofesjonalnych, wegetują gablotki oraz czasopisma w zbiorze angielskim, które stale zabezpieczają kontury, jakich szukasz.W ewenemencie sześciu kategorii Pedanios, jakie są sprowadzane przez Pedanios natomiast dostarczane w Niemczech, ani powstawanie ludów, ani tematykę kannabinoidów ani terpenów nie są otwarte. Zmiany Pedanios są określone jeno ze impulsu na ich parytet THC / CBD (np. Pedanios 22/1), niesztampowe ewolucje natomiast dziwaczne masy, jakie podpisują, są niewidoczne respektuj nie są wydawane.<br>Wtedy, lub tudzież gdy zaaferowanie Pedanios poprzez kanadyjskiego fabrykanta Aurora skłoniło na wartości modyfikacji prędko uwalnianych przez Peace Naturals, nie stanowi płaskie ani konsyliarzom, ani pacjentom.<br>Dobre, co istnieje słoneczne, więc, że zapach również aromat zmian poprawiłyby się wespół z dziewiczym producentem, podczas gdy tematyki THC a CBD pozostały takie gołe. Namiętne jest podejrzenie, że wówczas, co się tedy odsprzedaje, wówczas nie specjalna, terapeutyczna poprawka maryśki, natomiast nieco marka.Zamieszanie przyspiesza fakt, iż Peace Naturals, jaki rano kręcił Pedanios, później będzie proch na półkach germańskich aptek naturalne rezultaty.<br><br><h1>Nasiona konopi</h1><br><br>Jawny wygląd marychy nasiąka dziś reformy. Po ratyfikacji komponowane są probanty efekty, które koncentrują się na zdrowiu plus proseminariach geologicznych. Kalifornia jest o wyczyn przed końcówką. Coraz cios.<br>Piruet hippisowski, Dolina Krzemowa, e-mobilność - jakiś, kto podnieca się prekursorskimi trendami, po spartańsku nie przypuszczalnie wzgardzić Kalifornii. Schematy plus skutki rodzą się tutaj, odsprzedawane i eksportowane na całkowity świat, toteż nie zastanawia fakt, iż Kalifornia pozuje niekonwencjonalną glebę w nostryfikacji marychy.<br>Eksploatowanie konopi indyjskich w finałach uzdrawiających istnieje dozwolone od 1996 r., A z ubiegłego roku prawodawstwo przytula tudzież używanie zabawowe. Racją prawowitą do legalizacji jest prośba 64, nad 60-stronicowy alegat, do pojęcia jakiego chcesz uzdolnienia jurydycznego. Amanda Reiman z Drug Policy Alliance, jaka pomogła zrealizować możliwość 64, dodała istotne fakty w podjeździe gwoli składu TIME: "Wcześniej podminowane notce. Niestety poczytuje coraz magazynów z sokami dla dużych a nie mocna po plebejsku wdepnąć do apteczki przyimek stronicy pacjenta plus zapoczątkować zakupywać ciasteczka [...] dla dużych w wieku przynajmniej 21 latek w Kalifornii, dziś istnieje to karne spośród prawodawstwem poznawać, przedstawiać plus podzielać się konopiami indyjskimi, oraz oraz szkolić połyka w dachu. "Reiman potęguje, że cukiernie pojawią się pewno właśnie od 2018 r. - przepadaj nieszybko. W prawdzie na pierwszorzędny wyrzut spojrzenia tycio się przemieniło w Żeton Angeles zaś San Francisco. Łączni, jacy wędrują po plaży w Wenecji, przejrzą chwilowo znaną przygodę kalifornijską: podróżni uśmiechają się do cele, mamy w zbitych dżinsach, inwestują bezkresne samochody przed sobą, natomiast tedy natomiast ówdzie, komisje nowicjuszy chłopów śpieszących klapsem, iżby edukować. Przyklejają one kettlebells spośród jogą, zaś współrzędnie pachną tak nieomylnie, gdy na kontach na Instagramie. Pod kryzys debacie treningowej napoje z placu gospodarskiego są składane, mało chłopów wylewa napoje proteinowe. Wszak egzystuje nieco morze. Spośród daleka spoziera gdy dzieciak Tkanina Kici ze słomą, jednakże po krótszym przyjrzeniu się zamożna go wykryć jak odparowywacz. Portret niniejszych młodzików, pytających o zdrówko, ponadklasowych wszystkich pochłaniających trawę po joggingu faktycznie nie tęskni się spośród odszczepieńcami, jacy wyobraź sobie ociężałych gości. Kalcyfikacja Kalifornia jest zamieszkana chowaniem szablonowych schematów. Między kochanymi plażami na południu i sekwojami na północy rodzą się niepodobne drogi scalające zdrówko, proseminarium a marihuanę.<br>Szpiclem aktualnego sportu istnieje Jim McAlpine, jaki z bródką natomiast glacą wyziera niby efekciarz Dwayne "rock" Johnson. McAlpine istnieje przedstawicielem statycznym zbyt 420 atrakcjami, kolekcją pytań ruchowych, jakie już wielgachny się do siedmiu niejednolitych humorów. W 420 kreacjach ogarniętych egzystuje dystans 4,2 mil (wokół 6,5 km). Akurat pilnuje o ostatnie, iżby załapać zawiązanie po możności; w empirii konsumpcja podczas sprintu jest krzykliwie zabroniona.Chodzi o współczesne, ażeby "zwalczyć komunały, które powstały w etapach prohibicji konopi" - klepie McAlpine w składzie Dope. Leci się upewnić, iż w konieczności nie pełni nabywcy trawki są narażeni na obecną pojedynczą szczątkę, co "powolni stonerowie".<br><br><a href="http://www.moj-talerz.pl/zawody-zwiazane-z-marihuana/">polecam przeczytać</a><br>";s:17:"POST_bbp_forum_id";s:6:"136850";s:11:"POST_action";s:13:"bbp-new-topic";s:13:"POST__wpnonce";s:10:"4b8dea8d00";s:21:"POST__wp_http_referer";s:60:"/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:60:"/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:6:"TMPDIR";s:49:"/home/content/p3pnexwpnas02_data01/31/2974731/tmp";s:5:"PHPRC";s:51:"/home/content/p3pnexwpnas02_data01/31/2974731/html/";s:4:"TEMP";s:49:"/home/content/p3pnexwpnas02_data01/31/2974731/tmp";s:17:"PHP_FCGI_CHILDREN";s:1:"0";s:4:"PATH";s:29:"/sbin:/usr/sbin:/bin:/usr/bin";s:3:"PWD";s:12:"/web/cgi-bin";s:5:"SHLVL";s:1:"0";s:3:"SPI";s:4:"TRUE";s:3:"TMP";s:49:"/home/content/p3pnexwpnas02_data01/31/2974731/tmp";s:21:"PHP_FCGI_MAX_REQUESTS";s:6:"100000";s:11:"SCRIPT_NAME";s:10:"/index.php";s:12:"QUERY_STRING";s:0:"";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:12:"REDIRECT_URL";s:76:"/~univ2974731622/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:11:"REMOTE_PORT";s:5:"58644";s:15:"SCRIPT_FILENAME";s:71:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html/index.php";s:12:"SERVER_ADMIN";s:24:"support@secureserver.net";s:21:"CONTEXT_DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:11:"REMOTE_ADDR";s:14:"107.150.73.250";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:12:"50.62.208.46";s:11:"SERVER_NAME";s:27:"university.cactusthemes.com";s:16:"SERVER_SIGNATURE";s:0:"";s:15:"LD_LIBRARY_PATH";s:16:"/web/httpd24/lib";s:11:"HTTP_X_HOST";s:27:"university.cactusthemes.com";s:15:"HTTP_CONNECTION";s:5:"close";s:14:"HTTP_X_VARNISH";s:9:"754346787";s:9:"HTTP_HOST";s:27:"university.cactusthemes.com";s:16:"HTTP_X_CLIENT_IP";s:14:"107.150.73.250";s:16:"HTTP_X_UA_DEVICE";s:2:"pc";s:17:"HTTP_X_EPOCH_TIME";s:10:"1517580649";s:11:"HTTP_COOKIE";s:0:"";s:19:"HTTP_ACCEPT_CHARSET";s:18:"iso-8859-1,*,utf-8";s:20:"HTTP_ACCEPT_LANGUAGE";s:8:"en-us,en";s:20:"HTTP_ACCEPT_ENCODING";s:12:"gzip,deflate";s:12:"HTTP_REFERER";s:94:"http://university.cactusthemes.com/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:15:"HTTP_USER_AGENT";s:99:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2783.4";s:11:"HTTP_ORIGIN";s:34:"http://university.cactusthemes.com";s:14:"CONTENT_LENGTH";s:5:"19598";s:20:"PARENT_DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:14:"GD_PHP_HANDLER";s:14:"x-httpd-php5-6";s:15:"userlimit_limit";s:3:"100";s:14:"userlimit_name";s:7:"2974731";s:13:"REAL_USERNAME";s:14:"univ2974731622";s:23:"SUBDOMAIN_DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:12:"GD_ERROR_DOC";s:23:".errordocs/missing.html";s:11:"REDIRECT302";s:0:"";s:3:"XID";s:7:"2974731";s:18:"REAL_DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:11:"DOMAIN_NAME";s:27:"university.cactusthemes.com";s:10:"SCRIPT_URI";s:94:"http://university.cactusthemes.com/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:10:"SCRIPT_URL";s:60:"/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:9:"UNIQUE_ID";s:24:"WnRxaTI@0C4AA7MaLfsAAAAf";s:15:"REDIRECT_STATUS";s:3:"200";s:29:"REDIRECT_PARENT_DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:15:"REDIRECT_TMPDIR";s:49:"/home/content/p3pnexwpnas02_data01/31/2974731/tmp";s:13:"REDIRECT_TEMP";s:49:"/home/content/p3pnexwpnas02_data01/31/2974731/tmp";s:12:"REDIRECT_TMP";s:49:"/home/content/p3pnexwpnas02_data01/31/2974731/tmp";s:14:"REDIRECT_PHPRC";s:51:"/home/content/p3pnexwpnas02_data01/31/2974731/html/";s:23:"REDIRECT_GD_PHP_HANDLER";s:14:"x-httpd-php5-6";s:24:"REDIRECT_userlimit_limit";s:3:"100";s:23:"REDIRECT_userlimit_name";s:7:"2974731";s:22:"REDIRECT_REAL_USERNAME";s:14:"univ2974731622";s:32:"REDIRECT_SUBDOMAIN_DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:21:"REDIRECT_GD_ERROR_DOC";s:23:".errordocs/missing.html";s:20:"REDIRECT_REDIRECT302";s:0:"";s:12:"REDIRECT_XID";s:7:"2974731";s:27:"REDIRECT_REAL_DOCUMENT_ROOT";s:61:"/var/chroot/home/content/p3pnexwpnas02_data01/31/2974731/html";s:20:"REDIRECT_DOMAIN_NAME";s:27:"university.cactusthemes.com";s:19:"REDIRECT_SCRIPT_URI";s:94:"http://university.cactusthemes.com/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:19:"REDIRECT_SCRIPT_URL";s:60:"/forums/forum/bbpress-forums-category/bbpress-private-forum/";s:18:"REDIRECT_UNIQUE_ID";s:24:"WnRxaTI@0C4AA7MaLfsAAAAf";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:15:"1517580649.4075";s:12:"REQUEST_TIME";s:10:"1517580649";s:4:"argv";s:0:"";s:4:"argc";s:1:"0";}'),
(2011305, 136862, '_bbp_akismet_result', 'true'),
(2011306, 136862, '_bbp_akismet_history', 'a:4:{s:4:"time";d:1517580650.189548;s:7:"message";s:32:"Akismet caught this post as spam";s:5:"event";s:10:"check-spam";s:4:"user";s:8:"elonuzop";}'),
(2011307, 136862, '_bbp_voice_count', '1'),
(2011308, 136862, '_bbp_reply_count_hidden', '0'),
(2011309, 136862, '_bbp_reply_count', '0'),
(2011310, 136862, '_bbp_last_active_time', '2018-02-02 14:10:50'),
(2011311, 136862, '_bbp_author_ip', '107.150.73.250'),
(2011312, 136862, '_bbp_topic_id', '136862'),
(2011313, 136862, '_bbp_forum_id', '136850'),
(2011314, 136862, '_bbp_spam_meta_status', 'publish'),
(2011315, 136852, '_edit_lock', '1517628246:65431'),
(2011620, 136949, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1434458178725{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-world-background-2.jpg?id=2426) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1434455630261{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1434455640841{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1434455674798{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1434455827178{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1434456099302{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1434456138960{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1434455959092{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1434459494306{margin-bottom: 80px !important;}.vc_custom_1434458718041{margin-top: 80px !important;margin-bottom: 80px !important;}.vc_custom_1434458737865{margin-top: 100px !important;}.vc_custom_1434458334478{margin-bottom: 20px !important;}.vc_custom_1434458324734{margin-top: 20px !important;}.vc_custom_1445508003683{margin-bottom: 20px !important;}.vc_custom_1434458550009{margin-top: 20px !important;}.vc_custom_1434458586928{margin-bottom: 20px !important;}.vc_custom_1434458514820{margin-top: 20px !important;}.vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011621, 136949, 'fw_options', 'a:0:{}'),
(2011622, 136950, 'fw_options', 'a:0:{}'),
(2011712, 136959, 'fw_options', 'a:0:{}'),
(2011713, 136960, 'fw_options', 'a:0:{}'),
(2011715, 136962, 'fw_options', 'a:0:{}'),
(2011716, 136963, 'fw_options', 'a:0:{}'),
(2011717, 136964, 'fw_options', 'a:0:{}'),
(2011731, 136968, 'fw_options', 'a:0:{}'),
(2011761, 136979, 'fw_options', 'a:0:{}'),
(2011937, 137024, 'fw_options', 'a:0:{}'),
(2011939, 137026, 'fw_options', 'a:0:{}'),
(2011940, 137027, 'fw_options', 'a:0:{}'),
(2011941, 137028, 'fw_options', 'a:0:{}'),
(2011942, 137029, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011943, 137029, 'fw_options', 'a:0:{}'),
(2011944, 137030, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011945, 137030, 'fw_options', 'a:0:{}'),
(2011946, 137031, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011947, 137031, 'fw_options', 'a:0:{}'),
(2011948, 137032, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011949, 137032, 'fw_options', 'a:0:{}'),
(2011953, 137034, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2011954, 137034, 'fw_options', 'a:0:{}'),
(2011955, 137035, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011956, 137035, 'fw_options', 'a:0:{}'),
(2011957, 137036, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011958, 137036, 'fw_options', 'a:0:{}'),
(2011959, 137037, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1434459215310{padding-top: 40px !important;}.vc_custom_1434459441156{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011960, 137037, 'fw_options', 'a:0:{}'),
(2011961, 137038, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011962, 137038, 'fw_options', 'a:0:{}'),
(2011963, 137039, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1615170806882{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011964, 137039, 'fw_options', 'a:0:{}'),
(2011965, 137040, '_wpb_shortcodes_custom_css', '.vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1615170806882{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2011966, 137040, 'fw_options', 'a:0:{}'),
(2011967, 137041, 'fw_options', 'a:0:{}'),
(2012454, 1268, '_wp_old_date', '2014-10-13'),
(2012463, 137138, '_wp_attached_file', '2014/10/BANNER-4-JASA-PEMBUATAN-WEBSITE.jpg'),
(2012464, 137138, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:851;s:6:"height";i:315;s:4:"file";s:43:"2014/10/BANNER-4-JASA-PEMBUATAN-WEBSITE.jpg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-300x111.jpg";s:5:"width";i:300;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-768x284.jpg";s:5:"width";i:768;s:6:"height";i:284;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:42:"BANNER-4-JASA-PEMBUATAN-WEBSITE-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-277x315.jpg";s:5:"width";i:277;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:41:"BANNER-4-JASA-PEMBUATAN-WEBSITE-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:41:"BANNER-4-JASA-PEMBUATAN-WEBSITE-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-554x315.jpg";s:5:"width";i:554;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-526x315.jpg";s:5:"width";i:526;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-818x315.jpg";s:5:"width";i:818;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:42:"BANNER-4-JASA-PEMBUATAN-WEBSITE-255x94.jpg";s:5:"width";i:255;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:43:"BANNER-4-JASA-PEMBUATAN-WEBSITE-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012465, 137138, '_wp_attachment_image_alt', 'JASA-PEMBUATAN-WEBSITE'),
(2012466, 137139, '_wpb_shortcodes_custom_css', '.vc_custom_1619714576758{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1619714500926{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1619714292444{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1619714632310{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1619714307881{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}.vc_custom_1619714615868{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}.vc_custom_1615171552556{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2012467, 137139, 'fw_options', 'a:0:{}'),
(2012468, 137140, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1615171552556{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2012469, 137140, 'fw_options', 'a:0:{}'),
(2012482, 137145, '_edit_lock', '1620704299:1'),
(2012483, 137145, '_edit_last', '1'),
(2012484, 137145, '_wp_page_template', 'default'),
(2012485, 137145, '_wpb_vc_js_status', 'false'),
(2012486, 137146, 'fw_options', 'a:0:{}'),
(2012487, 137145, 'sidebar_layout', '0'),
(2012488, 137145, 'content_padding', 'on'),
(2012489, 137145, 'page_content', 'page_ct'),
(2012490, 137145, 'order_by_ct', 'post-date'),
(2012491, 137145, 'header_background_style', 'img'),
(2012492, 137145, 'header_background_image', 'a:6:{s:16:"background-color";s:0:"";s:17:"background-repeat";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:15:"background-size";s:0:"";s:16:"background-image";s:0:"";}'),
(2012493, 137145, 'header_background_rev_style', 'off'),
(2012494, 137145, 'header_content_style', '0'),
(2012495, 137145, 'header_content_posttype', 'post'),
(2012496, 137145, 'header_content_order', 'DESC'),
(2012497, 137145, 'header_content_orderby', 'date'),
(2012498, 137145, 'header_content_show_date', '1'),
(2012499, 137145, 'header_content_show_price', '1'),
(2012500, 137145, 'header_content_show_venue', '1'),
(2012501, 137145, 'header_content_show_time', '1'),
(2012502, 137147, 'fw_options', 'a:0:{}'),
(2012503, 137148, 'fw_options', 'a:0:{}'),
(2012504, 137149, 'fw_options', 'a:0:{}'),
(2012507, 137151, '_customize_changeset_uuid', '59837e2f-a641-4ca2-ab1c-0d16f931c73a'),
(2012509, 137152, '_customize_changeset_uuid', '59837e2f-a641-4ca2-ab1c-0d16f931c73a'),
(2012511, 137153, '_customize_changeset_uuid', '59837e2f-a641-4ca2-ab1c-0d16f931c73a'),
(2012513, 137154, '_customize_changeset_uuid', '59837e2f-a641-4ca2-ab1c-0d16f931c73a'),
(2012515, 137155, '_customize_changeset_uuid', '59837e2f-a641-4ca2-ab1c-0d16f931c73a'),
(2012516, 1268, '_wp_old_date', '2021-04-26'),
(2012517, 137156, '_menu_item_type', 'post_type'),
(2012518, 137156, '_menu_item_menu_item_parent', '137240'),
(2012519, 137156, '_menu_item_object_id', '137145'),
(2012520, 137156, '_menu_item_object', 'page'),
(2012521, 137156, '_menu_item_target', ''),
(2012522, 137156, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012523, 137156, '_menu_item_xfn', ''),
(2012524, 137156, '_menu_item_url', ''),
(2012525, 137157, 'fw_options', 'a:0:{}'),
(2012526, 137158, 'fw_options', 'a:0:{}'),
(2012527, 137159, 'fw_options', 'a:0:{}'),
(2012528, 137160, 'fw_options', 'a:0:{}'),
(2012529, 137161, 'fw_options', 'a:0:{}'),
(2012666, 137179, '_menu_item_type', 'post_type'),
(2012667, 137179, '_menu_item_menu_item_parent', '0'),
(2012668, 137179, '_menu_item_object_id', '137155'),
(2012669, 137179, '_menu_item_object', 'page'),
(2012670, 137179, '_menu_item_target', ''),
(2012671, 137179, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012672, 137179, '_menu_item_xfn', ''),
(2012673, 137179, '_menu_item_url', ''),
(2012676, 137180, 'fw_options', 'a:0:{}'),
(2012677, 137181, 'fw_options', 'a:0:{}'),
(2012678, 137182, 'fw_options', 'a:0:{}'),
(2012679, 137183, '_wp_attached_file', '2014/10/baru-gawe.png'),
(2012680, 137183, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:66;s:4:"file";s:21:"2014/10/baru-gawe.png";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"baru-gawe-150x66.png";s:5:"width";i:150;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:20:"baru-gawe-139x66.png";s:5:"width";i:139;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:20:"baru-gawe-277x66.png";s:5:"width";i:277;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:19:"baru-gawe-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:19:"baru-gawe-80x66.png";s:5:"width";i:80;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:20:"baru-gawe-263x66.png";s:5:"width";i:263;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:20:"baru-gawe-278x66.png";s:5:"width";i:278;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"baru-gawe-100x66.png";s:5:"width";i:100;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"baru-gawe-255x56.png";s:5:"width";i:255;s:6:"height";i:56;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"baru-gawe-255x66.png";s:5:"width";i:255;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012681, 137183, '_wp_attachment_image_alt', 'Engineering Software Development Center'),
(2012682, 137184, '_wp_attached_file', '2014/10/baru-gawe-1.png'),
(2012683, 137184, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:55;s:4:"file";s:23:"2014/10/baru-gawe-1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"baru-gawe-1-150x55.png";s:5:"width";i:150;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:22:"baru-gawe-1-139x55.png";s:5:"width";i:139;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:21:"baru-gawe-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:21:"baru-gawe-1-80x55.png";s:5:"width";i:80;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:22:"baru-gawe-1-100x55.png";s:5:"width";i:100;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012684, 137184, '_wp_attachment_image_alt', 'Engineering Software Development Center'),
(2012685, 137185, '_wp_attached_file', '2014/10/baru-gawe-2.png'),
(2012686, 137185, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:55;s:4:"file";s:23:"2014/10/baru-gawe-2.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"baru-gawe-2-150x55.png";s:5:"width";i:150;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:22:"baru-gawe-2-139x55.png";s:5:"width";i:139;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:21:"baru-gawe-2-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:21:"baru-gawe-2-80x55.png";s:5:"width";i:80;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:22:"baru-gawe-2-100x55.png";s:5:"width";i:100;s:6:"height";i:55;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012687, 137185, '_wp_attachment_image_alt', 'Engineering Software Development Center'),
(2012688, 137186, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1615171552556{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2012689, 137186, 'fw_options', 'a:0:{}'),
(2012690, 137187, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1619897235686{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2012691, 137187, 'fw_options', 'a:0:{}'),
(2012692, 137188, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1619897702105{margin-bottom: 29px !important;padding-top: 36px !important;}.vc_custom_1615170515178{padding-top: 40px !important;}.vc_custom_1615170543624{margin-bottom: 40px !important;}.vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(2012693, 137188, 'fw_options', 'a:0:{}'),
(2012694, 137189, '_wp_attached_file', '2021/05/callcenetere.png'),
(2012695, 137189, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3043;s:6:"height";i:1691;s:4:"file";s:24:"2021/05/callcenetere.png";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:24:"callcenetere-300x167.png";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:25:"callcenetere-1024x569.png";s:5:"width";i:1024;s:6:"height";i:569;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"callcenetere-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:24:"callcenetere-768x427.png";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:25:"callcenetere-1536x854.png";s:5:"width";i:1536;s:6:"height";i:854;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:26:"callcenetere-2048x1138.png";s:5:"width";i:2048;s:6:"height";i:1138;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:23:"callcenetere-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:24:"callcenetere-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:22:"callcenetere-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:22:"callcenetere-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:24:"callcenetere-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:24:"callcenetere-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:24:"callcenetere-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:24:"callcenetere-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:24:"callcenetere-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:24:"callcenetere-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:24:"callcenetere-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"callcenetere-255x142.png";s:5:"width";i:255;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:24:"callcenetere-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012697, 137190, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1619897702105{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2012698, 137190, 'fw_options', 'a:0:{}'),
(2012699, 137191, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2012700, 137191, 'fw_options', 'a:0:{}'),
(2012711, 137196, '_wp_attached_file', '2021/05/icon.png'),
(2012712, 137196, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:172;s:4:"file";s:16:"2021/05/icon.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"icon-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:15:"icon-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:14:"icon-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:14:"icon-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:16:"icon-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012713, 137196, '_wp_attachment_image_alt', 'Engineering Software Development Center'),
(2012717, 137154, '_edit_lock', '1620704394:1'),
(2012718, 137200, 'fw_options', 'a:0:{}'),
(2012723, 137203, '_wp_attached_file', '2021/05/4.png'),
(2012724, 137203, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/4.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"4-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"4-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"4-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"4-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"4-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"4-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"4-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"4-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"4-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"4-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"4-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"4-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"4-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"4-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"4-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"4-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012725, 137204, '_wp_attached_file', '2021/05/5.png'),
(2012726, 137204, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/5.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"5-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"5-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"5-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"5-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"5-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"5-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"5-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"5-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"5-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"5-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"5-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"5-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"5-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"5-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"5-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"5-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"5-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012727, 137205, '_wp_attached_file', '2021/05/6.png'),
(2012728, 137205, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/6.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"6-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"6-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"6-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"6-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"6-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"6-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"6-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"6-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"6-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"6-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"6-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"6-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"6-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"6-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"6-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"6-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"6-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012729, 137206, '_wp_attached_file', '2021/05/7.png'),
(2012730, 137206, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/7.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"7-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"7-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"7-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"7-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"7-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"7-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"7-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"7-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"7-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"7-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"7-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"7-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"7-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"7-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"7-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"7-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"7-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012731, 137207, '_wp_attached_file', '2021/05/8.png'),
(2012732, 137207, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/8.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"8-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"8-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"8-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"8-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"8-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"8-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"8-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"8-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"8-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"8-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"8-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"8-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"8-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"8-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"8-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"8-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"8-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012733, 137208, '_wp_attached_file', '2021/05/9.png'),
(2012734, 137208, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/9.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"9-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"9-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"9-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"9-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"9-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"9-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"9-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"9-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"9-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"9-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"9-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"9-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"9-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"9-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"9-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"9-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"9-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2012735, 137209, '_wp_attached_file', '2021/05/1.png'),
(2012736, 137209, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/1.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"1-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"1-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"1-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"1-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"1-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"1-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"1-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"1-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"1-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"1-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"1-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"1-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"1-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012737, 137210, '_wp_attached_file', '2021/05/2.png'),
(2012738, 137210, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/2.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"2-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"2-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"2-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"2-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"2-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"2-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"2-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"2-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"2-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"2-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"2-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"2-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"2-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"2-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"2-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"2-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012739, 137211, '_wp_attached_file', '2021/05/3.png'),
(2012740, 137211, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:768;s:4:"file";s:13:"2021/05/3.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:13:"3-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:14:"3-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:13:"3-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"3-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"3-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"3-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"3-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"3-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"3-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"3-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"3-554x674.png";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"3-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"3-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"3-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"3-255x143.png";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"3-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2012770, 1268, '_wp_old_date', '2021-04-30'),
(2012771, 137156, '_wp_old_date', '2021-04-30'),
(2012789, 137179, '_wp_old_date', '2021-04-30'),
(2012803, 137219, '_menu_item_type', 'custom'),
(2012804, 137219, '_menu_item_menu_item_parent', '0'),
(2012805, 137219, '_menu_item_object_id', '137219'),
(2012806, 137219, '_menu_item_object', 'custom'),
(2012807, 137219, '_menu_item_target', ''),
(2012808, 137219, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012809, 137219, '_menu_item_xfn', ''),
(2012810, 137219, '_menu_item_url', 'https://www.instagram.com/spiuinsutha/'),
(2012811, 137220, '_menu_item_type', 'custom'),
(2012812, 137220, '_menu_item_menu_item_parent', '0'),
(2012813, 137220, '_menu_item_object_id', '137220'),
(2012814, 137220, '_menu_item_object', 'custom'),
(2012815, 137220, '_menu_item_target', ''),
(2012816, 137220, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012817, 137220, '_menu_item_xfn', ''),
(2012818, 137220, '_menu_item_url', 'mailto:admin@spisutha.uinjambi.ac.id'),
(2012819, 137221, '_menu_item_type', 'custom'),
(2012820, 137221, '_menu_item_menu_item_parent', '0'),
(2012821, 137221, '_menu_item_object_id', '137221'),
(2012822, 137221, '_menu_item_object', 'custom'),
(2012823, 137221, '_menu_item_target', ''),
(2012824, 137221, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012825, 137221, '_menu_item_xfn', ''),
(2012826, 137221, '_menu_item_url', 'https://www.youtube.com/channel/UC_HOO1JO9hnslHs4TDzd8HA'),
(2012830, 137223, '_menu_item_type', 'custom'),
(2012831, 137223, '_menu_item_menu_item_parent', '0'),
(2012832, 137223, '_menu_item_object_id', '137223'),
(2012833, 137223, '_menu_item_object', 'custom'),
(2012834, 137223, '_menu_item_target', ''),
(2012835, 137223, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012836, 137223, '_menu_item_xfn', ''),
(2012837, 137223, '_menu_item_url', 'http://spi@uinjambi.ac.id'),
(2012847, 137227, 'fw_options', 'a:0:{}'),
(2012849, 137229, 'fw_options', 'a:0:{}'),
(2012851, 137231, 'fw_options', 'a:0:{}'),
(2012853, 137233, 'fw_options', 'a:0:{}'),
(2012858, 137179, '_wp_old_date', '2021-05-05'),
(2012867, 137236, '_menu_item_type', 'taxonomy'),
(2012868, 137236, '_menu_item_menu_item_parent', '137351'),
(2012869, 137236, '_menu_item_object_id', '545'),
(2012870, 137236, '_menu_item_object', 'category'),
(2012871, 137236, '_menu_item_target', ''),
(2012872, 137236, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012873, 137236, '_menu_item_xfn', ''),
(2012874, 137236, '_menu_item_url', ''),
(2012875, 137237, '_menu_item_type', 'taxonomy'),
(2012876, 137237, '_menu_item_menu_item_parent', '137351'),
(2012877, 137237, '_menu_item_object_id', '546'),
(2012878, 137237, '_menu_item_object', 'category'),
(2012879, 137237, '_menu_item_target', ''),
(2012880, 137237, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012881, 137237, '_menu_item_xfn', ''),
(2012882, 137237, '_menu_item_url', ''),
(2012894, 137240, '_menu_item_type', 'custom'),
(2012895, 137240, '_menu_item_menu_item_parent', '0'),
(2012896, 137240, '_menu_item_object_id', '137240'),
(2012897, 137240, '_menu_item_object', 'custom'),
(2012898, 137240, '_menu_item_target', ''),
(2012899, 137240, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012900, 137240, '_menu_item_xfn', ''),
(2012901, 137240, '_menu_item_url', '#'),
(2012902, 137156, '_wp_old_date', '2021-05-05'),
(2012922, 137241, 'fw_options', 'a:0:{}'),
(2012923, 137242, '_edit_lock', '1620313356:4'),
(2012924, 137242, '_edit_last', '4'),
(2012925, 137242, '_wp_page_template', 'default'),
(2012926, 137242, '_wpb_vc_js_status', 'false'),
(2012927, 137243, 'fw_options', 'a:0:{}'),
(2012928, 137242, 'sidebar_layout', '0'),
(2012929, 137242, 'content_padding', 'on'),
(2012930, 137242, 'page_content', 'page_ct'),
(2012931, 137242, 'order_by_ct', 'post-date'),
(2012932, 137242, 'header_background_style', 'img'),
(2012933, 137242, 'header_background_image', 'a:6:{s:16:"background-color";s:0:"";s:17:"background-repeat";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:15:"background-size";s:0:"";s:16:"background-image";s:0:"";}'),
(2012934, 137242, 'header_background_rev_style', 'off'),
(2012935, 137242, 'header_content_style', '0'),
(2012936, 137242, 'header_content_posttype', 'post'),
(2012937, 137242, 'header_content_order', 'DESC'),
(2012938, 137242, 'header_content_orderby', 'date'),
(2012939, 137242, 'header_content_show_date', '1'),
(2012940, 137242, 'header_content_show_price', '1'),
(2012941, 137242, 'header_content_show_venue', '1'),
(2012942, 137242, 'header_content_show_time', '1'),
(2012943, 137244, 'fw_options', 'a:0:{}'),
(2012944, 137245, 'fw_options', 'a:0:{}'),
(2012945, 137246, 'fw_options', 'a:0:{}'),
(2012961, 137155, '_edit_last', '1'),
(2012962, 137155, '_wp_page_template', 'default'),
(2012964, 137155, '_edit_lock', '1652325506:1'),
(2012974, 137223, '_wp_old_date', '2021-05-05'),
(2012988, 137236, '_wp_old_date', '2021-05-06'),
(2012989, 137237, '_wp_old_date', '2021-05-06'),
(2012990, 137258, '_menu_item_type', 'taxonomy'),
(2012991, 137258, '_menu_item_menu_item_parent', '137351'),
(2012992, 137258, '_menu_item_object_id', '542'),
(2012993, 137258, '_menu_item_object', 'category'),
(2012994, 137258, '_menu_item_target', ''),
(2012995, 137258, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2012996, 137258, '_menu_item_xfn', ''),
(2012997, 137258, '_menu_item_url', ''),
(2013000, 137259, 'fw_options', 'a:0:{}'),
(2013001, 137151, '_edit_last', '1'),
(2013002, 137151, '_wp_page_template', 'default'),
(2013003, 137151, 'rs_page_bg_color', ''),
(2013004, 137260, 'fw_options', 'a:0:{}'),
(2013005, 137151, '_edit_lock', '1645509442:1'),
(2013006, 137152, '_edit_last', '1'),
(2013007, 137152, '_wp_page_template', 'default'),
(2013008, 137152, 'rs_page_bg_color', ''),
(2013009, 137261, 'fw_options', 'a:0:{}'),
(2013010, 137152, '_edit_lock', '1620704326:1'),
(2013011, 137153, '_edit_last', '1'),
(2013012, 137153, '_wp_page_template', 'default'),
(2013013, 137153, 'rs_page_bg_color', ''),
(2013014, 137262, 'fw_options', 'a:0:{}'),
(2013015, 137153, '_edit_lock', '1620704361:1'),
(2013016, 137154, '_edit_last', '1'),
(2013017, 137154, '_wp_page_template', 'default'),
(2013018, 137154, 'rs_page_bg_color', ''),
(2013019, 137263, 'fw_options', 'a:0:{}'),
(2013020, 137155, '_wpb_vc_js_status', 'true'),
(2013021, 137264, 'fw_options', 'a:0:{}'),
(2013022, 137155, 'sidebar_layout', '0'),
(2013023, 137155, 'content_padding', 'on'),
(2013024, 137155, 'page_content', 'page_ct'),
(2013025, 137155, 'order_by_ct', 'post-date'),
(2013026, 137155, 'header_background_style', 'img'),
(2013027, 137155, 'header_background_image', 'a:6:{s:16:"background-color";s:0:"";s:17:"background-repeat";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:15:"background-size";s:0:"";s:16:"background-image";s:0:"";}'),
(2013028, 137155, 'header_background_rev_style', 'off'),
(2013029, 137155, 'header_content_style', '0'),
(2013030, 137155, 'header_content_posttype', 'post'),
(2013031, 137155, 'header_content_order', 'DESC'),
(2013032, 137155, 'header_content_orderby', 'date'),
(2013033, 137155, 'header_content_show_date', '1'),
(2013034, 137155, 'header_content_show_price', '1'),
(2013035, 137155, 'header_content_show_venue', '1'),
(2013036, 137155, 'header_content_show_time', '1'),
(2013051, 137269, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013052, 137269, 'fw_options', 'a:0:{}'),
(2013053, 137270, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013054, 137270, 'fw_options', 'a:0:{}'),
(2013055, 137271, '_wp_attached_file', '2014/10/Logo-UIN-Jambi-2017.png'),
(2013056, 137271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:394;s:6:"height";i:394;s:4:"file";s:31:"2014/10/Logo-UIN-Jambi-2017.png";s:5:"sizes";a:12:{s:6:"medium";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:30:"Logo-UIN-Jambi-2017-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:29:"Logo-UIN-Jambi-2017-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:29:"Logo-UIN-Jambi-2017-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-394x258.png";s:5:"width";i:394;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:31:"Logo-UIN-Jambi-2017-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013057, 137272, '_wp_attached_file', '2014/10/uin-1.png'),
(2013058, 137272, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:65;s:6:"height";i:54;s:4:"file";s:17:"2014/10/uin-1.png";s:5:"sizes";a:1:{s:11:"thumb_50x50";a:4:{s:4:"file";s:15:"uin-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013059, 137273, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013060, 137273, 'fw_options', 'a:0:{}'),
(2013061, 137274, '_wp_attached_file', '2014/10/slider3.jpg'),
(2013062, 137274, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:750;s:4:"file";s:19:"2014/10/slider3.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:19:"slider3-300x117.jpg";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"slider3-1024x400.jpg";s:5:"width";i:1024;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"slider3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"slider3-768x300.jpg";s:5:"width";i:768;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:20:"slider3-1536x600.jpg";s:5:"width";i:1536;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:18:"slider3-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:19:"slider3-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:17:"slider3-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:17:"slider3-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:19:"slider3-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:19:"slider3-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:19:"slider3-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:19:"slider3-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:19:"slider3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:19:"slider3-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:19:"slider3-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"slider3-255x100.jpg";s:5:"width";i:255;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:19:"slider3-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:8:"slider1a";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(2013063, 137275, '_wp_attached_file', '2014/10/slider1.jpg'),
(2013064, 137275, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:750;s:4:"file";s:19:"2014/10/slider1.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:19:"slider1-300x117.jpg";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"slider1-1024x400.jpg";s:5:"width";i:1024;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"slider1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"slider1-768x300.jpg";s:5:"width";i:768;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:20:"slider1-1536x600.jpg";s:5:"width";i:1536;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:18:"slider1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:19:"slider1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:17:"slider1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:17:"slider1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:19:"slider1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:19:"slider1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:19:"slider1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:19:"slider1-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:19:"slider1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:19:"slider1-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:19:"slider1-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"slider1-255x100.jpg";s:5:"width";i:255;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:19:"slider1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:8:"slider1a";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(2013065, 137276, '_wp_attached_file', '2014/10/slider2.jpg'),
(2013066, 137276, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:750;s:4:"file";s:19:"2014/10/slider2.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:19:"slider2-300x117.jpg";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"slider2-1024x400.jpg";s:5:"width";i:1024;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"slider2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"slider2-768x300.jpg";s:5:"width";i:768;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:20:"slider2-1536x600.jpg";s:5:"width";i:1536;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:18:"slider2-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:19:"slider2-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:17:"slider2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:17:"slider2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:19:"slider2-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:19:"slider2-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:19:"slider2-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:19:"slider2-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:19:"slider2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:19:"slider2-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:19:"slider2-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"slider2-255x100.jpg";s:5:"width";i:255;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:19:"slider2-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:8:"slider1a";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(2013089, 137283, 'fw_options', 'a:0:{}'),
(2013097, 137287, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013098, 137287, 'fw_options', 'a:0:{}'),
(2013099, 137288, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013100, 137288, 'fw_options', 'a:0:{}'),
(2013119, 1268, '_wp_old_date', '2021-05-05'),
(2013120, 137240, '_wp_old_date', '2021-05-06'),
(2013121, 137156, '_wp_old_date', '2021-05-06'),
(2013122, 137179, '_wp_old_date', '2021-05-06'),
(2013136, 137236, '_wp_old_date', '2021-05-11'),
(2013137, 137237, '_wp_old_date', '2021-05-11'),
(2013138, 137258, '_wp_old_date', '2021-05-11'),
(2013151, 137293, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013152, 137293, 'fw_options', 'a:0:{}'),
(2013153, 137294, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013154, 137294, 'fw_options', 'a:0:{}'),
(2013155, 137295, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013156, 137295, 'fw_options', 'a:0:{}'),
(2013157, 137296, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013158, 137296, 'fw_options', 'a:0:{}'),
(2013159, 137297, '_wpb_shortcodes_custom_css', '.vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013160, 137297, 'fw_options', 'a:0:{}'),
(2013161, 137298, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1621580404202{background-color: #3742fa !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013162, 137298, 'fw_options', 'a:0:{}'),
(2013163, 137299, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1621580433923{background-color: #ffffff !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013164, 137299, 'fw_options', 'a:0:{}'),
(2013165, 137300, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1621580500026{background-color: #57606f !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013166, 137300, 'fw_options', 'a:0:{}'),
(2013167, 137301, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013168, 137301, 'fw_options', 'a:0:{}'),
(2013169, 137302, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407228240702{padding-top: 20px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}.vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}'),
(2013170, 137302, 'fw_options', 'a:0:{}'),
(2013171, 137303, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}'),
(2013172, 137303, 'fw_options', 'a:0:{}'),
(2013175, 137305, '_wp_attached_file', '2014/10/logotest7-1-1.png'),
(2013176, 137305, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:25:"2014/10/logotest7-1-1.png";s:5:"sizes";a:12:{s:6:"medium";a:4:{s:4:"file";s:25:"logotest7-1-1-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"logotest7-1-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:24:"logotest7-1-1-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:25:"logotest7-1-1-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:23:"logotest7-1-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:23:"logotest7-1-1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:25:"logotest7-1-1-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:25:"logotest7-1-1-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:25:"logotest7-1-1-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:25:"logotest7-1-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"logotest7-1-1-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:25:"logotest7-1-1-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013177, 137306, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}'),
(2013178, 137306, 'fw_options', 'a:0:{}'),
(2013179, 137307, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}'),
(2013180, 137307, 'fw_options', 'a:0:{}'),
(2013181, 137308, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}'),
(2013182, 137308, 'fw_options', 'a:0:{}'),
(2013183, 137309, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}'),
(2013184, 137309, 'fw_options', 'a:0:{}'),
(2013185, 137310, '_wpb_shortcodes_custom_css', '.vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}'),
(2013186, 137310, 'fw_options', 'a:0:{}'),
(2013187, 137311, '_wpb_shortcodes_custom_css', '.vc_custom_1621606599862{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606545690{margin: 10px !important;background-color: #57606f !important;}'),
(2013188, 137311, 'fw_options', 'a:0:{}'),
(2013189, 137312, '_wpb_shortcodes_custom_css', '.vc_custom_1621606599862{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606663236{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #000000 !important;}'),
(2013190, 137312, 'fw_options', 'a:0:{}'),
(2013191, 137313, '_wpb_shortcodes_custom_css', '.vc_custom_1621606746020{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #57606f !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606755377{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #57606f !important;}'),
(2013192, 137313, 'fw_options', 'a:0:{}'),
(2013193, 137314, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013194, 137314, 'fw_options', 'a:0:{}'),
(2013195, 137315, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013196, 137315, 'fw_options', 'a:0:{}'),
(2013197, 137316, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}.vc_custom_1621609336706{margin-right: 50px !important;margin-left: 50px !important;}'),
(2013198, 137316, 'fw_options', 'a:0:{}'),
(2013199, 137317, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013200, 137317, 'fw_options', 'a:0:{}'),
(2013201, 137318, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013202, 137318, 'fw_options', 'a:0:{}'),
(2013203, 137319, 'fw_options', 'a:0:{}'),
(2013206, 137321, 'fw_options', 'a:0:{}'),
(2013207, 137322, 'fw_options', 'a:0:{}'),
(2013228, 137326, 'fw_options', 'a:0:{}'),
(2013232, 137327, 'fw_options', 'a:0:{}'),
(2013233, 137328, 'fw_options', 'a:0:{}'),
(2013278, 1268, '_wp_old_date', '2021-05-21'),
(2013279, 137240, '_wp_old_date', '2021-05-21'),
(2013280, 137156, '_wp_old_date', '2021-05-21'),
(2013281, 137179, '_wp_old_date', '2021-05-21'),
(2013283, 137236, '_wp_old_date', '2021-05-21'),
(2013284, 137237, '_wp_old_date', '2021-05-21'),
(2013285, 137258, '_wp_old_date', '2021-05-21'),
(2013287, 137337, '_wp_attached_file', '2021/05/lembaga.png'),
(2013288, 137337, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:631;s:6:"height";i:120;s:4:"file";s:19:"2021/05/lembaga.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:18:"lembaga-300x57.png";s:5:"width";i:300;s:6:"height";i:57;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"lembaga-150x120.png";s:5:"width";i:150;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:18:"lembaga-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:19:"lembaga-277x120.png";s:5:"width";i:277;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:17:"lembaga-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:17:"lembaga-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:19:"lembaga-263x120.png";s:5:"width";i:263;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:19:"lembaga-409x120.png";s:5:"width";i:409;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:19:"lembaga-278x120.png";s:5:"width";i:278;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:19:"lembaga-554x120.png";s:5:"width";i:554;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:19:"lembaga-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:19:"lembaga-526x120.png";s:5:"width";i:526;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"lembaga-255x48.png";s:5:"width";i:255;s:6:"height";i:48;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:19:"lembaga-255x120.png";s:5:"width";i:255;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013291, 137340, '_edit_lock', '1622304015:6'),
(2013292, 137341, '_wp_attached_file', '2014/10/WhatsApp-Image-2021-05-29-at-22.39.02.jpeg'),
(2013293, 137341, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:898;s:6:"height";i:1216;s:4:"file";s:50:"2014/10/WhatsApp-Image-2021-05-29-at-22.39.02.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-222x300.jpeg";s:5:"width";i:222;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2021-05-29-at-22.39.02-756x1024.jpeg";s:5:"width";i:756;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2021-05-29-at-22.39.02-768x1040.jpeg";s:5:"width";i:768;s:6:"height";i:1040;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2021-05-29-at-22.39.02-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2021-05-29-at-22.39.02-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2021-05-29-at-22.39.02-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-255x345.jpeg";s:5:"width";i:255;s:6:"height";i:345;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2021-05-29-at-22.39.02-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2013294, 137340, '_edit_last', '1'),
(2013295, 137340, 'rs_page_bg_color', ''),
(2013296, 137340, '_cm_advertisement_items', 'a:1:{s:18:"cm-help-item-group";a:1:{i:0;a:2:{s:11:"banner-uuid";s:9:"324460683";s:8:"textarea";s:293:"<p><a href="https://uinjambi.ac.id" target="_blank" rel="https://uinjambi.ac.id noopener"><img class="aligncenter wp-image-137341" src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/WhatsApp-Image-2021-05-29-at-22.39.02-222x300.jpeg" alt="" width="905" height="1223" /></a></p>";}}}'),
(2013297, 137340, '_cm_advertisement_items_custom_fields', 'a:10:{s:23:"cm-campaign-widget-type";s:5:"popup";s:26:"cm-campaign-widget-disable";s:1:"0";s:26:"cm-campaign-display-method";s:8:"selected";s:34:"cm-campaign-widget-selected-banner";s:1:"0";s:24:"cm-campaign-widget-shape";s:7:"rounded";s:36:"cm-campaign-widget-center-vertically";s:1:"1";s:38:"cm-campaign-widget-center-horizontally";s:1:"1";s:32:"cm-campaign-widget-underlay-type";s:4:"dark";s:25:"cm-campaign-show-allpages";s:1:"0";s:25:"cm-campaign-show-homepage";s:1:"1";}'),
(2013298, 137342, 'fw_options', 'a:0:{}'),
(2013299, 137344, 'fw_options', 'a:0:{}'),
(2013300, 1268, '_wp_old_date', '2021-05-25'),
(2013301, 137240, '_wp_old_date', '2021-05-25'),
(2013302, 137156, '_wp_old_date', '2021-05-25'),
(2013304, 137236, '_wp_old_date', '2021-05-25'),
(2013305, 137237, '_wp_old_date', '2021-05-25'),
(2013306, 137258, '_wp_old_date', '2021-05-25'),
(2013307, 137179, '_wp_old_date', '2021-05-25'),
(2013311, 137347, 'fw_options', 'a:0:{}'),
(2013312, 137348, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013313, 137348, 'fw_options', 'a:0:{}'),
(2013314, 137349, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013315, 137349, 'fw_options', 'a:0:{}'),
(2013316, 137350, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013317, 137350, 'fw_options', 'a:0:{}'),
(2013318, 137351, '_menu_item_type', 'custom'),
(2013319, 137351, '_menu_item_menu_item_parent', '0'),
(2013320, 137351, '_menu_item_object_id', '137351'),
(2013321, 137351, '_menu_item_object', 'custom'),
(2013322, 137351, '_menu_item_target', ''),
(2013323, 137351, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2013324, 137351, '_menu_item_xfn', ''),
(2013325, 137351, '_menu_item_url', '#'),
(2013327, 137352, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013328, 137352, 'fw_options', 'a:0:{}'),
(2013330, 137354, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013331, 137354, 'fw_options', 'a:0:{}'),
(2013332, 137355, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013333, 137355, 'fw_options', 'a:0:{}'),
(2013334, 137356, '_wpb_shortcodes_custom_css', '.vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013335, 137356, 'fw_options', 'a:0:{}'),
(2013336, 137223, '_wp_old_date', '2021-05-11'),
(2013337, 137220, '_wp_old_date', '2021-05-05'),
(2013338, 137219, '_wp_old_date', '2021-05-05'),
(2013339, 137221, '_wp_old_date', '2021-05-05'),
(2013344, 137362, '_edit_lock', '1656475063:1'),
(2013345, 137363, 'fw_options', 'a:0:{}'),
(2013346, 137362, '_edit_last', '1'),
(2013347, 137362, 'sidebar_layout', '0'),
(2013348, 137362, 'content_padding', 'on'),
(2013349, 137362, '_wpb_vc_js_status', 'false'),
(2013350, 137364, '_wp_attached_file', '2022/02/20220204_105143-scaled.jpg'),
(2013351, 137364, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1440;s:6:"height";i:2560;s:4:"file";s:34:"2022/02/20220204_105143-scaled.jpg";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:27:"20220204_105143-169x300.jpg";s:5:"width";i:169;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"20220204_105143-576x1024.jpg";s:5:"width";i:576;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:27:"20220204_105143-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"20220204_105143-768x1366.jpg";s:5:"width";i:768;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:28:"20220204_105143-864x1536.jpg";s:5:"width";i:864;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:29:"20220204_105143-1152x2048.jpg";s:5:"width";i:1152;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:26:"20220204_105143-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:27:"20220204_105143-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:25:"20220204_105143-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:25:"20220204_105143-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:27:"20220204_105143-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:27:"20220204_105143-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:27:"20220204_105143-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:27:"20220204_105143-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:27:"20220204_105143-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:27:"20220204_105143-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:27:"20220204_105143-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"20220204_105143-255x453.jpg";s:5:"width";i:255;s:6:"height";i:453;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:27:"20220204_105143-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:19:"20220204_105143.jpg";}'),
(2013354, 137365, 'fw_options', 'a:0:{}'),
(2013355, 137366, '_wp_attached_file', '2022/02/20220204_105143-1-scaled.jpg'),
(2013356, 137366, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1440;s:6:"height";i:2560;s:4:"file";s:36:"2022/02/20220204_105143-1-scaled.jpg";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:29:"20220204_105143-1-169x300.jpg";s:5:"width";i:169;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"20220204_105143-1-576x1024.jpg";s:5:"width";i:576;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"20220204_105143-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"20220204_105143-1-768x1366.jpg";s:5:"width";i:768;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:30:"20220204_105143-1-864x1536.jpg";s:5:"width";i:864;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:31:"20220204_105143-1-1152x2048.jpg";s:5:"width";i:1152;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:28:"20220204_105143-1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:29:"20220204_105143-1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:27:"20220204_105143-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:27:"20220204_105143-1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:29:"20220204_105143-1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:29:"20220204_105143-1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:29:"20220204_105143-1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:29:"20220204_105143-1-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:29:"20220204_105143-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:29:"20220204_105143-1-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:29:"20220204_105143-1-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"20220204_105143-1-255x453.jpg";s:5:"width";i:255;s:6:"height";i:453;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:29:"20220204_105143-1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:21:"20220204_105143-1.jpg";}'),
(2013360, 137368, 'fw_options', 'a:0:{}'),
(2013361, 137362, '_thumbnail_id', '137366'),
(2013364, 137369, 'fw_options', 'a:0:{}'),
(2013390, 137223, '_wp_old_date', '2022-01-11'),
(2013393, 137381, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}'),
(2013394, 137381, 'fw_options', 'a:0:{}'),
(2013395, 137382, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013396, 137382, 'fw_options', 'a:0:{}'),
(2013403, 137388, '_wp_attached_file', '2022/04/pelatihan-audit.jpeg'),
(2013404, 137388, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:768;s:6:"height";i:512;s:4:"file";s:28:"2022/04/pelatihan-audit.jpeg";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:28:"pelatihan-audit-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:28:"pelatihan-audit-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:27:"pelatihan-audit-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:28:"pelatihan-audit-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:26:"pelatihan-audit-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:26:"pelatihan-audit-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:28:"pelatihan-audit-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:28:"pelatihan-audit-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:28:"pelatihan-audit-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:28:"pelatihan-audit-554x512.jpeg";s:5:"width";i:554;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:28:"pelatihan-audit-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:28:"pelatihan-audit-526x512.jpeg";s:5:"width";i:526;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"pelatihan-audit-255x170.jpeg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:28:"pelatihan-audit-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013405, 137389, '_wp_attached_file', '2022/04/pelatihan-audit-1.jpeg'),
(2013406, 137389, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:768;s:6:"height";i:512;s:4:"file";s:30:"2022/04/pelatihan-audit-1.jpeg";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:30:"pelatihan-audit-1-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"pelatihan-audit-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:29:"pelatihan-audit-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:30:"pelatihan-audit-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:28:"pelatihan-audit-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:28:"pelatihan-audit-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:30:"pelatihan-audit-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:30:"pelatihan-audit-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:30:"pelatihan-audit-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:30:"pelatihan-audit-1-554x512.jpeg";s:5:"width";i:554;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:30:"pelatihan-audit-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:30:"pelatihan-audit-1-526x512.jpeg";s:5:"width";i:526;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"pelatihan-audit-1-255x170.jpeg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:30:"pelatihan-audit-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013416, 137391, '_wp_attached_file', '2022/04/pelatihan.jpeg'),
(2013417, 137391, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:768;s:6:"height";i:512;s:4:"file";s:22:"2022/04/pelatihan.jpeg";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:22:"pelatihan-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"pelatihan-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:21:"pelatihan-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:22:"pelatihan-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:20:"pelatihan-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:20:"pelatihan-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:22:"pelatihan-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:22:"pelatihan-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:22:"pelatihan-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:22:"pelatihan-554x512.jpeg";s:5:"width";i:554;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:22:"pelatihan-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:22:"pelatihan-526x512.jpeg";s:5:"width";i:526;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"pelatihan-255x170.jpeg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:22:"pelatihan-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013445, 137398, '_wp_attached_file', '2022/04/4.jpeg'),
(2013446, 137398, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:720;s:6:"height";i:690;s:4:"file";s:14:"2022/04/4.jpeg";s:5:"sizes";a:15:{s:6:"medium";a:4:{s:4:"file";s:14:"4-300x288.jpeg";s:5:"width";i:300;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:14:"4-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:13:"4-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:14:"4-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:12:"4-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:12:"4-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:14:"4-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:14:"4-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:14:"4-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:14:"4-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:14:"4-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:14:"4-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:14:"4-720x516.jpeg";s:5:"width";i:720;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"4-255x244.jpeg";s:5:"width";i:255;s:6:"height";i:244;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:14:"4-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013447, 137399, '_wp_attached_file', '2022/04/kkn-1.jpeg'),
(2013448, 137399, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:960;s:4:"file";s:18:"2022/04/kkn-1.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:18:"kkn-1-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"kkn-1-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"kkn-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"kkn-1-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:17:"kkn-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:18:"kkn-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:16:"kkn-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:16:"kkn-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:18:"kkn-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:18:"kkn-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:18:"kkn-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:18:"kkn-1-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:18:"kkn-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:18:"kkn-1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:18:"kkn-1-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"kkn-1-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:18:"kkn-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013486, 137409, 'fw_options', 'a:0:{}'),
(2013487, 137410, 'fw_options', 'a:0:{}'),
(2013489, 137414, '_edit_lock', '1656475035:1'),
(2013490, 137415, '_wp_attached_file', '2022/05/WhatsApp-Image-2022-05-09-at-10.47.26.jpeg'),
(2013491, 137415, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:576;s:4:"file";s:50:"2022/05/WhatsApp-Image-2022-05-09-at-10.47.26.jpeg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-300x169.jpeg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-768x432.jpeg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-05-09-at-10.47.26-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-05-09-at-10.47.26-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-05-09-at-10.47.26-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-554x576.jpeg";s:5:"width";i:554;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-255x143.jpeg";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013492, 137416, '_wp_attached_file', '2022/05/WhatsApp-Image-2022-05-09-at-10.47.26-1.jpeg'),
(2013493, 137416, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:52:"2022/05/WhatsApp-Image-2022-05-09-at-10.47.26-1.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"WhatsApp-Image-2022-05-09-at-10.47.26-1-1024x682.jpeg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-05-09-at-10.47.26-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-05-09-at-10.47.26-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-255x170.jpeg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-05-09-at-10.47.26-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013496, 137417, 'fw_options', 'a:0:{}'),
(2013497, 137414, '_thumbnail_id', '137415'),
(2013498, 137414, '_edit_last', '1'),
(2013501, 137414, 'sidebar_layout', '0'),
(2013502, 137414, 'content_padding', 'on'),
(2013503, 137414, '_wpb_vc_js_status', 'false'),
(2013505, 137419, 'fw_options', 'a:0:{}'),
(2013510, 137420, 'fw_options', 'a:0:{}'),
(2013511, 137421, 'fw_options', 'a:0:{}'),
(2013512, 137423, '_edit_lock', '1656474994:1'),
(2013513, 137424, '_wp_attached_file', '2022/06/IMG-20220615-WA0034.jpg'),
(2013514, 137424, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:31:"2022/06/IMG-20220615-WA0034.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"IMG-20220615-WA0034-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:33:"IMG-20220615-WA0034-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:30:"IMG-20220615-WA0034-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:29:"IMG-20220615-WA0034-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:29:"IMG-20220615-WA0034-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:31:"IMG-20220615-WA0034-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013515, 137425, '_wp_attached_file', '2022/06/IMG-20220615-WA0035.jpg'),
(2013516, 137425, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:31:"2022/06/IMG-20220615-WA0035.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"IMG-20220615-WA0035-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:33:"IMG-20220615-WA0035-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:30:"IMG-20220615-WA0035-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:29:"IMG-20220615-WA0035-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:29:"IMG-20220615-WA0035-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:31:"IMG-20220615-WA0035-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013517, 137426, '_wp_attached_file', '2022/06/IMG-20220615-WA0021.jpg'),
(2013518, 137426, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:31:"2022/06/IMG-20220615-WA0021.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"IMG-20220615-WA0021-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:33:"IMG-20220615-WA0021-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:30:"IMG-20220615-WA0021-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:29:"IMG-20220615-WA0021-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:29:"IMG-20220615-WA0021-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:31:"IMG-20220615-WA0021-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013521, 137427, 'fw_options', 'a:0:{}'),
(2013522, 137423, '_thumbnail_id', '137424'),
(2013523, 137423, '_edit_last', '1'),
(2013524, 137423, 'sidebar_layout', '0'),
(2013525, 137423, 'content_padding', 'on'),
(2013526, 137423, '_wpb_vc_js_status', 'false'),
(2013527, 137428, '_edit_lock', '1656474930:1'),
(2013528, 137429, '_wp_attached_file', '2022/06/WhatsApp-Image-2022-06-20-at-15.04.12.jpeg'),
(2013529, 137429, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1599;s:6:"height";i:777;s:4:"file";s:50:"2022/06/WhatsApp-Image-2022-06-20-at-15.04.12.jpeg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-300x146.jpeg";s:5:"width";i:300;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.12-1024x498.jpeg";s:5:"width";i:1024;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-768x373.jpeg";s:5:"width";i:768;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.12-1536x746.jpeg";s:5:"width";i:1536;s:6:"height";i:746;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-06-20-at-15.04.12-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-06-20-at-15.04.12-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-06-20-at-15.04.12-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-255x124.jpeg";s:5:"width";i:255;s:6:"height";i:124;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.12-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013530, 137430, '_wp_attached_file', '2022/06/WhatsApp-Image-2022-06-20-at-15.04.13.jpeg'),
(2013531, 137430, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:960;s:4:"file";s:50:"2022/06/WhatsApp-Image-2022-06-20-at-15.04.13.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.13-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-06-20-at-15.04.13-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-06-20-at-15.04.13-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-06-20-at-15.04.13-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.13-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2013532, 137431, '_wp_attached_file', '2022/06/WhatsApp-Image-2022-06-20-at-15.04.121.jpeg'),
(2013533, 137431, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:960;s:4:"file";s:51:"2022/06/WhatsApp-Image-2022-06-20-at-15.04.121.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-06-20-at-15.04.121-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-06-20-at-15.04.121-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-06-20-at-15.04.121-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-06-20-at-15.04.121-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-06-20-at-15.04.121-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013536, 137432, 'fw_options', 'a:0:{}'),
(2013537, 137428, '_thumbnail_id', '137429'),
(2013538, 137428, '_edit_last', '1'),
(2013541, 137428, 'sidebar_layout', '0'),
(2013542, 137428, 'content_padding', 'on'),
(2013543, 137428, '_wpb_vc_js_status', 'false'),
(2013544, 137433, 'fw_options', 'a:0:{}'),
(2013551, 137437, '_edit_lock', '1656474907:1'),
(2013552, 137438, '_wp_attached_file', '2022/06/pdg-scaled.jpg'),
(2013553, 137438, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:22:"2022/06/pdg-scaled.jpg";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:15:"pdg-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"pdg-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:15:"pdg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"pdg-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:17:"pdg-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:17:"pdg-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:14:"pdg-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:15:"pdg-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:13:"pdg-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:13:"pdg-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:15:"pdg-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:15:"pdg-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:15:"pdg-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:15:"pdg-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:15:"pdg-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:15:"pdg-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:15:"pdg-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"pdg-255x170.jpg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:15:"pdg-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:7:"pdg.jpg";}'),
(2013554, 137439, '_wp_attached_file', '2022/06/pdg-1-scaled.jpg'),
(2013555, 137439, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:24:"2022/06/pdg-1-scaled.jpg";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:17:"pdg-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"pdg-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"pdg-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"pdg-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"pdg-1-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:19:"pdg-1-2048x1365.jpg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:16:"pdg-1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:17:"pdg-1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:15:"pdg-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:15:"pdg-1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:17:"pdg-1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:17:"pdg-1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:17:"pdg-1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:17:"pdg-1-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:17:"pdg-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:17:"pdg-1-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:17:"pdg-1-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"pdg-1-255x170.jpg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:17:"pdg-1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:9:"pdg-1.jpg";}'),
(2013556, 137440, '_wp_attached_file', '2022/06/pdg1.jpg'),
(2013557, 137440, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:534;s:4:"file";s:16:"2022/06/pdg1.jpg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:16:"pdg1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"pdg1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"pdg1-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:15:"pdg1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:16:"pdg1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:14:"pdg1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:14:"pdg1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:16:"pdg1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:16:"pdg1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:16:"pdg1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:16:"pdg1-554x534.jpg";s:5:"width";i:554;s:6:"height";i:534;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:16:"pdg1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:16:"pdg1-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:16:"pdg1-800x516.jpg";s:5:"width";i:800;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"pdg1-255x170.jpg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:16:"pdg1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013558, 137441, '_wp_attached_file', '2022/06/pdg3-scaled.jpg'),
(2013559, 137441, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1595;s:4:"file";s:23:"2022/06/pdg3-scaled.jpg";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:16:"pdg3-300x187.jpg";s:5:"width";i:300;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"pdg3-1024x638.jpg";s:5:"width";i:1024;s:6:"height";i:638;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"pdg3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"pdg3-768x478.jpg";s:5:"width";i:768;s:6:"height";i:478;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:17:"pdg3-1536x957.jpg";s:5:"width";i:1536;s:6:"height";i:957;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:18:"pdg3-2048x1276.jpg";s:5:"width";i:2048;s:6:"height";i:1276;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:15:"pdg3-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:16:"pdg3-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:14:"pdg3-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:14:"pdg3-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:16:"pdg3-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:16:"pdg3-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:16:"pdg3-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:16:"pdg3-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:16:"pdg3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:16:"pdg3-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:16:"pdg3-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"pdg3-255x159.jpg";s:5:"width";i:255;s:6:"height";i:159;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:16:"pdg3-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:8:"pdg3.jpg";}'),
(2013560, 137442, '_wp_attached_file', '2022/06/pdg-2-scaled.jpg'),
(2013561, 137442, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1580;s:4:"file";s:24:"2022/06/pdg-2-scaled.jpg";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:17:"pdg-2-300x185.jpg";s:5:"width";i:300;s:6:"height";i:185;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"pdg-2-1024x632.jpg";s:5:"width";i:1024;s:6:"height";i:632;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"pdg-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"pdg-2-768x474.jpg";s:5:"width";i:768;s:6:"height";i:474;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:18:"pdg-2-1536x948.jpg";s:5:"width";i:1536;s:6:"height";i:948;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:19:"pdg-2-2048x1264.jpg";s:5:"width";i:2048;s:6:"height";i:1264;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:16:"pdg-2-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:17:"pdg-2-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:15:"pdg-2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:15:"pdg-2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:17:"pdg-2-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:17:"pdg-2-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:17:"pdg-2-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:17:"pdg-2-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:17:"pdg-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:17:"pdg-2-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:17:"pdg-2-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"pdg-2-255x157.jpg";s:5:"width";i:255;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:17:"pdg-2-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:9:"pdg-2.jpg";}'),
(2013562, 137443, '_wp_attached_file', '2022/06/pdg2-scaled.jpg'),
(2013563, 137443, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1580;s:4:"file";s:23:"2022/06/pdg2-scaled.jpg";s:5:"sizes";a:19:{s:6:"medium";a:4:{s:4:"file";s:16:"pdg2-300x185.jpg";s:5:"width";i:300;s:6:"height";i:185;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"pdg2-1024x632.jpg";s:5:"width";i:1024;s:6:"height";i:632;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:16:"pdg2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"pdg2-768x474.jpg";s:5:"width";i:768;s:6:"height";i:474;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:17:"pdg2-1536x948.jpg";s:5:"width";i:1536;s:6:"height";i:948;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:18:"pdg2-2048x1264.jpg";s:5:"width";i:2048;s:6:"height";i:1264;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:15:"pdg2-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:16:"pdg2-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:14:"pdg2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:14:"pdg2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:16:"pdg2-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:16:"pdg2-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:16:"pdg2-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:16:"pdg2-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:16:"pdg2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:16:"pdg2-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:16:"pdg2-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"pdg2-255x157.jpg";s:5:"width";i:255;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:16:"pdg2-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:8:"pdg2.jpg";}'),
(2013566, 137444, 'fw_options', 'a:0:{}'),
(2013567, 137437, '_thumbnail_id', '137441'),
(2013568, 137437, '_edit_last', '1'),
(2013571, 137437, 'sidebar_layout', '0'),
(2013572, 137437, 'content_padding', 'on'),
(2013573, 137437, '_wpb_vc_js_status', 'false'),
(2013575, 137446, 'fw_options', 'a:0:{}'),
(2013584, 137449, 'fw_options', 'a:0:{}'),
(2013585, 137450, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013586, 137450, 'fw_options', 'a:0:{}'),
(2013588, 137452, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013589, 137452, 'fw_options', 'a:0:{}'),
(2013609, 137454, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013610, 137454, 'fw_options', 'a:0:{}'),
(2013611, 137391, '_wp_attachment_is_custom_background', 'university'),
(2013616, 137457, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013617, 137457, 'fw_options', 'a:0:{}'),
(2013618, 137458, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013619, 137458, 'fw_options', 'a:0:{}'),
(2013620, 137459, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013621, 137459, 'fw_options', 'a:0:{}'),
(2013622, 137460, '_wpb_shortcodes_custom_css', '.vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}.vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}'),
(2013623, 137460, 'fw_options', 'a:0:{}'),
(2013625, 137391, 'original-file', '2022/04/pelatihan-updraft-pre-smush-original.jpeg'),
(2013626, 137391, 'smush-complete', '1'),
(2013627, 137391, 'smush-info', 'The file was compressed from 77.46 KB to 77.46 KB saving 0 percent using WP-Optimize'),
(2013628, 137391, 'smush-stats', 'a:4:{s:12:"smushed-with";s:11:"re-smush-it";s:13:"original-size";i:79319;s:12:"smushed-size";i:79319;s:15:"savings-percent";d:0;}'),
(2013643, 137466, '_edit_lock', '1656559041:1'),
(2013644, 137467, '_wp_attached_file', '2022/06/PEMBERITAHUAN-LKHR-DT-JUNI-2022.png'),
(2013645, 137467, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:585;s:6:"height";i:601;s:4:"file";s:43:"2022/06/PEMBERITAHUAN-LKHR-DT-JUNI-2022.png";s:5:"sizes";a:15:{s:6:"medium";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-292x300.png";s:5:"width";i:292;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:42:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:41:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:41:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-554x601.png";s:5:"width";i:554;s:6:"height";i:601;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-585x516.png";s:5:"width";i:585;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-255x262.png";s:5:"width";i:255;s:6:"height";i:262;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:43:"PEMBERITAHUAN-LKHR-DT-JUNI-2022-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013648, 137468, 'fw_options', 'a:0:{}'),
(2013649, 137466, '_edit_last', '1'),
(2013651, 137466, 'sidebar_layout', '0'),
(2013652, 137466, 'content_padding', 'on'),
(2013653, 137466, '_wpb_vc_js_status', 'false'),
(2013657, 137469, 'fw_options', 'a:0:{}'),
(2013658, 137466, '_thumbnail_id', '137467'),
(2013663, 137472, '_wp_attached_file', '2022/06/PMA-24-TAHUN-2015-GRATIFIKASI.pdf'),
(2013677, 137475, '_edit_lock', '1656562667:1'),
(2013682, 137478, 'fw_options', 'a:0:{}'),
(2013683, 137475, '_edit_last', '1'),
(2013686, 137475, 'sidebar_layout', '0'),
(2013687, 137475, 'content_padding', 'on'),
(2013688, 137475, '_wpb_vc_js_status', 'false'),
(2013689, 137480, '_edit_lock', '1667361408:1'),
(2013690, 137481, '_wp_attached_file', '2022/07/IMG-20220731-WA0009.jpg'),
(2013691, 137481, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1416;s:6:"height";i:1062;s:4:"file";s:31:"2022/07/IMG-20220731-WA0009.jpg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"IMG-20220731-WA0009-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:30:"IMG-20220731-WA0009-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:29:"IMG-20220731-WA0009-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:29:"IMG-20220731-WA0009-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:31:"IMG-20220731-WA0009-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013694, 137482, 'fw_options', 'a:0:{}'),
(2013695, 137480, '_thumbnail_id', '137481'),
(2013696, 137480, '_edit_last', '1'),
(2013699, 137480, 'sidebar_layout', '0'),
(2013700, 137480, 'content_padding', 'on'),
(2013701, 137480, '_wpb_vc_js_status', 'false'),
(2013702, 137481, '_edit_lock', '1659319087:1'),
(2013703, 137443, '_edit_lock', '1659319168:1'),
(2013704, 137483, 'fw_options', 'a:0:{}'),
(2013708, 137486, '_edit_lock', '1667361368:1'),
(2013709, 137487, '_wp_attached_file', '2022/08/WhatsApp-Image-2022-08-24-at-09.21.52.jpeg'),
(2013710, 137487, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:50:"2022/08/WhatsApp-Image-2022-08-24-at-09.21.52.jpeg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-08-24-at-09.21.52-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.21.52-1536x1152.jpeg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-08-24-at-09.21.52-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-08-24-at-09.21.52-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-08-24-at-09.21.52-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.52-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013711, 137488, '_wp_attached_file', '2022/08/WhatsApp-Image-2022-08-24-at-09.23.54.jpeg'),
(2013712, 137488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:50:"2022/08/WhatsApp-Image-2022-08-24-at-09.23.54.jpeg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-08-24-at-09.23.54-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1536x1152.jpeg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-08-24-at-09.23.54-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-08-24-at-09.23.54-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-08-24-at-09.23.54-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013713, 137489, '_wp_attached_file', '2022/08/WhatsApp-Image-2022-08-24-at-09.23.54-1.jpeg'),
(2013714, 137489, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:52:"2022/08/WhatsApp-Image-2022-08-24-at-09.23.54-1.jpeg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"WhatsApp-Image-2022-08-24-at-09.23.54-1-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:54:"WhatsApp-Image-2022-08-24-at-09.23.54-1-1536x1152.jpeg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-08-24-at-09.23.54-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.23.54-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.23.54-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013715, 137490, '_wp_attached_file', '2022/08/WhatsApp-Image-2022-08-24-at-09.21.03.jpeg'),
(2013716, 137490, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:50:"2022/08/WhatsApp-Image-2022-08-24-at-09.21.03.jpeg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-08-24-at-09.21.03-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:52:"WhatsApp-Image-2022-08-24-at-09.21.03-1536x1152.jpeg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-08-24-at-09.21.03-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-08-24-at-09.21.03-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-08-24-at-09.21.03-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-08-24-at-09.21.03-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013719, 137491, 'fw_options', 'a:0:{}'),
(2013720, 137486, '_thumbnail_id', '137487'),
(2013721, 137486, '_edit_last', '1'),
(2013724, 137486, 'sidebar_layout', '0'),
(2013725, 137486, 'content_padding', 'on'),
(2013726, 137486, '_wpb_vc_js_status', 'false'),
(2013728, 137493, '_edit_lock', '1666251158:1'),
(2013729, 137493, '_oembed_d7941c131882ce6c76796448d32e180c', '<blockquote class="wp-embedded-content" data-secret="vDHwaiFNrh"><a href="https://spisutha.w2.uinjambi.ac.id/">Home</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8220;Home&#8221; &#8212; Website SPI" src="https://spisutha.w2.uinjambi.ac.id/embed/#?secret=vDHwaiFNrh" data-secret="vDHwaiFNrh" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'),
(2013730, 137493, '_oembed_time_d7941c131882ce6c76796448d32e180c', '1666248148'),
(2013731, 137493, '_oembed_9840a8c4ced956b43f2d607f7c02951b', '<blockquote class="wp-embedded-content" data-secret="LdmgzoHfa7"><a href="https://spisutha.w2.uinjambi.ac.id/">Home</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" title="&#8220;Home&#8221; &#8212; Website SPI" src="https://spisutha.w2.uinjambi.ac.id/embed/#?secret=LdmgzoHfa7" data-secret="LdmgzoHfa7" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>'),
(2013732, 137493, '_oembed_time_9840a8c4ced956b43f2d607f7c02951b', '1666248751'),
(2013733, 137494, '_wp_attached_file', '2022/10/gratifikasi-300x270-1.jpg'),
(2013734, 137494, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:270;s:4:"file";s:33:"2022/10/gratifikasi-300x270-1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:32:"gratifikasi-300x270-1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-277x270.jpg";s:5:"width";i:277;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:31:"gratifikasi-300x270-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:31:"gratifikasi-300x270-1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-300x258.jpg";s:5:"width";i:300;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-255x230.jpg";s:5:"width";i:255;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:33:"gratifikasi-300x270-1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2013737, 137495, 'fw_options', 'a:0:{}'),
(2013738, 137493, '_edit_last', '1'),
(2013741, 137493, 'sidebar_layout', '0'),
(2013742, 137493, 'content_padding', 'on'),
(2013743, 137493, '_wpb_vc_js_status', 'false'),
(2013744, 137496, '_wp_attached_file', '2022/10/hqdefault.jpg'),
(2013745, 137496, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:480;s:6:"height";i:360;s:4:"file";s:21:"2022/10/hqdefault.jpg";s:5:"sizes";a:12:{s:6:"medium";a:4:{s:4:"file";s:21:"hqdefault-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"hqdefault-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:20:"hqdefault-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:21:"hqdefault-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:19:"hqdefault-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:19:"hqdefault-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:21:"hqdefault-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:21:"hqdefault-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:21:"hqdefault-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:21:"hqdefault-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"hqdefault-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:21:"hqdefault-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013747, 137498, '_wp_attached_file', '2022/10/hqdefault-1.jpg'),
(2013748, 137498, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:480;s:6:"height";i:360;s:4:"file";s:23:"2022/10/hqdefault-1.jpg";s:5:"sizes";a:12:{s:6:"medium";a:4:{s:4:"file";s:23:"hqdefault-1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"hqdefault-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:22:"hqdefault-1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:23:"hqdefault-1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:21:"hqdefault-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:21:"hqdefault-1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:23:"hqdefault-1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:23:"hqdefault-1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:23:"hqdefault-1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:23:"hqdefault-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"hqdefault-1-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:23:"hqdefault-1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013749, 137499, 'fw_options', 'a:0:{}'),
(2013750, 137493, '_thumbnail_id', '137494'),
(2013754, 137501, 'fw_options', 'a:0:{}'),
(2013758, 137503, 'fw_options', 'a:0:{}'),
(2013762, 137505, 'fw_options', 'a:0:{}'),
(2013766, 137507, 'fw_options', 'a:0:{}'),
(2013770, 137510, '_edit_lock', '1667361179:1'),
(2013774, 137514, '_edit_lock', '1670469779:1'),
(2013775, 137515, '_wp_attached_file', '2022/11/d666ab07-1b70-4cb5-95e4-7e6f4e4887f7.jpg'),
(2013776, 137515, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:581;s:4:"file";s:48:"2022/11/d666ab07-1b70-4cb5-95e4-7e6f4e4887f7.jpg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-300x170.jpg";s:5:"width";i:300;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-768x436.jpg";s:5:"width";i:768;s:6:"height";i:436;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:47:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:46:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:46:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-554x581.jpg";s:5:"width";i:554;s:6:"height";i:581;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-255x145.jpg";s:5:"width";i:255;s:6:"height";i:145;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:48:"d666ab07-1b70-4cb5-95e4-7e6f4e4887f7-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013779, 137516, 'fw_options', 'a:0:{}'),
(2013780, 137514, '_thumbnail_id', '137515'),
(2013781, 137514, '_edit_last', '1'),
(2013783, 137514, 'sidebar_layout', '0'),
(2013784, 137514, 'content_padding', 'on'),
(2013785, 137514, '_wpb_vc_js_status', 'false'),
(2013788, 137519, '_wp_attached_file', '2022/11/gambar.png'),
(2013789, 137519, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:627;s:6:"height";i:333;s:4:"file";s:18:"2022/11/gambar.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:18:"gambar-300x159.png";s:5:"width";i:300;s:6:"height";i:159;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"gambar-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:17:"gambar-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:18:"gambar-277x333.png";s:5:"width";i:277;s:6:"height";i:333;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:16:"gambar-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:16:"gambar-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:18:"gambar-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:18:"gambar-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:18:"gambar-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:18:"gambar-554x333.png";s:5:"width";i:554;s:6:"height";i:333;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:18:"gambar-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:18:"gambar-526x333.png";s:5:"width";i:526;s:6:"height";i:333;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"gambar-255x135.png";s:5:"width";i:255;s:6:"height";i:135;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:18:"gambar-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013790, 137520, '_wp_attached_file', '2022/11/gambar-1.png'),
(2013791, 137520, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:628;s:6:"height";i:338;s:4:"file";s:20:"2022/11/gambar-1.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:20:"gambar-1-300x161.png";s:5:"width";i:300;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-1-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:20:"gambar-1-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:20:"gambar-1-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:20:"gambar-1-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:20:"gambar-1-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:20:"gambar-1-554x338.png";s:5:"width";i:554;s:6:"height";i:338;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:20:"gambar-1-526x338.png";s:5:"width";i:526;s:6:"height";i:338;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"gambar-1-255x137.png";s:5:"width";i:255;s:6:"height";i:137;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"gambar-1-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013792, 137521, '_wp_attached_file', '2022/11/gambar-2.png'),
(2013793, 137521, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:627;s:6:"height";i:297;s:4:"file";s:20:"2022/11/gambar-2.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:20:"gambar-2-300x142.png";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-2-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:20:"gambar-2-277x297.png";s:5:"width";i:277;s:6:"height";i:297;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-2-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-2-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:20:"gambar-2-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:20:"gambar-2-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:20:"gambar-2-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:20:"gambar-2-554x297.png";s:5:"width";i:554;s:6:"height";i:297;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-2-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:20:"gambar-2-526x297.png";s:5:"width";i:526;s:6:"height";i:297;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"gambar-2-255x121.png";s:5:"width";i:255;s:6:"height";i:121;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"gambar-2-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013794, 137522, '_wp_attached_file', '2022/11/gambar-3.png'),
(2013795, 137522, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:628;s:6:"height";i:426;s:4:"file";s:20:"2022/11/gambar-3.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:20:"gambar-3-300x204.png";s:5:"width";i:300;s:6:"height";i:204;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-3-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:20:"gambar-3-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-3-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-3-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:20:"gambar-3-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:20:"gambar-3-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:20:"gambar-3-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:20:"gambar-3-554x426.png";s:5:"width";i:554;s:6:"height";i:426;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-3-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:20:"gambar-3-526x426.png";s:5:"width";i:526;s:6:"height";i:426;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"gambar-3-255x173.png";s:5:"width";i:255;s:6:"height";i:173;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"gambar-3-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013796, 137523, '_wp_attached_file', '2022/11/gambar-3-1.png'),
(2013797, 137523, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:628;s:6:"height";i:426;s:4:"file";s:22:"2022/11/gambar-3-1.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:22:"gambar-3-1-300x204.png";s:5:"width";i:300;s:6:"height";i:204;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"gambar-3-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:21:"gambar-3-1-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:22:"gambar-3-1-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:20:"gambar-3-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:20:"gambar-3-1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:22:"gambar-3-1-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:22:"gambar-3-1-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:22:"gambar-3-1-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:22:"gambar-3-1-554x426.png";s:5:"width";i:554;s:6:"height";i:426;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:22:"gambar-3-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:22:"gambar-3-1-526x426.png";s:5:"width";i:526;s:6:"height";i:426;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"gambar-3-1-255x173.png";s:5:"width";i:255;s:6:"height";i:173;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:22:"gambar-3-1-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013810, 137525, '_edit_lock', '1669691236:1'),
(2013811, 137526, 'fw_options', 'a:0:{}'),
(2013812, 137525, '_edit_last', '1'),
(2013813, 137525, 'sidebar_layout', '0'),
(2013814, 137525, 'content_padding', 'on'),
(2013815, 137525, '_wpb_vc_js_status', 'false'),
(2013816, 137527, 'fw_options', 'a:0:{}'),
(2013817, 137528, 'fw_options', 'a:0:{}'),
(2013818, 137529, '_wp_attached_file', '2022/11/gambar-4.png'),
(2013819, 137529, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:627;s:6:"height";i:333;s:4:"file";s:20:"2022/11/gambar-4.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:20:"gambar-4-300x159.png";s:5:"width";i:300;s:6:"height";i:159;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-4-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:20:"gambar-4-277x333.png";s:5:"width";i:277;s:6:"height";i:333;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-4-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-4-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:20:"gambar-4-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:20:"gambar-4-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:20:"gambar-4-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:20:"gambar-4-554x333.png";s:5:"width";i:554;s:6:"height";i:333;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-4-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:20:"gambar-4-526x333.png";s:5:"width";i:526;s:6:"height";i:333;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"gambar-4-255x135.png";s:5:"width";i:255;s:6:"height";i:135;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"gambar-4-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013820, 137530, '_wp_attached_file', '2022/11/gambar-5.png'),
(2013821, 137530, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:628;s:6:"height";i:338;s:4:"file";s:20:"2022/11/gambar-5.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:20:"gambar-5-300x161.png";s:5:"width";i:300;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-5-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-5-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:20:"gambar-5-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-5-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-5-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:20:"gambar-5-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:20:"gambar-5-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:20:"gambar-5-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:20:"gambar-5-554x338.png";s:5:"width";i:554;s:6:"height";i:338;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-5-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:20:"gambar-5-526x338.png";s:5:"width";i:526;s:6:"height";i:338;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"gambar-5-255x137.png";s:5:"width";i:255;s:6:"height";i:137;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"gambar-5-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013822, 137531, '_wp_attached_file', '2022/11/gambar-6.png'),
(2013823, 137531, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:628;s:6:"height";i:297;s:4:"file";s:20:"2022/11/gambar-6.png";s:5:"sizes";a:14:{s:6:"medium";a:4:{s:4:"file";s:20:"gambar-6-300x142.png";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-6-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-6-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:20:"gambar-6-277x297.png";s:5:"width";i:277;s:6:"height";i:297;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-6-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-6-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:20:"gambar-6-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:20:"gambar-6-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:20:"gambar-6-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:20:"gambar-6-554x297.png";s:5:"width";i:554;s:6:"height";i:297;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-6-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:20:"gambar-6-526x297.png";s:5:"width";i:526;s:6:"height";i:297;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"gambar-6-255x121.png";s:5:"width";i:255;s:6:"height";i:121;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"gambar-6-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013826, 137532, 'fw_options', 'a:0:{}'),
(2013827, 137525, '_thumbnail_id', '137523'),
(2013828, 137534, '_edit_lock', '1678761927:1'),
(2013829, 137535, '_wp_attached_file', '2022/11/2.jpg'),
(2013830, 137535, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:13:"2022/11/2.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:13:"2-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:14:"2-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"2-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:15:"2-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"2-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"2-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"2-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"2-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"2-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"2-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"2-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"2-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"2-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"2-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013831, 137536, '_wp_attached_file', '2022/11/3.jpg'),
(2013832, 137536, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:13:"2022/11/3.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:13:"3-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:14:"3-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:13:"3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"3-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:15:"3-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:12:"3-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:13:"3-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:11:"3-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:11:"3-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:13:"3-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:13:"3-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:13:"3-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:13:"3-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:13:"3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:13:"3-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:13:"3-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"3-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:13:"3-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013833, 137537, '_wp_attached_file', '2022/11/reviu-kegiatan.jpg'),
(2013834, 137537, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:26:"2022/11/reviu-kegiatan.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:26:"reviu-kegiatan-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"reviu-kegiatan-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"reviu-kegiatan-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"reviu-kegiatan-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:28:"reviu-kegiatan-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:25:"reviu-kegiatan-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:26:"reviu-kegiatan-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:24:"reviu-kegiatan-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:24:"reviu-kegiatan-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:26:"reviu-kegiatan-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:26:"reviu-kegiatan-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:26:"reviu-kegiatan-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:26:"reviu-kegiatan-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:26:"reviu-kegiatan-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:26:"reviu-kegiatan-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:26:"reviu-kegiatan-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"reviu-kegiatan-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:26:"reviu-kegiatan-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013837, 137538, 'fw_options', 'a:0:{}'),
(2013838, 137534, '_thumbnail_id', '137537'),
(2013839, 137534, '_edit_last', '1'),
(2013840, 137534, 'sidebar_layout', '0'),
(2013841, 137534, 'content_padding', 'on'),
(2013842, 137534, '_wpb_vc_js_status', 'false'),
(2013844, 137541, '_edit_lock', '1672299821:1'),
(2013845, 137542, '_wp_attached_file', '2022/12/gambar.png'),
(2013846, 137542, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:420;s:6:"height";i:155;s:4:"file";s:18:"2022/12/gambar.png";s:5:"sizes";a:12:{s:6:"medium";a:4:{s:4:"file";s:18:"gambar-300x111.png";s:5:"width";i:300;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"gambar-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:17:"gambar-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:18:"gambar-277x155.png";s:5:"width";i:277;s:6:"height";i:155;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:16:"gambar-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:16:"gambar-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:18:"gambar-263x155.png";s:5:"width";i:263;s:6:"height";i:155;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:18:"gambar-409x155.png";s:5:"width";i:409;s:6:"height";i:155;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:18:"gambar-278x155.png";s:5:"width";i:278;s:6:"height";i:155;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:18:"gambar-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"gambar-255x94.png";s:5:"width";i:255;s:6:"height";i:94;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:18:"gambar-255x155.png";s:5:"width";i:255;s:6:"height";i:155;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013847, 137543, '_wp_attached_file', '2022/12/gambar-1.png'),
(2013848, 137543, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:242;s:6:"height";i:144;s:4:"file";s:20:"2022/12/gambar-1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-1-150x144.png";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-1-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013849, 137544, '_wp_attached_file', '2022/12/gambar-2.png'),
(2013850, 137544, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:260;s:6:"height";i:144;s:4:"file";s:20:"2022/12/gambar-2.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-2-150x144.png";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-2-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-2-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-2-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-2-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"gambar-2-255x141.png";s:5:"width";i:255;s:6:"height";i:141;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:20:"gambar-2-255x144.png";s:5:"width";i:255;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013851, 137545, '_wp_attached_file', '2022/12/gambar-3.png'),
(2013852, 137545, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:242;s:6:"height";i:144;s:4:"file";s:20:"2022/12/gambar-3.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"gambar-3-150x144.png";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:19:"gambar-3-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:18:"gambar-3-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:18:"gambar-3-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:20:"gambar-3-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013855, 137546, 'fw_options', 'a:0:{}'),
(2013856, 137541, '_thumbnail_id', '137542'),
(2013857, 137541, '_edit_last', '1'),
(2013860, 137541, 'sidebar_layout', '0'),
(2013861, 137541, 'content_padding', 'on'),
(2013862, 137541, '_wpb_vc_js_status', 'false'),
(2013866, 137549, '_edit_lock', '1672301911:1'),
(2013867, 137550, '_wp_attached_file', '2022/12/1.jpeg'),
(2013868, 137550, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:14:"2022/12/1.jpeg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:14:"1-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:15:"1-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:14:"1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"1-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:16:"1-1536x1152.jpeg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:13:"1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:14:"1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:12:"1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:12:"1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:14:"1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:14:"1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:14:"1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:14:"1-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:14:"1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:14:"1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:14:"1-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"1-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:14:"1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013869, 137551, '_wp_attached_file', '2022/12/2.jpeg'),
(2013870, 137551, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:900;s:4:"file";s:14:"2022/12/2.jpeg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:14:"2-300x169.jpeg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:15:"2-1024x576.jpeg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:14:"2-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"2-768x432.jpeg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:15:"2-1536x864.jpeg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:13:"2-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:14:"2-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:12:"2-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:12:"2-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:14:"2-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:14:"2-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:14:"2-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:14:"2-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:14:"2-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:14:"2-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:14:"2-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"2-255x143.jpeg";s:5:"width";i:255;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:14:"2-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013871, 137552, '_wp_attached_file', '2022/12/3.jpeg'),
(2013872, 137552, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1156;s:6:"height";i:867;s:4:"file";s:14:"2022/12/3.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:14:"3-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:15:"3-1024x768.jpeg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:14:"3-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"3-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:13:"3-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:14:"3-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:12:"3-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:12:"3-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:14:"3-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:14:"3-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:14:"3-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:14:"3-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:14:"3-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:14:"3-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:14:"3-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"3-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:14:"3-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2013876, 137554, 'fw_options', 'a:0:{}'),
(2013880, 137556, '_wp_attached_file', '2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg'),
(2013881, 137556, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:50:"2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-12-29-at-14.14.15-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-12-29-at-14.14.15-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-12-29-at-14.14.15-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-255x170.jpeg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.15-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013882, 137557, '_wp_attached_file', '2022/12/20221229_1434381.jpg'),
(2013883, 137557, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:773;s:4:"file";s:28:"2022/12/20221229_1434381.jpg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:28:"20221229_1434381-300x215.jpg";s:5:"width";i:300;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"20221229_1434381-1024x733.jpg";s:5:"width";i:1024;s:6:"height";i:733;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:28:"20221229_1434381-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"20221229_1434381-768x550.jpg";s:5:"width";i:768;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:27:"20221229_1434381-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:28:"20221229_1434381-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:26:"20221229_1434381-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:26:"20221229_1434381-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:28:"20221229_1434381-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:28:"20221229_1434381-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:28:"20221229_1434381-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:28:"20221229_1434381-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:28:"20221229_1434381-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:28:"20221229_1434381-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:28:"20221229_1434381-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"20221229_1434381-255x183.jpg";s:5:"width";i:255;s:6:"height";i:183;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:28:"20221229_1434381-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013884, 137558, '_wp_attached_file', '2022/12/20221229_1434381-1.jpg'),
(2013885, 137558, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:773;s:4:"file";s:30:"2022/12/20221229_1434381-1.jpg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:30:"20221229_1434381-1-300x215.jpg";s:5:"width";i:300;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"20221229_1434381-1-1024x733.jpg";s:5:"width";i:1024;s:6:"height";i:733;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"20221229_1434381-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"20221229_1434381-1-768x550.jpg";s:5:"width";i:768;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:29:"20221229_1434381-1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:30:"20221229_1434381-1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:28:"20221229_1434381-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:28:"20221229_1434381-1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:30:"20221229_1434381-1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:30:"20221229_1434381-1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:30:"20221229_1434381-1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:30:"20221229_1434381-1-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:30:"20221229_1434381-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:30:"20221229_1434381-1-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:30:"20221229_1434381-1-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"20221229_1434381-1-255x183.jpg";s:5:"width";i:255;s:6:"height";i:183;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:30:"20221229_1434381-1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013886, 137559, '_wp_attached_file', '2022/12/20221229_1434381-2.jpg'),
(2013887, 137559, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:773;s:4:"file";s:30:"2022/12/20221229_1434381-2.jpg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:30:"20221229_1434381-2-300x215.jpg";s:5:"width";i:300;s:6:"height";i:215;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"20221229_1434381-2-1024x733.jpg";s:5:"width";i:1024;s:6:"height";i:733;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:30:"20221229_1434381-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"20221229_1434381-2-768x550.jpg";s:5:"width";i:768;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:29:"20221229_1434381-2-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:30:"20221229_1434381-2-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:28:"20221229_1434381-2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:28:"20221229_1434381-2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:30:"20221229_1434381-2-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:30:"20221229_1434381-2-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:30:"20221229_1434381-2-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:30:"20221229_1434381-2-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:30:"20221229_1434381-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:30:"20221229_1434381-2-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:30:"20221229_1434381-2-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"20221229_1434381-2-255x183.jpg";s:5:"width";i:255;s:6:"height";i:183;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:30:"20221229_1434381-2-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013888, 137560, 'fw_options', 'a:0:{}'),
(2013891, 137561, '_wp_attached_file', '2022/12/WhatsApp-Image-2022-12-29-at-14.14.17.jpeg'),
(2013892, 137561, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:50:"2022/12/WhatsApp-Image-2022-12-29-at-14.14.17.jpeg";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:51:"WhatsApp-Image-2022-12-29-at-14.14.17-1024x682.jpeg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2022-12-29-at-14.14.17-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-12-29-at-14.14.17-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2022-12-29-at-14.14.17-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-255x170.jpeg";s:5:"width";i:255;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2022-12-29-at-14.14.17-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013895, 137562, 'fw_options', 'a:0:{}'),
(2013896, 137549, '_thumbnail_id', '137561'),
(2013897, 137549, '_edit_last', '1'),
(2013900, 137549, 'sidebar_layout', '0'),
(2013901, 137549, 'content_padding', 'on'),
(2013902, 137549, '_wpb_vc_js_status', 'false'),
(2013904, 137564, 'fw_options', 'a:0:{}'),
(2013907, 137565, 'fw_options', 'a:0:{}'),
(2013910, 137566, 'fw_options', 'a:0:{}'),
(2013913, 137567, 'fw_options', 'a:0:{}'),
(2013918, 137568, 'fw_options', 'a:0:{}'),
(2013922, 137570, 'fw_options', 'a:0:{}'),
(2013926, 137572, 'fw_options', 'a:0:{}'),
(2013933, 137573, 'fw_options', 'a:0:{}'),
(2013935, 137578, '_edit_lock', '1696217842:10'),
(2013936, 137579, '_wp_attached_file', '2023/05/IMG-20230503-WA00031.jpg'),
(2013937, 137579, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:32:"2023/05/IMG-20230503-WA00031.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"IMG-20230503-WA00031-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:34:"IMG-20230503-WA00031-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:31:"IMG-20230503-WA00031-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:30:"IMG-20230503-WA00031-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:30:"IMG-20230503-WA00031-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:32:"IMG-20230503-WA00031-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013938, 137580, '_wp_attached_file', '2023/05/IMG-20230503-WA00021.jpg'),
(2013939, 137580, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:32:"2023/05/IMG-20230503-WA00021.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"IMG-20230503-WA00021-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:34:"IMG-20230503-WA00021-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:31:"IMG-20230503-WA00021-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:30:"IMG-20230503-WA00021-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:30:"IMG-20230503-WA00021-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:32:"IMG-20230503-WA00021-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013940, 137581, '_wp_attached_file', '2023/05/IMG-20230503-WA00011.jpg'),
(2013941, 137581, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:32:"2023/05/IMG-20230503-WA00011.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"IMG-20230503-WA00011-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:34:"IMG-20230503-WA00011-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:31:"IMG-20230503-WA00011-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:30:"IMG-20230503-WA00011-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:30:"IMG-20230503-WA00011-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:32:"IMG-20230503-WA00011-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013944, 137582, 'fw_options', 'a:0:{}'),
(2013945, 137578, '_thumbnail_id', '137579'),
(2013946, 137578, '_edit_last', '1'),
(2013947, 137578, 'sidebar_layout', '0'),
(2013948, 137578, 'content_padding', 'on'),
(2013949, 137578, '_wpb_vc_js_status', 'false'),
(2013955, 137586, '_edit_lock', '1687751273:1'),
(2013956, 137587, '_wp_attached_file', '2023/06/fotoh.png'),
(2013957, 137587, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:808;s:6:"height";i:568;s:4:"file";s:17:"2023/06/fotoh.png";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:17:"fotoh-300x211.png";s:5:"width";i:300;s:6:"height";i:211;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"fotoh-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:17:"fotoh-768x540.png";s:5:"width";i:768;s:6:"height";i:540;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:16:"fotoh-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:17:"fotoh-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:15:"fotoh-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:15:"fotoh-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:17:"fotoh-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:17:"fotoh-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:17:"fotoh-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:17:"fotoh-554x568.png";s:5:"width";i:554;s:6:"height";i:568;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:17:"fotoh-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:17:"fotoh-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:17:"fotoh-808x516.png";s:5:"width";i:808;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"fotoh-255x179.png";s:5:"width";i:255;s:6:"height";i:179;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:17:"fotoh-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013958, 137588, '_wp_attached_file', '2023/06/foto-website.jpg'),
(2013959, 137588, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1200;s:4:"file";s:24:"2023/06/foto-website.jpg";s:5:"sizes";a:18:{s:6:"medium";a:4:{s:4:"file";s:24:"foto-website-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"foto-website-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"foto-website-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"foto-website-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:26:"foto-website-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:23:"foto-website-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:24:"foto-website-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:22:"foto-website-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:22:"foto-website-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:24:"foto-website-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:24:"foto-website-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:24:"foto-website-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:24:"foto-website-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:24:"foto-website-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:24:"foto-website-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:24:"foto-website-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"foto-website-255x191.jpg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:24:"foto-website-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013960, 137589, '_wp_attached_file', '2023/06/tr332.png'),
(2013961, 137589, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:993;s:6:"height";i:422;s:4:"file";s:17:"2023/06/tr332.png";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:17:"tr332-300x127.png";s:5:"width";i:300;s:6:"height";i:127;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"tr332-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:17:"tr332-768x326.png";s:5:"width";i:768;s:6:"height";i:326;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:16:"tr332-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:17:"tr332-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:15:"tr332-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:15:"tr332-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:17:"tr332-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:17:"tr332-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:17:"tr332-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:17:"tr332-554x422.png";s:5:"width";i:554;s:6:"height";i:422;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:17:"tr332-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:17:"tr332-526x422.png";s:5:"width";i:526;s:6:"height";i:422;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:17:"tr332-818x422.png";s:5:"width";i:818;s:6:"height";i:422;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"tr332-255x108.png";s:5:"width";i:255;s:6:"height";i:108;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:17:"tr332-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013962, 137590, '_wp_attached_file', '2023/06/foooo.jpg'),
(2013963, 137590, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:720;s:6:"height";i:526;s:4:"file";s:17:"2023/06/foooo.jpg";s:5:"sizes";a:15:{s:6:"medium";a:4:{s:4:"file";s:17:"foooo-300x219.jpg";s:5:"width";i:300;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"foooo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:16:"foooo-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:17:"foooo-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:15:"foooo-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:15:"foooo-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:17:"foooo-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:17:"foooo-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:17:"foooo-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:17:"foooo-554x526.jpg";s:5:"width";i:554;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:17:"foooo-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:17:"foooo-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:17:"foooo-720x516.jpg";s:5:"width";i:720;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"foooo-255x186.jpg";s:5:"width";i:255;s:6:"height";i:186;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:17:"foooo-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013964, 137591, '_wp_attached_file', '2023/06/foooo-1.jpg'),
(2013965, 137591, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:720;s:6:"height";i:526;s:4:"file";s:19:"2023/06/foooo-1.jpg";s:5:"sizes";a:15:{s:6:"medium";a:4:{s:4:"file";s:19:"foooo-1-300x219.jpg";s:5:"width";i:300;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"foooo-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:18:"foooo-1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:19:"foooo-1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:17:"foooo-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:17:"foooo-1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:19:"foooo-1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:19:"foooo-1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:19:"foooo-1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:19:"foooo-1-554x526.jpg";s:5:"width";i:554;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:19:"foooo-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:19:"foooo-1-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:19:"foooo-1-720x516.jpg";s:5:"width";i:720;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"foooo-1-255x186.jpg";s:5:"width";i:255;s:6:"height";i:186;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:19:"foooo-1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013966, 137592, '_wp_attached_file', '2023/06/fotoh-1.png'),
(2013967, 137592, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:808;s:6:"height";i:568;s:4:"file";s:19:"2023/06/fotoh-1.png";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:19:"fotoh-1-300x211.png";s:5:"width";i:300;s:6:"height";i:211;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"fotoh-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:19:"fotoh-1-768x540.png";s:5:"width";i:768;s:6:"height";i:540;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:18:"fotoh-1-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:19:"fotoh-1-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:17:"fotoh-1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:17:"fotoh-1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:19:"fotoh-1-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:19:"fotoh-1-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:19:"fotoh-1-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:19:"fotoh-1-554x568.png";s:5:"width";i:554;s:6:"height";i:568;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:19:"fotoh-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:19:"fotoh-1-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:19:"fotoh-1-808x516.png";s:5:"width";i:808;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"fotoh-1-255x179.png";s:5:"width";i:255;s:6:"height";i:179;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:19:"fotoh-1-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013970, 137593, 'fw_options', 'a:0:{}'),
(2013971, 137586, '_edit_last', '1'),
(2013973, 137586, 'sidebar_layout', '0'),
(2013974, 137586, 'content_padding', 'on'),
(2013975, 137586, '_wpb_vc_js_status', 'false'),
(2013977, 137594, 'fw_options', 'a:0:{}'),
(2013978, 137597, '_edit_lock', '1690170874:1'),
(2013979, 137598, '_wp_attached_file', '2023/07/WhatsApp-Image-2023-07-24-at-10.45.54.jpeg'),
(2013980, 137598, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:828;s:6:"height";i:627;s:4:"file";s:50:"2023/07/WhatsApp-Image-2023-07-24-at-10.45.54.jpeg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-300x227.jpeg";s:5:"width";i:300;s:6:"height";i:227;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-768x582.jpeg";s:5:"width";i:768;s:6:"height";i:582;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2023-07-24-at-10.45.54-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2023-07-24-at-10.45.54-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2023-07-24-at-10.45.54-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-554x627.jpeg";s:5:"width";i:554;s:6:"height";i:627;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-255x193.jpeg";s:5:"width";i:255;s:6:"height";i:193;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.45.54-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013981, 137599, '_wp_attached_file', '2023/07/WhatsApp-Image-2023-07-24-at-10.46.42.jpeg'),
(2013982, 137599, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:829;s:6:"height";i:640;s:4:"file";s:50:"2023/07/WhatsApp-Image-2023-07-24-at-10.46.42.jpeg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-300x232.jpeg";s:5:"width";i:300;s:6:"height";i:232;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-768x593.jpeg";s:5:"width";i:768;s:6:"height";i:593;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:49:"WhatsApp-Image-2023-07-24-at-10.46.42-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:48:"WhatsApp-Image-2023-07-24-at-10.46.42-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:48:"WhatsApp-Image-2023-07-24-at-10.46.42-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-554x640.jpeg";s:5:"width";i:554;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-255x197.jpeg";s:5:"width";i:255;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013983, 137600, '_wp_attached_file', '2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1.jpeg'),
(2013984, 137600, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:829;s:6:"height";i:631;s:4:"file";s:52:"2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1.jpeg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-300x228.jpeg";s:5:"width";i:300;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-768x585.jpeg";s:5:"width";i:768;s:6:"height";i:585;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:51:"WhatsApp-Image-2023-07-24-at-10.46.42-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:50:"WhatsApp-Image-2023-07-24-at-10.46.42-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-554x631.jpeg";s:5:"width";i:554;s:6:"height";i:631;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-255x194.jpeg";s:5:"width";i:255;s:6:"height";i:194;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2013985, 137601, '_wp_attached_file', '2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1-1.jpeg'),
(2013986, 137601, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:829;s:6:"height";i:631;s:4:"file";s:54:"2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1-1.jpeg";s:5:"sizes";a:16:{s:6:"medium";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-300x228.jpeg";s:5:"width";i:300;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-768x585.jpeg";s:5:"width";i:768;s:6:"height";i:585;s:9:"mime-type";s:10:"image/jpeg";}s:12:"thumb_139x89";a:4:{s:4:"file";s:53:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_277x337";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_50x50";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"thumb_80x80";a:4:{s:4:"file";s:52:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_263x263";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_409x258";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_278x178";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_554x674";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-554x631.jpeg";s:5:"width";i:554;s:6:"height";i:631;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_100x100";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_526x526";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_818x516";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-255x194.jpeg";s:5:"width";i:255;s:6:"height";i:194;s:9:"mime-type";s:10:"image/jpeg";}s:13:"thumb_255x255";a:4:{s:4:"file";s:54:"WhatsApp-Image-2023-07-24-at-10.46.42-1-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013987, 137602, '_wp_attached_file', '2023/07/hyfhfhy.png'),
(2013988, 137602, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1084;s:6:"height";i:601;s:4:"file";s:19:"2023/07/hyfhfhy.png";s:5:"sizes";a:17:{s:6:"medium";a:4:{s:4:"file";s:19:"hyfhfhy-300x166.png";s:5:"width";i:300;s:6:"height";i:166;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:20:"hyfhfhy-1024x568.png";s:5:"width";i:1024;s:6:"height";i:568;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"hyfhfhy-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:19:"hyfhfhy-768x426.png";s:5:"width";i:768;s:6:"height";i:426;s:9:"mime-type";s:9:"image/png";}s:12:"thumb_139x89";a:4:{s:4:"file";s:18:"hyfhfhy-139x89.png";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_277x337";a:4:{s:4:"file";s:19:"hyfhfhy-277x337.png";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_50x50";a:4:{s:4:"file";s:17:"hyfhfhy-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"thumb_80x80";a:4:{s:4:"file";s:17:"hyfhfhy-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_263x263";a:4:{s:4:"file";s:19:"hyfhfhy-263x263.png";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_409x258";a:4:{s:4:"file";s:19:"hyfhfhy-409x258.png";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_278x178";a:4:{s:4:"file";s:19:"hyfhfhy-278x178.png";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_554x674";a:4:{s:4:"file";s:19:"hyfhfhy-554x601.png";s:5:"width";i:554;s:6:"height";i:601;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_100x100";a:4:{s:4:"file";s:19:"hyfhfhy-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_526x526";a:4:{s:4:"file";s:19:"hyfhfhy-526x526.png";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_818x516";a:4:{s:4:"file";s:19:"hyfhfhy-818x516.png";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"hyfhfhy-255x141.png";s:5:"width";i:255;s:6:"height";i:141;s:9:"mime-type";s:9:"image/png";}s:13:"thumb_255x255";a:4:{s:4:"file";s:19:"hyfhfhy-255x255.png";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2013991, 137603, 'fw_options', 'a:0:{}'),
(2013992, 137597, '_edit_last', '1'),
(2013993, 137597, 'sidebar_layout', '0'),
(2013994, 137597, 'content_padding', 'on'),
(2013995, 137597, '_wpb_vc_js_status', 'false'),
(2013999, 137611, '_edit_lock', '1692765546:10'),
(2014000, 137612, '_wp_attached_file', '2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-3.jpeg'),
(2014001, 137612, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:55:"2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-3.jpeg";s:8:"filesize";i:109647;s:5:"sizes";a:16:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17980;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7348;}s:12:"medium_large";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:81136;}s:12:"thumb_139x89";a:5:{s:4:"file";s:54:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4977;}s:13:"thumb_277x337";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:22056;}s:11:"thumb_50x50";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1782;}s:11:"thumb_80x80";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2875;}s:13:"thumb_263x263";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17904;}s:13:"thumb_409x258";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:26886;}s:13:"thumb_278x178";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14437;}s:13:"thumb_554x674";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:66348;}s:13:"thumb_100x100";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4100;}s:13:"thumb_526x526";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:53614;}s:13:"thumb_818x516";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:80421;}s:14:"post-thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13435;}s:13:"thumb_255x255";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-3-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16856;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014002, 137613, '_wp_attached_file', '2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-2.jpeg'),
(2014003, 137613, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:55:"2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-2.jpeg";s:8:"filesize";i:110823;s:5:"sizes";a:16:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18189;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7414;}s:12:"medium_large";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:81493;}s:12:"thumb_139x89";a:5:{s:4:"file";s:54:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5003;}s:13:"thumb_277x337";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:22044;}s:11:"thumb_50x50";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1781;}s:11:"thumb_80x80";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2898;}s:13:"thumb_263x263";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17920;}s:13:"thumb_409x258";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:27048;}s:13:"thumb_278x178";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14636;}s:13:"thumb_554x674";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:66186;}s:13:"thumb_100x100";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4140;}s:13:"thumb_526x526";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:53554;}s:13:"thumb_818x516";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:80896;}s:14:"post-thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13565;}s:13:"thumb_255x255";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-2-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16894;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014004, 137614, '_wp_attached_file', '2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-1.jpeg'),
(2014005, 137614, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:55:"2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-1.jpeg";s:8:"filesize";i:102437;s:5:"sizes";a:16:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17152;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7176;}s:12:"medium_large";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:77624;}s:12:"thumb_139x89";a:5:{s:4:"file";s:54:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4890;}s:13:"thumb_277x337";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21727;}s:11:"thumb_50x50";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1708;}s:11:"thumb_80x80";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2875;}s:13:"thumb_263x263";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17340;}s:13:"thumb_409x258";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:26757;}s:13:"thumb_278x178";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14203;}s:13:"thumb_554x674";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:64452;}s:13:"thumb_100x100";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3959;}s:13:"thumb_526x526";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:52293;}s:13:"thumb_818x516";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:79920;}s:14:"post-thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13265;}s:13:"thumb_255x255";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16338;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014006, 137615, '_wp_attached_file', '2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM.jpeg'),
(2014007, 137615, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:53:"2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM.jpeg";s:8:"filesize";i:99676;s:5:"sizes";a:16:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-300x225.jpeg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17280;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6956;}s:12:"medium_large";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-768x576.jpeg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:76285;}s:12:"thumb_139x89";a:5:{s:4:"file";s:52:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4655;}s:13:"thumb_277x337";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21145;}s:11:"thumb_50x50";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1713;}s:11:"thumb_80x80";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2710;}s:13:"thumb_263x263";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16753;}s:13:"thumb_409x258";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:25647;}s:13:"thumb_278x178";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13865;}s:13:"thumb_554x674";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:62660;}s:13:"thumb_100x100";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3981;}s:13:"thumb_526x526";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:50573;}s:13:"thumb_818x516";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:76349;}s:14:"post-thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-255x191.jpeg";s:5:"width";i:255;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13326;}s:13:"thumb_255x255";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.14.46-AM-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15808;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014008, 137616, '_wp_attached_file', '2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM-1.jpeg'),
(2014009, 137616, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:768;s:6:"height";i:1024;s:4:"file";s:55:"2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM-1.jpeg";s:8:"filesize";i:86243;s:5:"sizes";a:15:{s:6:"medium";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16131;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7645;}s:12:"thumb_139x89";a:5:{s:4:"file";s:54:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4885;}s:13:"thumb_277x337";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21289;}s:11:"thumb_50x50";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1891;}s:11:"thumb_80x80";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3030;}s:13:"thumb_263x263";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17697;}s:13:"thumb_409x258";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:25254;}s:13:"thumb_278x178";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13903;}s:13:"thumb_554x674";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:60309;}s:13:"thumb_100x100";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4351;}s:13:"thumb_526x526";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:50460;}s:13:"thumb_818x516";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-768x516.jpeg";s:5:"width";i:768;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:72248;}s:14:"post-thumbnail";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-255x340.jpeg";s:5:"width";i:255;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19270;}s:13:"thumb_255x255";a:5:{s:4:"file";s:55:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-1-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16871;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014010, 137617, '_wp_attached_file', '2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM.jpeg'),
(2014011, 137617, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:768;s:6:"height";i:1024;s:4:"file";s:53:"2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM.jpeg";s:8:"filesize";i:72024;s:5:"sizes";a:15:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14151;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6694;}s:12:"thumb_139x89";a:5:{s:4:"file";s:52:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4246;}s:13:"thumb_277x337";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18699;}s:11:"thumb_50x50";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1819;}s:11:"thumb_80x80";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2816;}s:13:"thumb_263x263";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14968;}s:13:"thumb_409x258";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20061;}s:13:"thumb_278x178";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11390;}s:13:"thumb_554x674";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:51072;}s:13:"thumb_100x100";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3905;}s:13:"thumb_526x526";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:41432;}s:13:"thumb_818x516";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-768x516.jpeg";s:5:"width";i:768;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:55706;}s:14:"post-thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-255x340.jpeg";s:5:"width";i:255;s:6:"height";i:340;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16811;}s:13:"thumb_255x255";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-08-23-at-11.24.12-AM-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14251;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014012, 137611, '_edit_last', '10'),
(2014013, 137611, '_wpb_vc_js_status', 'false'),
(2014014, 137618, 'fw_options', 'a:0:{}'),
(2014015, 137611, 'sidebar_layout', '0'),
(2014016, 137611, 'content_padding', 'on'),
(2014020, 137622, '_edit_lock', '1692931857:1'),
(2014021, 137622, '_edit_last', '10'),
(2014022, 137622, '_wpb_vc_js_status', 'false'),
(2014023, 137623, 'fw_options', 'a:0:{}'),
(2014024, 137622, 'sidebar_layout', '0'),
(2014025, 137622, 'content_padding', 'on'),
(2014029, 137627, '_edit_lock', '1692932572:1'),
(2014030, 137628, '_edit_lock', '1692933105:1'),
(2014032, 137630, '_edit_lock', '1696218880:10'),
(2014035, 137631, 'fw_options', 'a:0:{}'),
(2014036, 137630, '_thumbnail_id', '137615'),
(2014037, 137630, '_edit_last', '10'),
(2014038, 137630, 'sidebar_layout', '0'),
(2014039, 137630, 'content_padding', 'on'),
(2014040, 137630, '_wpb_vc_js_status', 'false'),
(2014043, 137632, 'fw_options', 'a:0:{}'),
(2014044, 137634, '_edit_lock', '1695973563:10'),
(2014045, 137635, '_wp_attached_file', '2023/09/WhatsApp.html'),
(2014046, 137635, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:257883;}'),
(2014047, 137636, '_wp_attached_file', '2023/09/WhatsApp-scaled.jpg'),
(2014048, 137636, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:800;s:4:"file";s:27:"2023/09/WhatsApp-scaled.jpg";s:8:"filesize";i:33450;s:5:"sizes";a:19:{s:6:"medium";a:5:{s:4:"file";s:19:"WhatsApp-300x94.jpg";s:5:"width";i:300;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1269;}s:5:"large";a:5:{s:4:"file";s:21:"WhatsApp-1024x320.jpg";s:5:"width";i:1024;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6045;}s:9:"thumbnail";a:5:{s:4:"file";s:20:"WhatsApp-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1088;}s:12:"medium_large";a:5:{s:4:"file";s:20:"WhatsApp-768x240.jpg";s:5:"width";i:768;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3718;}s:9:"1536x1536";a:5:{s:4:"file";s:21:"WhatsApp-1536x480.jpg";s:5:"width";i:1536;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12616;}s:9:"2048x2048";a:5:{s:4:"file";s:21:"WhatsApp-2048x640.jpg";s:5:"width";i:2048;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21778;}s:12:"thumb_139x89";a:5:{s:4:"file";s:19:"WhatsApp-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:960;}s:13:"thumb_277x337";a:5:{s:4:"file";s:20:"WhatsApp-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2329;}s:11:"thumb_50x50";a:5:{s:4:"file";s:18:"WhatsApp-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:752;}s:11:"thumb_80x80";a:5:{s:4:"file";s:18:"WhatsApp-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:788;}s:13:"thumb_263x263";a:5:{s:4:"file";s:20:"WhatsApp-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1896;}s:13:"thumb_409x258";a:5:{s:4:"file";s:20:"WhatsApp-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2761;}s:13:"thumb_278x178";a:5:{s:4:"file";s:20:"WhatsApp-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1836;}s:13:"thumb_554x674";a:5:{s:4:"file";s:20:"WhatsApp-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6734;}s:13:"thumb_100x100";a:5:{s:4:"file";s:20:"WhatsApp-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:884;}s:13:"thumb_526x526";a:5:{s:4:"file";s:20:"WhatsApp-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5198;}s:13:"thumb_818x516";a:5:{s:4:"file";s:20:"WhatsApp-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7591;}s:14:"post-thumbnail";a:5:{s:4:"file";s:19:"WhatsApp-255x80.jpg";s:5:"width";i:255;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1049;}s:13:"thumb_255x255";a:5:{s:4:"file";s:20:"WhatsApp-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1848;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:12:"WhatsApp.jpg";}'),
(2014049, 137637, '_wp_attached_file', '2023/09/WhatsApp-Image-2023-09-29-at-14.38.33.jpeg'),
(2014050, 137637, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:750;s:6:"height";i:553;s:4:"file";s:50:"2023/09/WhatsApp-Image-2023-09-29-at-14.38.33.jpeg";s:8:"filesize";i:40120;s:5:"sizes";a:15:{s:6:"medium";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-300x221.jpeg";s:5:"width";i:300;s:6:"height";i:221;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12250;}s:9:"thumbnail";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5631;}s:12:"thumb_139x89";a:5:{s:4:"file";s:49:"WhatsApp-Image-2023-09-29-at-14.38.33-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4027;}s:13:"thumb_277x337";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14196;}s:11:"thumb_50x50";a:5:{s:4:"file";s:48:"WhatsApp-Image-2023-09-29-at-14.38.33-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1647;}s:11:"thumb_80x80";a:5:{s:4:"file";s:48:"WhatsApp-Image-2023-09-29-at-14.38.33-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2474;}s:13:"thumb_263x263";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12003;}s:13:"thumb_409x258";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17663;}s:13:"thumb_278x178";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10444;}s:13:"thumb_554x674";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-554x553.jpeg";s:5:"width";i:554;s:6:"height";i:553;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:33852;}s:13:"thumb_100x100";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3475;}s:13:"thumb_526x526";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:30419;}s:13:"thumb_818x516";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-750x516.jpeg";s:5:"width";i:750;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:42681;}s:14:"post-thumbnail";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-255x188.jpeg";s:5:"width";i:255;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9700;}s:13:"thumb_255x255";a:5:{s:4:"file";s:50:"WhatsApp-Image-2023-09-29-at-14.38.33-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11497;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014051, 137638, '_wp_attached_file', '2023/09/WhatsApp1-1-scaled.jpg'),
(2014052, 137638, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:800;s:4:"file";s:30:"2023/09/WhatsApp1-1-scaled.jpg";s:8:"filesize";i:33450;s:5:"sizes";a:19:{s:6:"medium";a:5:{s:4:"file";s:22:"WhatsApp1-1-300x94.jpg";s:5:"width";i:300;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1269;}s:5:"large";a:5:{s:4:"file";s:24:"WhatsApp1-1-1024x320.jpg";s:5:"width";i:1024;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6045;}s:9:"thumbnail";a:5:{s:4:"file";s:23:"WhatsApp1-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1088;}s:12:"medium_large";a:5:{s:4:"file";s:23:"WhatsApp1-1-768x240.jpg";s:5:"width";i:768;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3718;}s:9:"1536x1536";a:5:{s:4:"file";s:24:"WhatsApp1-1-1536x480.jpg";s:5:"width";i:1536;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12616;}s:9:"2048x2048";a:5:{s:4:"file";s:24:"WhatsApp1-1-2048x640.jpg";s:5:"width";i:2048;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21778;}s:12:"thumb_139x89";a:5:{s:4:"file";s:22:"WhatsApp1-1-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:960;}s:13:"thumb_277x337";a:5:{s:4:"file";s:23:"WhatsApp1-1-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2329;}s:11:"thumb_50x50";a:5:{s:4:"file";s:21:"WhatsApp1-1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:752;}s:11:"thumb_80x80";a:5:{s:4:"file";s:21:"WhatsApp1-1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:788;}s:13:"thumb_263x263";a:5:{s:4:"file";s:23:"WhatsApp1-1-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1896;}s:13:"thumb_409x258";a:5:{s:4:"file";s:23:"WhatsApp1-1-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2761;}s:13:"thumb_278x178";a:5:{s:4:"file";s:23:"WhatsApp1-1-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1836;}s:13:"thumb_554x674";a:5:{s:4:"file";s:23:"WhatsApp1-1-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6734;}s:13:"thumb_100x100";a:5:{s:4:"file";s:23:"WhatsApp1-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:884;}s:13:"thumb_526x526";a:5:{s:4:"file";s:23:"WhatsApp1-1-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5198;}s:13:"thumb_818x516";a:5:{s:4:"file";s:23:"WhatsApp1-1-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7591;}s:14:"post-thumbnail";a:5:{s:4:"file";s:22:"WhatsApp1-1-255x80.jpg";s:5:"width";i:255;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1049;}s:13:"thumb_255x255";a:5:{s:4:"file";s:23:"WhatsApp1-1-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1848;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:15:"WhatsApp1-1.jpg";}'),
(2014054, 137639, 'fw_options', 'a:0:{}'),
(2014055, 137634, '_thumbnail_id', '137637'),
(2014056, 137634, '_edit_last', '10'),
(2014057, 137634, 'sidebar_layout', '0'),
(2014058, 137634, 'content_padding', 'on'),
(2014059, 137634, '_wpb_vc_js_status', 'false'),
(2014060, 137641, '_edit_lock', '1698123435:1'),
(2014061, 137642, '_wp_attached_file', '2023/10/WhatsApp-Image-2023-10-24-at-11.41.28-AM.jpeg'),
(2014062, 137642, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1080;s:6:"height";i:794;s:4:"file";s:53:"2023/10/WhatsApp-Image-2023-10-24-at-11.41.28-AM.jpeg";s:8:"filesize";i:204612;s:5:"sizes";a:17:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-300x221.jpeg";s:5:"width";i:300;s:6:"height";i:221;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15194;}s:5:"large";a:5:{s:4:"file";s:54:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-1024x753.jpeg";s:5:"width";i:1024;s:6:"height";i:753;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:101408;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6390;}s:12:"medium_large";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-768x565.jpeg";s:5:"width";i:768;s:6:"height";i:565;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:65053;}s:12:"thumb_139x89";a:5:{s:4:"file";s:52:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4512;}s:13:"thumb_277x337";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18483;}s:11:"thumb_50x50";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1674;}s:11:"thumb_80x80";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2611;}s:13:"thumb_263x263";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14951;}s:13:"thumb_409x258";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:22401;}s:13:"thumb_278x178";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12400;}s:13:"thumb_554x674";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:53519;}s:13:"thumb_100x100";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3686;}s:13:"thumb_526x526";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:43499;}s:13:"thumb_818x516";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-818x516.jpeg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:65011;}s:14:"post-thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-255x187.jpeg";s:5:"width";i:255;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11729;}s:13:"thumb_255x255";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.41.28-AM-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14101;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014063, 137643, '_wp_attached_file', '2023/10/WhatsApp-Image-2023-10-24-at-11.54.02-AM.jpeg'),
(2014064, 137643, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:576;s:6:"height";i:1024;s:4:"file";s:53:"2023/10/WhatsApp-Image-2023-10-24-at-11.54.02-AM.jpeg";s:8:"filesize";i:83508;s:5:"sizes";a:15:{s:6:"medium";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-169x300.jpeg";s:5:"width";i:169;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15234;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6554;}s:12:"thumb_139x89";a:5:{s:4:"file";s:52:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-139x89.jpeg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4329;}s:13:"thumb_277x337";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-277x337.jpeg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:22150;}s:11:"thumb_50x50";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-50x50.jpeg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1790;}s:11:"thumb_80x80";a:5:{s:4:"file";s:51:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-80x80.jpeg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2757;}s:13:"thumb_263x263";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-263x263.jpeg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15120;}s:13:"thumb_409x258";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-409x258.jpeg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19630;}s:13:"thumb_278x178";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-278x178.jpeg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11288;}s:13:"thumb_554x674";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-554x674.jpeg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:60400;}s:13:"thumb_100x100";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3924;}s:13:"thumb_526x526";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-526x526.jpeg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:40384;}s:13:"thumb_818x516";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-576x516.jpeg";s:5:"width";i:576;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:43652;}s:14:"post-thumbnail";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-255x453.jpeg";s:5:"width";i:255;s:6:"height";i:453;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:28612;}s:13:"thumb_255x255";a:5:{s:4:"file";s:53:"WhatsApp-Image-2023-10-24-at-11.54.02-AM-255x255.jpeg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14328;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2014066, 137644, 'fw_options', 'a:0:{}'),
(2014067, 137641, '_edit_last', '1'),
(2014068, 137641, 'sidebar_layout', '0'),
(2014069, 137641, 'content_padding', 'on'),
(2014070, 137641, '_wpb_vc_js_status', 'false'),
(2014111, 137686, '_edit_lock', '1701231210:10'),
(2014113, 137688, '_wp_attached_file', '2023/11/745c0662-4b21-489b-a28d-aac49ab41399.jpg'),
(2014114, 137688, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:828;s:6:"height";i:1472;s:4:"file";s:48:"2023/11/745c0662-4b21-489b-a28d-aac49ab41399.jpg";s:8:"filesize";i:216532;s:5:"sizes";a:17:{s:6:"medium";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-169x300.jpg";s:5:"width";i:169;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18889;}s:5:"large";a:5:{s:4:"file";s:49:"745c0662-4b21-489b-a28d-aac49ab41399-576x1024.jpg";s:5:"width";i:576;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:124861;}s:9:"thumbnail";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9281;}s:12:"medium_large";a:5:{s:4:"file";s:49:"745c0662-4b21-489b-a28d-aac49ab41399-768x1365.jpg";s:5:"width";i:768;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:193938;}s:12:"thumb_139x89";a:5:{s:4:"file";s:47:"745c0662-4b21-489b-a28d-aac49ab41399-139x89.jpg";s:5:"width";i:139;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5808;}s:13:"thumb_277x337";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-277x337.jpg";s:5:"width";i:277;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:29694;}s:11:"thumb_50x50";a:5:{s:4:"file";s:46:"745c0662-4b21-489b-a28d-aac49ab41399-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2146;}s:11:"thumb_80x80";a:5:{s:4:"file";s:46:"745c0662-4b21-489b-a28d-aac49ab41399-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3485;}s:13:"thumb_263x263";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-263x263.jpg";s:5:"width";i:263;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:21748;}s:13:"thumb_409x258";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-409x258.jpg";s:5:"width";i:409;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:28517;}s:13:"thumb_278x178";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-278x178.jpg";s:5:"width";i:278;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16109;}s:13:"thumb_554x674";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-554x674.jpg";s:5:"width";i:554;s:6:"height";i:674;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:85412;}s:13:"thumb_100x100";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5284;}s:13:"thumb_526x526";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-526x526.jpg";s:5:"width";i:526;s:6:"height";i:526;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:61464;}s:13:"thumb_818x516";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-818x516.jpg";s:5:"width";i:818;s:6:"height";i:516;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:79294;}s:14:"post-thumbnail";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-255x453.jpg";s:5:"width";i:255;s:6:"height";i:453;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:35914;}s:13:"thumb_255x255";a:5:{s:4:"file";s:48:"745c0662-4b21-489b-a28d-aac49ab41399-255x255.jpg";s:5:"width";i:255;s:6:"height";i:255;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20576;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `SGLe0xCk_postmeta` VALUES
(2014116, 137689, 'fw_options', 'a:0:{}'),
(2014117, 137686, '_edit_last', '10'),
(2014118, 137686, 'sidebar_layout', '0'),
(2014119, 137686, 'content_padding', 'on'),
(2014120, 137686, '_wpb_vc_js_status', 'false');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_posts`
--

CREATE TABLE `SGLe0xCk_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_posts`
--

INSERT INTO `SGLe0xCk_posts` VALUES
(4, 65427, '2013-11-03 05:43:53', '2013-11-03 05:43:53', 'bbPress Public Forum Description', 'bbPress Public Forum', '', 'publish', 'closed', 'closed', '', 'bbpress-public-forum', '', '', '2013-11-03 05:43:53', '2013-11-03 05:43:53', '', 136852, 'http://bbp.wp.nw/?post_type=forum&amp;p=4', 1, 'forum', '', 0),
(5, 1, '2014-10-13 03:36:39', '2014-10-13 03:36:39', '', 'Media', '', 'private', 'closed', 'closed', '', 'media', '', '', '2014-10-13 03:36:39', '2014-10-13 03:36:39', '', 0, 'http://demo.cactusthemes.com/university2/?option-tree=media', 0, 'option-tree', '', 0),
(6, 1, '2014-10-13 03:38:31', '2014-10-13 03:38:31', '<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit "Send"]</p>\n1\nPENGADUAN MASYARAKAT\n[your-name] <spi@uinjambi.ac.id>\nspisutha@uinjambi.ac.id\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on My great Wordpress blog (http://demo.cactusthemes.com/university2)\n\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on My great Wordpress blog (http://demo.cactusthemes.com/university2)\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'open', 'closed', '', 'contact-form-1', '', '', '2022-05-12 03:14:33', '2022-05-12 03:14:33', '', 0, 'http://demo.cactusthemes.com/university2/?post_type=wpcf7_contact_form&#038;p=6', 0, 'wpcf7_contact_form', '', 0),
(12, 1, '2014-03-10 10:10:16', '2014-03-10 10:10:16', 'Which is the same as saying through shrinking from toil and pain.', 'Strategy For Treatment', '', 'publish', 'open', 'closed', '', 'lady-gaga-show', '', '', '2015-12-12 02:42:00', '2015-12-12 02:42:00', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=12', 0, 'product', '', 0),
(16, 65427, '2013-11-06 08:08:57', '2013-11-06 08:08:57', 'bbPress Forum Closed Topic Content', 'bbPress Forum Closed Topic', '', 'closed', 'closed', 'closed', '', 'bbpress-forum-closed-topic', '', '', '2013-11-06 08:08:57', '2013-11-06 08:08:57', '', 4, 'http://bbp.wp.nw/forumpage/topic/bbpress-forum-closed-topic/', 0, 'topic', '', 0),
(17, 1, '2014-03-10 10:33:52', '2014-03-10 10:33:52', '', 'How To Sell Anything', '', 'publish', 'open', 'closed', '', 'how-to-sell-anything', '', '', '2015-12-12 02:40:42', '2015-12-12 02:40:42', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=17', 0, 'product', '', 0),
(18, 65427, '2013-11-06 08:09:19', '2013-11-06 08:09:19', 'bbPress Forum Closed Topic Second Reply', 'Reply To: bbPress Forum Closed Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-closed-topic-2', '', '', '2013-11-06 08:09:19', '2013-11-06 08:09:19', '', 16, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-closed-topic-2/', 2, 'reply', '', 0),
(19, 1, '2014-03-10 10:35:02', '2014-03-10 10:35:02', '', 'How To Sell Anything &ndash; Seat: Standard Ticket, Door: Standard', '', 'publish', 'open', 'closed', '', 'product-17-variation', '', '', '2014-03-10 10:35:02', '2014-03-10 10:35:02', '', 17, 'http://demo.cactusthemes.com/university/product_variation/product-17-variation/', 0, 'product_variation', '', 0),
(20, 65427, '2013-11-06 08:09:57', '2013-11-06 08:09:57', 'bbPress Forum Sticky Topic Content', 'bbPress Forum Sticky Topic', '', 'publish', 'closed', 'closed', '', 'bbpress-forum-sticky-topic', '', '', '2013-11-06 08:09:57', '2013-11-06 08:09:57', '', 4, 'http://bbp.wp.nw/forumpage/topic/bbpress-forum-sticky-topic/', 0, 'topic', '', 0),
(21, 1, '2014-03-10 10:36:44', '2014-03-10 10:36:44', '', 'How To Sell Anything &ndash; Seat: VIP Ticket, Door: VIP', '', 'publish', 'open', 'closed', '', 'product-17-variation-3', '', '', '2014-03-10 10:36:44', '2014-03-10 10:36:44', '', 17, 'http://demo.cactusthemes.com/university/product_variation/product-17-variation-3/', 1, 'product_variation', '', 0),
(22, 65427, '2013-11-06 08:10:14', '2013-11-06 08:10:14', 'bbPress Forum Sticky Topic Second Reply', 'Reply To: bbPress Forum Sticky Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-sticky-topic-2', '', '', '2013-11-06 08:10:14', '2013-11-06 08:10:14', '', 20, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-sticky-topic-2/', 2, 'reply', '', 0),
(23, 65427, '2013-11-06 08:10:45', '2013-11-06 08:10:45', 'bbPress Forum Super Sticky Topic Content', 'bbPress Forum Super Sticky Topic', '', 'publish', 'closed', 'closed', '', 'bbpress-forum-super-sticky-topic', '', '', '2013-11-06 08:10:45', '2013-11-06 08:10:45', '', 4, 'http://bbp.wp.nw/forumpage/topic/bbpress-forum-super-sticky-topic/', 0, 'topic', '', 0),
(24, 1, '2014-05-29 08:41:31', '2014-05-29 08:41:31', '<span style="color: #000000;">Circumstances occur in which toil and pain can procure him some great pleasure.</span>', 'The Ecosystem Within Us', '', 'publish', 'open', 'closed', '', 'the-ecosystem-within-us', '', '', '2015-12-12 02:37:13', '2015-12-12 02:37:13', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=24', 0, 'product', '', 0),
(25, 65427, '2013-11-06 08:10:58', '2013-11-06 08:10:58', 'bbPress Forum Super Sticky Topic Second Reply', 'Reply To: bbPress Forum Super Sticky Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-super-sticky-topic-2', '', '', '2013-11-06 08:10:58', '2013-11-06 08:10:58', '', 23, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-super-sticky-topic-2/', 2, 'reply', '', 0),
(26, 1, '2014-03-10 10:50:10', '2014-03-10 10:50:10', '', 'Science In The New Era', '', 'publish', 'open', 'closed', '', 'seat', '', '', '2015-12-12 02:39:07', '2015-12-12 02:39:07', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=26', 0, 'product', '', 0),
(27, 1, '2014-03-10 10:49:16', '2014-03-10 10:49:16', '', 'Science In The New Era &ndash; Standard', '', 'publish', 'open', 'closed', '', 'product-26-variation', '', '', '2014-03-10 10:49:16', '2014-03-10 10:49:16', '', 26, 'http://demo.cactusthemes.com/university/product_variation/product-26-variation/', 0, 'product_variation', '', 0),
(28, 1, '2014-03-10 10:49:30', '2014-03-10 10:49:30', '', 'Science In The New Era &ndash; VIP', '', 'publish', 'open', 'closed', '', 'product-26-variation-2', '', '', '2014-03-10 10:49:30', '2014-03-10 10:49:30', '', 26, 'http://demo.cactusthemes.com/university/product_variation/product-26-variation-2/', 1, 'product_variation', '', 0),
(38, 65427, '2013-11-06 08:13:25', '2013-11-06 08:13:25', 'bbPress Forum Favorite Topic Content', 'bbPress Forum Favorite Topic', '', 'publish', 'closed', 'closed', '', 'bbpress-forum-favorite-topic', '', '', '2013-11-06 08:13:25', '2013-11-06 08:13:25', '', 4, 'http://bbp.wp.nw/forumpage/topic/bbpress-forum-favorite-topic/', 0, 'topic', '', 0),
(39, 65427, '2013-11-06 08:13:32', '2013-11-06 08:13:32', 'bbPress Forum Favorite Topic First Reply', 'Reply To: bbPress Forum Favorite Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-favorite-topic', '', '', '2013-11-06 08:13:32', '2013-11-06 08:13:32', '', 38, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-favorite-topic/', 1, 'reply', '', 0),
(40, 65427, '2013-11-06 08:13:38', '2013-11-06 08:13:38', 'bbPress Forum Favorite Topic Second Reply', 'Reply To: bbPress Forum Favorite Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-favorite-topic-2', '', '', '2013-11-06 08:13:38', '2013-11-06 08:13:38', '', 38, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-favorite-topic-2/', 2, 'reply', '', 0),
(42, 65427, '2013-11-19 07:32:28', '0000-00-00 00:00:00', 'bbPress Forum Pending Topic', 'bbPress Forum Pending Topic', '', 'pending', 'closed', 'closed', '', '', '', '', '2013-11-19 07:32:28', '0000-00-00 00:00:00', '', 4, 'http://bbp.wp.nw/?post_type=topic&amp;p=42', 0, 'topic', '', 0),
(96, 65427, '2014-01-17 17:22:05', '2014-01-17 06:22:05', 'bbPress Forum Subscription Topic Content', 'bbPress Forum Subscription Topic', '', 'publish', 'closed', 'closed', '', 'bbpress-forum-subscription-topic', '', '', '2014-01-17 17:22:05', '2014-01-17 06:22:05', '', 4, 'http://bbp.wp.nw/forums/topic/bbpress-forum-subscription-topic/', 0, 'topic', '', 0),
(97, 65427, '2014-01-17 17:23:38', '2014-01-17 06:23:38', 'bbPress Forum Subscription Topic First Reply', '', '', 'publish', 'closed', 'closed', '', '97', '', '', '2014-01-17 17:23:38', '2014-01-17 06:23:38', '', 96, 'http://bbp.wp.nw/forums/reply/97/', 1, 'reply', '', 0),
(98, 65427, '2014-01-17 17:23:44', '2014-01-17 06:23:44', 'bbPress Forum Subscription Topic Second Reply', '', '', 'publish', 'closed', 'closed', '', '98', '', '', '2014-01-17 17:23:44', '2014-01-17 06:23:44', '', 96, 'http://bbp.wp.nw/forums/reply/98/', 2, 'reply', '', 0),
(105, 439, '2014-01-17 18:02:43', '2014-01-17 07:02:43', 'bbPress Forum Anonymous Topic Content', 'bbPress Forum Anonymous Topic', '', 'publish', 'closed', 'closed', '', 'bbpress-forum-anonymous-topic', '', '', '2014-01-17 18:02:43', '2014-01-17 07:02:43', '', 4, 'http://bbp.wp.nw/forums/topic/bbpress-forum-anonymous-topic/', 0, 'topic', '', 0),
(106, 439, '2014-01-17 18:03:05', '2014-01-17 07:03:05', 'bbPress Forum Anonymous Topic First Reply', '', '', 'publish', 'closed', 'closed', '', '106', '', '', '2014-01-17 18:03:05', '2014-01-17 07:03:05', '', 105, 'http://bbp.wp.nw/forums/reply/106/', 1, 'reply', '', 0),
(107, 439, '2014-01-17 18:03:45', '2014-01-17 07:03:45', 'bbPress Forum Anonymous Topic Second Reply', '', '', 'publish', 'closed', 'closed', '', '107', '', '', '2014-01-17 18:03:45', '2014-01-17 07:03:45', '', 105, 'http://bbp.wp.nw/forums/reply/107/', 2, 'reply', '', 0),
(108, 65427, '2014-01-17 18:13:39', '2014-01-17 07:13:39', 'bbPress Forum Standard Topic Content', 'bbPress Forum Standard Topic', '', 'publish', 'closed', 'closed', '', 'bbpress-forum-standard-topic', '', '', '2014-01-17 18:13:39', '2014-01-17 07:13:39', '', 4, 'http://bbp.wp.nw/?post_type=topic&amp;p=108', 0, 'topic', '', 0),
(110, 65427, '2014-01-17 18:14:01', '2014-01-17 07:14:01', 'bbPress Forum Closed Topic First Reply', '', '', 'publish', 'closed', 'closed', '', '110', '', '', '2014-01-17 18:14:01', '2014-01-17 07:14:01', '', 108, 'http://bbp.wp.nw/forums/reply/110/', 1, 'reply', '', 0),
(111, 65427, '2014-01-17 18:14:07', '2014-01-17 07:14:07', 'bbPress Forum Closed Topic Second Reply', '', '', 'publish', 'closed', 'closed', '', '111', '', '', '2014-01-17 18:14:07', '2014-01-17 07:14:07', '', 108, 'http://bbp.wp.nw/forums/reply/111/', 2, 'reply', '', 0),
(112, 65427, '2014-01-17 18:17:05', '2014-01-17 07:17:05', 'Clothing (Category)', 'Clothing', '', 'publish', 'closed', 'closed', '', 'clothing', '', '', '2014-01-17 18:17:05', '2014-01-17 07:17:05', '', 0, 'http://bbp.wp.nw/?post_type=forum&amp;p=112', 5, 'forum', '', 0),
(114, 65427, '2014-01-17 18:17:57', '2014-01-17 07:17:57', 'Women''s (Category)', 'Women''s', '', 'publish', 'closed', 'closed', '', 'womens', '', '', '2014-01-17 18:17:57', '2014-01-17 07:17:57', '', 112, 'http://bbp.wp.nw/?post_type=forum&amp;p=114', 2, 'forum', '', 0),
(116, 65427, '2014-01-17 18:18:32', '2014-01-17 07:18:32', 'Men''s (Category)', 'Men''s', '', 'publish', 'closed', 'closed', '', 'mens', '', '', '2014-01-17 18:18:32', '2014-01-17 07:18:32', '', 112, 'http://bbp.wp.nw/?post_type=forum&amp;p=116', 1, 'forum', '', 0),
(118, 65427, '2014-01-17 18:19:34', '2014-01-17 07:19:34', 'Suits (Category)', 'Suits', '', 'publish', 'closed', 'closed', '', 'suits', '', '', '2014-01-17 18:19:34', '2014-01-17 07:19:34', '', 116, 'http://bbp.wp.nw/?post_type=forum&amp;p=118', 1, 'forum', '', 0),
(120, 65427, '2014-01-17 18:20:01', '2014-01-17 07:20:01', 'Ties (Forum)', 'Ties', '', 'publish', 'closed', 'closed', '', 'ties', '', '', '2014-01-17 18:20:01', '2014-01-17 07:20:01', '', 116, 'http://bbp.wp.nw/?post_type=forum&amp;p=120', 2, 'forum', '', 0),
(122, 65427, '2014-01-17 18:20:31', '2014-01-17 07:20:31', 'Slacks (Forum)', 'Slacks', '', 'publish', 'closed', 'closed', '', 'slacks', '', '', '2014-01-17 18:20:31', '2014-01-17 07:20:31', '', 118, 'http://bbp.wp.nw/?post_type=forum&amp;p=122', 2, 'forum', '', 0),
(124, 65427, '2014-01-17 18:20:49', '2014-01-17 07:20:49', 'Jackets (Forum)', 'Jackets', '', 'publish', 'closed', 'closed', '', 'jackets', '', '', '2014-01-17 18:20:49', '2014-01-17 07:20:49', '', 118, 'http://bbp.wp.nw/?post_type=forum&amp;p=124', 1, 'forum', '', 0),
(126, 65427, '2014-01-17 18:21:52', '2014-01-17 07:21:52', 'Skirts (Forum)', 'Skirts', '', 'publish', 'closed', 'closed', '', 'skirts', '', '', '2014-01-17 18:21:52', '2014-01-17 07:21:52', '', 114, 'http://bbp.wp.nw/?post_type=forum&amp;p=126', 3, 'forum', '', 0),
(128, 65427, '2014-01-17 18:22:11', '2014-01-17 07:22:11', 'Blouses (Forum)', 'Blouses', '', 'publish', 'closed', 'closed', '', 'blouses', '', '', '2014-01-17 18:22:11', '2014-01-17 07:22:11', '', 114, 'http://bbp.wp.nw/?post_type=forum&amp;p=128', 1, 'forum', '', 0),
(130, 65427, '2014-01-17 18:22:33', '2014-01-17 07:22:33', 'Dresses (Category)', 'Dresses', '', 'publish', 'closed', 'closed', '', 'dresses', '', '', '2014-01-17 18:22:33', '2014-01-17 07:22:33', '', 114, 'http://bbp.wp.nw/?post_type=forum&amp;p=130', 2, 'forum', '', 0),
(132, 65427, '2014-01-17 18:22:54', '2014-01-17 07:22:54', 'Evening Gowns (Forum)', 'Evening Gowns', '', 'publish', 'closed', 'closed', '', 'evening-gowns', '', '', '2014-01-17 18:22:54', '2014-01-17 07:22:54', '', 130, 'http://bbp.wp.nw/?post_type=forum&amp;p=132', 1, 'forum', '', 0),
(134, 65427, '2014-01-17 18:23:17', '2014-01-17 07:23:17', 'Sun Dresses (Forum)', 'Sun Dresses', '', 'publish', 'closed', 'closed', '', 'sun-dresses', '', '', '2014-01-17 18:23:17', '2014-01-17 07:23:17', '', 130, 'http://bbp.wp.nw/?post_type=forum&amp;p=134', 2, 'forum', '', 0),
(192, 1, '2014-05-29 08:40:41', '2014-05-29 08:40:41', '', 'The Ecosystem Within Us &ndash; Standard', '', 'publish', 'open', 'closed', '', 'product-24-variation', '', '', '2014-05-29 08:40:41', '2014-05-29 08:40:41', '', 24, 'http://demo.cactusthemes.com/university/product_variation/product-24-variation/', 0, 'product_variation', '', 0),
(193, 1, '2014-05-29 08:41:07', '2014-05-29 08:41:07', '', 'The Ecosystem Within Us &ndash; VIP', '', 'publish', 'open', 'closed', '', 'product-24-variation-2', '', '', '2014-05-29 08:41:07', '2014-05-29 08:41:07', '', 24, 'http://demo.cactusthemes.com/university/product_variation/product-24-variation-2/', 2, 'product_variation', '', 0),
(198, 1, '2014-05-29 08:49:11', '2014-05-29 08:49:11', '', 'Strategy For Treatment &ndash; Standard', '', 'publish', 'open', 'closed', '', 'product-12-variation', '', '', '2014-05-29 08:49:11', '2014-05-29 08:49:11', '', 12, 'http://demo.cactusthemes.com/university/product_variation/product-12-variation/', 0, 'product_variation', '', 0),
(199, 1, '2014-05-29 08:49:23', '2014-05-29 08:49:23', '', 'Strategy For Treatment &ndash; VIP', '', 'publish', 'open', 'closed', '', 'product-12-variation-2', '', '', '2014-05-29 08:49:23', '2014-05-29 08:49:23', '', 12, 'http://demo.cactusthemes.com/university/product_variation/product-12-variation-2/', 1, 'product_variation', '', 0),
(203, 1, '2014-05-29 09:01:44', '2014-05-29 09:01:44', '', 'Learning From Nature &ndash; Standard', '', 'publish', 'open', 'closed', '', 'product-10-variation', '', '', '2014-05-29 09:01:44', '2014-05-29 09:01:44', '', 1316, 'http://demo.cactusthemes.com/university/product_variation/product-10-variation/', 0, 'product_variation', '', 0),
(204, 1, '2014-05-29 09:02:24', '2014-05-29 09:02:24', '', 'Learning From Nature &ndash; VIP', '', 'publish', 'open', 'closed', '', 'product-10-variation-2', '', '', '2014-05-29 09:02:24', '2014-05-29 09:02:24', '', 1316, 'http://demo.cactusthemes.com/university/product_variation/product-10-variation-2/', 1, 'product_variation', '', 0),
(254, 1, '2014-06-04 07:57:04', '2014-06-04 07:57:04', '<p>[text* your-name placeholder "Your name"] </p>\r\n<p>[email* your-email  placeholder "Your email"] </p>\r\n<p>[text your-subject  placeholder "Subject"] </p>\r\n<p>[textarea your-message  placeholder "Your Message"] </p>\r\n[recaptcha]\r\n<p>[submit "Send &rsaquo;"]</p>\n1\nPENGADUAN MASYARAKAT\n[your-name] <spi@uinjambi.ac.id>\nspi@uinjambi.ac.id\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on My great Wordpress blog (http://demo.cactusthemes.com/university2)\n\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on CactusThemes - University theme (http://demo.cactusthemes.com/university)\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nThis input is too long.\nThis input is too short.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.', 'Contact form 1', '', 'publish', 'open', 'closed', '', 'contact-form-1-2', '', '', '2022-04-14 07:00:40', '2022-04-14 07:00:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=wpcf7_contact_form&#038;p=254', 0, 'wpcf7_contact_form', '', 0),
(279, 1, '2014-06-05 02:48:05', '2014-06-05 02:48:05', '', 'Order &ndash; June 5, 2014 @ 02:48 AM', '', 'publish', 'open', 'closed', 'order_538fda65e5396', 'order-jun-05-2014-0248-am', '', '', '2014-06-05 02:48:05', '2014-06-05 02:48:05', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=279', 0, 'shop_order', '', 0),
(333, 1, '2014-06-10 09:45:29', '2014-06-10 09:45:29', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h4 style="text-align: center;"><strong>SELAMAT DATANG DI WEBSITE RESMI SPI UIN SULTHAN THAHA SAIFUDDIN JAMBI</strong></h4>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2022-06-29 04:30:18', '2022-06-29 04:30:18', '', 0, 'http://demo.cactusthemes.com/university/?page_id=333', 0, 'page', '', 0),
(350, 1, '2014-06-11 02:18:07', '2014-06-11 02:18:07', '', 'Order &ndash; June 11, 2014 @ 02:18 AM', '', 'publish', 'open', 'closed', 'order_5397bc5f6bd02', 'order-jun-11-2014-0218-am', '', '', '2014-06-11 02:18:07', '2014-06-11 02:18:07', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=350', 0, 'shop_order', '', 0),
(363, 1, '2014-06-11 10:23:32', '2014-06-11 10:23:32', '', 'Order &ndash; June 11, 2014 @ 10:23 AM', '', 'publish', 'open', 'closed', 'order_53982e38cf7dd', 'order-jun-11-2014-1023-am', '', '', '2014-06-11 10:23:32', '2014-06-11 10:23:32', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=363', 0, 'shop_order', '', 0),
(364, 1, '2014-06-12 02:28:43', '2014-06-12 02:28:43', '', 'Order &ndash; June 12, 2014 @ 02:28 AM', '', 'publish', 'open', 'closed', 'order_5399105b11801', 'order-jun-12-2014-0228-am', '', '', '2014-06-12 02:28:43', '2014-06-12 02:28:43', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=364', 0, 'shop_order', '', 0),
(368, 1, '2014-06-12 04:47:08', '2014-06-12 04:47:08', '', 'Order &ndash; June 12, 2014 @ 04:47 AM', '', 'publish', 'open', 'closed', 'order_539930cc3968a', 'order-jun-12-2014-0447-am', '', '', '2014-06-12 04:47:08', '2014-06-12 04:47:08', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=368', 0, 'shop_order', '', 0),
(373, 1, '2014-06-12 11:46:12', '2014-06-12 11:46:12', '', 'Order &ndash; June 12, 2014 @ 11:46 AM', '', 'publish', 'open', 'closed', 'order_539993047c728', 'order-jun-12-2014-1146-am', '', '', '2014-06-12 11:46:12', '2014-06-12 11:46:12', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=373', 0, 'shop_order', '', 0),
(376, 1, '2014-06-13 04:06:39', '2014-06-13 04:06:39', '', 'Order &ndash; June 13, 2014 @ 04:06 AM', '', 'publish', 'open', 'closed', 'order_539a78cfe8b91', 'order-jun-13-2014-0406-am', '', '', '2014-06-13 04:06:39', '2014-06-13 04:06:39', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=376', 0, 'shop_order', '', 0),
(570, 1, '2014-07-05 04:10:44', '2014-07-05 04:10:44', '', 'Order &ndash; July 5, 2014 @ 04:10 AM', '', 'publish', 'open', 'closed', 'order_53b77ac43e435', 'order-jul-05-2014-0410-am', '', '', '2014-07-05 04:10:44', '2014-07-05 04:10:44', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=570', 0, 'shop_order', '', 0),
(571, 1, '2014-07-05 04:28:58', '2014-07-05 04:28:58', '', 'Order &ndash; July 5, 2014 @ 04:28 AM', '', 'publish', 'open', 'closed', 'order_53b77f0aa0a01', 'order-jul-05-2014-0428-am', '', '', '2014-07-05 04:28:58', '2014-07-05 04:28:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=571', 0, 'shop_order', '', 0),
(572, 1, '2014-07-05 04:55:28', '2014-07-05 04:55:28', '', 'Order &ndash; July 5, 2014 @ 04:55 AM', '', 'publish', 'open', 'closed', 'order_53b7854036a86', 'order-jul-05-2014-0455-am', '', '', '2014-07-05 04:55:28', '2014-07-05 04:55:28', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=572', 0, 'shop_order', '', 0),
(573, 1, '2014-07-05 05:04:29', '2014-07-05 05:04:29', '', 'Order &ndash; July 5, 2014 @ 05:04 AM', '', 'publish', 'open', 'closed', 'order_53b7875d9c3ae', 'order-jul-05-2014-0504-am', '', '', '2014-07-05 05:04:29', '2014-07-05 05:04:29', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=573', 0, 'shop_order', '', 0),
(650, 1, '2014-07-12 03:05:23', '2014-07-12 03:05:23', '', 'Order &ndash; July 12, 2014 @ 03:05 AM', '', 'publish', 'open', 'closed', 'order_53c0a5f388eb5', 'order-jul-12-2014-0305-am', '', '', '2014-07-12 03:05:23', '2014-07-12 03:05:23', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=650', 0, 'shop_order', '', 0),
(687, 1, '2014-07-13 02:29:53', '2014-07-13 02:29:53', '', 'Order &ndash; July 13, 2014 @ 02:29 AM', '', 'publish', 'open', 'closed', 'order_53c1ef21c47da', 'order-jul-13-2014-0229-am', '', '', '2014-07-13 02:29:53', '2014-07-13 02:29:53', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=687', 0, 'shop_order', '', 0),
(688, 1, '2014-07-14 03:34:06', '2014-07-14 03:34:06', '', 'Order &ndash; July 14, 2014 @ 03:34 AM', '', 'publish', 'open', 'closed', 'order_53c34fad4b920', 'order-jul-14-2014-0334-am', '', '', '2014-07-14 03:34:06', '2014-07-14 03:34:06', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=688', 0, 'shop_order', '', 0),
(689, 1, '2014-07-14 10:53:33', '2014-07-14 10:53:33', '', 'Order &ndash; July 14, 2014 @ 10:53 AM', '', 'publish', 'open', 'closed', 'order_53c3b6ad6ac20', 'order-jul-14-2014-1053-am', '', '', '2014-07-14 10:53:33', '2014-07-14 10:53:33', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=689', 0, 'shop_order', '', 0),
(697, 1, '2014-07-15 04:28:24', '2014-07-15 04:28:24', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.', 'Happy Ninja', 'Happy Ninja - Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'happy-ninja', '', '', '2015-12-09 02:00:38', '2015-12-09 02:00:38', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=697', 0, 'product', '', 0),
(700, 1, '2014-07-15 04:37:13', '2014-07-15 04:37:13', '<span style="color: #555555;">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</span>', 'Happy Ninja2', 'Happy Ninja - Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'happy-ninja2', '', '', '2015-06-17 04:14:16', '2015-06-17 04:14:16', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=700', 0, 'product', '', 0),
(704, 1, '2014-07-15 04:39:35', '2014-07-15 04:39:35', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Ninja Silhouette', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.', 'publish', 'open', 'closed', '', 'ninja-silhouette', '', '', '2015-06-17 04:12:57', '2015-06-17 04:12:57', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=704', 0, 'product', '', 0),
(707, 1, '2014-07-15 04:40:55', '2014-07-15 04:40:55', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Patient Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.', 'publish', 'open', 'closed', '', 'patient-ninja', '', '', '2015-06-17 04:11:40', '2015-06-17 04:11:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=707', 0, 'product', '', 0),
(716, 1, '2014-07-15 04:45:23', '2014-07-15 04:45:23', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Premium Quality', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.', 'publish', 'open', 'closed', '', 'premium-quality-2', '', '', '2015-12-08 08:07:10', '2015-12-08 08:07:10', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=716', 0, 'product', '', 0),
(719, 1, '2014-07-15 04:47:08', '2014-07-15 04:47:08', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Ship Your Idea', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.', 'publish', 'open', 'closed', '', 'ship-your-idea', '', '', '2015-12-08 08:06:14', '2015-12-08 08:06:14', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=719', 0, 'product', '', 0),
(723, 1, '2014-07-15 04:49:10', '2014-07-15 04:49:10', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Team University Hoody', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.', 'publish', 'open', 'closed', '', 'ship-your-idea-2', '', '', '2015-12-05 05:50:30', '2015-12-05 05:50:30', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=723', 0, 'product', '', 0),
(727, 1, '2014-07-15 04:53:16', '2014-07-15 04:53:16', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Logo', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.', 'publish', 'open', 'closed', '', 'woo-logo', '', '', '2015-12-08 08:07:04', '2015-12-08 08:07:04', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=727', 0, 'product', '', 0),
(753, 1, '2014-07-15 07:13:05', '2014-07-15 07:13:05', '', 'Team University Hoody &ndash; Black', '', 'publish', 'open', 'closed', '', 'product-723-variation-2', '', '', '2014-07-15 07:13:05', '2014-07-15 07:13:05', '', 723, 'http://demo.cactusthemes.com/university/product_variation/product-723-variation-2/', 0, 'product_variation', '', 0),
(754, 1, '2014-07-15 07:13:05', '2014-07-15 07:13:05', '', 'Team University Hoody &ndash; Blue', '', 'publish', 'open', 'closed', '', 'product-723-variation-3', '', '', '2014-07-15 07:13:05', '2014-07-15 07:13:05', '', 723, 'http://demo.cactusthemes.com/university/product_variation/product-723-variation-3/', 1, 'product_variation', '', 0),
(1035, 1, '2014-07-18 09:52:53', '2014-07-18 09:52:53', '', 'Order &ndash; July 18, 2014 @ 09:52 AM', '', 'publish', 'open', 'closed', 'order_53c8ee7550d57', 'order-jul-18-2014-0952-am', '', '', '2014-07-18 09:52:53', '2014-07-18 09:52:53', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1035', 0, 'shop_order', '', 0),
(1192, 1, '2014-07-31 08:17:47', '0000-00-00 00:00:00', '', 'test', '', 'draft', 'open', 'closed', '', '', '', '', '2014-07-31 08:17:47', '0000-00-00 00:00:00', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=1192', 0, 'product', '', 0),
(1200, 1, '2014-07-31 08:11:24', '2014-07-31 08:11:24', '', 'The Ecosystem Within Us', '', 'publish', 'open', 'closed', '', 'product-24-variation-3', '', '', '2014-07-31 08:11:24', '2014-07-31 08:11:24', '', 24, 'http://demo.cactusthemes.com/university/product_variation/product-24-variation-3/', 1, 'product_variation', '', 0),
(1201, 1, '2014-07-31 08:12:22', '2014-07-31 08:12:22', '', 'test &ndash; Red', '', 'publish', 'open', 'closed', '', 'product-1192-variation', '', '', '2014-07-31 08:12:22', '2014-07-31 08:12:22', '', 1192, 'http://demo.cactusthemes.com/university/product_variation/product-1192-variation/', 0, 'product_variation', '', 0),
(1202, 1, '2014-07-31 08:17:36', '2014-07-31 08:17:36', '', 'test &ndash; Blue', '', 'publish', 'open', 'closed', '', 'product-1192-variation-2', '', '', '2014-07-31 08:17:36', '2014-07-31 08:17:36', '', 1192, 'http://demo.cactusthemes.com/university/product_variation/product-1192-variation-2/', 1, 'product_variation', '', 0),
(1203, 1, '2014-07-31 08:17:48', '2014-07-31 08:17:48', '', 'test', '', 'publish', 'open', 'closed', '', 'product-1192-variation-3', '', '', '2014-07-31 08:17:48', '2014-07-31 08:17:48', '', 1192, 'http://demo.cactusthemes.com/university/product_variation/product-1192-variation-3/', 0, 'product_variation', '', 0),
(1204, 1, '2014-08-01 03:54:09', '2014-08-01 03:54:09', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium', 'Chemical Engineering', '', 'publish', 'open', 'closed', '', 'chemical-engineering', '', '', '2015-12-12 02:21:49', '2015-12-12 02:21:49', '', 0, 'http://demo.cactusthemes.com/university/product/chemical-engineering/', 0, 'product', '', 0),
(1205, 1, '2014-08-01 03:54:09', '2014-08-01 03:54:09', '', 'Chemical Engineering', '', 'publish', 'open', 'closed', '', 'product-24-variation-4', '', '', '2014-08-01 03:54:09', '2014-08-01 03:54:09', '', 1204, 'http://demo.cactusthemes.com/university2/?product_variation=product-24-variation-4', 0, 'product_variation', '', 0),
(1206, 1, '2014-08-01 03:54:09', '2014-08-01 03:54:09', '', 'Chemical Engineering &ndash; Vip', '', 'publish', 'open', 'closed', '', 'variation-193-of-the-ecosystem-within-us', '', '', '2014-08-01 03:54:09', '2014-08-01 03:54:09', '', 1204, 'http://demo.cactusthemes.com/university2/?product_variation=variation-193-of-the-ecosystem-within-us', 2, 'product_variation', '', 0),
(1207, 1, '2014-08-01 03:54:09', '2014-08-01 03:54:09', '', 'Chemical Engineering &ndash; Standard', '', 'publish', 'open', 'closed', '', 'variation-192-of-the-ecosystem-within-us', '', '', '2014-08-01 03:54:09', '2014-08-01 03:54:09', '', 1204, 'http://demo.cactusthemes.com/university2/?product_variation=variation-192-of-the-ecosystem-within-us', 0, 'product_variation', '', 0),
(1242, 1, '2014-08-01 20:28:20', '2014-08-01 20:28:20', '', 'Order &ndash; August 1, 2014 @ 08:28 PM', '', 'publish', 'open', 'closed', 'order_53dbf8649b7b3', 'order-aug-01-2014-0828-pm', '', '', '2014-08-01 20:28:20', '2014-08-01 20:28:20', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1242', 0, 'shop_order', '', 0),
(1260, 1, '2014-08-02 17:41:02', '2014-08-02 17:41:02', '', 'Order &ndash; August 2, 2014 @ 05:41 PM', '', 'publish', 'open', 'closed', 'order_53dd22ae14f02', 'order-aug-02-2014-0541-pm', '', '', '2014-08-02 17:41:02', '2014-08-02 17:41:02', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1260', 0, 'shop_order', '', 0),
(1268, 1, '2022-01-10 04:41:42', '2014-10-13 04:28:30', 'Beranda', 'HOME', '', 'publish', 'open', 'closed', '', 'home', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 0, 'http://demo.cactusthemes.com/university2/?p=1268', 1, 'nav_menu_item', '', 0),
(1316, 1, '2014-03-10 10:04:57', '2014-03-10 10:04:57', 'And equal blame belongs to those who fail in their duty through weakness of will.', 'Learning From Nature', '', 'publish', 'open', 'closed', '', 'ticket-to-the-wrong-show', '', '', '2015-09-07 04:36:23', '2015-09-07 04:36:23', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=10', 0, 'product', '', 0),
(1363, 1, '2014-08-12 02:42:35', '2014-08-12 02:42:35', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium', 'Information System', '', 'publish', 'open', 'closed', '', 'information-system', '', '', '2015-08-07 03:43:58', '2015-08-07 03:43:58', '', 0, 'http://demo.cactusthemes.com/university/product/information-system/', 0, 'product', '', 0),
(1364, 1, '2014-08-12 02:42:35', '2014-08-12 02:42:35', '', 'Information System &ndash; Standard', '', 'publish', 'open', 'closed', '', 'variation-192-of-the-ecosystem-within-us-2', '', '', '2014-08-12 02:42:35', '2014-08-12 02:42:35', '', 1363, 'http://demo.cactusthemes.com/university2/?product_variation=variation-192-of-the-ecosystem-within-us-2', 0, 'product_variation', '', 0),
(1365, 1, '2014-08-12 02:42:35', '2014-08-12 02:42:35', '', 'Information System &ndash; VIP', '', 'publish', 'open', 'closed', '', 'variation-193-of-the-ecosystem-within-us-2', '', '', '2014-08-12 02:42:35', '2014-08-12 02:42:35', '', 1363, 'http://demo.cactusthemes.com/university2/?product_variation=variation-193-of-the-ecosystem-within-us-2', 2, 'product_variation', '', 0),
(1366, 1, '2014-08-12 02:42:35', '2014-08-12 02:42:35', '', 'Information System', '', 'publish', 'open', 'closed', '', 'product-24-variation-5', '', '', '2014-08-12 02:42:35', '2014-08-12 02:42:35', '', 1363, 'http://demo.cactusthemes.com/university2/?product_variation=product-24-variation-5', 0, 'product_variation', '', 0),
(1367, 1, '2014-08-06 14:19:14', '2014-08-06 14:19:14', '', 'Order &ndash; August 6, 2014 @ 02:19 PM', '', 'publish', 'open', 'closed', 'order_53e23962903f1', 'order-aug-06-2014-0219-pm', '', '', '2014-08-06 14:19:14', '2014-08-06 14:19:14', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1289', 0, 'shop_order', '', 0),
(1368, 1, '2014-08-08 13:23:10', '2014-08-08 13:23:10', '', 'Order &ndash; August 8, 2014 @ 01:23 PM', '', 'publish', 'open', 'closed', 'order_53e4cf3e97143', 'order-aug-08-2014-0123-pm', '', '', '2014-08-08 13:23:10', '2014-08-08 13:23:10', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1298', 0, 'shop_order', '', 0),
(1369, 1, '2014-08-13 00:22:01', '2014-08-13 00:22:01', '', 'Order &ndash; August 13, 2014 @ 12:22 AM', '', 'publish', 'open', 'closed', 'order_53eaafa9c280d', 'order-aug-13-2014-1222-am', '', '', '2014-08-13 00:22:01', '2014-08-13 00:22:01', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1304', 0, 'shop_order', '', 0),
(1370, 1, '2014-08-13 00:24:37', '2014-08-13 00:24:37', '', 'Order &ndash; August 13, 2014 @ 12:24 AM', '', 'publish', 'open', 'closed', 'order_53eab045bf839', 'order-aug-13-2014-1224-am', '', '', '2014-08-13 00:24:37', '2014-08-13 00:24:37', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1305', 0, 'shop_order', '', 0),
(1371, 1, '2014-08-13 00:26:43', '2014-08-13 00:26:43', '', 'Order &ndash; August 13, 2014 @ 12:26 AM', '', 'publish', 'open', 'closed', 'order_53eab0c3dc668', 'order-aug-13-2014-1226-am', '', '', '2014-08-13 00:26:43', '2014-08-13 00:26:43', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1306', 0, 'shop_order', '', 0),
(1372, 1, '2014-08-13 11:37:46', '2014-08-13 11:37:46', '', 'Order &ndash; August 13, 2014 @ 11:37 AM', '', 'publish', 'open', 'closed', 'order_53eb4e09f40a8', 'order-aug-13-2014-1137-am', '', '', '2014-08-13 11:37:46', '2014-08-13 11:37:46', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1307', 0, 'shop_order', '', 0),
(1373, 1, '2014-08-16 14:05:41', '2014-08-16 14:05:41', '', 'Order &ndash; August 16, 2014 @ 02:05 PM', '', 'publish', 'open', 'closed', 'order_53ef6535092ba', 'order-aug-16-2014-0205-pm', '', '', '2014-08-16 14:05:41', '2014-08-16 14:05:41', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1312', 0, 'shop_order', '', 0),
(1374, 1, '2014-08-16 19:15:51', '2014-08-16 19:15:51', '', 'Order &ndash; August 16, 2014 @ 07:15 PM', '', 'publish', 'open', 'closed', 'order_53efade776013', 'order-aug-16-2014-0715-pm', '', '', '2014-08-16 19:15:51', '2014-08-16 19:15:51', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1313', 0, 'shop_order', '', 0),
(1375, 1, '2014-08-19 00:37:40', '2014-08-19 00:37:40', '', 'Order &ndash; August 19, 2014 @ 12:37 AM', '', 'publish', 'open', 'closed', 'order_53f29c545380e', 'order-aug-19-2014-1237-am', '', '', '2014-08-19 00:37:40', '2014-08-19 00:37:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1315', 0, 'shop_order', '', 0),
(1376, 1, '2014-08-19 00:42:22', '2014-08-19 00:42:22', '', 'Order &ndash; August 19, 2014 @ 12:42 AM', '', 'publish', 'open', 'closed', 'order_53f29d6ead835', 'order-aug-19-2014-1242-am', '', '', '2014-08-19 00:42:22', '2014-08-19 00:42:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1316', 0, 'shop_order', '', 0),
(1409, 1, '2014-08-20 02:56:18', '2014-08-20 02:56:18', '', 'Order &ndash; August 20, 2014 @ 02:56 AM', '', 'publish', 'open', 'closed', 'order_53f40e52beaa7', 'order-aug-20-2014-0256-am', '', '', '2014-08-20 02:56:18', '2014-08-20 02:56:18', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1409', 0, 'shop_order', '', 0),
(1437, 1, '2014-08-20 20:51:16', '2014-08-20 20:51:16', '', 'Order &ndash; August 20, 2014 @ 08:51 PM', '', 'publish', 'open', 'closed', 'order_53f50a44c8567', 'order-aug-20-2014-0851-pm', '', '', '2014-08-20 20:51:16', '2014-08-20 20:51:16', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1437', 0, 'shop_order', '', 0),
(1692, 1, '2014-10-14 05:35:45', '2014-10-14 05:35:45', '', 'Order &ndash; October 14, 2014 @ 05:35 AM', '', 'wc-on-hold', 'open', 'closed', 'order_543cb631cbc27', 'order-oct-14-2014-0535-am', '', '', '2014-10-14 05:35:45', '2014-10-14 05:35:45', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1692', 0, 'shop_order', '', 0),
(1693, 1, '2014-10-14 21:54:03', '2014-10-14 21:54:03', '', 'Order &ndash; October 14, 2014 @ 09:54 PM', '', 'wc-on-hold', 'open', 'closed', 'order_543d9b7b64f1e', 'order-oct-14-2014-0954-pm', '', '', '2014-10-14 21:54:03', '2014-10-14 21:54:03', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1693', 0, 'shop_order', '', 0),
(1705, 1, '2014-10-17 00:03:22', '2014-10-17 00:03:22', '', 'Order &ndash; October 17, 2014 @ 12:03 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54405cca46179', 'order-oct-17-2014-1203-am', '', '', '2014-10-17 00:03:22', '2014-10-17 00:03:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1705', 0, 'shop_order', '', 0),
(1823, 1, '2014-10-22 07:48:18', '2014-10-22 07:48:18', '', 'Order &ndash; October 22, 2014 @ 07:48 AM', 'test', 'wc-on-hold', 'open', 'closed', 'order_5447614294f0b', 'order-oct-22-2014-0748-am', '', '', '2014-10-22 07:48:18', '2014-10-22 07:48:18', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1823', 0, 'shop_order', '', 0),
(1888, 1, '2014-10-31 06:58:35', '2014-10-31 06:58:35', '', 'Order &ndash; October 31, 2014 @ 06:58 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5453331b12ac1', 'order-oct-31-2014-0658-am', '', '', '2014-10-31 06:58:35', '2014-10-31 06:58:35', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1888', 0, 'shop_order', '', 0),
(1894, 1, '2014-11-04 17:41:02', '2014-11-04 17:41:02', '', 'Order &ndash; November 4, 2014 @ 05:41 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54590faec088a', 'order-nov-04-2014-0541-pm', '', '', '2014-11-04 17:41:02', '2014-11-04 17:41:02', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1894', 0, 'shop_order', '', 0),
(1897, 1, '2014-11-06 12:46:23', '2014-11-06 12:46:23', '', 'Order &ndash; November 6, 2014 @ 12:46 PM', '', 'wc-on-hold', 'open', 'closed', 'order_545b6d9f1c34e', 'order-nov-06-2014-1246-pm', '', '', '2014-11-06 12:46:23', '2014-11-06 12:46:23', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1897', 0, 'shop_order', '', 0),
(1983, 1, '2014-11-07 12:58:44', '2014-11-07 12:58:44', '', 'Order &ndash; November 7, 2014 @ 12:58 PM', '', 'wc-on-hold', 'open', 'closed', 'order_545cc20406eba', 'order-nov-07-2014-1258-pm', '', '', '2014-11-07 12:58:44', '2014-11-07 12:58:44', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1983', 0, 'shop_order', '', 0),
(1985, 1, '2014-11-10 02:25:36', '2014-11-10 02:25:36', '', 'Order &ndash; November 10, 2014 @ 02:25 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5460222007251', 'order-nov-10-2014-0225-am', '', '', '2014-11-10 02:26:13', '2014-11-10 02:26:13', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1985', 0, 'shop_order', '', 0),
(1986, 1, '2014-11-10 02:33:15', '2014-11-10 02:33:15', '', 'Order &ndash; November 10, 2014 @ 02:33 AM', '', 'wc-on-hold', 'open', 'closed', 'order_546023ebb341b', 'order-nov-10-2014-0233-am', '', '', '2014-11-10 02:38:17', '2014-11-10 02:38:17', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1986', 0, 'shop_order', '', 0),
(1987, 1, '2014-11-11 04:10:51', '2014-11-11 04:10:51', '', 'Order &ndash; November 11, 2014 @ 04:10 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54618c4b13a62', 'order-nov-11-2014-0410-am', '', '', '2014-11-11 04:10:51', '2014-11-11 04:10:51', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1987', 0, 'shop_order', '', 0),
(1988, 1, '2014-11-11 04:30:55', '2014-11-11 04:30:55', '', 'Order &ndash; November 11, 2014 @ 04:30 AM', '', 'wc-on-hold', 'open', 'closed', 'order_546190ff97f22', 'order-nov-11-2014-0430-am', '', '', '2014-11-11 04:30:55', '2014-11-11 04:30:55', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1988', 0, 'shop_order', '', 0),
(1990, 1, '2014-11-14 04:19:26', '2014-11-14 04:19:26', '', 'Order &ndash; November 14, 2014 @ 04:19 AM', '', 'wc-on-hold', 'open', 'closed', 'order_546582ce74111', 'order-nov-14-2014-0419-am', '', '', '2014-11-14 04:19:26', '2014-11-14 04:19:26', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1990', 0, 'shop_order', '', 0),
(1992, 1, '2014-11-17 14:46:34', '2014-11-17 14:46:34', '', 'Order &ndash; November 17, 2014 @ 02:46 PM', '', 'wc-on-hold', 'open', 'closed', 'order_546a0a4a8f912', 'order-nov-17-2014-0246-pm', '', '', '2014-11-17 14:46:34', '2014-11-17 14:46:34', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1992', 0, 'shop_order', '', 0),
(1993, 1, '2014-11-18 05:08:46', '2014-11-18 05:08:46', '', 'Order &ndash; November 18, 2014 @ 05:08 AM', '', 'wc-cancelled', 'open', 'closed', 'order_546ad45e82f5e', 'order-nov-18-2014-0508-am', '', '', '2014-11-18 06:22:11', '2014-11-18 06:22:11', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1993', 0, 'shop_order', '', 0),
(1995, 1, '2014-11-19 03:38:20', '2014-11-19 03:38:20', '', 'Order &ndash; November 19, 2014 @ 03:38 AM', '', 'wc-on-hold', 'open', 'closed', 'order_546c10ac8905b', 'order-nov-19-2014-0338-am', '', '', '2014-11-19 03:38:20', '2014-11-19 03:38:20', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1995', 0, 'shop_order', '', 0),
(1996, 1, '2014-11-19 03:58:14', '2014-11-19 03:58:14', '', 'Order &ndash; November 19, 2014 @ 03:58 AM', '', 'wc-on-hold', 'open', 'closed', 'order_546c155626dc4', 'order-nov-19-2014-0358-am', '', '', '2014-11-19 03:58:14', '2014-11-19 03:58:14', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1996', 0, 'shop_order', '', 0),
(1998, 1, '2014-11-21 07:14:14', '2014-11-21 07:14:14', '', 'Order &ndash; November 21, 2014 @ 07:14 AM', '', 'wc-on-hold', 'open', 'closed', 'order_546ee6469ca05', 'order-nov-21-2014-0714-am', '', '', '2014-11-21 07:14:14', '2014-11-21 07:14:14', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=1998', 0, 'shop_order', '', 0),
(2001, 1, '2014-11-25 16:05:37', '2014-11-25 16:05:37', '', 'Order &ndash; November 25, 2014 @ 04:05 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5474a8d162f80', 'order-nov-25-2014-0405-pm', '', '', '2014-11-25 16:05:37', '2014-11-25 16:05:37', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2001', 0, 'shop_order', '', 0),
(2002, 1, '2014-11-27 20:48:22', '2014-11-27 20:48:22', '', 'Order &ndash; November 27, 2014 @ 08:48 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54778e165e64d', 'order-nov-27-2014-0848-pm', '', '', '2014-11-27 20:48:22', '2014-11-27 20:48:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2002', 0, 'shop_order', '', 0),
(2094, 1, '2014-12-03 11:24:15', '2014-12-03 11:24:15', '', 'Order &ndash; December 3, 2014 @ 11:24 AM', '', 'wc-on-hold', 'open', 'closed', 'order_547ef2df7e919', 'order-dec-03-2014-1124-am', '', '', '2014-12-03 11:24:57', '2014-12-03 11:24:57', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2094', 0, 'shop_order', '', 0),
(2104, 1, '2014-12-08 06:56:48', '2014-12-08 06:56:48', '', 'Order &ndash; December 8, 2014 @ 06:56 AM', 'asdasd', 'wc-on-hold', 'open', 'closed', 'order_54854bb0913ba', 'order-dec-08-2014-0656-am', '', '', '2014-12-08 06:58:55', '2014-12-08 06:58:55', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2104', 0, 'shop_order', '', 0),
(2105, 1, '2014-12-09 07:48:13', '2014-12-09 07:48:13', '', 'Order &ndash; December 9, 2014 @ 07:48 AM', '', 'wc-cancelled', 'open', 'closed', 'order_5486a93d932bc', 'order-dec-09-2014-0748-am', '', '', '2014-12-09 09:42:58', '2014-12-09 09:42:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2105', 0, 'shop_order', '', 0),
(2115, 1, '2014-12-20 08:44:54', '2014-12-20 08:44:54', '', 'Order &ndash; December 20, 2014 @ 08:44 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5495370662c07', 'order-dec-20-2014-0844-am', '', '', '2014-12-20 08:44:54', '2014-12-20 08:44:54', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2115', 0, 'shop_order', '', 0),
(2116, 1, '2014-12-22 03:41:03', '2014-12-22 03:41:03', '', 'Order &ndash; December 22, 2014 @ 03:41 AM', '', 'wc-on-hold', 'open', 'closed', 'order_549792cfc4e6c', 'order-dec-22-2014-0341-am', '', '', '2014-12-22 03:41:03', '2014-12-22 03:41:03', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2116', 0, 'shop_order', '', 0),
(2117, 1, '2014-12-27 01:39:40', '2014-12-27 01:39:40', '', 'Order &ndash; December 27, 2014 @ 01:39 AM', '', 'wc-on-hold', 'open', 'closed', 'order_549e0ddc566d7', 'order-dec-27-2014-0139-am', '', '', '2014-12-27 01:39:40', '2014-12-27 01:39:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2117', 0, 'shop_order', '', 0),
(2118, 1, '2015-01-06 02:50:25', '2015-01-06 02:50:25', '', 'Order &ndash; January 6, 2015 @ 02:50 AM', '', 'wc-cancelled', 'open', 'closed', 'order_54ab4d717b2b8', 'order-jan-06-2015-0250-am', '', '', '2015-01-06 03:55:16', '2015-01-06 03:55:16', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2118', 0, 'shop_order', '', 0),
(2119, 1, '2015-01-07 03:49:44', '2015-01-07 03:49:44', '', 'Order &ndash; January 7, 2015 @ 03:49 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54acacd86979f', 'order-jan-07-2015-0349-am', '', '', '2015-01-07 03:49:44', '2015-01-07 03:49:44', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2119', 0, 'shop_order', '', 0),
(2120, 1, '2015-01-07 04:02:04', '2015-01-07 04:02:04', '', 'Order &ndash; January 7, 2015 @ 04:02 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54acafbc054d8', 'order-jan-07-2015-0402-am', '', '', '2015-01-07 04:02:04', '2015-01-07 04:02:04', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2120', 0, 'shop_order', '', 0),
(2121, 1, '2015-01-07 16:27:49', '2015-01-07 16:27:49', '', 'Order &ndash; January 7, 2015 @ 04:27 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54ad5e851b5f5', 'order-jan-07-2015-0427-pm', '', '', '2015-01-07 16:27:49', '2015-01-07 16:27:49', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2121', 0, 'shop_order', '', 0),
(2122, 1, '2015-01-07 17:17:02', '2015-01-07 17:17:02', '', 'Order &ndash; January 7, 2015 @ 05:17 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54ad6a0e46f86', 'order-jan-07-2015-0517-pm', '', '', '2015-01-07 17:17:02', '2015-01-07 17:17:02', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2122', 0, 'shop_order', '', 0),
(2128, 1, '2015-01-14 15:40:25', '2015-01-14 15:40:25', '', 'Order &ndash; January 14, 2015 @ 03:40 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54b68de9cf20d', 'order-jan-14-2015-0340-pm', '', '', '2015-01-14 15:40:26', '2015-01-14 15:40:26', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2128', 0, 'shop_order', '', 0),
(2129, 1, '2015-01-15 12:22:14', '2015-01-15 12:22:14', '', 'Order &ndash; January 15, 2015 @ 12:22 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54b7b0f622941', 'order-jan-15-2015-1222-pm', '', '', '2015-01-15 12:22:14', '2015-01-15 12:22:14', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2129', 0, 'shop_order', '', 0),
(2136, 1, '2015-01-22 02:45:41', '2015-01-22 02:45:41', '', 'Order &ndash; January 22, 2015 @ 02:45 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54c064551028b', 'order-jan-22-2015-0245-am', '', '', '2015-01-22 02:45:41', '2015-01-22 02:45:41', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2136', 0, 'shop_order', '', 0),
(2138, 1, '2015-01-25 12:02:03', '2015-01-25 12:02:03', '', 'Order &ndash; January 25, 2015 @ 12:02 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54c4db3b2efed', 'order-jan-25-2015-1202-pm', '', '', '2015-01-25 12:02:06', '2015-01-25 12:02:06', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2138', 0, 'shop_order', '', 0),
(2140, 1, '2015-01-26 07:04:05', '2015-01-26 07:04:05', '', 'Order &ndash; January 26, 2015 @ 07:04 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54c5e6e5a4250', 'order-jan-26-2015-0704-am', '', '', '2015-01-26 07:04:05', '2015-01-26 07:04:05', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2140', 0, 'shop_order', '', 0),
(2141, 1, '2015-01-28 18:16:31', '2015-01-28 18:16:31', '', 'Order &ndash; January 28, 2015 @ 06:16 PM', '', 'wc-cancelled', 'open', 'closed', 'order_54c9277f3a30f', 'order-jan-28-2015-0616-pm', '', '', '2015-01-28 19:25:42', '2015-01-28 19:25:42', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2141', 0, 'shop_order', '', 0),
(2142, 1, '2015-01-29 12:18:48', '2015-01-29 12:18:48', '', 'Order &ndash; January 29, 2015 @ 12:18 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54ca2528426a6', 'order-jan-29-2015-1218-pm', '', '', '2015-01-29 12:18:48', '2015-01-29 12:18:48', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2142', 0, 'shop_order', '', 0),
(2143, 1, '2015-01-29 14:33:24', '2015-01-29 14:33:24', '', 'Order &ndash; January 29, 2015 @ 02:33 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54ca44b4a0708', 'order-jan-29-2015-0233-pm', '', '', '2015-01-29 14:33:24', '2015-01-29 14:33:24', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2143', 0, 'shop_order', '', 0),
(2144, 1, '2015-02-01 21:17:24', '2015-02-01 21:17:24', '', 'Order &ndash; February 1, 2015 @ 09:17 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54ce97e496127', 'order-feb-01-2015-0917-pm', '', '', '2015-02-01 21:17:25', '2015-02-01 21:17:25', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2144', 0, 'shop_order', '', 0),
(2146, 1, '2015-02-02 17:37:21', '2015-02-02 17:37:21', '', 'Order &ndash; February 2, 2015 @ 05:37 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54cfb5d1bd614', 'order-feb-02-2015-0537-pm', '', '', '2015-02-02 17:37:22', '2015-02-02 17:37:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2146', 0, 'shop_order', '', 0),
(2147, 1, '2015-02-08 07:05:58', '2015-02-08 07:05:58', '', 'Order &ndash; February 8, 2015 @ 07:05 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54d70ad6d1592', 'order-feb-08-2015-0705-am', '', '', '2015-02-08 07:05:59', '2015-02-08 07:05:59', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2147', 0, 'shop_order', '', 0),
(2148, 1, '2015-02-10 18:48:39', '2015-02-10 18:48:39', '', 'Order &ndash; February 10, 2015 @ 06:48 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54da5287a8a63', 'order-feb-10-2015-0648-pm', '', '', '2015-02-10 18:48:40', '2015-02-10 18:48:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2148', 0, 'shop_order', '', 0),
(2149, 1, '2015-02-10 18:50:09', '2015-02-10 18:50:09', '', 'Order &ndash; February 10, 2015 @ 06:50 PM', '', 'wc-cancelled', 'open', 'closed', 'order_54da52e1e74d0', 'order-feb-10-2015-0650-pm', '', '', '2015-02-10 20:19:31', '2015-02-10 20:19:31', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2149', 0, 'shop_order', '', 0),
(2150, 1, '2015-02-12 04:57:12', '2015-02-12 04:57:12', '', 'Order &ndash; February 12, 2015 @ 04:57 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54dc32a8340df', 'order-feb-12-2015-0457-am', '', '', '2015-02-12 04:57:13', '2015-02-12 04:57:13', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2150', 0, 'shop_order', '', 0),
(2151, 1, '2015-02-12 08:50:57', '2015-02-12 08:50:57', '', 'Order &ndash; February 12, 2015 @ 08:50 AM', '', 'wc-cancelled', 'open', 'closed', 'order_54dc69719e531', 'order-feb-12-2015-0850-am', '', '', '2015-02-12 10:23:22', '2015-02-12 10:23:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2151', 0, 'shop_order', '', 0),
(2152, 1, '2015-02-17 09:25:34', '2015-02-17 09:25:34', '', 'Order &ndash; February 17, 2015 @ 09:25 AM', '', 'wc-cancelled', 'open', 'closed', 'order_54e3090e30e82', 'order-feb-17-2015-0925-am', '', '', '2015-02-17 10:50:01', '2015-02-17 10:50:01', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2152', 0, 'shop_order', '', 0),
(2153, 1, '2015-02-18 12:38:19', '2015-02-18 12:38:19', '', 'Order &ndash; February 18, 2015 @ 12:38 PM', '', 'wc-cancelled', 'open', 'closed', 'order_54e487bbd214a', 'order-feb-18-2015-1238-pm', '', '', '2015-02-18 14:01:09', '2015-02-18 14:01:09', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2153', 0, 'shop_order', '', 0),
(2154, 1, '2015-02-18 19:25:28', '2015-02-18 19:25:28', '', 'Order &ndash; February 18, 2015 @ 07:25 PM', '', 'wc-cancelled', 'open', 'closed', 'order_54e4e728aebad', 'order-feb-18-2015-0725-pm', '', '', '2015-02-18 21:08:44', '2015-02-18 21:08:44', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2154', 0, 'shop_order', '', 0),
(2158, 1, '2015-02-25 07:42:39', '2015-02-25 07:42:39', '', 'Order &ndash; February 25, 2015 @ 07:42 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54ed7cefe1639', 'order-feb-25-2015-0742-am', '', '', '2015-02-25 07:42:40', '2015-02-25 07:42:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2158', 0, 'shop_order', '', 0),
(2163, 1, '2015-02-26 14:41:31', '2015-02-26 14:41:31', '', 'Order &ndash; February 26, 2015 @ 02:41 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54ef309bd12a1', 'order-feb-26-2015-0241-pm', '', '', '2015-02-26 14:41:32', '2015-02-26 14:41:32', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2163', 0, 'shop_order', '', 0),
(2167, 1, '2015-03-04 06:55:48', '2015-03-04 06:55:48', '', 'Order &ndash; March 4, 2015 @ 06:55 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54f6ac745b0ba', 'order-mar-04-2015-0655-am', '', '', '2015-03-04 06:55:48', '2015-03-04 06:55:48', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2167', 0, 'shop_order', '', 0),
(2168, 1, '2015-03-04 18:20:40', '2015-03-04 18:20:40', '', 'Order &ndash; March 4, 2015 @ 06:20 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54f74cf84bdfc', 'order-mar-04-2015-0620-pm', '', '', '2015-03-04 18:20:40', '2015-03-04 18:20:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2168', 0, 'shop_order', '', 0),
(2169, 1, '2015-03-05 18:55:02', '2015-03-05 18:55:02', '', 'Order &ndash; March 5, 2015 @ 06:55 PM', '', 'wc-cancelled', 'open', 'closed', 'order_54f8a6869bfde', 'order-mar-05-2015-0655-pm', '', '', '2015-03-05 20:46:31', '2015-03-05 20:46:31', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2169', 0, 'shop_order', '', 0),
(2170, 1, '2015-03-09 10:24:43', '2015-03-09 10:24:43', '', 'Order &ndash; March 9, 2015 @ 10:24 AM', '', 'wc-on-hold', 'open', 'closed', 'order_54fd74eba43dd', 'order-mar-09-2015-1024-am', '', '', '2015-03-09 10:24:44', '2015-03-09 10:24:44', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2170', 0, 'shop_order', '', 0),
(2171, 1, '2015-03-09 15:26:46', '2015-03-09 15:26:46', '', 'Order &ndash; March 9, 2015 @ 03:26 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54fdbbb6b1cbe', 'order-mar-09-2015-0326-pm', '', '', '2015-03-09 15:26:46', '2015-03-09 15:26:46', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2171', 0, 'shop_order', '', 0),
(2173, 1, '2015-03-10 22:26:45', '2015-03-10 22:26:45', '', 'Order &ndash; March 10, 2015 @ 10:26 PM', '', 'wc-on-hold', 'open', 'closed', 'order_54ff6fa59f0dd', 'order-mar-10-2015-1026-pm', '', '', '2015-03-10 22:26:45', '2015-03-10 22:26:45', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2173', 0, 'shop_order', '', 0),
(2174, 1, '2015-03-11 16:30:05', '2015-03-11 16:30:05', '', 'Order &ndash; March 11, 2015 @ 04:30 PM', '', 'wc-cancelled', 'open', 'closed', 'order_55006d8d5051a', 'order-mar-11-2015-0430-pm', '', '', '2015-03-11 18:20:35', '2015-03-11 18:20:35', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2174', 0, 'shop_order', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(2175, 1, '2015-03-13 13:05:34', '2015-03-13 13:05:34', '', 'Order &ndash; March 13, 2015 @ 01:05 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5502e09e4777f', 'order-mar-13-2015-0105-pm', '', '', '2015-03-13 13:05:34', '2015-03-13 13:05:34', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2175', 0, 'shop_order', '', 0),
(2176, 1, '2015-03-14 09:28:21', '2015-03-14 09:28:21', '', 'Order &ndash; March 14, 2015 @ 09:28 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5503ff35dbf82', 'order-mar-14-2015-0928-am', '', '', '2015-03-14 09:28:22', '2015-03-14 09:28:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2176', 0, 'shop_order', '', 0),
(2177, 1, '2015-03-16 04:08:09', '2015-03-16 04:08:09', '', 'Order &ndash; March 16, 2015 @ 04:08 AM', '', 'wc-on-hold', 'open', 'closed', 'order_550657297e47d', 'order-mar-16-2015-0408-am', '', '', '2015-03-16 04:08:09', '2015-03-16 04:08:09', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2177', 0, 'shop_order', '', 0),
(2178, 1, '2015-03-16 22:02:58', '2015-03-16 22:02:58', '', 'Order &ndash; March 16, 2015 @ 10:02 PM', '', 'wc-on-hold', 'open', 'closed', 'order_550753120425c', 'order-mar-16-2015-1002-pm', '', '', '2015-03-16 22:02:58', '2015-03-16 22:02:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2178', 0, 'shop_order', '', 0),
(2179, 1, '2015-03-17 23:37:20', '2015-03-17 23:37:20', '', 'Order &ndash; March 17, 2015 @ 11:37 PM', '', 'wc-cancelled', 'open', 'closed', 'order_5508bab0b4b10', 'order-mar-17-2015-1137-pm', '', '', '2015-03-18 01:37:32', '2015-03-18 01:37:32', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2179', 0, 'shop_order', '', 0),
(2180, 1, '2015-03-19 08:04:55', '2015-03-19 08:04:55', '', 'Order &ndash; March 19, 2015 @ 08:04 AM', '', 'wc-on-hold', 'open', 'closed', 'order_550a8327923a4', 'order-mar-19-2015-0804-am', '', '', '2015-03-19 08:04:56', '2015-03-19 08:04:56', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2180', 0, 'shop_order', '', 0),
(2181, 1, '2015-03-20 03:57:43', '2015-03-20 03:57:43', '', 'Order &ndash; March 20, 2015 @ 03:57 AM', '', 'wc-cancelled', 'open', 'closed', 'order_550b9ab70ac22', 'order-mar-20-2015-0357-am', '', '', '2015-03-20 05:09:47', '2015-03-20 05:09:47', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2181', 0, 'shop_order', '', 0),
(2183, 1, '2015-03-27 22:16:11', '2015-03-27 22:16:11', '', 'Order &ndash; March 27, 2015 @ 10:16 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5515d6ab17347', 'order-mar-27-2015-1016-pm', '', '', '2015-03-27 22:16:39', '2015-03-27 22:16:39', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2183', 0, 'shop_order', '', 0),
(2184, 1, '2015-03-28 20:33:16', '2015-03-28 20:33:16', '', 'Order &ndash; March 28, 2015 @ 08:33 PM', '', 'wc-cancelled', 'open', 'closed', 'order_5517100c01be1', 'order-mar-28-2015-0833-pm', '', '', '2015-03-28 21:42:01', '2015-03-28 21:42:01', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2184', 0, 'shop_order', '', 0),
(2189, 1, '2015-04-25 16:40:31', '2015-04-25 16:40:31', '', 'Order &ndash; April 25, 2015 @ 04:40 PM', '', 'wc-cancelled', 'open', 'closed', 'order_553bc37fad159', 'order-apr-25-2015-0440-pm', '', '', '2015-04-25 18:20:58', '2015-04-25 18:20:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2189', 0, 'shop_order', '', 0),
(2190, 1, '2015-04-27 16:39:10', '2015-04-27 16:39:10', '', 'Order &ndash; April 27, 2015 @ 04:39 PM', '', 'wc-on-hold', 'open', 'closed', 'order_553e662e3f55d', 'order-apr-27-2015-0439-pm', '', '', '2015-04-27 16:39:10', '2015-04-27 16:39:10', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2190', 0, 'shop_order', '', 0),
(2191, 1, '2015-04-28 18:48:28', '2015-04-28 18:48:28', '', 'Order &ndash; April 28, 2015 @ 06:48 PM', '', 'wc-cancelled', 'open', 'closed', 'order_553fd5fc7f3fa', 'order-apr-28-2015-0648-pm', '', '', '2015-04-28 20:42:34', '2015-04-28 20:42:34', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2191', 0, 'shop_order', '', 0),
(2192, 1, '2015-05-07 22:33:05', '2015-05-07 22:33:05', '', 'Order &ndash; May 7, 2015 @ 10:33 PM', '', 'wc-on-hold', 'open', 'closed', 'order_554be8216887d', 'order-may-07-2015-1033-pm', '', '', '2015-05-07 22:33:06', '2015-05-07 22:33:06', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2192', 0, 'shop_order', '', 0),
(2193, 1, '2015-05-15 02:45:45', '2015-05-15 02:45:45', '', 'Order &ndash; May 15, 2015 @ 02:45 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55555dd908d69', 'order-may-15-2015-0245-am', '', '', '2015-05-15 02:45:45', '2015-05-15 02:45:45', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2193', 0, 'shop_order', '', 0),
(2194, 1, '2015-05-16 12:15:10', '2015-05-16 12:15:10', '', 'Order &ndash; May 16, 2015 @ 12:15 PM', '', 'wc-on-hold', 'open', 'closed', 'order_555734ceb7d42', 'order-may-16-2015-1215-pm', '', '', '2015-05-16 12:15:11', '2015-05-16 12:15:11', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2194', 0, 'shop_order', '', 0),
(2195, 1, '2015-05-16 14:17:26', '2015-05-16 14:17:26', '', 'Order &ndash; May 16, 2015 @ 02:17 PM', '', 'wc-on-hold', 'open', 'closed', 'order_555751765f052', 'order-may-16-2015-0217-pm', '', '', '2015-05-16 14:17:26', '2015-05-16 14:17:26', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2195', 0, 'shop_order', '', 0),
(2196, 1, '2015-05-16 14:20:33', '2015-05-16 14:20:33', '', 'Order &ndash; May 16, 2015 @ 02:20 PM', '', 'wc-on-hold', 'open', 'closed', 'order_555752314ae28', 'order-may-16-2015-0220-pm', '', '', '2015-05-16 14:20:49', '2015-05-16 14:20:49', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2196', 0, 'shop_order', '', 0),
(2197, 1, '2015-05-16 22:10:51', '2015-05-16 22:10:51', '', 'Order &ndash; May 16, 2015 @ 10:10 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5557c06bc115c', 'order-may-16-2015-1010-pm', '', '', '2015-05-16 22:10:51', '2015-05-16 22:10:51', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2197', 0, 'shop_order', '', 0),
(2198, 1, '2015-05-17 19:12:55', '2015-05-17 19:12:55', '', 'Order &ndash; May 17, 2015 @ 07:12 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5558e8379eb38', 'order-may-17-2015-0712-pm', '', '', '2015-05-17 19:12:56', '2015-05-17 19:12:56', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2198', 0, 'shop_order', '', 0),
(2199, 1, '2015-05-21 16:58:39', '2015-05-21 16:58:39', '', 'Order &ndash; May 21, 2015 @ 04:58 PM', '', 'wc-on-hold', 'open', 'closed', 'order_555e0ebfdfe2a', 'order-may-21-2015-0458-pm', '', '', '2015-05-21 16:58:40', '2015-05-21 16:58:40', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2199', 0, 'shop_order', '', 0),
(2201, 1, '2015-05-27 17:03:05', '2015-05-27 17:03:05', '', 'Order &ndash; May 27, 2015 @ 05:03 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5565f8c9d9db1', 'order-may-27-2015-0503-pm', '', '', '2015-05-27 17:03:07', '2015-05-27 17:03:07', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2201', 0, 'shop_order', '', 0),
(2204, 1, '2015-05-30 02:49:06', '2015-05-30 02:49:06', '', 'Order &ndash; May 30, 2015 @ 02:49 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5569252240aa5', 'order-may-30-2015-0249-am', '', '', '2015-05-30 02:49:06', '2015-05-30 02:49:06', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2204', 0, 'shop_order', '', 0),
(2206, 1, '2015-06-10 17:24:44', '2015-06-10 17:24:44', '', 'Order &ndash; June 10, 2015 @ 05:24 PM', '', 'wc-on-hold', 'open', 'closed', 'order_557872dc402e9', 'order-jun-10-2015-0524-pm', '', '', '2015-06-10 17:24:44', '2015-06-10 17:24:44', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2206', 0, 'shop_order', '', 0),
(2207, 1, '2015-06-11 00:27:17', '2015-06-11 00:27:17', '', 'Order &ndash; June 11, 2015 @ 12:27 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5578d5e53245e', 'order-jun-11-2015-1227-am', '', '', '2015-06-11 00:27:17', '2015-06-11 00:27:17', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2207', 0, 'shop_order', '', 0),
(2208, 1, '2015-06-11 09:02:53', '2015-06-11 09:02:53', '', 'Order &ndash; June 11, 2015 @ 09:02 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55794ebd754bd', 'order-jun-11-2015-0902-am', '', '', '2015-06-11 09:02:54', '2015-06-11 09:02:54', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2208', 0, 'shop_order', '', 0),
(2209, 1, '2015-06-14 22:14:34', '2015-06-14 22:14:34', '', 'Order &ndash; June 14, 2015 @ 10:14 PM', '', 'wc-on-hold', 'open', 'closed', 'order_557dfcca89b1c', 'order-jun-14-2015-1014-pm', '', '', '2015-06-14 22:14:34', '2015-06-14 22:14:34', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2209', 0, 'shop_order', '', 0),
(2569, 261, '2015-06-16 13:33:31', '2015-06-16 13:33:31', '', 'Work Life Balance', '', 'publish', 'open', 'closed', '', 'work-life-balance', '', '', '2015-12-12 02:35:45', '2015-12-12 02:35:45', '', 0, 'http://demo.cactusthemes.com/university/?post_type=product&#038;p=2569', 0, 'product', '', 0),
(2570, 261, '2015-06-16 13:31:54', '2015-06-16 13:31:54', '', 'Work Life Balance', '', 'publish', 'open', 'closed', '', 'product-2569-variation', '', '', '2015-06-16 13:31:54', '2015-06-16 13:31:54', '', 2569, 'http://demo.cactusthemes.com/university/product_variation/product-2569-variation/', 0, 'product_variation', '', 0),
(2571, 261, '2015-06-16 13:32:16', '2015-06-16 13:32:16', '', 'Work Life Balance', '', 'publish', 'open', 'closed', '', 'product-2569-variation-2', '', '', '2015-06-16 13:32:16', '2015-06-16 13:32:16', '', 2569, 'http://demo.cactusthemes.com/university/product_variation/product-2569-variation-2/', 0, 'product_variation', '', 0),
(2742, 1, '2015-06-26 13:15:06', '2015-06-26 13:15:06', '', 'Order &ndash; June 26, 2015 @ 01:15 PM', '', 'wc-cancelled', 'open', 'closed', 'order_558d505ab5bdd', 'order-jun-26-2015-0115-pm', '', '', '2015-06-26 14:51:42', '2015-06-26 14:51:42', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2742', 0, 'shop_order', '', 0),
(2743, 1, '2015-06-29 11:13:54', '2015-06-29 11:13:54', '', 'Order &ndash; June 29, 2015 @ 11:13 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5591287297de4', 'order-jun-29-2015-1113-am', '', '', '2015-06-29 11:13:55', '2015-06-29 11:13:55', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2743', 0, 'shop_order', '', 0),
(2744, 1, '2015-07-01 20:58:08', '2015-07-01 20:58:08', '', 'Order &ndash; July 1, 2015 @ 08:58 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55945460732c5', 'order-jul-01-2015-0858-pm', '', '', '2015-07-01 20:58:08', '2015-07-01 20:58:08', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2744', 0, 'shop_order', '', 0),
(2750, 1, '2015-07-05 19:18:28', '2015-07-05 19:18:28', '', 'Order &ndash; July 5, 2015 @ 07:18 PM', '', 'wc-on-hold', 'open', 'closed', 'order_559983049b6ec', 'order-jul-05-2015-0718-pm', '', '', '2015-07-05 19:18:29', '2015-07-05 19:18:29', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2750', 0, 'shop_order', '', 0),
(2751, 1, '2015-07-06 14:35:52', '2015-07-06 14:35:52', '', 'Order &ndash; July 6, 2015 @ 02:35 PM', '', 'wc-cancelled', 'open', 'closed', 'order_559a9248d034f', 'order-jul-06-2015-0235-pm', '', '', '2015-07-06 15:55:09', '2015-07-06 15:55:09', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2751', 0, 'shop_order', '', 0),
(2752, 1, '2015-07-09 13:46:23', '2015-07-09 13:46:23', '', 'Order &ndash; July 9, 2015 @ 01:46 PM', '', 'wc-cancelled', 'open', 'closed', 'order_559e7b2f0be05', 'order-jul-09-2015-0146-pm', '', '', '2015-07-09 14:59:15', '2015-07-09 14:59:15', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2752', 0, 'shop_order', '', 0),
(2753, 1, '2015-07-10 22:35:58', '2015-07-10 22:35:58', '', 'Order &ndash; July 10, 2015 @ 10:35 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55a048ce8ee76', 'order-jul-10-2015-1035-pm', '', '', '2015-07-10 22:35:58', '2015-07-10 22:35:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2753', 0, 'shop_order', '', 0),
(2756, 1, '2015-07-21 18:12:26', '2015-07-21 18:12:26', '', 'Order &ndash; July 21, 2015 @ 06:12 PM', '', 'wc-cancelled', 'open', 'closed', 'order_55ae8b8a0f03a', 'order-jul-21-2015-0612-pm', '', '', '2015-07-21 19:35:24', '2015-07-21 19:35:24', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2756', 0, 'shop_order', '', 0),
(2757, 1, '2015-07-21 18:14:56', '2015-07-21 18:14:56', '', 'Order &ndash; July 21, 2015 @ 06:14 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55ae8c20cb1cb', 'order-jul-21-2015-0614-pm', '', '', '2015-07-21 18:14:57', '2015-07-21 18:14:57', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2757', 0, 'shop_order', '', 0),
(2759, 1, '2015-07-22 08:56:18', '2015-07-22 08:56:18', '', 'Order &ndash; July 22, 2015 @ 08:56 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55af5ab22d1ea', 'order-jul-22-2015-0856-am', '', '', '2015-07-22 08:56:58', '2015-07-22 08:56:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2759', 0, 'shop_order', '', 0),
(2781, 1, '2015-07-29 15:43:01', '2015-07-29 15:43:01', '', 'Order &ndash; July 29, 2015 @ 03:43 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55b8f48551f73', 'order-jul-29-2015-0343-pm', '', '', '2015-07-29 15:43:01', '2015-07-29 15:43:01', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2781', 0, 'shop_order', '', 0),
(2782, 1, '2015-07-29 16:16:09', '2015-07-29 16:16:09', '', 'Order &ndash; July 29, 2015 @ 04:16 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55b8fc49e46b3', 'order-jul-29-2015-0416-pm', '', '', '2015-07-29 16:16:10', '2015-07-29 16:16:10', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2782', 0, 'shop_order', '', 0),
(2794, 1, '2015-07-31 02:19:08', '2015-07-31 02:19:08', '', 'Order &ndash; July 31, 2015 @ 02:19 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55badb1c96d32', 'order-jul-31-2015-0219-am', '', '', '2015-07-31 02:19:08', '2015-07-31 02:19:08', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2794', 0, 'shop_order', '', 0),
(2796, 1, '2015-07-31 08:37:30', '2015-07-31 08:37:30', '', 'Order &ndash; July 31, 2015 @ 08:37 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55bb33caf1f80', 'order-jul-31-2015-0837-am', '', '', '2015-07-31 08:37:31', '2015-07-31 08:37:31', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2796', 0, 'shop_order', '', 0),
(2856, 1, '2015-08-01 09:26:28', '2015-08-01 09:26:28', '', 'Order &ndash; August 1, 2015 @ 09:26 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55bc90c49c01e', 'order-aug-01-2015-0926-am', '', '', '2015-08-01 09:26:28', '2015-08-01 09:26:28', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2856', 0, 'shop_order', '', 0),
(2857, 1, '2015-08-01 17:22:58', '2015-08-01 17:22:58', '', 'Order &ndash; August 1, 2015 @ 05:22 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55bd0072598b5', 'order-aug-01-2015-0522-pm', '', '', '2015-08-01 17:22:58', '2015-08-01 17:22:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2857', 0, 'shop_order', '', 0),
(2858, 1, '2015-08-03 22:25:53', '2015-08-03 22:25:53', '', 'Order &ndash; August 3, 2015 @ 10:25 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55bfea7107830', 'order-aug-03-2015-1025-pm', '', '', '2015-08-03 22:25:53', '2015-08-03 22:25:53', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2858', 0, 'shop_order', '', 0),
(2859, 1, '2015-08-03 22:50:36', '2015-08-03 22:50:36', '', 'Order &ndash; August 3, 2015 @ 10:50 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55bff03c86ab1', 'order-aug-03-2015-1050-pm', '', '', '2015-08-03 22:50:36', '2015-08-03 22:50:36', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2859', 0, 'shop_order', '', 0),
(2865, 1, '2015-08-06 04:26:22', '2015-08-06 04:26:22', '', 'Order &ndash; August 6, 2015 @ 04:26 AM', '', 'wc-cancelled', 'open', 'closed', 'order_55c2e1eed9b07', 'order-aug-06-2015-0426-am', '', '', '2015-08-06 05:36:49', '2015-08-06 05:36:49', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2865', 0, 'shop_order', '', 0),
(2866, 1, '2015-08-07 19:48:56', '2015-08-07 19:48:56', '', 'Order &ndash; August 7, 2015 @ 07:48 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55c50ba898e59', 'order-aug-07-2015-0748-pm', '', '', '2015-08-07 19:48:57', '2015-08-07 19:48:57', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2866', 0, 'shop_order', '', 0),
(2869, 1, '2015-08-11 15:06:43', '2015-08-11 15:06:43', '', 'Order &ndash; August 11, 2015 @ 03:06 PM', '', 'wc-cancelled', 'open', 'closed', 'order_55ca0f838090f', 'order-aug-11-2015-0306-pm', '', '', '2015-08-11 17:04:24', '2015-08-11 17:04:24', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2869', 0, 'shop_order', '', 0),
(2873, 1, '2015-08-18 20:02:11', '2015-08-18 20:02:11', '', 'Order &ndash; August 18, 2015 @ 08:02 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55d38f4396da5', 'order-aug-18-2015-0802-pm', '', '', '2015-08-18 20:02:11', '2015-08-18 20:02:11', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2873', 0, 'shop_order', '', 0),
(2874, 1, '2015-08-25 04:47:41', '2015-08-25 04:47:41', '', 'Order &ndash; August 25, 2015 @ 04:47 AM', '', 'wc-cancelled', 'open', 'closed', 'order_55dbf36d96a3b', 'order-aug-25-2015-0447-am', '', '', '2015-08-25 06:34:30', '2015-08-25 06:34:30', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2874', 0, 'shop_order', '', 0),
(2875, 1, '2015-08-25 05:02:22', '2015-08-25 05:02:22', '', 'Order &ndash; August 25, 2015 @ 05:02 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55dbf6de8f1b4', 'order-aug-25-2015-0502-am', '', '', '2015-08-25 05:02:22', '2015-08-25 05:02:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2875', 0, 'shop_order', '', 0),
(2876, 1, '2015-08-27 07:13:01', '2015-08-27 07:13:01', '', 'Order &ndash; August 27, 2015 @ 07:13 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55deb87d9ea4c', 'order-aug-27-2015-0713-am', '', '', '2015-08-27 07:13:02', '2015-08-27 07:13:02', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2876', 0, 'shop_order', '', 0),
(2879, 1, '2015-08-29 11:44:17', '2015-08-29 11:44:17', '', 'Order &ndash; August 29, 2015 @ 11:44 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55e19b11ed85b', 'order-aug-29-2015-1144-am', '', '', '2015-08-29 11:44:20', '2015-08-29 11:44:20', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2879', 0, 'shop_order', '', 0),
(2881, 1, '2015-09-03 16:42:56', '2015-09-03 16:42:56', '', 'Order &ndash; September 3, 2015 @ 04:42 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55e878901b9cd', 'order-sep-03-2015-0442-pm', '', '', '2015-09-03 16:42:56', '2015-09-03 16:42:56', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2881', 0, 'shop_order', '', 0),
(2882, 1, '2015-09-03 20:06:50', '2015-09-03 20:06:50', '', 'Order &ndash; September 3, 2015 @ 08:06 PM', '', 'wc-cancelled', 'open', 'closed', 'order_55e8a85a7b76d', 'order-sep-03-2015-0806-pm', '', '', '2015-09-03 21:37:32', '2015-09-03 21:37:32', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2882', 0, 'shop_order', '', 0),
(2883, 1, '2015-09-04 00:16:16', '2015-09-04 00:16:16', '', 'Order &ndash; September 4, 2015 @ 12:16 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55e8e2d0dd07c', 'order-sep-04-2015-1216-am', '', '', '2015-09-04 00:16:17', '2015-09-04 00:16:17', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2883', 0, 'shop_order', '', 0),
(2884, 1, '2015-09-04 00:19:22', '2015-09-04 00:19:22', '', 'Order &ndash; September 4, 2015 @ 12:19 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55e8e38ad3eda', 'order-sep-04-2015-1219-am', '', '', '2015-09-04 00:19:22', '2015-09-04 00:19:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2884', 0, 'shop_order', '', 0),
(2885, 1, '2015-09-05 17:39:23', '2015-09-05 17:39:23', '', 'Order &ndash; September 5, 2015 @ 05:39 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55eb28cbc7614', 'order-sep-05-2015-0539-pm', '', '', '2015-09-05 17:39:24', '2015-09-05 17:39:24', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2885', 0, 'shop_order', '', 0),
(2886, 1, '2015-09-05 17:45:34', '2015-09-05 17:45:34', '', 'Order &ndash; September 5, 2015 @ 05:45 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55eb2a3ed7592', 'order-sep-05-2015-0545-pm', '', '', '2015-09-05 17:46:10', '2015-09-05 17:46:10', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2886', 0, 'shop_order', '', 0),
(2887, 1, '2015-09-05 21:03:08', '2015-09-05 21:03:08', '', 'Order &ndash; September 5, 2015 @ 09:03 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55eb588c7d216', 'order-sep-05-2015-0903-pm', '', '', '2015-09-05 21:03:08', '2015-09-05 21:03:08', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2887', 0, 'shop_order', '', 0),
(2890, 1, '2015-09-08 00:57:08', '2015-09-08 00:57:08', '', 'Order &ndash; September 8, 2015 @ 12:57 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55ee32640fd95', 'order-sep-08-2015-1257-am', '', '', '2015-09-08 00:57:08', '2015-09-08 00:57:08', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2890', 0, 'shop_order', '', 0),
(2891, 1, '2015-09-08 02:59:38', '2015-09-08 02:59:38', '', 'Order &ndash; September 8, 2015 @ 02:59 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55ee4f1a5ddc6', 'order-sep-08-2015-0259-am', '', '', '2015-09-08 02:59:38', '2015-09-08 02:59:38', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2891', 0, 'shop_order', '', 0),
(2893, 1, '2015-09-08 23:03:14', '2015-09-08 23:03:14', '', 'Order &ndash; September 8, 2015 @ 11:03 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55ef69323fc4e', 'order-sep-08-2015-1103-pm', '', '', '2015-09-08 23:03:14', '2015-09-08 23:03:14', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2893', 0, 'shop_order', '', 0),
(2894, 1, '2015-09-09 13:01:25', '2015-09-09 13:01:25', '', 'Order &ndash; September 9, 2015 @ 01:01 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55f02da52adbd', 'order-sep-09-2015-0101-pm', '', '', '2015-09-09 13:01:25', '2015-09-09 13:01:25', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2894', 0, 'shop_order', '', 0),
(2895, 1, '2015-09-09 15:40:46', '2015-09-09 15:40:46', '', 'Order &ndash; September 9, 2015 @ 03:40 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55f052febf28b', 'order-sep-09-2015-0340-pm', '', '', '2015-09-09 15:40:46', '2015-09-09 15:40:46', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2895', 0, 'shop_order', '', 0),
(2896, 1, '2015-09-11 02:25:44', '2015-09-11 02:25:44', '', 'Order &ndash; September 11, 2015 @ 02:25 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55f23ba82f125', 'order-sep-11-2015-0225-am', '', '', '2015-09-11 02:25:44', '2015-09-11 02:25:44', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2896', 0, 'shop_order', '', 0),
(2897, 1, '2015-09-13 00:32:34', '2015-09-13 00:32:34', '', 'Order &ndash; September 13, 2015 @ 12:32 AM', '', 'wc-cancelled', 'open', 'closed', 'order_55f4c4221f3b1', 'order-sep-13-2015-1232-am', '', '', '2015-09-13 02:08:22', '2015-09-13 02:08:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2897', 0, 'shop_order', '', 0),
(2898, 1, '2015-09-13 00:35:13', '2015-09-13 00:35:13', '', 'Order &ndash; September 13, 2015 @ 12:35 AM', '', 'wc-on-hold', 'open', 'closed', 'order_55f4c4c167810', 'order-sep-13-2015-1235-am', '', '', '2015-09-13 00:35:13', '2015-09-13 00:35:13', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2898', 0, 'shop_order', '', 0),
(2899, 1, '2015-09-13 16:00:21', '2015-09-13 16:00:21', '', 'Order &ndash; September 13, 2015 @ 04:00 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55f59d95be61b', 'order-sep-13-2015-0400-pm', '', '', '2015-09-13 16:00:22', '2015-09-13 16:00:22', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2899', 0, 'shop_order', '', 0),
(2900, 1, '2015-09-13 20:48:58', '2015-09-13 20:48:58', '', 'Order &ndash; September 13, 2015 @ 08:48 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55f5e13a5c218', 'order-sep-13-2015-0848-pm', '', '', '2015-09-13 20:48:58', '2015-09-13 20:48:58', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2900', 0, 'shop_order', '', 0),
(2903, 1, '2015-09-14 14:54:43', '2015-09-14 14:54:43', '', 'Order &ndash; September 14, 2015 @ 02:54 PM', '', 'wc-cancelled', 'open', 'closed', 'order_55f6dfb37b9e5', 'order-sep-14-2015-0254-pm', '', '', '2015-09-14 16:37:39', '2015-09-14 16:37:39', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2903', 0, 'shop_order', '', 0),
(2904, 1, '2015-09-14 16:09:18', '2015-09-14 16:09:18', '', 'Order &ndash; September 14, 2015 @ 04:09 PM', '', 'wc-on-hold', 'open', 'closed', 'order_55f6f12e38e64', 'order-sep-14-2015-0409-pm', '', '', '2015-09-14 16:10:56', '2015-09-14 16:10:56', '', 0, 'http://demo.cactusthemes.com/university/?post_type=shop_order&#038;p=2904', 0, 'shop_order', '', 0),
(3139, 65427, '2015-12-08 07:52:28', '0000-00-00 00:00:00', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Ship Your Idea', '', 'draft', 'open', 'closed', '', '', '', '', '2015-12-08 07:52:28', '2015-12-08 07:52:28', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=product&#038;p=3139', 0, 'product', '', 0),
(3151, 65427, '2015-12-12 02:28:08', '0000-00-00 00:00:00', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Student Exchange Program Information Sessions', '', 'draft', 'open', 'closed', '', '', '', '', '2015-12-12 02:28:08', '2015-12-12 02:28:08', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=product&#038;p=3151', 0, 'product', '', 0),
(3157, 439, '2015-12-18 04:48:27', '2015-12-18 04:48:27', '<h3>The standard Lorem Ipsum passage, used since the 1500s</h3>\r\n"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."\r\n<h3>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</h3>\r\n"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"\r\n<h3>1914 translation by H. Rackham</h3>\r\n"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"\r\n<h3>Section 1.10.33 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</h3>\r\n"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."\r\n<h3>1914 translation by H. Rackham</h3>\r\n"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."', 'Most popular lesson on Earth', '', 'publish', 'open', 'closed', '', 'most-popular-lesson-on-earth', '', '', '2015-12-18 04:48:27', '2015-12-18 04:48:27', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=sfwd-lessons&#038;p=3157', 0, 'sfwd-lessons', '', 0),
(3158, 439, '2015-12-18 04:39:46', '2015-12-18 04:39:46', '[learndash-lecturers]\r\n<h3>The standard Lorem Ipsum passage, used since the 1500s</h3>\r\n"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."\r\n<h3>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</h3>\r\n"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"\r\n<h3>1914 translation by H. Rackham</h3>\r\n"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"\r\n<h3>Section 1.10.33 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</h3>\r\n"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."\r\n<h3>1914 translation by H. Rackham</h3>\r\n"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."', 'A LearnDash Course', '', 'publish', 'closed', 'closed', '', 'a-learndash-course', '', '', '2017-09-18 11:23:13', '2017-09-18 11:23:13', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=sfwd-courses&#038;p=3158', 0, 'sfwd-courses', '', 0),
(3160, 439, '2015-12-18 04:41:30', '2015-12-18 04:41:30', '<h3>The standard Lorem Ipsum passage, used since the 1500s</h3>\r\n"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."\r\n<h3>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</h3>\r\n"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"\r\n<h3>1914 translation by H. Rackham</h3>\r\n"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"\r\n<h3>Section 1.10.33 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</h3>\r\n"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."\r\n<h3>1914 translation by H. Rackham</h3>\r\n"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."', 'A sample lesson', '', 'publish', 'closed', 'closed', '', 'a-sample-lesson', '', '', '2015-12-18 04:55:50', '2015-12-18 04:55:50', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=sfwd-lessons&#038;p=3160', 0, 'sfwd-lessons', '', 0),
(3163, 439, '2015-12-18 04:45:03', '2015-12-18 04:45:03', 'Lorem ipsum litora viverra ullamcorper habitant condimentum curae tincidunt eros, etiam donec luctus justo quisque scelerisque ante iaculis, duis blandit aenean vestibulum neque luctus accumsan pulvinar.\r\n\r\nFeugiat blandit ligula quam volutpat purus egestas ut pharetra, lacinia ante laoreet urna vulputate blandit etiam libero himenaeos, pretium dictumst quam orci senectus purus sollicitudin potenti vehicula sagittis praesent vulputate condimentum imperdiet.\r\n\r\nSem duis rhoncus porttitor proin sem etiam molestie ut semper varius, augue metus euismod lectus nisi velit eleifend risus dictum, platea enim eleifend conubia fermentum odio etiam et quam.\r\n\r\nCongue nisi elementum tincidunt nunc cursus leo lacinia per convallis tincidunt, est etiam pulvinar inceptos nunc ut hendrerit iaculis velit euismod, eget quis justo arcu suscipit suspendisse maecenas malesuada amet.\r\n\r\nDonec laoreet aenean etiam sapien ad litora nullam taciti, varius eleifend facilisis placerat tristique suscipit dictumst tortor, litora erat nibh sem inceptos nulla lobortis amet luctus blandit ullamcorper condimentum donec velit.\r\n\r\nProin sapien vestibulum litora etiam eleifend integer placerat aptent porta, odio pulvinar convallis aliquam rhoncus malesuada ligula habitant pretium hendrerit sit cubilia posuere curae convallis sapien class aliquam.\r\n\r\nErat quis neque platea aliquet aenean purus, praesent tellus est ultricies mollis euismod, aenean dictum convallis sed litora tristique quisque sagittis ullamcorper mauris vulputate maecenas rhoncus integer et nisi cursus eu porta.\r\n\r\nNulla odio blandit duis at odio arcu luctus eleifend, odio tortor odio hac sollicitudin eros platea cursus fermentum ut fringilla.\r\n\r\nLuctus mauris lobortis sem ultrices nullam sollicitudin velit luctus, eros ultricies quisque inceptos quis nec aliquet turpis ultrices senectus lacus interdum potenti, porttitor pulvinar gravida diam est diam, tempus amet curabitur nam.\r\n\r\nNullam mollis ac fringilla sapien nam curabitur mauris lectus lorem platea, ad egestas purus justo semper eu class conubia tortor sapien, arcu habitant curabitur eget nisi auctor etiam vel ipsum.', 'Another course for example', '', 'publish', 'open', 'closed', '', 'another-course-for-example', '', '', '2015-12-18 04:45:03', '2015-12-18 04:45:03', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=sfwd-courses&#038;p=3163', 0, 'sfwd-courses', '', 0),
(3166, 439, '2015-12-18 04:51:20', '2015-12-18 04:51:20', 'Hello. This is your question content. Read it carefully and choose the correct answers below', 'A quiz for the course', '', 'publish', 'closed', 'closed', '', 'a-quiz-for-the-course', '', '', '2015-12-18 04:51:20', '2015-12-18 04:51:20', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=sfwd-quiz&#038;p=3166', 0, 'sfwd-quiz', '', 0),
(3219, 1, '2016-08-15 13:24:31', '2016-08-15 13:24:31', '', 'Order &ndash; August 15, 2016 @ 01:24 PM', '', 'wc-cancelled', 'open', 'closed', 'order_57b1a7be400c0', 'order-aug-15-2016-1130-am', '', '', '2016-08-15 13:24:31', '2016-08-15 13:24:31', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3219', 0, 'shop_order', '', 0),
(3220, 1, '2016-08-20 16:45:15', '2016-08-20 16:45:15', '', 'Order &ndash; August 20, 2016 @ 04:45 PM', '', 'wc-on-hold', 'open', 'closed', 'order_57b8891b9ff38', 'order-aug-20-2016-0445-pm', '', '', '2016-08-20 16:45:15', '2016-08-20 16:45:15', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3220', 0, 'shop_order', '', 0),
(3221, 1, '2016-08-21 10:06:31', '2016-08-21 10:06:31', '', 'Order &ndash; August 21, 2016 @ 10:06 AM', '', 'wc-on-hold', 'open', 'closed', 'order_57b97d26bf7e4', 'order-aug-21-2016-1006-am', '', '', '2016-08-21 10:06:31', '2016-08-21 10:06:31', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3221', 0, 'shop_order', '', 0),
(3222, 1, '2016-08-21 15:33:41', '2016-08-21 15:33:41', '', 'Order &ndash; August 21, 2016 @ 03:33 PM', '', 'wc-cancelled', 'open', 'closed', 'order_57b9aefb40417', 'order-aug-21-2016-0139-pm', '', '', '2016-08-21 15:33:41', '2016-08-21 15:33:41', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3222', 0, 'shop_order', '', 0),
(3223, 1, '2016-08-21 15:33:42', '2016-08-21 15:33:42', '', 'Order &ndash; August 21, 2016 @ 03:33 PM', '', 'wc-cancelled', 'open', 'closed', 'order_57b9b16444a0e', 'order-aug-21-2016-0149-pm', '', '', '2016-08-21 15:33:42', '2016-08-21 15:33:42', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3223', 0, 'shop_order', '', 0),
(3224, 1, '2016-08-24 11:13:27', '2016-08-24 11:13:27', '', 'Order &ndash; August 24, 2016 @ 11:13 AM', '', 'wc-cancelled', 'open', 'closed', 'order_57bd662859d46', 'order-aug-24-2016-0917-am', '', '', '2016-08-24 11:13:27', '2016-08-24 11:13:27', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3224', 0, 'shop_order', '', 0),
(3225, 1, '2016-08-28 10:47:19', '2016-08-28 10:47:19', '', 'Order &ndash; August 28, 2016 @ 10:47 AM', '', 'wc-cancelled', 'open', 'closed', 'order_57c2a7a9160bb', 'order-aug-28-2016-0858-am', '', '', '2016-08-28 10:47:19', '2016-08-28 10:47:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3225', 0, 'shop_order', '', 0),
(3227, 1, '2016-09-09 07:48:14', '2016-09-09 07:48:14', '', 'Order &ndash; September 9, 2016 @ 07:48 AM', '', 'wc-on-hold', 'open', 'closed', 'order_57d2693e245c3', 'order-sep-09-2016-0748-am', '', '', '2016-09-09 07:48:14', '2016-09-09 07:48:14', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3227', 0, 'shop_order', '', 0),
(3228, 1, '2016-09-09 07:51:59', '2016-09-09 07:51:59', '', 'Order &ndash; September 9, 2016 @ 07:51 AM', '', 'wc-on-hold', 'open', 'closed', 'order_57d26a1ec8d2e', 'order-sep-09-2016-0751-am', '', '', '2016-09-09 07:51:59', '2016-09-09 07:51:59', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3228', 0, 'shop_order', '', 0),
(3229, 1, '2016-09-10 14:52:45', '2016-09-10 14:52:45', '', 'Order &ndash; September 10, 2016 @ 02:52 PM', '', 'wc-on-hold', 'open', 'closed', 'order_57d41e3cc6f49', 'order-sep-10-2016-0252-pm', '', '', '2016-09-10 14:52:45', '2016-09-10 14:52:45', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3229', 0, 'shop_order', '', 0),
(3231, 1, '2016-09-16 06:36:22', '2016-09-16 06:36:22', '', 'Order &ndash; September 16, 2016 @ 06:36 AM', '', 'wc-cancelled', 'open', 'closed', 'order_57db808a10929', 'order-sep-16-2016-0518-am', '', '', '2016-09-16 06:36:22', '2016-09-16 06:36:22', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3231', 0, 'shop_order', '', 0),
(3232, 1, '2016-09-22 16:59:12', '2016-09-22 16:59:12', '', 'Order &ndash; September 22, 2016 @ 04:59 PM', '', 'wc-on-hold', 'open', 'closed', 'order_57e40de08a45f', 'order-sep-22-2016-0459-pm', '', '', '2016-09-22 16:59:12', '2016-09-22 16:59:12', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3232', 0, 'shop_order', '', 0),
(3233, 1, '2016-09-22 17:18:47', '2016-09-22 17:18:47', '', 'Order &ndash; September 22, 2016 @ 05:18 PM', '', 'wc-on-hold', 'open', 'closed', 'order_57e412770ce0d', 'order-sep-22-2016-0518-pm', '', '', '2016-09-22 17:18:47', '2016-09-22 17:18:47', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3233', 0, 'shop_order', '', 0),
(3234, 1, '2016-10-06 16:56:10', '2016-10-06 16:56:10', '', 'Order &ndash; October 6, 2016 @ 04:56 PM', '', 'wc-cancelled', 'open', 'closed', 'order_57f6662ead56c', 'order-oct-06-2016-0256-pm', '', '', '2016-10-06 16:56:10', '2016-10-06 16:56:10', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3234', 0, 'shop_order', '', 0),
(3235, 1, '2016-10-09 16:53:50', '2016-10-09 16:53:50', '', 'Order &ndash; October 9, 2016 @ 04:53 PM', '', 'wc-on-hold', 'open', 'closed', 'order_57fa761e01dfd', 'order-oct-09-2016-0453-pm', '', '', '2016-10-09 16:53:50', '2016-10-09 16:53:50', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3235', 0, 'shop_order', '', 0),
(3236, 1, '2016-10-11 02:30:20', '2016-10-11 02:30:20', '', 'Order &ndash; October 11, 2016 @ 02:30 AM', '', 'wc-cancelled', 'open', 'closed', 'order_57fc35c6f161b', 'order-oct-11-2016-1243-am', '', '', '2016-10-11 02:30:20', '2016-10-11 02:30:20', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3236', 0, 'shop_order', '', 0),
(3237, 1, '2016-10-11 14:33:39', '2016-10-11 14:33:39', '', 'Order &ndash; October 11, 2016 @ 02:33 PM', '', 'wc-cancelled', 'open', 'closed', 'order_57fcdc3b7c2fb', 'order-oct-11-2016-1234-pm', '', '', '2016-10-11 14:33:39', '2016-10-11 14:33:39', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3237', 0, 'shop_order', '', 0),
(3238, 1, '2016-10-13 12:13:54', '2016-10-13 12:13:54', '', 'Order &ndash; October 13, 2016 @ 12:13 PM', '', 'wc-on-hold', 'open', 'closed', 'order_57ff7a68d16d2', 'order-oct-13-2016-1213-pm', '', '', '2016-10-13 12:13:54', '2016-10-13 12:13:54', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3238', 0, 'shop_order', '', 0),
(3239, 1, '2016-10-22 20:28:36', '2016-10-22 20:28:36', '', 'Order &ndash; October 22, 2016 @ 08:28 PM', '', 'wc-on-hold', 'open', 'closed', 'order_580bcbf401dd2', 'order-oct-22-2016-0828-pm', '', '', '2016-10-22 20:28:36', '2016-10-22 20:28:36', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3239', 0, 'shop_order', '', 0),
(3240, 1, '2016-10-22 23:27:19', '2016-10-22 23:27:19', '', 'Order &ndash; October 22, 2016 @ 11:27 PM', '', 'wc-cancelled', 'open', 'closed', 'order_580bd75244826', 'order-oct-22-2016-0917-pm', '', '', '2016-10-22 23:27:19', '2016-10-22 23:27:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3240', 0, 'shop_order', '', 0),
(3242, 1, '2016-10-26 06:53:04', '2016-10-26 06:53:04', '', 'Order &ndash; October 26, 2016 @ 06:53 AM', '', 'wc-on-hold', 'open', 'closed', 'order_581052d045aec', 'order-oct-26-2016-0653-am', '', '', '2016-10-26 06:53:04', '2016-10-26 06:53:04', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3242', 0, 'shop_order', '', 0),
(3243, 1, '2016-10-26 17:13:52', '2016-10-26 17:13:52', '', 'Order &ndash; October 26, 2016 @ 05:13 PM', '', 'wc-cancelled', 'open', 'closed', 'order_5810c9d130b94', 'order-oct-26-2016-0320-pm', '', '', '2016-10-26 17:13:52', '2016-10-26 17:13:52', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3243', 0, 'shop_order', '', 0),
(3244, 1, '2016-10-26 15:24:27', '2016-10-26 15:24:27', '', 'Order &ndash; October 26, 2016 @ 03:24 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5810caaaeb2f9', 'order-oct-26-2016-0324-pm', '', '', '2016-10-26 15:24:27', '2016-10-26 15:24:27', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3244', 0, 'shop_order', '', 0),
(3245, 1, '2016-10-28 01:23:11', '2016-10-28 01:23:11', '', 'Order &ndash; October 28, 2016 @ 01:23 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5812a87f0b5cb', 'order-oct-28-2016-0123-am', '', '', '2016-10-28 01:23:11', '2016-10-28 01:23:11', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3245', 0, 'shop_order', '', 0),
(3248, 1, '2016-11-08 00:53:58', '2016-11-08 00:53:58', '', 'Order &ndash; November 8, 2016 @ 12:53 AM', '', 'wc-cancelled', 'open', 'closed', 'order_582108198fb13', 'order-nov-07-2016-1102-pm', '', '', '2016-11-08 00:53:58', '2016-11-08 00:53:58', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3248', 0, 'shop_order', '', 0),
(3249, 1, '2016-11-07 23:03:54', '2016-11-07 23:03:54', '', 'Order &ndash; November 7, 2016 @ 11:03 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5821085aad79f', 'order-nov-07-2016-1103-pm', '', '', '2016-11-07 23:03:54', '2016-11-07 23:03:54', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3249', 0, 'shop_order', '', 0),
(3250, 1, '2016-11-09 06:01:53', '2016-11-09 06:01:53', '', 'Order &ndash; November 9, 2016 @ 06:01 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5822bbd16964f', 'order-nov-09-2016-0601-am', '', '', '2016-11-09 06:01:53', '2016-11-09 06:01:53', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3250', 0, 'shop_order', '', 0),
(3251, 1, '2016-11-11 18:03:10', '2016-11-11 18:03:10', '', 'Order &ndash; November 11, 2016 @ 06:03 PM', '', 'wc-on-hold', 'open', 'closed', 'order_582607de5c36e', 'order-nov-11-2016-0603-pm', '', '', '2016-11-11 18:03:10', '2016-11-11 18:03:10', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3251', 0, 'shop_order', '', 0),
(3252, 1, '2016-11-15 01:08:51', '2016-11-15 01:08:51', '', 'Order &ndash; November 15, 2016 @ 01:08 AM', '', 'wc-on-hold', 'open', 'closed', 'order_582a60239683a', 'order-nov-15-2016-0108-am', '', '', '2016-11-15 01:08:51', '2016-11-15 01:08:51', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3252', 0, 'shop_order', '', 0),
(3254, 1, '2016-11-20 18:14:05', '2016-11-20 18:14:05', '', 'Order &ndash; November 20, 2016 @ 06:14 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5831e7ed74afa', 'order-nov-20-2016-0614-pm', '', '', '2016-11-20 18:14:05', '2016-11-20 18:14:05', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3254', 0, 'shop_order', '', 0),
(3256, 1, '2016-11-21 10:07:46', '2016-11-21 10:07:46', '', 'Order &ndash; November 21, 2016 @ 10:07 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5832c77298ba7', 'order-nov-21-2016-1007-am', '', '', '2016-11-21 10:07:46', '2016-11-21 10:07:46', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3256', 0, 'shop_order', '', 0),
(3257, 1, '2016-11-24 21:13:41', '2016-11-24 21:13:41', '', 'Order &ndash; November 24, 2016 @ 09:13 PM', '', 'wc-on-hold', 'open', 'closed', 'order_583758010e855', 'order-nov-24-2016-0913-pm', '', '', '2016-11-24 21:13:41', '2016-11-24 21:13:41', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3257', 0, 'shop_order', '', 0),
(3258, 1, '2016-11-24 23:37:49', '2016-11-24 23:37:49', '', 'Order &ndash; November 24, 2016 @ 11:37 PM', '', 'wc-cancelled', 'open', 'closed', 'order_58375f06db1c7', 'order-nov-24-2016-0943-pm', '', '', '2016-11-24 23:37:49', '2016-11-24 23:37:49', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3258', 0, 'shop_order', '', 0),
(3260, 1, '2016-11-30 04:16:42', '2016-11-30 04:16:42', '', 'Order &ndash; November 30, 2016 @ 04:16 AM', '', 'wc-on-hold', 'open', 'closed', 'order_583e52aa278a5', 'order-nov-30-2016-0416-am', '', '', '2016-11-30 04:16:42', '2016-11-30 04:16:42', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3260', 0, 'shop_order', '', 0),
(3261, 1, '2016-11-30 18:32:08', '2016-11-30 18:32:08', '', 'Order &ndash; November 30, 2016 @ 06:32 PM', '', 'wc-on-hold', 'open', 'closed', 'order_583f1b2897902', 'order-nov-30-2016-0632-pm', '', '', '2016-11-30 18:32:08', '2016-11-30 18:32:08', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3261', 0, 'shop_order', '', 0),
(3263, 1, '2016-12-09 00:24:34', '2016-12-09 00:24:34', '', 'Order &ndash; December 9, 2016 @ 12:24 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5849f9c217beb', 'order-dec-09-2016-1224-am', '', '', '2016-12-09 00:24:34', '2016-12-09 00:24:34', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3263', 0, 'shop_order', '', 0),
(3265, 1, '2016-12-16 21:01:14', '2016-12-16 21:01:14', '', 'Order &ndash; December 16, 2016 @ 09:01 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58545619c9af2', 'order-dec-16-2016-0901-pm', '', '', '2016-12-16 21:01:14', '2016-12-16 21:01:14', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3265', 0, 'shop_order', '', 0),
(3266, 1, '2016-12-17 12:17:30', '2016-12-17 12:17:30', '', 'Order &ndash; December 17, 2016 @ 12:17 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58552cd9eb4af', 'order-dec-17-2016-1217-pm', '', '', '2016-12-17 12:17:30', '2016-12-17 12:17:30', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3266', 0, 'shop_order', '', 0),
(3275, 1, '2016-12-21 08:56:00', '2016-12-21 08:56:00', '', 'Order &ndash; December 21, 2016 @ 08:56 AM', '', 'wc-on-hold', 'open', 'closed', 'order_585a43a005fb9', 'order-dec-21-2016-0856-am', '', '', '2016-12-21 08:56:00', '2016-12-21 08:56:00', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3275', 0, 'shop_order', '', 0),
(3277, 1, '2016-12-23 20:53:10', '2016-12-23 20:53:10', '', 'Order &ndash; December 23, 2016 @ 08:53 PM', '', 'wc-cancelled', 'open', 'closed', 'order_585d7ce248bbf', 'order-dec-23-2016-0737-pm', '', '', '2016-12-23 20:53:10', '2016-12-23 20:53:10', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3277', 0, 'shop_order', '', 0),
(3290, 1, '2016-12-28 05:10:29', '2016-12-28 05:10:29', '', 'Order &ndash; December 28, 2016 @ 05:10 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58634945554af', 'order-dec-28-2016-0510-am', '', '', '2016-12-28 05:10:29', '2016-12-28 05:10:29', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3290', 0, 'shop_order', '', 0),
(3291, 1, '2016-12-29 01:07:34', '2016-12-29 01:07:34', '', 'Order &ndash; December 29, 2016 @ 01:07 AM', '', 'wc-cancelled', 'open', 'closed', 'order_5864537177d9c', 'order-dec-29-2016-1206-am', '', '', '2016-12-29 01:07:34', '2016-12-29 01:07:34', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3291', 0, 'shop_order', '', 0),
(3292, 1, '2017-01-01 21:21:51', '2017-01-01 21:21:51', '', 'Order &ndash; January 1, 2017 @ 09:21 PM', '', 'wc-cancelled', 'open', 'closed', 'order_58695ae35478a', 'order-jan-01-2017-0739-pm', '', '', '2017-01-01 21:21:51', '2017-01-01 21:21:51', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3292', 0, 'shop_order', '', 0),
(3295, 1, '2017-01-05 08:37:49', '2017-01-05 08:37:49', '', 'Order &ndash; January 5, 2017 @ 08:37 AM', '', 'wc-cancelled', 'open', 'closed', 'order_586dee2a7a46e', 'order-jan-05-2017-0656-am', '', '', '2017-01-05 08:37:49', '2017-01-05 08:37:49', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3295', 0, 'shop_order', '', 0),
(3298, 1, '2017-01-10 15:22:14', '2017-01-10 15:22:14', '', 'Order &ndash; January 10, 2017 @ 03:22 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5874fc267e3b1', 'order-jan-10-2017-0322-pm', '', '', '2017-01-10 15:22:14', '2017-01-10 15:22:14', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3298', 0, 'shop_order', '', 0),
(3299, 1, '2017-01-10 17:20:32', '2017-01-10 17:20:32', '', 'Order &ndash; January 10, 2017 @ 05:20 PM', '', 'wc-cancelled', 'open', 'closed', 'order_5874fe88bf02a', 'order-jan-10-2017-0332-pm', '', '', '2017-01-10 17:20:32', '2017-01-10 17:20:32', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3299', 0, 'shop_order', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(3300, 1, '2017-01-15 06:06:25', '2017-01-15 06:06:25', '', 'Order &ndash; January 15, 2017 @ 06:06 AM', '', 'wc-on-hold', 'open', 'closed', 'order_587b1161aa066', 'order-jan-15-2017-0606-am', '', '', '2017-01-15 06:06:25', '2017-01-15 06:06:25', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3300', 0, 'shop_order', '', 0),
(3302, 1, '2017-01-18 11:53:59', '2017-01-18 11:53:59', '', 'Order &ndash; January 18, 2017 @ 11:53 AM', '', 'wc-on-hold', 'open', 'closed', 'order_587f575774782', 'order-jan-18-2017-1153-am', '', '', '2017-01-18 11:53:59', '2017-01-18 11:53:59', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3302', 0, 'shop_order', '', 0),
(3303, 1, '2017-01-18 12:13:21', '2017-01-18 12:13:21', '', 'Order &ndash; January 18, 2017 @ 12:13 PM', '', 'wc-on-hold', 'open', 'closed', 'order_587f5be135228', 'order-jan-18-2017-1213-pm', '', '', '2017-01-18 12:13:21', '2017-01-18 12:13:21', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3303', 0, 'shop_order', '', 0),
(3304, 1, '2017-01-19 11:26:50', '2017-01-19 11:26:50', '', 'Order &ndash; January 19, 2017 @ 11:26 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5880a27a749a1', 'order-jan-19-2017-1126-am', '', '', '2017-01-19 11:26:50', '2017-01-19 11:26:50', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3304', 0, 'shop_order', '', 0),
(3306, 1, '2017-01-23 14:26:39', '2017-01-23 14:26:39', '', 'Order &ndash; January 23, 2017 @ 02:26 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5886129f7b634', 'order-jan-23-2017-0226-pm', '', '', '2017-01-23 14:26:39', '2017-01-23 14:26:39', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3306', 0, 'shop_order', '', 0),
(3307, 1, '2017-01-23 14:50:11', '2017-01-23 14:50:11', '', 'Order &ndash; January 23, 2017 @ 02:50 PM', '', 'wc-on-hold', 'open', 'closed', 'order_588618234150e', 'order-jan-23-2017-0250-pm', '', '', '2017-01-23 14:50:11', '2017-01-23 14:50:11', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3307', 0, 'shop_order', '', 0),
(3308, 1, '2017-01-23 21:18:11', '2017-01-23 21:18:11', '', 'Order &ndash; January 23, 2017 @ 09:18 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58867313a8cde', 'order-jan-23-2017-0918-pm', '', '', '2017-01-23 21:18:11', '2017-01-23 21:18:11', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3308', 0, 'shop_order', '', 0),
(3311, 1, '2017-01-29 16:56:15', '2017-01-29 16:56:15', '', 'Order &ndash; January 29, 2017 @ 04:56 PM', '', 'wc-on-hold', 'open', 'closed', 'order_588e1eaf71d96', 'order-jan-29-2017-0456-pm', '', '', '2017-01-29 16:56:15', '2017-01-29 16:56:15', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3311', 0, 'shop_order', '', 0),
(3314, 1, '2017-01-31 10:13:29', '2017-01-31 10:13:29', '', 'Order &ndash; January 31, 2017 @ 10:13 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58906349b311b', 'order-jan-31-2017-1013-am', '', '', '2017-01-31 10:13:29', '2017-01-31 10:13:29', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3314', 0, 'shop_order', '', 0),
(3320, 1, '2017-02-15 10:56:06', '2017-02-15 10:56:06', '', 'Order &ndash; February 15, 2017 @ 10:56 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58a433c6920ea', 'order-feb-15-2017-1056-am', '', '', '2017-02-15 10:56:06', '2017-02-15 10:56:06', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3320', 0, 'shop_order', '', 0),
(3321, 1, '2017-02-15 16:45:01', '2017-02-15 16:45:01', '', 'Order &ndash; February 15, 2017 @ 04:45 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58a4858d14ca0', 'order-feb-15-2017-0445-pm', '', '', '2017-02-15 16:45:01', '2017-02-15 16:45:01', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3321', 0, 'shop_order', '', 0),
(3323, 1, '2017-02-16 21:19:07', '2017-02-16 21:19:07', '', 'Order &ndash; February 16, 2017 @ 09:19 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58a6174b65b2b', 'order-feb-16-2017-0919-pm', '', '', '2017-02-16 21:19:07', '2017-02-16 21:19:07', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3323', 0, 'shop_order', '', 0),
(3324, 1, '2017-02-19 05:17:18', '2017-02-19 05:17:18', '', 'Order &ndash; February 19, 2017 @ 05:17 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58a92a5dd71c9', 'order-feb-19-2017-0517-am', '', '', '2017-02-19 05:17:18', '2017-02-19 05:17:18', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3324', 0, 'shop_order', '', 0),
(3325, 1, '2017-02-19 15:20:22', '2017-02-19 15:20:22', '', 'Order &ndash; February 19, 2017 @ 03:20 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58a9b7b61aec2', 'order-feb-19-2017-0320-pm', '', '', '2017-02-19 15:20:22', '2017-02-19 15:20:22', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3325', 0, 'shop_order', '', 0),
(3327, 1, '2017-02-25 03:57:48', '2017-02-25 03:57:48', '', 'Order &ndash; February 25, 2017 @ 03:57 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58b100bc67cad', 'order-feb-25-2017-0357-am', '', '', '2017-02-25 03:57:48', '2017-02-25 03:57:48', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3327', 0, 'shop_order', '', 0),
(3328, 1, '2017-02-27 16:32:26', '2017-02-27 16:32:26', '', 'Order &ndash; February 27, 2017 @ 04:32 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58b4549a94373', 'order-feb-27-2017-0432-pm', '', '', '2017-02-27 16:32:26', '2017-02-27 16:32:26', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3328', 0, 'shop_order', '', 0),
(3329, 1, '2017-02-27 19:02:07', '2017-02-27 19:02:07', '', 'Order &ndash; February 27, 2017 @ 07:02 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58b477af36798', 'order-feb-27-2017-0702-pm', '', '', '2017-02-27 19:02:07', '2017-02-27 19:02:07', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3329', 0, 'shop_order', '', 0),
(3332, 1, '2017-03-01 13:08:09', '2017-03-01 13:08:09', '', 'Order &ndash; March 1, 2017 @ 01:08 PM', '', 'wc-cancelled', 'open', 'closed', 'order_58b6ab98b66cc', 'order-mar-01-2017-1108-am', '', '', '2017-03-01 13:08:09', '2017-03-01 13:08:09', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3332', 0, 'shop_order', '', 0),
(3333, 1, '2017-03-02 06:24:33', '2017-03-02 06:24:33', '', 'Order &ndash; March 2, 2017 @ 06:24 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58b7baa0b38a7', 'order-mar-02-2017-0624-am', '', '', '2017-03-02 06:24:33', '2017-03-02 06:24:33', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3333', 0, 'shop_order', '', 0),
(3338, 1, '2017-03-04 22:16:04', '2017-03-04 22:16:04', '', 'Order &ndash; March 4, 2017 @ 10:16 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58bb3ca488eae', 'order-mar-04-2017-1016-pm', '', '', '2017-03-04 22:16:04', '2017-03-04 22:16:04', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3338', 0, 'shop_order', '', 0),
(3344, 1, '2017-03-08 11:00:45', '2017-03-08 11:00:45', '', 'Order &ndash; March 8, 2017 @ 11:00 AM', '', 'wc-cancelled', 'open', 'closed', 'order_58bfcd2d79aa1', 'order-mar-08-2017-0921-am', '', '', '2017-03-08 11:00:45', '2017-03-08 11:00:45', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3344', 0, 'shop_order', '', 0),
(3347, 1, '2017-03-11 23:52:57', '2017-03-11 23:52:57', '', 'Order &ndash; March 11, 2017 @ 11:52 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58c48dd973e20', 'order-mar-11-2017-1152-pm', '', '', '2017-03-11 23:52:57', '2017-03-11 23:52:57', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3347', 0, 'shop_order', '', 0),
(3348, 1, '2017-03-20 01:16:19', '2017-03-20 01:16:19', '', 'Order &ndash; March 20, 2017 @ 01:16 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58cf2d6381f89', 'order-mar-20-2017-0116-am', '', '', '2017-03-20 01:16:19', '2017-03-20 01:16:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3348', 0, 'shop_order', '', 0),
(3349, 1, '2017-03-25 07:26:23', '2017-03-25 07:26:23', '', 'Order &ndash; March 25, 2017 @ 07:26 AM', '', 'wc-cancelled', 'open', 'closed', 'order_58d5ff5b1a113', 'order-mar-25-2017-0525-am', '', '', '2017-03-25 07:26:23', '2017-03-25 07:26:23', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3349', 0, 'shop_order', '', 0),
(3350, 1, '2017-03-27 08:34:56', '2017-03-27 08:34:56', '', 'Order &ndash; March 27, 2017 @ 08:34 AM', '', 'wc-cancelled', 'open', 'closed', 'order_58d8be28b9ec3', 'order-mar-27-2017-0724-am', '', '', '2017-03-27 08:34:56', '2017-03-27 08:34:56', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3350', 0, 'shop_order', '', 0),
(3351, 1, '2017-03-27 09:46:42', '2017-03-27 09:46:42', '', 'Order &ndash; March 27, 2017 @ 09:46 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58d8df81c9f84', 'order-mar-27-2017-0946-am', '', '', '2017-03-27 09:46:42', '2017-03-27 09:46:42', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3351', 0, 'shop_order', '', 0),
(3352, 1, '2017-03-27 09:48:03', '2017-03-27 09:48:03', '', 'Order &ndash; March 27, 2017 @ 09:48 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58d8dfd37338a', 'order-mar-27-2017-0948-am', '', '', '2017-03-27 09:48:03', '2017-03-27 09:48:03', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3352', 0, 'shop_order', '', 0),
(3353, 1, '2017-03-30 07:55:58', '2017-03-30 07:55:58', '', 'Order &ndash; March 30, 2017 @ 07:55 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58dcba0e57c2e', 'order-mar-30-2017-0755-am', '', '', '2017-03-30 07:55:58', '2017-03-30 07:55:58', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3353', 0, 'shop_order', '', 0),
(3354, 1, '2017-03-30 18:22:08', '2017-03-30 18:22:08', '', 'Order &ndash; March 30, 2017 @ 06:22 PM', '', 'wc-cancelled', 'open', 'closed', 'order_58dd39932f208', 'order-mar-30-2017-0500-pm', '', '', '2017-03-30 18:22:08', '2017-03-30 18:22:08', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3354', 0, 'shop_order', '', 0),
(3357, 1, '2017-04-06 05:58:58', '2017-04-06 05:58:58', '', 'Order &ndash; April 6, 2017 @ 05:58 AM', '', 'wc-on-hold', 'open', 'closed', 'order_58e5d922792de', 'order-apr-06-2017-0558-am', '', '', '2017-04-06 05:58:58', '2017-04-06 05:58:58', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3357', 0, 'shop_order', '', 0),
(3358, 1, '2017-04-06 18:36:55', '2017-04-06 18:36:55', '', 'Order &ndash; April 6, 2017 @ 06:36 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58e68ac7861e4', 'order-apr-06-2017-0636-pm', '', '', '2017-04-06 18:36:55', '2017-04-06 18:36:55', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3358', 0, 'shop_order', '', 0),
(3360, 1, '2017-04-12 14:17:46', '2017-04-12 14:17:46', '', 'Order &ndash; April 12, 2017 @ 02:17 PM', '', 'wc-on-hold', 'open', 'closed', 'order_58ee370a21994', 'order-apr-12-2017-0217-pm', '', '', '2017-04-12 14:17:46', '2017-04-12 14:17:46', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3360', 0, 'shop_order', '', 0),
(3367, 1, '2017-05-08 07:19:34', '2017-05-08 07:19:34', '', 'Order &ndash; May 8, 2017 @ 07:19 AM', '', 'wc-on-hold', 'open', 'closed', 'order_59101c065d7de', 'order-may-08-2017-0719-am', '', '', '2017-05-08 07:19:34', '2017-05-08 07:19:34', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3367', 0, 'shop_order', '', 0),
(3368, 1, '2017-05-08 13:58:35', '2017-05-08 13:58:35', '', 'Order &ndash; May 8, 2017 @ 01:58 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5910798b5e466', 'order-may-08-2017-0158-pm', '', '', '2017-05-08 13:58:37', '2017-05-08 13:58:37', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3368', 0, 'shop_order', '', 0),
(3369, 1, '2017-05-12 05:49:17', '2017-05-12 05:49:17', '', 'Order &ndash; May 12, 2017 @ 05:49 AM', '', 'wc-on-hold', 'open', 'closed', 'order_59154cddcf643', 'order-may-12-2017-0549-am', '', '', '2017-05-12 05:49:18', '2017-05-12 05:49:18', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3369', 0, 'shop_order', '', 0),
(3375, 1, '2017-05-30 06:54:10', '2017-05-30 06:54:10', '', 'Order &ndash; May 30, 2017 @ 06:54 AM', '', 'wc-on-hold', 'open', 'closed', 'order_592d17128f560', 'order-may-30-2017-0654-am', '', '', '2017-05-30 06:54:11', '2017-05-30 06:54:11', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3375', 0, 'shop_order', '', 0),
(3377, 1, '2017-06-03 09:33:22', '2017-06-03 09:33:22', '', 'Order &ndash; June 3, 2017 @ 09:33 AM', '', 'wc-cancelled', 'open', 'closed', 'order_593282625e59b', 'order-jun-03-2017-0933-am', '', '', '2017-06-03 10:34:23', '2017-06-03 10:34:23', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3377', 0, 'shop_order', '', 0),
(3380, 1, '2017-06-14 08:02:31', '2017-06-14 08:02:31', '', 'Order &ndash; June 14, 2017 @ 08:02 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5940ed972b8aa', 'order-jun-14-2017-0802-am', '', '', '2017-06-14 08:02:31', '2017-06-14 08:02:31', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3380', 0, 'shop_order', '', 0),
(3381, 1, '2017-06-14 14:52:45', '2017-06-14 14:52:45', '', 'Order &ndash; June 14, 2017 @ 02:52 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59414dbdce1a3', 'order-jun-14-2017-0252-pm', '', '', '2017-06-14 14:52:46', '2017-06-14 14:52:46', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3381', 0, 'shop_order', '', 0),
(3382, 1, '2017-06-20 16:38:49', '2017-06-20 16:38:49', '', 'Order &ndash; June 20, 2017 @ 04:38 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59494f99665cf', 'order-jun-20-2017-0438-pm', '', '', '2017-06-20 16:38:50', '2017-06-20 16:38:50', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3382', 0, 'shop_order', '', 0),
(3383, 1, '2017-06-20 16:44:21', '2017-06-20 16:44:21', '', 'Order &ndash; June 20, 2017 @ 04:44 PM', '', 'wc-on-hold', 'open', 'closed', 'order_594950e5a0252', 'order-jun-20-2017-0444-pm', '', '', '2017-06-20 16:44:22', '2017-06-20 16:44:22', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3383', 0, 'shop_order', '', 0),
(3384, 1, '2017-06-20 17:26:05', '2017-06-20 17:26:05', '', 'Order &ndash; June 20, 2017 @ 05:26 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59495aadcbb8a', 'order-jun-20-2017-0526-pm', '', '', '2017-06-20 17:26:06', '2017-06-20 17:26:06', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3384', 0, 'shop_order', '', 0),
(3385, 1, '2017-06-20 17:33:49', '2017-06-20 17:33:49', '', 'Order &ndash; June 20, 2017 @ 05:33 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59495c7d62673', 'order-jun-20-2017-0533-pm', '', '', '2017-06-20 17:33:49', '2017-06-20 17:33:49', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3385', 0, 'shop_order', '', 0),
(3386, 1, '2017-06-20 22:54:19', '2017-06-20 22:54:19', '', 'Order &ndash; June 20, 2017 @ 10:54 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5949a79b5bc83', 'order-jun-20-2017-1054-pm', '', '', '2017-06-20 22:54:19', '2017-06-20 22:54:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3386', 0, 'shop_order', '', 0),
(3387, 1, '2017-06-21 04:46:07', '2017-06-21 04:46:07', '', 'Order &ndash; June 21, 2017 @ 04:46 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5949fa0f90abe', 'order-jun-21-2017-0446-am', '', '', '2017-06-21 04:46:08', '2017-06-21 04:46:08', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3387', 0, 'shop_order', '', 0),
(3400, 1, '2017-06-26 11:49:49', '2017-06-26 11:49:49', '', 'Order &ndash; June 26, 2017 @ 11:49 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5950f4dd90c01', 'order-jun-26-2017-1149-am', '', '', '2017-06-26 11:49:49', '2017-06-26 11:49:49', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3400', 0, 'shop_order', '', 0),
(3403, 1, '2017-07-07 07:59:29', '2017-07-07 07:59:29', '', 'Order &ndash; July 7, 2017 @ 07:59 AM', '', 'wc-on-hold', 'open', 'closed', 'order_595f3f61aadf2', 'order-jul-07-2017-0759-am', '', '', '2017-07-07 07:59:30', '2017-07-07 07:59:30', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3403', 0, 'shop_order', '', 0),
(3407, 1, '2017-07-26 13:57:30', '2017-07-26 13:57:30', '', 'Order &ndash; July 26, 2017 @ 01:57 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59789fca98787', 'order-jul-26-2017-0157-pm', '', '', '2017-07-26 13:57:31', '2017-07-26 13:57:31', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3407', 0, 'shop_order', '', 0),
(3408, 1, '2017-07-26 14:02:01', '2017-07-26 14:02:01', '', 'Order &ndash; July 26, 2017 @ 02:02 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5978a0d9d40c0', 'order-jul-26-2017-0202-pm', '', '', '2017-07-26 14:02:02', '2017-07-26 14:02:02', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3408', 0, 'shop_order', '', 0),
(3409, 1, '2017-07-31 20:54:54', '2017-07-31 20:54:54', '', 'Order &ndash; July 31, 2017 @ 08:54 PM', '', 'wc-cancelled', 'open', 'closed', 'order_597f991ebe07d', 'order-jul-31-2017-0854-pm', '', '', '2017-07-31 22:34:14', '2017-07-31 22:34:14', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3409', 0, 'shop_order', '', 0),
(3439, 1, '2017-08-08 23:19:37', '2017-08-08 23:19:37', '', 'Order &ndash; August 8, 2017 @ 11:19 PM', '', 'wc-cancelled', 'open', 'closed', 'order_598a470975d8b', 'order-aug-08-2017-1119-pm', '', '', '2017-08-09 00:55:11', '2017-08-09 00:55:11', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3439', 0, 'shop_order', '', 0),
(3440, 1, '2017-08-09 14:28:59', '2017-08-09 14:28:59', '', 'Order &ndash; August 9, 2017 @ 02:28 PM', '', 'wc-on-hold', 'open', 'closed', 'order_598b1c2b53fdc', 'order-aug-09-2017-0228-pm', '', '', '2017-08-09 14:28:59', '2017-08-09 14:28:59', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3440', 0, 'shop_order', '', 0),
(3441, 1, '2017-08-09 16:36:39', '2017-08-09 16:36:39', '', 'Order &ndash; August 9, 2017 @ 04:36 PM', '', 'wc-on-hold', 'open', 'closed', 'order_598b3a17c95d4', 'order-aug-09-2017-0436-pm', '', '', '2017-08-09 16:36:40', '2017-08-09 16:36:40', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3441', 0, 'shop_order', '', 0),
(3446, 1, '2017-08-15 20:52:09', '2017-08-15 20:52:09', '', 'Order &ndash; August 15, 2017 @ 08:52 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59935ef9e6ecc', 'order-aug-15-2017-0852-pm', '', '', '2017-08-15 20:52:10', '2017-08-15 20:52:10', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3446', 0, 'shop_order', '', 0),
(3453, 1, '2017-08-22 13:09:20', '2017-08-22 13:09:20', '', 'Order &ndash; August 22, 2017 @ 01:09 PM', '', 'wc-on-hold', 'open', 'closed', 'order_599c2d003f00d', 'order-aug-22-2017-0109-pm', '', '', '2017-08-22 13:09:20', '2017-08-22 13:09:20', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3453', 0, 'shop_order', '', 0),
(3455, 1, '2017-08-24 10:45:10', '2017-08-24 10:45:10', '', 'Order &ndash; August 24, 2017 @ 10:45 AM', '', 'wc-on-hold', 'open', 'closed', 'order_599eae36c00bc', 'order-aug-24-2017-1045-am', '', '', '2017-08-24 10:45:11', '2017-08-24 10:45:11', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3455', 0, 'shop_order', '', 0),
(3467, 1, '2017-09-05 04:54:22', '2017-09-05 04:54:22', '', 'Order &ndash; September 5, 2017 @ 04:54 AM', '', 'wc-on-hold', 'open', 'closed', 'order_59ae2dfe9097b', 'order-sep-05-2017-0454-am', '', '', '2017-09-05 04:54:22', '2017-09-05 04:54:22', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3467', 0, 'shop_order', '', 0),
(3475, 1, '2017-09-11 14:33:14', '2017-09-11 14:33:14', '', 'Order &ndash; September 11, 2017 @ 02:33 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59b69eaa74839', 'order-sep-11-2017-0233-pm', '', '', '2017-09-11 14:33:14', '2017-09-11 14:33:14', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3475', 0, 'shop_order', '', 0),
(3476, 1, '2017-09-11 15:06:29', '2017-09-11 15:06:29', '', 'Order &ndash; September 11, 2017 @ 03:06 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59b6a6754070e', 'order-sep-11-2017-0306-pm', '', '', '2017-09-11 15:06:29', '2017-09-11 15:06:29', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3476', 0, 'shop_order', '', 0),
(3489, 1, '2017-09-23 16:06:07', '2017-09-23 16:06:07', '', 'Order &ndash; September 23, 2017 @ 04:06 PM', '', 'wc-on-hold', 'open', 'closed', 'order_59c6866fe54a2', 'order-sep-23-2017-0406-pm', '', '', '2017-09-23 16:06:08', '2017-09-23 16:06:08', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3489', 0, 'shop_order', '', 0),
(3493, 1, '2017-09-27 07:04:23', '2017-09-27 07:04:23', '', 'Order &ndash; September 27, 2017 @ 07:04 AM', '', 'wc-cancelled', 'open', 'closed', 'order_59cb4d775079c', 'order-sep-27-2017-0704-am', '', '', '2017-09-27 08:24:57', '2017-09-27 08:24:57', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3493', 0, 'shop_order', '', 0),
(3494, 1, '2017-09-27 10:24:32', '2017-09-27 10:24:32', '', 'Order &ndash; September 27, 2017 @ 10:24 AM', '', 'wc-cancelled', 'open', 'closed', 'order_59cb7c60b90f8', 'order-sep-27-2017-1024-am', '', '', '2017-09-27 11:26:41', '2017-09-27 11:26:41', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3494', 0, 'shop_order', '', 0),
(3501, 1, '2017-10-05 12:45:22', '2017-10-05 12:45:22', '', 'Order &ndash; October 5, 2017 @ 12:45 PM', '', 'wc-cancelled', 'open', 'closed', 'order_59d62962272a8', 'order-oct-05-2017-1245-pm', '', '', '2017-10-05 13:48:13', '2017-10-05 13:48:13', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3501', 0, 'shop_order', '', 0),
(3507, 1, '2017-10-07 11:43:28', '2017-10-07 11:43:28', '', 'Order &ndash; October 7, 2017 @ 11:43 AM', '', 'wc-on-hold', 'open', 'closed', 'order_59d8bde004d70', 'order-oct-07-2017-1143-am', '', '', '2017-10-07 11:43:28', '2017-10-07 11:43:28', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3507', 0, 'shop_order', '', 0),
(3510, 1, '2017-10-09 12:39:51', '2017-10-09 12:39:51', '', 'Order &ndash; October 9, 2017 @ 12:39 PM', '', 'wc-cancelled', 'open', 'closed', 'order_59db6e170a1cf', 'order-oct-09-2017-1239-pm', '', '', '2017-10-09 14:21:43', '2017-10-09 14:21:43', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3510', 0, 'shop_order', '', 0),
(3512, 1, '2017-10-10 06:56:07', '2017-10-10 06:56:07', '', 'Order &ndash; October 10, 2017 @ 06:56 AM', '', 'wc-cancelled', 'open', 'closed', 'order_59dc6f0761df0', 'order-oct-10-2017-0656-am', '', '', '2017-10-10 08:28:07', '2017-10-10 08:28:07', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3512', 0, 'shop_order', '', 0),
(3524, 1, '2017-10-21 21:52:54', '2017-10-21 21:52:54', '', 'Order &ndash; October 21, 2017 @ 09:52 PM', '', 'wc-cancelled', 'open', 'closed', 'order_59ebc1b6cb7cb', 'order-oct-21-2017-0952-pm', '', '', '2017-10-21 23:13:49', '2017-10-21 23:13:49', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3524', 0, 'shop_order', '', 0),
(3532, 1, '2017-11-02 10:49:58', '2017-11-02 10:49:58', '', 'Order &ndash; November 2, 2017 @ 10:49 AM', '', 'wc-on-hold', 'open', 'closed', 'order_59faf8566da64', 'order-nov-02-2017-1049-am', '', '', '2017-11-02 10:49:58', '2017-11-02 10:49:58', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3532', 0, 'shop_order', '', 0),
(3544, 1, '2017-11-07 05:55:23', '2017-11-07 05:55:23', '', 'Order &ndash; November 7, 2017 @ 05:55 AM', '', 'wc-cancelled', 'open', 'closed', 'order_5a014acb4a0d9', 'order-nov-07-2017-0555-am', '', '', '2017-11-07 07:52:59', '2017-11-07 07:52:59', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3544', 0, 'shop_order', '', 0),
(3548, 1, '2017-11-16 18:57:30', '2017-11-16 18:57:30', '', 'Order &ndash; November 16, 2017 @ 06:57 PM', '', 'wc-cancelled', 'open', 'closed', 'order_5a0ddf9a75f70', 'order-nov-16-2017-0657-pm', '', '', '2017-11-16 20:24:56', '2017-11-16 20:24:56', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3548', 0, 'shop_order', '', 0),
(3553, 1, '2017-11-27 17:10:37', '2017-11-27 17:10:37', '', 'Order &ndash; November 27, 2017 @ 05:10 PM', '', 'wc-cancelled', 'open', 'closed', 'order_5a1c470d25554', 'order-nov-27-2017-0510-pm', '', '', '2017-11-27 19:09:11', '2017-11-27 19:09:11', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3553', 0, 'shop_order', '', 0),
(3555, 1, '2017-11-30 13:53:10', '2017-11-30 13:53:10', '', 'Order &ndash; November 30, 2017 @ 01:53 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5a200d4690cec', 'order-nov-30-2017-0153-pm', '', '', '2017-11-30 13:53:41', '2017-11-30 13:53:41', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3555', 0, 'shop_order', '', 0),
(3556, 1, '2017-12-02 03:46:38', '2017-12-02 03:46:38', '', 'Order &ndash; December 2, 2017 @ 03:46 AM', '', 'wc-cancelled', 'open', 'closed', 'order_5a22221e2be2d', 'order-dec-02-2017-0346-am', '', '', '2017-12-02 04:47:10', '2017-12-02 04:47:10', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=3556', 0, 'shop_order', '', 0),
(14280, 1, '2017-12-25 16:54:11', '2017-12-25 16:54:11', '', 'Order &ndash; December 25, 2017 @ 04:54 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5a412d33b14c1', 'order-dec-25-2017-0454-pm', '', '', '2017-12-25 16:54:12', '2017-12-25 16:54:12', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=14280', 0, 'shop_order', '', 0),
(14862, 1, '2017-12-27 21:26:25', '2017-12-27 21:26:25', '', 'Order &ndash; December 27, 2017 @ 09:26 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5a4410010c591', 'order-dec-27-2017-0926-pm', '', '', '2017-12-27 21:26:25', '2017-12-27 21:26:25', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=14862', 0, 'shop_order', '', 0),
(14930, 1, '2017-12-28 06:13:22', '2017-12-28 06:13:22', '', 'Order &ndash; December 28, 2017 @ 06:13 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5a448b82c0633', 'order-dec-28-2017-0613-am', '', '', '2017-12-28 06:13:23', '2017-12-28 06:13:23', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=14930', 0, 'shop_order', '', 0),
(18506, 1, '2017-12-29 08:00:48', '2017-12-29 08:00:48', '', 'Order &ndash; December 29, 2017 @ 08:00 AM', '', 'wc-on-hold', 'open', 'closed', 'order_5a45f630f0874', 'order-dec-29-2017-0800-am', '', '', '2017-12-29 08:00:49', '2017-12-29 08:00:49', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=18506', 0, 'shop_order', '', 0),
(34973, 1, '2018-01-08 19:17:54', '2018-01-08 19:17:54', '', 'Order &ndash; January 8, 2018 @ 07:17 PM', '', 'wc-cancelled', 'open', 'closed', 'order_5a53c3e22b6de', 'order-jan-08-2018-0717-pm', '', '', '2018-01-08 20:50:43', '2018-01-08 20:50:43', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=34973', 0, 'shop_order', '', 0),
(136783, 1, '2018-01-28 20:55:22', '2018-01-28 20:55:22', '', 'Order &ndash; January 28, 2018 @ 08:55 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5a6e38ba53c81', 'order-jan-28-2018-0855-pm', '', '', '2018-01-28 20:55:22', '2018-01-28 20:55:22', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=136783', 0, 'shop_order', '', 0),
(136793, 1, '2018-01-30 09:57:20', '2018-01-30 09:57:20', '', 'Order &ndash; January 30, 2018 @ 09:57 AM', '', 'wc-cancelled', 'open', 'closed', 'order_5a704180b1309', 'order-jan-30-2018-0957-am', '', '', '2018-01-31 00:23:29', '2018-01-31 00:23:29', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=shop_order&#038;p=136793', 0, 'shop_order', '', 0),
(136832, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '{{poster.name}} replied to one of your updates:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href="{{{thread.url}}}">Go to the discussion</a> to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} replied to one of your updates', '{{poster.name}} replied to one of your updates:\n\n"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-replied-to-one-of-your-updates', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136832', 0, 'bp-email', '', 0),
(136833, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '{{poster.name}} replied to one of your comments:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href="{{{thread.url}}}">Go to the discussion</a> to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} replied to one of your comments', '{{poster.name}} replied to one of your comments:\n\n"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-replied-to-one-of-your-comments', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136833', 0, 'bp-email', '', 0),
(136834, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '{{poster.name}} mentioned you in a status update:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href="{{{mentioned.url}}}">Go to the discussion</a> to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} mentioned you in a status update', '{{poster.name}} mentioned you in a status update:\n\n"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-mentioned-you-in-a-status-update', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136834', 0, 'bp-email', '', 0),
(136835, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '{{poster.name}} mentioned you in the group "{{group.name}}":\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href="{{{mentioned.url}}}">Go to the discussion</a> to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} mentioned you in an update', '{{poster.name}} mentioned you in the group "{{group.name}}":\n\n"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-mentioned-you-in-an-update', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136835', 0, 'bp-email', '', 0),
(136836, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', 'Thanks for registering!\n\nTo complete the activation of your account, go to the following link: <a href="{{{activate.url}}}">{{{activate.url}}}</a>', '[{{{site.name}}}] Activate your account', 'Thanks for registering!\n\nTo complete the activation of your account, go to the following link: {{{activate.url}}}', 'publish', 'closed', 'closed', '', 'site-name-activate-your-account', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136836', 0, 'bp-email', '', 0),
(136837, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', 'Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: <a href="{{{activate-site.url}}}">{{{activate-site.url}}}</a>.\n\nAfter you activate, you can visit your site at <a href="{{{user-site.url}}}">{{{user-site.url}}}</a>.', '[{{{site.name}}}] Activate {{{user-site.url}}}', 'Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: {{{activate-site.url}}}\n\nAfter you activate, you can visit your site at {{{user-site.url}}}.', 'publish', 'closed', 'closed', '', 'site-name-activate-user-site-url', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136837', 0, 'bp-email', '', 0),
(136838, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '<a href="{{{initiator.url}}}">{{initiator.name}}</a> wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: <a href="{{{friend-requests.url}}}">{{{friend-requests.url}}}</a>', '[{{{site.name}}}] New friendship request from {{initiator.name}}', '{{initiator.name}} wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: {{{friend-requests.url}}}\n\nTo view {{initiator.name}}''s profile, visit: {{{initiator.url}}}', 'publish', 'closed', 'closed', '', 'site-name-new-friendship-request-from-initiator-name', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136838', 0, 'bp-email', '', 0),
(136839, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '<a href="{{{friendship.url}}}">{{friend.name}}</a> accepted your friend request.', '[{{{site.name}}}] {{friend.name}} accepted your friendship request', '{{friend.name}} accepted your friend request.\n\nTo learn more about them, visit their profile: {{{friendship.url}}}', 'publish', 'closed', 'closed', '', 'site-name-friend-name-accepted-your-friendship-request', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136839', 0, 'bp-email', '', 0),
(136840, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', 'Group details for the group &quot;<a href="{{{group.url}}}">{{group.name}}</a>&quot; were updated:\n<blockquote>{{changed_text}}</blockquote>', '[{{{site.name}}}] Group details updated', 'Group details for the group "{{group.name}}" were updated:\n\n{{changed_text}}\n\nTo view the group, visit: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-group-details-updated', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136840', 0, 'bp-email', '', 0),
(136841, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '<a href="{{{inviter.url}}}">{{inviter.name}}</a> has invited you to join the group: &quot;{{group.name}}&quot;.\n<a href="{{{invites.url}}}">Go here to accept your invitation</a> or <a href="{{{group.url}}}">visit the group</a> to learn more.', '[{{{site.name}}}] You have an invitation to the group: "{{group.name}}"', '{{inviter.name}} has invited you to join the group: "{{group.name}}".\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit: {{{group.url}}}.\nTo view {{inviter.name}}''s profile, visit: {{{inviter.url}}}', 'publish', 'closed', 'closed', '', 'site-name-you-have-an-invitation-to-the-group-group-name', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136841', 0, 'bp-email', '', 0),
(136842, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', 'You have been promoted to <b>{{promoted_to}}</b> in the group &quot;<a href="{{{group.url}}}">{{group.name}}</a>&quot;.', '[{{{site.name}}}] You have been promoted in the group: "{{group.name}}"', 'You have been promoted to {{promoted_to}} in the group: "{{group.name}}".\n\nTo visit the group, go to: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-you-have-been-promoted-in-the-group-group-name', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136842', 0, 'bp-email', '', 0),
(136843, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '<a href="{{{profile.url}}}">{{requesting-user.name}}</a> wants to join the group &quot;{{group.name}}&quot;. As you are an administrator of this group, you must either accept or reject the membership request.\n\n<a href="{{{group-requests.url}}}">Go here to manage this</a> and all other pending requests.', '[{{{site.name}}}] Membership request for group: {{group.name}}', '{{requesting-user.name}} wants to join the group "{{group.name}}". As you are the administrator of this group, you must either accept or reject the membership request.\n\nTo manage this and all other pending requests, visit: {{{group-requests.url}}}\n\nTo view {{requesting-user.name}}''s profile, visit: {{{profile.url}}}', 'publish', 'closed', 'closed', '', 'site-name-membership-request-for-group-group-name', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136843', 0, 'bp-email', '', 0),
(136844, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', '{{sender.name}} sent you a new message: &quot;{{usersubject}}&quot;\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href="{{{message.url}}}">Go to the discussion</a> to reply or catch up on the conversation.', '[{{{site.name}}}] New message from {{sender.name}}', '{{sender.name}} sent you a new message: "{{usersubject}}"\n\n"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation: {{{message.url}}}', 'publish', 'closed', 'closed', '', 'site-name-new-message-from-sender-name', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136844', 0, 'bp-email', '', 0),
(136845, 439, '2018-02-01 10:07:19', '2018-02-01 10:07:19', 'You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, <a href="{{{verify.url}}}">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.', '[{{{site.name}}}] Verify your new email address', 'You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.', 'publish', 'closed', 'closed', '', 'site-name-verify-your-new-email-address', '', '', '2018-02-01 10:07:19', '2018-02-01 10:07:19', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136845', 0, 'bp-email', '', 0),
(136846, 439, '2018-02-01 10:07:20', '2018-02-01 10:07:20', 'Your membership request for the group &quot;<a href="{{{group.url}}}">{{group.name}}</a>&quot; has been accepted.', '[{{{site.name}}}] Membership request for group "{{group.name}}" accepted', 'Your membership request for the group "{{group.name}}" has been accepted.\n\nTo view the group, visit: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-membership-request-for-group-group-name-accepted', '', '', '2018-02-01 10:07:20', '2018-02-01 10:07:20', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136846', 0, 'bp-email', '', 0),
(136847, 439, '2018-02-01 10:07:20', '2018-02-01 10:07:20', 'Your membership request for the group &quot;<a href="{{{group.url}}}">{{group.name}}</a>&quot; has been rejected.', '[{{{site.name}}}] Membership request for group "{{group.name}}" rejected', 'Your membership request for the group "{{group.name}}" has been rejected.\n\nTo request membership again, visit: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-membership-request-for-group-group-name-rejected', '', '', '2018-02-01 10:07:20', '2018-02-01 10:07:20', '', 0, 'http://localhost/uinjambi/wordpress/?post_type=bp-email&p=136847', 0, 'bp-email', '', 0),
(136850, 65427, '2013-11-03 05:45:14', '2013-11-03 05:45:14', 'bbPress Private Forum Description', 'bbPress Private Forum', '', 'private', 'closed', 'closed', '', 'bbpress-private-forum', '', '', '2013-11-03 05:45:14', '2013-11-03 05:45:14', '', 136852, 'http://bbp.wp.nw/?post_type=forum&amp;p=6', 3, 'forum', '', 0),
(136851, 65427, '2013-11-03 05:45:40', '2013-11-03 05:45:40', 'bbPress Hidden Forum Description', 'bbPress Hidden Forum', '', 'hidden', 'closed', 'closed', '', 'bbpress-hidden-forum', '', '', '2013-11-03 05:45:40', '2013-11-03 05:45:40', '', 136852, 'http://bbp.wp.nw/?post_type=forum&amp;p=8', 2, 'forum', '', 0),
(136852, 65427, '2013-11-03 05:49:35', '2013-11-03 05:49:35', 'bbPress Forums Category Description', 'bbPress Forums Category', '', 'publish', 'closed', 'closed', '', 'bbpress-forums-category', '', '', '2013-11-03 05:49:35', '2013-11-03 05:49:35', '', 0, 'http://bbp.wp.nw/?post_type=forum&amp;p=10', 1, 'forum', '', 0),
(136853, 65427, '2013-11-03 05:52:47', '2013-11-03 05:52:47', 'bbPress Closed Forum Description', 'bbPress Closed Forum', '', 'publish', 'closed', 'closed', '', 'bbpress-closed-forum', '', '', '2013-11-03 05:52:47', '2013-11-03 05:52:47', '', 136852, 'http://bbp.wp.nw/?post_type=forum&amp;p=12', 4, 'forum', '', 0),
(136854, 65427, '2013-11-06 08:09:07', '2013-11-06 08:09:07', 'bbPress Forum Closed Topic First Reply', 'Reply To: bbPress Forum Closed Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-closed-topic', '', '', '2013-11-06 08:09:07', '2013-11-06 08:09:07', '', 16, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-closed-topic/', 1, 'reply', '', 0),
(136855, 65427, '2013-11-06 08:10:08', '2013-11-06 08:10:08', 'bbPress Forum Sticky Topic First Reply', 'Reply To: bbPress Forum Sticky Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-sticky-topic', '', '', '2013-11-06 08:10:08', '2013-11-06 08:10:08', '', 20, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-sticky-topic/', 1, 'reply', '', 0),
(136856, 65427, '2013-11-06 08:10:53', '2013-11-06 08:10:53', 'bbPress Forum Super Sticky Topic First Reply', 'Reply To: bbPress Forum Super Sticky Topic', '', 'publish', 'closed', 'closed', '', 'reply-to-bbpress-forum-super-sticky-topic', '', '', '2013-11-06 08:10:53', '2013-11-06 08:10:53', '', 23, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-super-sticky-topic/', 1, 'reply', '', 0),
(136858, 65427, '2013-11-06 08:11:40', '2013-11-06 08:11:40', 'bbPress Forum Spam Topic Content', 'bbPress Forum Spam Topic', '', 'spam', 'closed', 'closed', '', 'bbpress-forum-spam-topic', '', '', '2013-11-06 08:11:40', '2013-11-06 08:11:40', '', 4, 'http://bbp.wp.nw/forumpage/topic/bbpress-forum-spam-topic/', 0, 'topic', '', 0),
(136859, 65427, '2013-11-06 08:11:54', '2013-11-06 08:11:54', 'bbPress Forum Spam Topic Second Reply', 'Reply To: bbPress Forum Spam Topic', '', 'spam', 'closed', 'closed', '', 'reply-to-bbpress-forum-spam-topic-2', '', '', '2013-11-06 08:11:54', '2013-11-06 08:11:54', '', 136858, 'http://bbp.wp.nw/forumpage/reply/reply-to-bbpress-forum-spam-topic-2/', 2, 'reply', '', 0),
(136862, 65433, '2018-02-02 14:10:50', '2018-02-02 14:10:50', '&lt;h2&gt;Feminizowane nasiona&lt;/h2&gt;&lt;br&gt;&lt;br&gt;Inscenizacja, aukcja oraz eksport uzdrowiskowej marychy są czysto finansowane. Pomimo bieżące chorzy znają znikomo o budów także opuszczaniu narodowych preparatów aniżeli najemcy rozrywkowi. Czegoż toteż oraz co bogata doszlifować?&lt;br&gt;Atoli inscenizacja, transakcja plus wywóz marihuany medycznej spośród Mekki tudzież Holandii są w łączni plus akurat finansowane, chorzy w Mekce, Niemczech, Pepikach i Holandii pobieżnie znają ledwie pokład THC dodatkowo CBD ich leków. Bodaj są one zaobserwowane stricte, do indywidualnej dziesiątej samego odsetka, gwoli sporo transformacji ani ich pochodzenie, ani przekroje kannabinoidowe albo terpenowe nie są jasne.&lt;br&gt;Najpoprawniejsi eksploatatorzy rekreacyjniW wybranych usa STANAMI plus w Holandii dodatkowo Kanadzie konsumenci rozrywkowi umieją często istnieć zgodniejsi, albowiem pozycje staranne (kawiarnie i przybyli) klarownie przytaczają macierzyste wyroby dodatkowo nieobligatoryjnie obdzielają żuje do egzaminowania najczęstszych terpenów także kannabinoidów.Wśród ważnych realizatorów marihuany kuracyjnej rysowanie którychkolwiek takich sumarycznych wyglądów zjawiska egzystowałoby jakże przedtem niepowtarzalne. Jakkolwiek kannabinoidy, takie gdy CBD-V (kannabidiwaryna), THC-V (tetrahydrokannabiwaryna) plus obce bazy figurujące w florach konopi indyjskich, odgrywają jeszcze istotniejszą wagę w jego użyciu leczniczym.Na wzorzec w Szwabach epileptyki nie bystrością, która spośród 18 oferowanych różnic wynosi piskliwą CBD-V. Modyfikacje cenne w CBD-V ujawniły się zbawienne w wygaszaniu epilepsje, tudzież pacjenci tacy wzorem Tara O''Connell wprzódy od wielu latek uszczęśliwiają się korzyściami.Wymyślne marki zamiennik informacjiPonieważ niderlandzkie zaś kanadyjskie fundacje konopi nie ciążyły podsuwać się zrazu ze ubiegłymi markami modyfikacji podczas osiedlania prospektów leczniczych trawki, producenci uprzedni przyciśnięci wymyślić definicji swoich materiałów w ramach przewodu licencjonowania.Te wymyślone godności nie debatują nam włókna o wynikach respektuj guście transformacje. Skoro wyłącznie wybrani licencjonowani producenci zawiadamiają mięsiste portrety, pacjenci w królewskich prospektach konopi ledwo inteligencją o tonach THC dodatkowo CBD.Co istnieje w szczepach?Jeśli, z różnej stronice, naród istnieje prominentny, aktualne wiesz proporcje sativa a indica w jego ładzie genetycznym, zaś podobnie wyjątkowe kryteria, tudzież planujesz choć tiulka artykułów sprzężenia na pierwiastek bieżącego, co jest w ludzie.&lt;br&gt;Pacjenci niemieccy w laptopach mogą wyszukać w Necie, że "Princeton" Tweeda wtedy faktycznie owszem "Ghost Train Haze", i "Hindu Kush" egzystuje dostarczany w aptekach jako "Bakerstreet". W przykładzie tychże różnic apteki, które są sporadycznie łatwe w Nastrojach Skumulowanych również Kanadzie w zamysłach nieprofesjonalnych, wegetują gablotki oraz czasopisma w zbiorze angielskim, które stale zabezpieczają kontury, jakich szukasz.W ewenemencie sześciu kategorii Pedanios, jakie są sprowadzane przez Pedanios natomiast dostarczane w Niemczech, ani powstawanie ludów, ani tematykę kannabinoidów ani terpenów nie są otwarte. Zmiany Pedanios są określone jeno ze impulsu na ich parytet THC / CBD (np. Pedanios 22/1), niesztampowe ewolucje natomiast dziwaczne masy, jakie podpisują, są niewidoczne respektuj nie są wydawane.&lt;br&gt;Wtedy, lub tudzież gdy zaaferowanie Pedanios poprzez kanadyjskiego fabrykanta Aurora skłoniło na wartości modyfikacji prędko uwalnianych przez Peace Naturals, nie stanowi płaskie ani konsyliarzom, ani pacjentom.&lt;br&gt;Dobre, co istnieje słoneczne, więc, że zapach również aromat zmian poprawiłyby się wespół z dziewiczym producentem, podczas gdy tematyki THC a CBD pozostały takie gołe. Namiętne jest podejrzenie, że wówczas, co się tedy odsprzedaje, wówczas nie specjalna, terapeutyczna poprawka maryśki, natomiast nieco marka.Zamieszanie przyspiesza fakt, iż Peace Naturals, jaki rano kręcił Pedanios, później będzie proch na półkach germańskich aptek naturalne rezultaty.&lt;br&gt;&lt;br&gt;&lt;h1&gt;Nasiona konopi&lt;/h1&gt;&lt;br&gt;&lt;br&gt;Jawny wygląd marychy nasiąka dziś reformy. Po ratyfikacji komponowane są probanty efekty, które koncentrują się na zdrowiu plus proseminariach geologicznych. Kalifornia jest o wyczyn przed końcówką. Coraz cios.&lt;br&gt;Piruet hippisowski, Dolina Krzemowa, e-mobilność - jakiś, kto podnieca się prekursorskimi trendami, po spartańsku nie przypuszczalnie wzgardzić Kalifornii. Schematy plus skutki rodzą się tutaj, odsprzedawane i eksportowane na całkowity świat, toteż nie zastanawia fakt, iż Kalifornia pozuje niekonwencjonalną glebę w nostryfikacji marychy.&lt;br&gt;Eksploatowanie konopi indyjskich w finałach uzdrawiających istnieje dozwolone od 1996 r., A z ubiegłego roku prawodawstwo przytula tudzież używanie zabawowe. Racją prawowitą do legalizacji jest prośba 64, nad 60-stronicowy alegat, do pojęcia jakiego chcesz uzdolnienia jurydycznego. Amanda Reiman z Drug Policy Alliance, jaka pomogła zrealizować możliwość 64, dodała istotne fakty w podjeździe gwoli składu TIME: "Wcześniej podminowane notce. Niestety poczytuje coraz magazynów z sokami dla dużych a nie mocna po plebejsku wdepnąć do apteczki przyimek stronicy pacjenta plus zapoczątkować zakupywać ciasteczka [...] dla dużych w wieku przynajmniej 21 latek w Kalifornii, dziś istnieje to karne spośród prawodawstwem poznawać, przedstawiać plus podzielać się konopiami indyjskimi, oraz oraz szkolić połyka w dachu. "Reiman potęguje, że cukiernie pojawią się pewno właśnie od 2018 r. - przepadaj nieszybko. W prawdzie na pierwszorzędny wyrzut spojrzenia tycio się przemieniło w Żeton Angeles zaś San Francisco. Łączni, jacy wędrują po plaży w Wenecji, przejrzą chwilowo znaną przygodę kalifornijską: podróżni uśmiechają się do cele, mamy w zbitych dżinsach, inwestują bezkresne samochody przed sobą, natomiast tedy natomiast ówdzie, komisje nowicjuszy chłopów śpieszących klapsem, iżby edukować. Przyklejają one kettlebells spośród jogą, zaś współrzędnie pachną tak nieomylnie, gdy na kontach na Instagramie. Pod kryzys debacie treningowej napoje z placu gospodarskiego są składane, mało chłopów wylewa napoje proteinowe. Wszak egzystuje nieco morze. Spośród daleka spoziera gdy dzieciak Tkanina Kici ze słomą, jednakże po krótszym przyjrzeniu się zamożna go wykryć jak odparowywacz. Portret niniejszych młodzików, pytających o zdrówko, ponadklasowych wszystkich pochłaniających trawę po joggingu faktycznie nie tęskni się spośród odszczepieńcami, jacy wyobraź sobie ociężałych gości. Kalcyfikacja Kalifornia jest zamieszkana chowaniem szablonowych schematów. Między kochanymi plażami na południu i sekwojami na północy rodzą się niepodobne drogi scalające zdrówko, proseminarium a marihuanę.&lt;br&gt;Szpiclem aktualnego sportu istnieje Jim McAlpine, jaki z bródką natomiast glacą wyziera niby efekciarz Dwayne "rock" Johnson. McAlpine istnieje przedstawicielem statycznym zbyt 420 atrakcjami, kolekcją pytań ruchowych, jakie już wielgachny się do siedmiu niejednolitych humorów. W 420 kreacjach ogarniętych egzystuje dystans 4,2 mil (wokół 6,5 km). Akurat pilnuje o ostatnie, iżby załapać zawiązanie po możności; w empirii konsumpcja podczas sprintu jest krzykliwie zabroniona.Chodzi o współczesne, ażeby "zwalczyć komunały, które powstały w etapach prohibicji konopi" - klepie McAlpine w składzie Dope. Leci się upewnić, iż w konieczności nie pełni nabywcy trawki są narażeni na obecną pojedynczą szczątkę, co "powolni stonerowie".&lt;br&gt;&lt;br&gt;<a href="http://www.moj-talerz.pl/zawody-zwiazane-z-marihuana/">polecam przeczytać</a>&lt;br&gt;', 'nasiona marihuany feminizowane', '', 'spam', 'closed', 'closed', '', 'nasiona-marihuany-feminizowane', '', '', '2018-02-02 14:10:50', '2018-02-02 14:10:50', '', 136850, 'http://localhost/uinjambi/wordpress/forums/topic/nasiona-marihuany-feminizowane/', 0, 'topic', '', 0),
(136949, 1, '2021-03-04 08:03:58', '2021-03-04 08:03:58', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455630261{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h1>UNIVERISTY THEME</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455640841{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]University is an simple yet complete solution for you to build an education or online course, training website. The design is innovative and supper modern so you will have a professional web page.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455674798{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]BUY THIS THEME[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455827178{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h1>TOP 10 RANKED</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434456099302{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Our education services ranked top 10 all over the world by most recognized organizations. We provide courses from finance, social studies, economics, enginereering to computer science and programing.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]PURCHASE NOW[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434456138960{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h1>GLOBAL RECOGNIZE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455959092{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]It is the fact that this theme is loved by more than 100o customers around the world. We believe that this is the best solution for your Education Business. Please view 9 demos version for full feature list.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]PURCHASE NOW[/ct_button][/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434458178725{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-world-background-2.jpg?id=2426) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459494306{margin-bottom: 80px !important;}"]\r\n<h1 style="text-align: center;">UNIVERSITY CAMPUSES AROUND THE WORLD</h1>\r\n[/vc_column_text][vc_row_inner css=".vc_custom_1434458718041{margin-top: 80px !important;margin-bottom: 80px !important;}"][vc_column_inner width="1/3"][vc_single_image image="2435" img_size="1000x500" alignment="center" style="vc_box_rounded" css=".vc_custom_1434458334478{margin-bottom: 20px !important;}"][vc_column_text css=".vc_custom_1434458324734{margin-top: 20px !important;}"]\r\n<h4>New York Campus</h4>\r\n294 Main Street, Brooklyn, 01102[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="2984" img_size="1000x500" alignment="center" style="vc_box_rounded" css=".vc_custom_1445508003683{margin-bottom: 20px !important;}"][vc_column_text css=".vc_custom_1434458550009{margin-top: 20px !important;}"]\r\n<h4>Europe Campus</h4>\r\n585, 08007 Barcelona, Spain[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="2477" img_size="1000x500" alignment="center" style="vc_box_rounded" css=".vc_custom_1434458586928{margin-bottom: 20px !important;}"][vc_column_text css=".vc_custom_1434458514820{margin-top: 20px !important;}"]\r\n<h4>Singapore Campus</h4>\r\n21 Lower Kent Ridge Rd, Singapore 119077[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434458737865{margin-top: 100px !important;}"]\r\n<p style="text-align: center;">[ct_button id="button_84" size="big" solid="0" link="#3" icon="" arrow="1" color="#"]VIEW COURSES[/ct_button]     OR     [ct_button id="button_82" size="big" solid="1" link="#3" icon="" arrow="1" color="#"]CAMPUS TOUR[/ct_button]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="Upcoming Events" description="Cras site amet nibh libero, in gravida nulla dignissimos" link_text="ALL EVENTS" link_url="#5" post_type="u_event" show_date="1" show_price="1" show_venue="1" show_time="1" gallery="0" css_animation="bottom-to-top" animation_delay="0.2"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}" el_class="0.5"]\r\n<h1 style="text-align: center;">FOR THOSE WHO NEVER STAND STILL. DON''T SAY NEXT YEAR, SAY NOW!</h1>\r\n&nbsp;\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="1" link="#1" icon="" arrow="0" color="#"]BUY THIS THEME[/ct_button]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="Blog" count="2" show_date="1" show_comment_count="1" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-04 08:03:58', '2021-03-04 08:03:58', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(136950, 1, '2021-03-04 08:13:20', '2021-03-04 08:13:20', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455630261{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h1>UNIVERISTY THEME</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455640841{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]University is an simple yet complete solution for you to build an education or online course, training website. The design is innovative and supper modern so you will have a professional web page.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455674798{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]BUY THIS THEME[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455827178{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h1>TOP 10 RANKED</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434456099302{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Our education services ranked top 10 all over the world by most recognized organizations. We provide courses from finance, social studies, economics, enginereering to computer science and programing.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]PURCHASE NOW[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434456138960{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h1>GLOBAL RECOGNIZE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455959092{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]It is the fact that this theme is loved by more than 100o customers around the world. We believe that this is the best solution for your Education Business. Please view 9 demos version for full feature list.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]PURCHASE NOW[/ct_button][/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434458178725{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-world-background-2.jpg?id=2426) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459494306{margin-bottom: 80px !important;}"]</p>\n<h1 style="text-align: center;">UNIVERSITY CAMPUSES AROUND THE WORLD</h1>\n<p>[/vc_column_text][vc_row_inner css=".vc_custom_1434458718041{margin-top: 80px !important;margin-bottom: 80px !important;}"][vc_column_inner width="1/3"][vc_single_image image="2435" img_size="1000x500" alignment="center" style="vc_box_rounded" css=".vc_custom_1434458334478{margin-bottom: 20px !important;}"][vc_column_text css=".vc_custom_1434458324734{margin-top: 20px !important;}"]</p>\n<h4>New York Campus</h4>\n<p>294 Main Street, Brooklyn, 01102[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="2984" img_size="1000x500" alignment="center" style="vc_box_rounded" css=".vc_custom_1445508003683{margin-bottom: 20px !important;}"][vc_column_text css=".vc_custom_1434458550009{margin-top: 20px !important;}"]</p>\n<h4>Europe Campus</h4>\n<p>585, 08007 Barcelona, Spain[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="2477" img_size="1000x500" alignment="center" style="vc_box_rounded" css=".vc_custom_1434458586928{margin-bottom: 20px !important;}"][vc_column_text css=".vc_custom_1434458514820{margin-top: 20px !important;}"]</p>\n<h4>Singapore Campus</h4>\n<p>21 Lower Kent Ridge Rd, Singapore 119077[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="Upcoming Events" description="Cras site amet nibh libero, in gravida nulla dignissimos" link_text="ALL EVENTS" link_url="#5" post_type="u_event" show_date="1" show_price="1" show_venue="1" show_time="1" gallery="0" css_animation="bottom-to-top" animation_delay="0.2"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}" el_class="0.5"]</p>\n<h1 style="text-align: center;">FOR THOSE WHO NEVER STAND STILL. DON''T SAY NEXT YEAR, SAY NOW!</h1>\n<p>&nbsp;</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="1" link="#1" icon="" arrow="0" color="#"]BUY THIS THEME[/ct_button]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="Blog" count="2" show_date="1" show_comment_count="1" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-04 08:13:20', '2021-03-04 08:13:20', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(136959, 1, '2021-03-05 04:23:32', '2021-03-05 04:23:32', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455640841{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]University is an simple yet complete solution for you to build an education or online course, training website. The design is innovative and supper modern so you will have a professional web page.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455674798{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]BUY THIS THEME[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434456099302{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Our education services ranked top 10 all over the world by most recognized organizations. We provide courses from finance, social studies, economics, enginereering to computer science and programing.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]PURCHASE NOW[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455959092{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]It is the fact that this theme is loved by more than 100o customers around the world. We believe that this is the best solution for your Education Business. Please view 9 demos version for full feature list.[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434455798017{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]PURCHASE NOW[/ct_button][/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="Upcoming Events" description="Cras site amet nibh libero, in gravida nulla dignissimos" link_text="ALL EVENTS" link_url="#5" post_type="u_event" show_date="1" show_price="1" show_venue="1" show_time="1" gallery="0" css_animation="bottom-to-top" animation_delay="0.2"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}" el_class="0.5"]</p>\n<h1 style="text-align: center;">FOR THOSE WHO NEVER STAND STILL. DON''T SAY NEXT YEAR, SAY NOW!</h1>\n<p>&nbsp;</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="1" link="#1" icon="" arrow="0" color="#"]BUY THIS THEME[/ct_button]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="Blog" count="2" show_date="1" show_comment_count="1" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-05 04:23:32', '2021-03-05 04:23:32', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(136960, 1, '2021-03-05 04:40:27', '2021-03-05 04:40:27', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919116826{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://themeforest.net/item/university-education-event-and-course-theme/8412116?ref=cactusthemes" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button][/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="Upcoming Events" description="Cras site amet nibh libero, in gravida nulla dignissimos" link_text="ALL EVENTS" link_url="#5" post_type="u_event" show_date="1" show_price="1" show_venue="1" show_time="1" gallery="0" css_animation="bottom-to-top" animation_delay="0.2"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}" el_class="0.5"]</p>\n<h1 style="text-align: center;">FOR THOSE WHO NEVER STAND STILL. DON''T SAY NEXT YEAR, SAY NOW!</h1>\n<p>&nbsp;</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="1" link="#1" icon="" arrow="0" color="#"]BUY THIS THEME[/ct_button]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="Blog" count="2" show_date="1" show_comment_count="1" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-05 04:40:27', '2021-03-05 04:40:27', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(136962, 1, '2021-03-05 04:44:02', '2021-03-05 04:44:02', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919432881{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="<a href="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf">PANDUAN LAYANAN</a>" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button][/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="Upcoming Events" description="Cras site amet nibh libero, in gravida nulla dignissimos" link_text="ALL EVENTS" link_url="#5" post_type="u_event" show_date="1" show_price="1" show_venue="1" show_time="1" gallery="0" css_animation="bottom-to-top" animation_delay="0.2"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}" el_class="0.5"]</p>\n<h1 style="text-align: center;">FOR THOSE WHO NEVER STAND STILL. DON''T SAY NEXT YEAR, SAY NOW!</h1>\n<p>&nbsp;</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="1" link="#1" icon="" arrow="0" color="#"]BUY THIS THEME[/ct_button]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="Blog" count="2" show_date="1" show_comment_count="1" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-05 04:44:02', '2021-03-05 04:44:02', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(136963, 1, '2021-03-05 04:45:02', '2021-03-05 04:45:02', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="Upcoming Events" description="Cras site amet nibh libero, in gravida nulla dignissimos" link_text="ALL EVENTS" link_url="#5" post_type="u_event" show_date="1" show_price="1" show_venue="1" show_time="1" gallery="0" css_animation="bottom-to-top" animation_delay="0.2"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}" el_class="0.5"]</p>\n<h1 style="text-align: center;">FOR THOSE WHO NEVER STAND STILL. DON''T SAY NEXT YEAR, SAY NOW!</h1>\n<p>&nbsp;</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="1" link="#1" icon="" arrow="0" color="#"]BUY THIS THEME[/ct_button]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="Blog" count="2" show_date="1" show_comment_count="1" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-05 04:45:02', '2021-03-05 04:45:02', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(136964, 1, '2021-03-05 04:52:07', '2021-03-05 04:52:07', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="1" u_row_scheme="1" css=".vc_custom_1434462711385{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://localhost/uinjambi/wordpress/wp-content/uploads/2014/06/university-background-02.jpg?id=2575) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434462912155{padding-top: 150px !important;padding-bottom: 150px !important;}" el_class="0.5"]</p>\n<h1 style="text-align: center;">FOR THOSE WHO NEVER STAND STILL. DON''T SAY NEXT YEAR, SAY NOW!</h1>\n<p>&nbsp;</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="1" link="#1" icon="" arrow="0" color="#"]BUY THIS THEME[/ct_button]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="Blog" count="2" show_date="1" show_comment_count="1" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-05 04:52:07', '2021-03-05 04:52:07', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(136968, 1, '2021-03-05 06:38:52', '2021-03-05 06:38:52', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-05 06:38:52', '2021-03-05 06:38:52', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(136979, 1, '2021-03-05 06:42:32', '2021-03-05 06:42:32', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_event" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-05 06:42:32', '2021-03-05 06:42:32', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137024, 1, '2021-03-08 01:57:22', '2021-03-08 01:57:22', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 01:57:22', '2021-03-08 01:57:22', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137026, 1, '2021-03-08 02:03:01', '2021-03-08 02:03:01', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][member][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:03:01', '2021-03-08 02:03:01', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137027, 1, '2021-03-08 02:06:46', '2021-03-08 02:06:46', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:06:46', '2021-03-08 02:06:46', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137028, 1, '2021-03-08 02:09:11', '2021-03-08 02:09:11', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]</p>\n<p>&nbsp;[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][u_testimonial_item name="John Doe" title="Professor" avatar="136872"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Mr.John" title="Professor" avatar="2600"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][u_testimonial_item name="Vicky" title="Professor" avatar="2604"]Lorem ipsum dolor sit amet, consectetur adipiscing elit metus vel leo placerat cursus. Nullam rutrum velit eget quam pretium vehicula. Maecenas enim velit.[/u_testimonial_item][/u_testimonial][member col="3"][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:09:11', '2021-03-08 02:09:11', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137029, 1, '2021-03-08 02:13:08', '2021-03-08 02:13:08', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial scroll="1" css_animation="bottom-to-top" animation_delay="0.25"][/u_testimonial][member col="3"][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:13:08', '2021-03-08 02:13:08', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137030, 1, '2021-03-08 02:13:34', '2021-03-08 02:13:34', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][member col="3"][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:13:34', '2021-03-08 02:13:34', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137031, 1, '2021-03-08 02:14:57', '2021-03-08 02:14:57', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item][/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:14:57', '2021-03-08 02:14:57', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137032, 1, '2021-03-08 02:16:05', '2021-03-08 02:16:05', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LLUKAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI"][/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:16:05', '2021-03-08 02:16:05', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137034, 1, '2021-03-08 02:17:46', '2021-03-08 02:17:46', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LLUKAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"][/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:17:46', '2021-03-08 02:17:46', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137035, 1, '2021-03-08 02:19:51', '2021-03-08 02:19:51', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"][/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:19:51', '2021-03-08 02:19:51', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137036, 1, '2021-03-08 02:25:08', '2021-03-08 02:25:08', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain". (Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:25:08', '2021-03-08 02:25:08', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137037, 1, '2021-03-08 02:25:59', '2021-03-08 02:25:59', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1434459215310{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">WE BELIEVE THAT EDUCATION IS FOR EVERYONE</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1434459441156{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">There are many features available to help you complete your project</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:25:59', '2021-03-08 02:25:59', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137038, 1, '2021-03-08 02:29:57', '2021-03-08 02:29:57', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1407230237880{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Why Choose Us</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:29:57', '2021-03-08 02:29:57', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137039, 1, '2021-03-08 02:33:32', '2021-03-08 02:33:32', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170806882{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Mengapa Memilih Kami</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Build Your Own Homepage With Visual Composer"][vc_column_text]<span style="color: #000000;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Clean, Beautiful And Responsive Design"][vc_column_text]<span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="U-Event Plugin Allow You To Sell Ticket"][vc_column_text]<span style="color: #000000;">Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Sell Courses With U-Course Plugin"][vc_column_text]<span style="color: #000000;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</span>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Shop Version Available With Woo Commerce Integrated"][/vc_accordion_tab][vc_accordion_tab title="Professional Look and Feel For Your Business"][vc_column_text]<span style="color: #000000;">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus</span>[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:33:32', '2021-03-08 02:33:32', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137040, 1, '2021-03-08 02:41:59', '2021-03-08 02:41:59', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JADWAL UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]\r\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)\r\n<ol>\r\n 	<li>LAYANAN DOSEN</li>\r\n 	<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\r\n 	<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\r\n 	<li style="text-align: left;">LAYANAN UMUM</li>\r\n</ol>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170806882{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Mengapa Memilih Kami</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:41:59', '2021-03-08 02:41:59', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137041, 1, '2021-03-08 02:45:57', '2021-03-08 02:45:57', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1434455707676{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918181469{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>JADWAL UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918284285{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]</p>\n<p align="justify">jadwal ujian perdana (bukan remedial) peserta baru yang berhasil terdaftar. Cari jadwal ujian anda pada box <b>Cari</b>. Anda dapat menggantikan kuota peserta ujian yang berhalangan apabila belum terdaftar, dengan mengetik <b>kuota kosong</b> pada box <b>Cari</b> dan tekan daftar. Namun dengan ketentuan terdapat <b>kuota kosong</b>. [...]</p>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918315398{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/dtr_pst.php" icon="" target="_blank" arrow="1" color="#"]LIHAT JADWAL[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918171586{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>PENDAFTARAN UJIAN TI</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918416360{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]Pendaftaran Ujian TI sedang dibuka. Dimana dibuka dari hari Senin - Jumat, dari jam 8 pagi - kuota pendaftaran habis. Dimana untuk ujian dilaksanakan pada jam 9 pagi setiap hari Senin dan Selasa sesuai tanggal yang ditentukan. Pendaftaran dibatasi kuota sebanyak 50 peserta per hari dan diberlakukan pada mahasiswa semester 6 keatas. [...][/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918467259{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614918162210{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]</p>\n<h2><strong>SARANA INSFRASTRUKTUR</strong></h2>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919205893{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 10px !important;padding-bottom: 20px !important;}"]PANDUAN LENGKAP LAYANAN UNIT TEKNOLOGI INFOEMASI DAN PPANGKALAN DATA (<strong>UTIPD</strong>)</p>\n<ol>\n<li>LAYANAN DOSEN</li>\n<li style="text-align: left;">LAYANAN INFRASTRUKTUR</li>\n<li style="text-align: left;">LAYANAN MAHASISWA &amp; ALUMNI</li>\n<li style="text-align: left;">LAYANAN UMUM</li>\n</ol>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1614919499228{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button][/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615171552556{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<h1><span style="color: #253b80;">Mengapa Memilih Kami ?</span></h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".<br />\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]</p>\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\n<p>[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]</p>\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\n<p>[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-03-08 02:45:57', '2021-03-08 02:45:57', '', 333, 'http://localhost/uinjambi/wordpress/333-revision-v1/', 0, 'revision', '', 0),
(137138, 1, '2021-04-29 16:29:00', '2021-04-29 16:29:00', 'JASA-PEMBUATAN-WEBSITE', 'BANNER-4-JASA-PEMBUATAN-WEBSITE', 'JASA-PEMBUATAN-WEBSITE', 'inherit', 'open', 'closed', '', 'banner-4-jasa-pembuatan-website', '', '', '2021-04-29 16:29:15', '2021-04-29 16:29:15', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/BANNER-4-JASA-PEMBUATAN-WEBSITE.jpg', 0, 'attachment', 'image/jpeg', 0),
(137139, 1, '2021-04-29 16:46:22', '2021-04-29 16:46:22', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619714576758{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-2-bg"][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619714500926{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JASA PEMBUATAN WEBSITE</strong></h2>\r\n[ct_button id="button_82" size="small" solid="0" link="#" icon="fa-whatsapp" arrow="1" color="green" css_animation="" animation_delay=""]Hubungi Kami[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619714292444{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JASA DESAIN GRAFIS</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619714632310{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="#" icon="" target="_blank" arrow="1" color="#"]DAFTAR SEKARANG[/ct_button][/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619714307881{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 10px !important;}"]\r\n<h2><strong>JASA INSTALASI JARINGAN</strong></h2>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619714615868{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 10px !important;}"][ct_button id="button_30" size="small" solid="0" link="#" icon="" target="_blank" arrow="1" color="#"]DOWNLOAD PANDUAN[/ct_button][/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615171552556{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Mengapa Memilih Kami ?</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-04-29 16:46:22', '2021-04-29 16:46:22', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137139', 0, 'revision', '', 0),
(137140, 1, '2021-04-29 17:02:48', '2021-04-29 17:02:48', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column width="1/3"][vc_accordion active_tab="1" collapsible="yes"][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/3"][vc_accordion active_tab="1" collapsible="yes"][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/3"][vc_accordion active_tab="1" collapsible="yes"][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615171552556{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Mengapa Memilih Kami ?</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-04-29 17:02:48', '2021-04-29 17:02:48', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137140', 0, 'revision', '', 0),
(137145, 1, '2021-04-30 12:46:24', '2021-04-30 12:46:24', '<p>[vc_row][vc_column][vc_gallery interval="3"][vc_column_text]</p>\n<h1 style="text-align: center;"><strong>Lorem Ipsum</strong></h1>\n<h4>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</h4>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n', 'PROFILE', '', 'publish', 'closed', 'closed', '', 'profile', '', '', '2021-05-21 15:33:07', '2021-05-21 15:33:07', '', 0, 'https://spisutha.uinjambi.ac.id/?page_id=137145', 0, 'page', '', 0),
(137146, 1, '2021-04-30 12:36:23', '2021-04-30 12:36:23', '[vc_row][vc_column][vc_tta_accordion][vc_tta_section title="Section 1" tab_id="1619786169681-adc2031e-6645"][/vc_tta_section][vc_tta_section title="Section 2" tab_id="1619786169764-a3e5ae67-5d16"][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row]', '', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-04-30 12:36:23', '2021-04-30 12:36:23', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137146', 0, 'revision', '', 0),
(137147, 1, '2021-04-30 12:37:20', '2021-04-30 12:37:20', '[vc_row][vc_column][rev_slider slidertitle="Slider1" alias="slider3" offset=""][vc_tta_accordion][vc_tta_section title="Section 1" tab_id="1619786169681-adc2031e-6645"][/vc_tta_section][vc_tta_section title="Section 2" tab_id="1619786169764-a3e5ae67-5d16"][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', '', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-04-30 12:37:20', '2021-04-30 12:37:20', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137147', 0, 'revision', '', 0),
(137148, 1, '2021-04-30 12:38:33', '2021-04-30 12:38:33', '', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-04-30 12:38:33', '2021-04-30 12:38:33', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137148', 0, 'revision', '', 0),
(137149, 1, '2021-04-30 12:46:24', '2021-04-30 12:46:24', '<h1 class="section_header small topmargin_60">JASA PEMBUATAN WEBSITE</h1>', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-04-30 12:46:24', '2021-04-30 12:46:24', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137149', 0, 'revision', '', 0),
(137151, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'AKADEMIK', '', 'publish', 'closed', 'closed', '', 'akademik', '', '', '2021-05-11 03:37:37', '2021-05-11 03:37:37', '', 0, 'https://spisutha.uinjambi.ac.id/?page_id=137151', 0, 'page', '', 0),
(137152, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'Kalender Akademik', '', 'publish', 'closed', 'closed', '', 'kalender-akademik', '', '', '2021-05-11 03:38:46', '2021-05-11 03:38:46', '', 137151, 'https://spisutha.uinjambi.ac.id/?page_id=137152', 0, 'page', '', 0),
(137153, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'Peraturan Akademik', '', 'publish', 'closed', 'closed', '', 'peraturan-akademik', '', '', '2021-05-11 03:39:21', '2021-05-11 03:39:21', '', 137151, 'https://spisutha.uinjambi.ac.id/?page_id=137153', 0, 'page', '', 0),
(137154, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'Panduan Penulisan Tugas Akhir', '', 'publish', 'closed', 'closed', '', 'panduan-penulisan-tugas-akhir', '', '', '2021-05-11 03:39:54', '2021-05-11 03:39:54', '', 137151, 'https://spisutha.uinjambi.ac.id/?page_id=137154', 0, 'page', '', 0),
(137155, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '[vc_row][vc_column][vc_column_text][contact-form-7 id="6" title="Contact form 1"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator border_width="9"][vc_column_text]\r\n<h1><strong>KONTAK KAMI</strong></h1>\r\n&nbsp;\r\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\r\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:spi@uinjambi.ac.id">spi@uinjambi.ac.id</a></em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]', 'FORM PENGADUAN', '', 'publish', 'closed', 'closed', '', 'pengaduan-masyarakat', '', '', '2022-05-12 03:17:14', '2022-05-12 03:17:14', '', 0, 'https://spisutha.uinjambi.ac.id/?page_id=137155', 0, 'page', '', 0),
(137156, 1, '2022-01-10 04:41:42', '2021-04-30 13:00:08', '', 'Tentang Kami', '', 'publish', 'closed', 'closed', '', '137156', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 0, 'https://spisutha.uinjambi.ac.id/137156/', 3, 'nav_menu_item', '', 0),
(137157, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'LAYANAN', '', 'inherit', 'closed', 'closed', '', '137151-revision-v1', '', '', '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 137151, 'https://spisutha.uinjambi.ac.id/?p=137157', 0, 'revision', '', 0),
(137158, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'JASA PEMBUATAN WEBSITE', '', 'inherit', 'closed', 'closed', '', '137152-revision-v1', '', '', '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 137152, 'https://spisutha.uinjambi.ac.id/?p=137158', 0, 'revision', '', 0),
(137159, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'JASA DESAIN GRAFIS', '', 'inherit', 'closed', 'closed', '', '137153-revision-v1', '', '', '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 137153, 'https://spisutha.uinjambi.ac.id/?p=137159', 0, 'revision', '', 0),
(137160, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'JASA INSTALASI JARINGAN', '', 'inherit', 'closed', 'closed', '', '137154-revision-v1', '', '', '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 137154, 'https://spisutha.uinjambi.ac.id/?p=137160', 0, 'revision', '', 0),
(137161, 1, '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 'KONTAK', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2021-04-30 13:00:08', '2021-04-30 13:00:08', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137161', 0, 'revision', '', 0),
(137179, 1, '2022-01-10 04:41:42', '2021-04-30 13:00:09', 'Pengaduan Masyarakat', '', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 0, 'https://spisutha.uinjambi.ac.id/contact/', 8, 'nav_menu_item', '', 0),
(137180, 1, '2021-04-30 13:13:08', '2021-04-30 13:13:08', '<p>[vc_row][vc_column][vc_column_text]</p>\n<h1><strong>KONTAK KAMI</strong></h1>\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />   Simpang III Sipin, Kec. Kota Baru, Kota Jambi, Jambi 36321</strong></li>\n</ul>\n</div>\n</div>\n</div>\n<ul>\n<li class="mapsConsumerUiSubviewSectionOpenhours__summary-line mapsConsumerUiSubviewSectionOpenhours__clickable mapsConsumerUiSubviewSectionOpenhours__center-aligned" tabindex="0" role="button" aria-expanded="false" data-hide-tooltip-on-mouse-move="true"><strong><img class="mapsConsumerUiSubviewSectionOpenhours__section-icon" src="https://www.gstatic.com/images/icons/material/system_gm/1x/schedule_gm_blue_24dp.png" aria-label="Jam buka" />   <span class="mapsConsumerUiSubviewSectionOpenhours__section-info-text">Buka sekarang:</span> <span class=" mapsConsumerUiSubviewSectionOpenhours__section-info-text"> Buka 24 jam</span></strong></li>\n</ul>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />   www.gaweit.com</strong></li>\n</ul>\n</div>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />   0821-8018-1958</strong></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDE5NzUuMDA1NTAzNzUzMTU0MiUyMTJkMTAzLjU5NzMxMTg2MTAwNzQ2JTIxM2QtMS42MjEyNDA5MjY5NTQwNjglMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgwJTI1M0EweDIxZDg4NDkyY2RlNjJiOTAlMjEyc0phc2ElMjUyMFBlbWJ1YXRhbiUyNTIwV2Vic2l0ZSUyMTVlMCUyMTNtMiUyMTFzaWQlMjEyc2lkJTIxNHYxNjE5Nzg3OTAwMTE4JTIxNW0yJTIxMXNpZCUyMTJzaWQlMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUzQiUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMiUyMiUyMGxvYWRpbmclM0QlMjJsYXp5JTIyJTNFJTNDJTJGaWZyYW1lJTNF" title="LOKASI KAMI"][/vc_column][/vc_row]</p>\n', 'KONTAK', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2021-04-30 13:13:08', '2021-04-30 13:13:08', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137180', 0, 'revision', '', 0),
(137181, 1, '2021-04-30 13:13:44', '2021-04-30 13:13:44', '<p>[vc_row][vc_column][vc_column_text]</p>\n<h1>KONTAK KAMI</h1>\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />   Simpang III Sipin, Kec. Kota Baru, Kota Jambi, Jambi 36321</strong></li>\n</ul>\n</div>\n</div>\n</div>\n<ul>\n<li class="mapsConsumerUiSubviewSectionOpenhours__summary-line mapsConsumerUiSubviewSectionOpenhours__clickable mapsConsumerUiSubviewSectionOpenhours__center-aligned" tabindex="0" role="button" aria-expanded="false" data-hide-tooltip-on-mouse-move="true"><strong><img class="mapsConsumerUiSubviewSectionOpenhours__section-icon" src="https://www.gstatic.com/images/icons/material/system_gm/1x/schedule_gm_blue_24dp.png" aria-label="Jam buka" />   <span class="mapsConsumerUiSubviewSectionOpenhours__section-info-text">Buka sekarang:</span> <span class=" mapsConsumerUiSubviewSectionOpenhours__section-info-text"> Buka 24 jam</span></strong></li>\n</ul>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />   www.gaweit.com</strong></li>\n</ul>\n</div>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />   0821-8018-1958</strong></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDE5NzUuMDA1NTAzNzUzMTU0MiUyMTJkMTAzLjU5NzMxMTg2MTAwNzQ2JTIxM2QtMS42MjEyNDA5MjY5NTQwNjglMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgwJTI1M0EweDIxZDg4NDkyY2RlNjJiOTAlMjEyc0phc2ElMjUyMFBlbWJ1YXRhbiUyNTIwV2Vic2l0ZSUyMTVlMCUyMTNtMiUyMTFzaWQlMjEyc2lkJTIxNHYxNjE5Nzg3OTAwMTE4JTIxNW0yJTIxMXNpZCUyMTJzaWQlMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUzQiUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMiUyMiUyMGxvYWRpbmclM0QlMjJsYXp5JTIyJTNFJTNDJTJGaWZyYW1lJTNF" title="LOKASI KAMI"][/vc_column][/vc_row]</p>\n', 'KONTAK', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2021-04-30 13:13:44', '2021-04-30 13:13:44', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137181', 0, 'revision', '', 0),
(137182, 1, '2021-04-30 13:14:40', '2021-04-30 13:14:40', '<p>[vc_row][vc_column][contact-form-7 id="254"][vc_column_text]</p>\n<h1>KONTAK KAMI</h1>\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />   Simpang III Sipin, Kec. Kota Baru, Kota Jambi, Jambi 36321</strong></li>\n</ul>\n</div>\n</div>\n</div>\n<ul>\n<li class="mapsConsumerUiSubviewSectionOpenhours__summary-line mapsConsumerUiSubviewSectionOpenhours__clickable mapsConsumerUiSubviewSectionOpenhours__center-aligned" tabindex="0" role="button" aria-expanded="false" data-hide-tooltip-on-mouse-move="true"><strong><img class="mapsConsumerUiSubviewSectionOpenhours__section-icon" src="https://www.gstatic.com/images/icons/material/system_gm/1x/schedule_gm_blue_24dp.png" aria-label="Jam buka" />   <span class="mapsConsumerUiSubviewSectionOpenhours__section-info-text">Buka sekarang:</span> <span class=" mapsConsumerUiSubviewSectionOpenhours__section-info-text"> Buka 24 jam</span></strong></li>\n</ul>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />   www.gaweit.com</strong></li>\n</ul>\n</div>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<ul>\n<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />   0821-8018-1958</strong></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDE5NzUuMDA1NTAzNzUzMTU0MiUyMTJkMTAzLjU5NzMxMTg2MTAwNzQ2JTIxM2QtMS42MjEyNDA5MjY5NTQwNjglMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgwJTI1M0EweDIxZDg4NDkyY2RlNjJiOTAlMjEyc0phc2ElMjUyMFBlbWJ1YXRhbiUyNTIwV2Vic2l0ZSUyMTVlMCUyMTNtMiUyMTFzaWQlMjEyc2lkJTIxNHYxNjE5Nzg3OTAwMTE4JTIxNW0yJTIxMXNpZCUyMTJzaWQlMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUzQiUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMiUyMiUyMGxvYWRpbmclM0QlMjJsYXp5JTIyJTNFJTNDJTJGaWZyYW1lJTNF" title="LOKASI KAMI"][/vc_column][/vc_row]</p>\n', 'KONTAK', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2021-04-30 13:14:40', '2021-04-30 13:14:40', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137182', 0, 'revision', '', 0),
(137183, 1, '2021-05-01 18:07:40', '2021-05-01 18:07:40', '', 'Engineering Software Development Center', 'Engineering Software Development Center', 'inherit', 'open', 'closed', '', 'baru-gawe', '', '', '2021-05-01 18:07:54', '2021-05-01 18:07:54', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/baru-gawe.png', 0, 'attachment', 'image/png', 0),
(137184, 1, '2021-05-01 18:09:21', '2021-05-01 18:09:21', 'Engineering Software Development Center', 'Engineering Software Development Center', 'Engineering Software Development Center', 'inherit', 'open', 'closed', '', 'baru-gawe-2', '', '', '2021-05-01 18:09:26', '2021-05-01 18:09:26', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/baru-gawe-1.png', 0, 'attachment', 'image/png', 0),
(137185, 1, '2021-05-01 18:12:25', '2021-05-01 18:12:25', 'Engineering Software Development Center', 'Engineering Software Development Center', 'Engineering Software Development Center', 'inherit', 'open', 'closed', '', 'baru-gawe-3', '', '', '2021-05-01 18:12:36', '2021-05-01 18:12:36', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/baru-gawe-2.png', 0, 'attachment', 'image/png', 0),
(137186, 1, '2021-05-01 18:50:41', '2021-05-01 18:50:41', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Produk dan Layanan</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Produk dan Pelayanan Utama Yang Di berikan gaweit.com</strong></h4>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-code" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA PEMBUATAN WEBSITE</strong></h2>\r\n[/vc_column_text][vc_column_text]Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-picture" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA DESAIN GRAFIS</strong></h2>\r\n[/vc_column_text][vc_column_text]Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-network" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA INSTALASI JARINGAN</strong></h2>\r\n[/vc_column_text][vc_column_text]Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid title="BERITA TERKINI" description="DARI : UNIT TEKNOLOGI INFORMASI DAN PANGKALAN DATA UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI" header_background="#102b82" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615171552556{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1><span style="color: #253b80;">Mengapa Memilih Kami ?</span></h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Sistem Informasi"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="AGENDA KEGIATAN" post_type="u_project" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-01 18:50:41', '2021-05-01 18:50:41', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137186', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137187, 1, '2021-05-01 19:28:06', '2021-05-01 19:28:06', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Produk dan Layanan</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Produk dan Pelayanan Utama Yang Di berikan gaweit.com</strong></h4>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-code" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA PEMBUATAN WEBSITE</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-picture" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA DESAIN GRAFIS</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-network" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA INSTALASI JARINGAN</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Target Client Kami</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Gaweit.com - Penyedia Jasa Pembuatan Aplikasi Berbasis Web , Jasa Desain Grafis dan Jasa Instalasi Jaringan baik untuk Perusahaan Swasta, Dinas, BUMN, Maupun Umum &amp; Mahasiswa, untuk Keperluan bisnis kami memiliki surat izin usaha dan kami siap mengirimkan proposal sesuai apa yang anda dibutuhkan.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-city" color="turquoise" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Swasta &amp; UMKM</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-building" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Dinas &amp; BUMN</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-graduation-cap" color="purple" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Umum &amp; Mahasiswa</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619897235686{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1>Mengapa Memilih Kami ?</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]Kami menyediakan banyak sistem informasi guna meningkatkan efisiensi dan efektivitas data secara akurat dan realtime.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Website"][vc_column_text]Kami menyediakan layanan Web (hosting dan subdomain) di lingkungan UIN STS Jambi untuk Setiap Fakultas, Jurusan, Lembaga, Unit Pelayanan Teknis dan Biro serta Kopetais.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="SMS Broadcast"][vc_column_text]Kami menyediakan SMS broadcast dengan kapasitas 75.000 penerima SMS guna menyampaikan informasi akademik kepada mahasiswa[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Internet"][vc_column_text]Kami menyediaan layanan akses internet (bandwidth) dengan kapasitas 1.500 Mbps yang tersebar melalui media Fiber Optik, kabel dan access point sejumlah 220 buah di seluruh area kampus UIN Walisongo Semarang[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="Email"][vc_column_text]Kami menyediakan layanan email ekslusif dengan memberikan alamat email profesional pada domain uinjambi.ac.id kepada seluruh Sivitas Akademika.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="PRODUK KAMI" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-01 19:28:06', '2021-05-01 19:28:06', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137187', 0, 'revision', '', 0),
(137188, 1, '2021-05-01 19:44:42', '2021-05-01 19:44:42', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Produk dan Layanan</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Produk dan Pelayanan Utama Yang Di berikan gaweit.com</strong></h4>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-code" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA PEMBUATAN WEBSITE</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-picture" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA DESAIN GRAFIS</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-network" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA INSTALASI JARINGAN</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\r\n[/vc_column_text][/vc_column][vc_column][vc_btn title="Pesan Sekarang" color="primary" size="lg" align="center" button_block="true"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Target Client Kami</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Gaweit.com - Penyedia Jasa Pembuatan Aplikasi Berbasis Web , Jasa Desain Grafis dan Jasa Instalasi Jaringan baik untuk Perusahaan Swasta, Dinas, BUMN, Maupun Umum &amp; Mahasiswa, untuk Keperluan bisnis kami memiliki surat izin usaha dan kami siap mengirimkan proposal sesuai apa yang anda dibutuhkan.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-city" color="turquoise" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Swasta &amp; UMKM</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-building" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Dinas &amp; BUMN</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-graduation-cap" color="purple" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Umum &amp; Mahasiswa</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column width="1/2"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619897702105{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Maksimal 1 kali revisi. Jika masih ada revisi selanjutnya maka akan dikenakan biaya update halaman sebesar 50.000 per halaman. Revisi hanya sebatas mengubah/mengurangi konten yang sudah ada. Jika menambah konten maka dikenakan biaya update.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq2" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Apakah logo website nantinya dibuatkan?"][vc_column_text]Logo dibuat pelanggan sendiri, bantuan edit logo hanya sebatas resize saja.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Jenis website apa saja yang tidak bisa dibuat menggunakan layanan ini?"][vc_column_text]Kami melayani mulai dari Desain Website Promosi ,Sistem Informasi ,Sistem Kasir,Sistem Pakar,Sistem Perkantoran,E-Commerce,Sistem Pendukung Keputusan dan Kami Juga Membatu Penyelesaian Tugas Akhir[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Apakah penambahan halaman website dapat dilakukan sendiri"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Jika website sudah online, pelanggan bebas menambahkan halaman website secara mandiri dengan jumlah halaman maksimal sesuai paket yang digunakan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Berapa kapasitas hosting websitenya?"][vc_column_text]Batasan space hosting sesuai paket yang digunakan.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Apakah bisa menambahkan logo sosmed yang terhubung link sosmednya?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Ya. Integrasi ke sosial media ( Facebook, Instagram, dan Twitter ) dapat dilakukan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="10. Apakah bisa mengubah template setelah web selesai diproses?"][vc_column_text]Tidak bisa. Jika Anda ingin mengubah template maka akan dikenakan biaya penambahan halaman baru Sesuai yang disepakati.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width="1/2"][u_blog title="PRODUK KAMI" count="2" show_date="1" show_price="1" show_comment_count="1" show_cat_name="0" more_link="#2" detail_text="DETAILS" column="1"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column][u_testimonial][u_testimonial_item name="MUHAMMAD LUKMAN SARIP , S,Kom" title="PROGRAMMER PTIPD UIN STS JAMBI" avatar="137033"]"Beberapa karya terbaik kami datang melalui pelayanan kepada orang lain".\r\n(Gordon B. Hinckley)[/u_testimonial_item][/u_testimonial][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column][vc_column_text css_animation="left-to-right" css=".vc_custom_1615170515178{padding-top: 40px !important;}"]\r\n<h1 style="text-align: center;">KAMI PERCAYA PENDIDIKAN ITU UNTUK SEMUA ORANG</h1>\r\n[/vc_column_text][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1615170543624{margin-bottom: 40px !important;}"]\r\n<h4 style="text-align: center;">Ada banyak fitur yang tersedia untuk membantu Anda menyelesaikan proyek Anda</h4>\r\n[/vc_column_text][vc_single_image image="2535" img_size="2000x441" alignment="center" css_animation="bottom-to-top" css=".vc_custom_1458889922919{margin-top: 40px !important;margin-bottom: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}"][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-01 19:44:42', '2021-05-01 19:44:42', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137188', 0, 'revision', '', 0),
(137189, 1, '2021-05-01 20:06:49', '2021-05-01 20:06:49', '', 'callcenetere', '', 'inherit', 'open', 'closed', '', 'callcenetere', '', '', '2021-05-01 20:06:49', '2021-05-01 20:06:49', '', 333, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/callcenetere.png', 0, 'attachment', 'image/png', 0),
(137190, 1, '2021-05-01 20:23:49', '2021-05-01 20:23:49', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Produk dan Layanan</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Produk dan Pelayanan Utama Yang Di berikan gaweit.com</strong></h4>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-code" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA PEMBUATAN WEBSITE</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-picture" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA DESAIN GRAFIS</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-network" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA INSTALASI JARINGAN</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\r\n[/vc_column_text][/vc_column][vc_column][vc_btn title="Pesan Sekarang" color="primary" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fapi.whatsapp.com%2Fsend%2F%3Fphone%3D6282180181958%26text%3DHello%2B%250ANama%2BSaya%2B%253A%250ADari%2BKota%2B%253A%250AKeperluan%2B%253A%26app_absent%3D0|target:_blank"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Target Client Kami</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Gaweit.com - Penyedia Jasa Pembuatan Aplikasi Berbasis Web , Jasa Desain Grafis dan Jasa Instalasi Jaringan baik untuk Perusahaan Swasta, Dinas, BUMN, Maupun Umum &amp; Mahasiswa, untuk Keperluan bisnis kami memiliki surat izin usaha dan kami siap mengirimkan proposal sesuai apa yang anda dibutuhkan.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-city" color="turquoise" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Swasta &amp; UMKM</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-building" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Dinas &amp; BUMN</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-graduation-cap" color="purple" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Umum &amp; Mahasiswa</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">PRODUK KAMI</h1>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="10" grid_id="vc_gid:1619898657156-b7d519dd-2558-1"][vc_btn title="Klik Disini Untuk Melihat Lebih Banyak" color="danger" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fsource-code-web%2F"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619897702105{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Maksimal 1 kali revisi. Jika masih ada revisi selanjutnya maka akan dikenakan biaya update halaman sebesar 50.000 per halaman. Revisi hanya sebatas mengubah/mengurangi konten yang sudah ada. Jika menambah konten maka dikenakan biaya update.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq2" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Apakah logo website nantinya dibuatkan?"][vc_column_text]Logo dibuat pelanggan sendiri, bantuan edit logo hanya sebatas resize saja.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Jenis website apa saja yang tidak bisa dibuat menggunakan layanan ini?"][vc_column_text]Kami melayani mulai dari Desain Website Promosi ,Sistem Informasi ,Sistem Kasir,Sistem Pakar,Sistem Perkantoran,E-Commerce,Sistem Pendukung Keputusan dan Kami Juga Membatu Penyelesaian Tugas Akhir[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Apakah penambahan halaman website dapat dilakukan sendiri"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Jika website sudah online, pelanggan bebas menambahkan halaman website secara mandiri dengan jumlah halaman maksimal sesuai paket yang digunakan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Berapa kapasitas hosting websitenya?"][vc_column_text]Batasan space hosting sesuai paket yang digunakan.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Apakah bisa menambahkan logo sosmed yang terhubung link sosmednya?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Ya. Integrasi ke sosial media ( Facebook, Instagram, dan Twitter ) dapat dilakukan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Apakah bisa mengubah template setelah web selesai diproses?"][vc_column_text]Tidak bisa. Jika Anda ingin mengubah template maka akan dikenakan biaya penambahan halaman baru Sesuai yang disepakati.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137189" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Kami Selalu Ada untuk Anda</h1>\r\n<p class="lead">Kami bangga menyebut diri kami sebagai <em><q>Orang GaweIT</q></em> karena kami selalu ada untuk Anda.</p>\r\n<p class="lead">Kapanpun Anda butuhkan kami selalu siap membantu dalam 24 x 7 x 365.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="https://api.whatsapp.com/send/?phone=6282180181958&amp;text=Hello+%0ANama+Saya+%3A%0ADari+Kota+%3A%0AKeperluan+%3A&amp;app_absent=0" icon="fa-comments" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">LiveChat</h4>\r\n<p style="text-align: center;">Ingin bertanya kepada kami?\r\nKlik di sini untuk chat dengan customer support kami.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="082180181958" icon="fa-phone" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Telepon</h4>\r\n<p style="text-align: center;">Dial ke <strong>082180181958 </strong>Kami hadir <strong>24 / 7</strong> untuk Anda.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="mailto:admin@spisutha.uinjambi.ac.id" icon="fa-envelope" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Email</h4>\r\n<p style="text-align: center;">Kirim email ke kami kapanpun dan kami akan membalas secepatnya..</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-01 20:23:49', '2021-05-01 20:23:49', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137190', 0, 'revision', '', 0),
(137191, 1, '2021-05-01 20:32:15', '2021-05-01 20:32:15', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Produk dan Layanan</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Produk dan Pelayanan Utama Yang Di berikan gaweit.com</strong></h4>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-code" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA PEMBUATAN WEBSITE</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-picture" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA DESAIN GRAFIS</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-network" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>JASA INSTALASI JARINGAN</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\r\n[/vc_column_text][/vc_column][vc_column][vc_btn title="Pesan Sekarang" color="primary" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fapi.whatsapp.com%2Fsend%2F%3Fphone%3D6282180181958%26text%3DHello%2B%250ANama%2BSaya%2B%253A%250ADari%2BKota%2B%253A%250AKeperluan%2B%253A%26app_absent%3D0|target:_blank"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Target Client Kami</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Gaweit.com - Penyedia Jasa Pembuatan Aplikasi Berbasis Web , Jasa Desain Grafis dan Jasa Instalasi Jaringan baik untuk Perusahaan Swasta, Dinas, BUMN, Maupun Umum &amp; Mahasiswa, untuk Keperluan bisnis kami memiliki surat izin usaha dan kami siap mengirimkan proposal sesuai apa yang anda dibutuhkan.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-city" color="turquoise" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Swasta &amp; UMKM</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-building" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Dinas &amp; BUMN</strong></h4>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-graduation-cap" color="purple" size="xl" align="center"][vc_column_text]\r\n<h4 class="card-title" style="text-align: center;"><strong>Umum &amp; Mahasiswa</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n<h1 class="hestia-title" style="text-align: center;">PRODUK KAMI</h1>\r\n\r\n<hr />\r\n\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="10" grid_id="vc_gid:1619900688168-60515720-b109-3"][vc_btn title="Klik Disini Untuk Melihat Lebih Banyak" color="danger" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fsource-code-web%2F"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Maksimal 1 kali revisi. Jika masih ada revisi selanjutnya maka akan dikenakan biaya update halaman sebesar 50.000 per halaman. Revisi hanya sebatas mengubah/mengurangi konten yang sudah ada. Jika menambah konten maka dikenakan biaya update.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq2" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Apakah logo website nantinya dibuatkan?"][vc_column_text]Logo dibuat pelanggan sendiri, bantuan edit logo hanya sebatas resize saja.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Jenis website apa saja yang tidak bisa dibuat menggunakan layanan ini?"][vc_column_text]Kami melayani mulai dari Desain Website Promosi ,Sistem Informasi ,Sistem Kasir,Sistem Pakar,Sistem Perkantoran,E-Commerce,Sistem Pendukung Keputusan dan Kami Juga Membatu Penyelesaian Tugas Akhir[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Apakah penambahan halaman website dapat dilakukan sendiri"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Jika website sudah online, pelanggan bebas menambahkan halaman website secara mandiri dengan jumlah halaman maksimal sesuai paket yang digunakan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Berapa kapasitas hosting websitenya?"][vc_column_text]Batasan space hosting sesuai paket yang digunakan.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Apakah bisa menambahkan logo sosmed yang terhubung link sosmednya?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Ya. Integrasi ke sosial media ( Facebook, Instagram, dan Twitter ) dapat dilakukan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Apakah bisa mengubah template setelah web selesai diproses?"][vc_column_text]Tidak bisa. Jika Anda ingin mengubah template maka akan dikenakan biaya penambahan halaman baru Sesuai yang disepakati.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137189" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Kami Selalu Ada untuk Anda</h1>\r\n<p class="lead">Kami bangga menyebut diri kami sebagai <em><q>Orang GaweIT</q></em> karena kami selalu ada untuk Anda.</p>\r\n<p class="lead">Kapanpun Anda butuhkan kami selalu siap membantu dalam 24 x 7 x 365.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="https://api.whatsapp.com/send/?phone=6282180181958&amp;text=Hello+%0ANama+Saya+%3A%0ADari+Kota+%3A%0AKeperluan+%3A&amp;app_absent=0" icon="fa-comments" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">LiveChat</h4>\r\n<p style="text-align: center;">Ingin bertanya kepada kami?\r\nKlik di sini untuk chat dengan customer support kami.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="082180181958" icon="fa-phone" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Telepon</h4>\r\n<p style="text-align: center;">Dial ke <strong>082180181958 </strong>Kami hadir <strong>24 / 7</strong> untuk Anda.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="mailto:admin@spisutha.uinjambi.ac.id" icon="fa-envelope" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Email</h4>\r\n<p style="text-align: center;">Kirim email ke kami kapanpun dan kami akan membalas secepatnya..</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjU3NzU2NzY4MTk2JTIxMmQxMDMuNTA1ODU4OTE4NTMzNDklMjEzZC0xLjYyMDAxMTQzMDk5MTM0OCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDJlMjU4OWNkZjM4NTc1MTklMjUzQTB4MjFkODg0OTJjZGU2MmI5MCUyMTJzSmFzYSUyNTIwUGVtYnVhdGFuJTI1MjBXZWJzaXRlJTIxNWUwJTIxM20yJTIxMXNpZCUyMTJzaWQlMjE0djE2MTk5MDA4NzUzMTklMjE1bTIlMjExc2lkJTIxMnNpZCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTNCJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNEJTIyJTIyJTIwbG9hZGluZyUzRCUyMmxhenklMjIlM0UlM0MlMkZpZnJhbWUlM0U="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-01 20:32:15', '2021-05-01 20:32:15', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137191', 0, 'revision', '', 0),
(137196, 1, '2021-05-02 17:53:50', '2021-05-02 17:53:50', 'Engineering Software Development Center', 'Engineering Software Development Center', 'Engineering Software Development Center', 'inherit', 'open', 'closed', '', 'icon', '', '', '2021-05-02 17:53:56', '2021-05-02 17:53:56', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/icon.png', 0, 'attachment', 'image/png', 0),
(137200, 6, '2021-05-04 03:24:11', '2021-05-04 03:24:11', 'Melayani', 'JASA INSTALASI JARINGAN', '', 'inherit', 'closed', 'closed', '', '137154-autosave-v1', '', '', '2021-05-04 03:24:11', '2021-05-04 03:24:11', '', 137154, 'https://spisutha.uinjambi.ac.id/?p=137200', 0, 'revision', '', 0),
(137203, 1, '2021-05-05 13:59:25', '2021-05-05 13:59:25', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2021-05-05 13:59:25', '2021-05-05 13:59:25', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/4.png', 0, 'attachment', 'image/png', 0),
(137204, 1, '2021-05-05 13:59:27', '2021-05-05 13:59:27', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2021-05-05 13:59:27', '2021-05-05 13:59:27', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/5.png', 0, 'attachment', 'image/png', 0),
(137205, 1, '2021-05-05 13:59:28', '2021-05-05 13:59:28', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2021-05-05 13:59:28', '2021-05-05 13:59:28', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/6.png', 0, 'attachment', 'image/png', 0),
(137206, 1, '2021-05-05 13:59:30', '2021-05-05 13:59:30', '', '7', '', 'inherit', 'open', 'closed', '', '7', '', '', '2021-05-05 13:59:30', '2021-05-05 13:59:30', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/7.png', 0, 'attachment', 'image/png', 0),
(137207, 1, '2021-05-05 13:59:32', '2021-05-05 13:59:32', '', '8', '', 'inherit', 'open', 'closed', '', '8', '', '', '2021-05-05 13:59:32', '2021-05-05 13:59:32', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/8.png', 0, 'attachment', 'image/png', 0),
(137208, 1, '2021-05-05 13:59:34', '2021-05-05 13:59:34', '', '9', '', 'inherit', 'open', 'closed', '', '9', '', '', '2021-05-05 13:59:34', '2021-05-05 13:59:34', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/9.png', 0, 'attachment', 'image/png', 0),
(137209, 1, '2021-05-05 13:59:35', '2021-05-05 13:59:35', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2021-05-05 13:59:35', '2021-05-05 13:59:35', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/1.png', 0, 'attachment', 'image/png', 0),
(137210, 1, '2021-05-05 13:59:37', '2021-05-05 13:59:37', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2021-05-05 13:59:37', '2021-05-05 13:59:37', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/2.png', 0, 'attachment', 'image/png', 0),
(137211, 1, '2021-05-05 13:59:39', '2021-05-05 13:59:39', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2021-05-05 13:59:39', '2021-05-05 13:59:39', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/3.png', 0, 'attachment', 'image/png', 0),
(137219, 1, '2022-01-11 07:38:50', '2021-05-05 15:05:49', '', '<i class="fa fa-instagram"></i>', '', 'publish', 'closed', 'closed', '', '137219', '', '', '2022-01-11 07:38:50', '2022-01-11 07:38:50', '', 0, 'https://spisutha.uinjambi.ac.id/137219/', 3, 'nav_menu_item', '', 0),
(137220, 1, '2022-01-11 07:38:50', '2021-05-05 15:05:50', '', '<i class="fa fa-envelope"></i>', '', 'publish', 'closed', 'closed', '', '137220', '', '', '2022-01-11 07:38:50', '2022-01-11 07:38:50', '', 0, 'https://spisutha.uinjambi.ac.id/137220/', 2, 'nav_menu_item', '', 0),
(137221, 1, '2022-01-11 07:38:50', '2021-05-05 15:05:50', '', '<i class="fa fa-youtube"></i>', '', 'publish', 'closed', 'closed', '', '137221', '', '', '2022-01-11 07:38:50', '2022-01-11 07:38:50', '', 0, 'https://spisutha.uinjambi.ac.id/137221/', 4, 'nav_menu_item', '', 0),
(137223, 1, '2022-02-21 08:02:15', '2021-05-05 15:09:24', '', 'Selamat Datang Di Website SPI UIN Sultan Thaha Saifuddin Jambi', 'uinjambi.acom', 'publish', 'closed', 'closed', '', 'selamat-datang-di-website-gaweit-com', '', '', '2022-02-21 08:02:15', '2022-02-21 08:02:15', '', 0, 'https://spisutha.uinjambi.ac.id/selamat-datang-di-website-gaweit-com/', 1, 'nav_menu_item', '', 0),
(137227, 1, '2021-05-05 15:55:08', '2021-05-05 15:55:08', '<div class="et_pb_section et_pb_section_1 et_pb_with_background et_section_specialty">\r\n<div class="et_pb_row">\r\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et_pb_column_single">\r\n<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<h3>GaweIT.com dari Jambi untuk Indonesia Menuju Dunia</h3>\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n\r\nGaweIT.com merupakan perusahaan penyedia solusi teknologi informasi yang berkantor pusat di Kota Jambi . Berdiri pada Januari 2017 berawal dari pengembangan sistem informasi untuk segmen Mahasiswa, Perusahaan Kecil Menengah , Sekolah hingga Perguruan tinggi.\r\n\r\nSaat ini GaweIT.com telah melayani lebih dari 400 klien di seluruh Indonesia. Seiring dengan perkembangan perusahaan, GaweIT.com memperluas segmen market untuk menyediakan solusi teknologi bagi institusi pemerintah, bisnis, transportasi dan beberapa segmen penting lainnya.\r\n\r\nPada Januari 2020 GaweIT.com berinisiatif untuk mengelompokkan seluruh produk dan layanannya ke dalam instagram @web.jasa. Value utama dari solusi ini adalah mempermudah dan memangkas segala kerumitan yang ada dalam pengelolaan lebih luas lagi adalah bagi ekosistem sebuah kota beserta yang akan berimbas secara tidak langsung bagi masyarakat luas.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_specialty_column et_pb_css_mix_blend_mode_passthrough et-last-child">\r\n<div class="et_pb_row_inner et_pb_row_inner_0">\r\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_inner et_pb_column_inner_0 et-last-child">\r\n<div class="et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<h3>Visi Gamatechno 2022</h3>\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n\r\nMenjadi market leader perusahaan pengembang solusi smart city nasional\r\n\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<h3>Misi Gamatechno</h3>\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_6 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n\r\nDalam rangka pencapaian visi dan tujuan perusahaan, maka Gamatechno menjabarkan misi-misi perusahaan sebagai berikut :\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Mengakomodasi kebutuhan, sumber daya, dan tujuan Universitas Gadjah Mada</li>\r\n 	<li>Menciptakan masyarakat cerdas melalui produk-produk TI yang digunakan sehari-hari</li>\r\n 	<li>Berpartisipasi aktif dalam komunitas global untuk membangun industri kreatif digital</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="et_pb_section et_pb_section_2 et_section_regular">\r\n<div class="et_pb_row et_pb_row_1">\r\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child">\r\n<div class="et_pb_module et_pb_text et_pb_text_7 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-05-05 15:55:08', '2021-05-05 15:55:08', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137227', 0, 'revision', '', 0),
(137229, 1, '2021-05-05 16:33:06', '2021-05-05 16:33:06', '<div class="et_pb_section et_pb_section_1 et_pb_with_background et_section_specialty">\n<div class="et_pb_row">\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et_pb_column_single">\n<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<h3>GaweIT.com dari Jambi untuk Indonesia Menuju Dunia</h3>\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n\nGaweIT.com merupakan perusahaan penyedia solusi teknologi informasi yang berkantor pusat di Kota Jambi . Berdiri pada Januari 2017 berawal dari pengembangan sistem informasi untuk segmen Mahasiswa, Perusahaan Kecil Menengah , Sekolah hingga Perguruan tinggi.\n\nSaat ini GaweIT.com telah melayani lebih dari 400 klien di seluruh Indonesia. Seiring dengan perkembangan perusahaan, GaweIT.com memperluas segmen market untuk menyediakan solusi teknologi bagi institusi pemerintah, bisnis, transportasi dan beberapa segmen penting lainnya.\n\nPada Januari 2020 GaweIT.com berinisiatif untuk mengelompokkan seluruh produk dan layanannya ke dalam instagram @web.jasa. Value utama dari solusi ini adalah mempermudah dan memangkas segala kerumitan yang ada dalam pengelolaan lebih luas lagi adalah bagi ekosistem sebuah kota beserta yang akan berimbas secara tidak langsung bagi masyarakat luas.\n\n</div>\n</div>\n</div>\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_specialty_column et_pb_css_mix_blend_mode_passthrough et-last-child">\n<div class="et_pb_row_inner et_pb_row_inner_0">\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_inner et_pb_column_inner_0 et-last-child">\n<div class="et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<h3>Visi GaweIT.com</h3>\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n\nMenjadi market leader perusahaan pengembang solusi smart city nasional\n\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<h3>Misi GaweIT.com</h3>\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_6 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n\nDalam rangka pencapaian visi dan tujuan perusahaan, maka GaweIT.com menjabarkan misi-misi GaweIT.com sebagai berikut :\n<ul>\n 	<li>Mengakomodasi kebutuhan, sumber daya, dan tujuan</li>\n 	<li>Menciptakan masyarakat cerdas melalui produk-produk TI yang digunakan sehari-hari</li>\n 	<li>Berpartisipasi aktif dalam komunitas global untuk membangun industri kreatif digital</li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class="et_pb_section et_pb_section_2 et_section_regular">\n<div class="et_pb_row et_pb_row_1">\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child">\n<div class="et_pb_module et_pb_text et_pb_text_7 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner"></div>\n</div>\n</div>\n</div>\n</div>', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-05-05 16:33:06', '2021-05-05 16:33:06', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137229', 0, 'revision', '', 0),
(137231, 1, '2021-05-05 16:38:22', '2021-05-05 16:38:22', '<div class="et_pb_section et_pb_section_1 et_pb_with_background et_section_specialty">\n<div class="et_pb_row">\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et_pb_column_single">\n<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<h3>GaweIT.com dari Jambi untuk Indonesia Menuju Dunia</h3>\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n\nGaweIT.com merupakan perusahaan penyedia solusi teknologi informasi yang berkantor pusat di Kota Jambi . Berdiri pada Januari 2017 berawal dari pengembangan sistem informasi untuk segmen Mahasiswa, Perusahaan Kecil Menengah , Sekolah hingga Perguruan tinggi.\n\nSaat ini GaweIT.com telah melayani lebih dari 400 klien di seluruh Indonesia. Seiring dengan perkembangan perusahaan, GaweIT.com memperluas segmen market untuk menyediakan solusi teknologi bagi institusi pemerintah, bisnis, transportasi dan beberapa segmen penting lainnya.\n\nPada Januari 2020 GaweIT.com berinisiatif untuk mengelompokkan seluruh produk dan layanannya ke dalam instagram @web.jasa. Value utama dari solusi ini adalah mempermudah dan memangkas segala kerumitan yang ada dalam pengelolaan lebih luas lagi adalah bagi ekosistem sebuah kota beserta yang akan berimbas secara tidak langsung bagi masyarakat luas.\n\n</div>\n</div>\n</div>\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_specialty_column et_pb_css_mix_blend_mode_passthrough et-last-child">\n<div class="et_pb_row_inner et_pb_row_inner_0">\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_inner et_pb_column_inner_0 et-last-child">\n<div class="et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<h3>Visi GaweIT.com</h3>\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n\nMenjadi market leader perusahaan pengembang solusi smart city nasional\n\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<h3>Misi GaweIT.com</h3>\n</div>\n</div>\n<div class="et_pb_module et_pb_text et_pb_text_6 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n\nDalam rangka pencapaian visi dan tujuan perusahaan, maka GaweIT.com menjabarkan misi-misi GaweIT.com sebagai berikut :\n<ul>\n 	<li>Mengakomodasi kebutuhan, sumber daya, dan tujuan</li>\n 	<li>Menciptakan masyarakat cerdas melalui produk-produk TI yang digunakan sehari-hari</li>\n 	<li>Berpartisipasi aktif dalam komunitas global untuk membangun industri kreatif digital</li>\n</ul>\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class="et_pb_section et_pb_section_2 et_section_regular">\n<div class="et_pb_row et_pb_row_1">\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child">\n<div class="et_pb_module et_pb_text et_pb_text_7 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<div class="et_pb_row et_pb_row_5">\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et-last-child">\n<div class="et_pb_module et_pb_text et_pb_text_10 et_pb_text_align_left et_pb_bg_layout_light">\n<div class="et_pb_text_inner">\n<h2 style="text-align: center;">Circle of Warranty</h2>\n</div>\n</div>\n</div>\n</div>\n<div class="et_pb_row et_pb_row_6">\n<div class="et_pb_column et_pb_column_2_5 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough" style="text-align: center;">\n<div class="et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_text_align_left et_pb_blurb_position_top et_pb_bg_layout_light">\n<div class="et_pb_blurb_content">\n<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><img class="et-waypoint et_pb_animation_top lazyloaded et-animated alignnone" src="https://mlj5hv6i8ast.i.optimole.com/PBHtYotRflo/w:auto/h:auto/q:auto/https://www.gamatechno.com/wp-content/uploads/2019/03/circle-warranty.png" alt="" data-lazy-src="https://mlj5hv6i8ast.i.optimole.com/PBHtYotRflo/w:auto/h:auto/q:auto/https://www.gamatechno.com/wp-content/uploads/2019/03/circle-warranty.png" data-was-processed="true" /></span></div>\n<div class="et_pb_blurb_container"></div>\n</div>\n</div>\n</div>\n<div class="et_pb_column et_pb_column_3_5 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough et-last-child">\n<div class="et_pb_module et_pb_blurb et_pb_blurb_1 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light" style="text-align: center;">\n<div class="et_pb_blurb_content">\n<div class="et_pb_blurb_container">\n<h4 class="et_pb_module_header">Inovasi adalah budaya</h4>\n<div class="et_pb_blurb_description">\n\nDari budaya kami memberikan produk dan layanan advanced technology yang tepat untuk pelanggan.\n\n</div>\n</div>\n</div>\n</div>\n<div class="et_pb_module et_pb_blurb et_pb_blurb_2 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light" style="text-align: center;">\n<div class="et_pb_blurb_content">\n<div class="et_pb_blurb_container">\n<h4 class="et_pb_module_header">Pelanggan adalah mitra kerja kami</h4>\n<div class="et_pb_blurb_description">\n\nUntuk itu kami berkomitmen menjalin kerjasama penuh integritas dari awal dan seterusnya.\n\n</div>\n</div>\n</div>\n</div>\n<div class="et_pb_module et_pb_blurb et_pb_blurb_3 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light">\n<div class="et_pb_blurb_content">\n<div class="et_pb_blurb_container">\n<h4 class="et_pb_module_header" style="text-align: center;">Bagi kami, puas tidak cukup</h4>\n<div class="et_pb_blurb_description">\n<p style="text-align: center;">Bekerjasama dan menggunakan produk serta layanan kami haruslah menjadi sebuah pengalaman yang menyenangkan.</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-05-05 16:38:22', '2021-05-05 16:38:22', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137231', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137233, 1, '2021-05-05 16:42:41', '2021-05-05 16:42:41', '<div class="et_pb_section et_pb_section_1 et_pb_with_background et_section_specialty">\r\n<div class="et_pb_row">\r\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et_pb_column_single">\r\n<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<h3>GaweIT.com dari Jambi untuk Indonesia Menuju Dunia</h3>\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n\r\nGaweIT.com merupakan perusahaan penyedia solusi teknologi informasi yang berkantor pusat di Kota Jambi . Berdiri pada Januari 2017 berawal dari pengembangan sistem informasi untuk segmen Mahasiswa, Perusahaan Kecil Menengah , Sekolah hingga Perguruan tinggi.\r\n\r\nSaat ini GaweIT.com telah melayani lebih dari 400 klien di seluruh Indonesia. Seiring dengan perkembangan perusahaan, GaweIT.com memperluas segmen market untuk menyediakan solusi teknologi bagi institusi pemerintah, bisnis, transportasi dan beberapa segmen penting lainnya.\r\n\r\nPada Januari 2020 GaweIT.com berinisiatif untuk mengelompokkan seluruh produk dan layanannya ke dalam instagram @web.jasa. Value utama dari solusi ini adalah mempermudah dan memangkas segala kerumitan yang ada dalam pengelolaan lebih luas lagi adalah bagi ekosistem sebuah kota beserta yang akan berimbas secara tidak langsung bagi masyarakat luas.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class="et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_specialty_column et_pb_css_mix_blend_mode_passthrough et-last-child">\r\n<div class="et_pb_row_inner et_pb_row_inner_0">\r\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_inner et_pb_column_inner_0 et-last-child">\r\n<div class="et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<h3>Visi GaweIT.com</h3>\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n\r\nMenjadi market leader perusahaan pengembang solusi smart city nasional\r\n\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<h3>Misi GaweIT.com</h3>\r\n</div>\r\n</div>\r\n<div class="et_pb_module et_pb_text et_pb_text_6 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n\r\nDalam rangka pencapaian visi dan tujuan perusahaan, maka GaweIT.com menjabarkan misi-misi GaweIT.com sebagai berikut :\r\n<ul>\r\n 	<li>Mengakomodasi kebutuhan, sumber daya, dan tujuan</li>\r\n 	<li>Menciptakan masyarakat cerdas melalui produk-produk TI yang digunakan sehari-hari</li>\r\n 	<li>Berpartisipasi aktif dalam komunitas global untuk membangun industri kreatif digital</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="et_pb_section et_pb_section_2 et_section_regular">\r\n<div class="et_pb_row et_pb_row_1">\r\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child">\r\n<div class="et_pb_module et_pb_text et_pb_text_7 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<div class="et_pb_row et_pb_row_5">\r\n<div class="et_pb_column et_pb_column_4_4 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et-last-child">\r\n<div class="et_pb_module et_pb_text et_pb_text_10 et_pb_text_align_left et_pb_bg_layout_light">\r\n<div class="et_pb_text_inner">\r\n<h2 style="text-align: center;">Circle of Warranty</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="et_pb_row et_pb_row_6">\r\n<div class="et_pb_column et_pb_column_2_5 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough" style="text-align: center;">\r\n<div class="et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_text_align_left et_pb_blurb_position_top et_pb_bg_layout_light">\r\n<div class="et_pb_blurb_content">\r\n<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><img class="et-waypoint et_pb_animation_top lazyloaded et-animated alignnone" src="https://mlj5hv6i8ast.i.optimole.com/PBHtYotRflo/w:auto/h:auto/q:auto/https://www.gamatechno.com/wp-content/uploads/2019/03/circle-warranty.png" alt="" data-lazy-src="https://mlj5hv6i8ast.i.optimole.com/PBHtYotRflo/w:auto/h:auto/q:auto/https://www.gamatechno.com/wp-content/uploads/2019/03/circle-warranty.png" data-was-processed="true" /></span></div>\r\n<div class="et_pb_blurb_container"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="et_pb_column et_pb_column_3_5 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough et-last-child">\r\n<div class="et_pb_module et_pb_blurb et_pb_blurb_1 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light" style="text-align: center;">\r\n<div class="et_pb_blurb_content">\r\n<div class="et_pb_blurb_container">\r\n<blockquote>\r\n<h4 class="et_pb_module_header" style="text-align: left;">Inovasi adalah budaya</h4>\r\n<div class="et_pb_blurb_description" style="text-align: left;">\r\n\r\nDari budaya kami memberikan produk dan layanan advanced technology yang tepat untuk pelanggan.\r\n\r\n</div></blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n<blockquote>\r\n<div class="et_pb_module et_pb_blurb et_pb_blurb_2 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light" style="text-align: left;">\r\n<div class="et_pb_blurb_content">\r\n<div class="et_pb_blurb_container">\r\n<h4 class="et_pb_module_header">Pelanggan adalah mitra kerja kami</h4>\r\n<div class="et_pb_blurb_description">\r\n\r\nUntuk itu kami berkomitmen menjalin kerjasama penuh integritas dari awal dan seterusnya.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n<div class="et_pb_module et_pb_blurb et_pb_blurb_3 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light">\r\n<div class="et_pb_blurb_content">\r\n<div class="et_pb_blurb_container">\r\n<blockquote>\r\n<h4 class="et_pb_module_header" style="text-align: left;">Bagi kami, puas tidak cukup</h4>\r\n</blockquote>\r\n<div class="et_pb_blurb_description">\r\n<blockquote>\r\n<p style="text-align: left;">Bekerjasama dan menggunakan produk serta layanan kami haruslah menjadi sebuah pengalaman yang menyenangkan.</p>\r\n</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-05-05 16:42:41', '2021-05-05 16:42:41', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137233', 0, 'revision', '', 0),
(137236, 1, '2022-01-10 04:41:42', '2021-05-06 14:53:13', '', 'Berita', '', 'publish', 'closed', 'closed', '', '137236', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 544, 'https://spisutha.uinjambi.ac.id/137236/', 5, 'nav_menu_item', '', 0),
(137237, 1, '2022-01-10 04:41:42', '2021-05-06 14:53:13', ' ', '', '', 'publish', 'closed', 'closed', '', '137237', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 544, 'https://spisutha.uinjambi.ac.id/137237/', 6, 'nav_menu_item', '', 0),
(137240, 1, '2022-01-10 04:41:42', '2021-05-06 14:57:48', 'Tentang', 'PROFILE', '', 'publish', 'closed', 'closed', '', 'profile', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 0, 'https://spisutha.uinjambi.ac.id/profile/', 2, 'nav_menu_item', '', 0),
(137241, 1, '2021-05-06 15:03:37', '2021-05-06 15:03:37', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]</p>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\n<h1 class="hestia-title" style="text-align: center;"><strong>Produk dan Layanan</strong></h1>\n<h4 class="description" style="text-align: center;"><strong>Produk dan Pelayanan Utama Yang Di berikan gaweit.com</strong></h4>\n</div>\n</div>\n<div class="hestia-features-content">\n<div class="row">\n<div class="col-xs-12 col-md-4 feature-box">\n<div class="hestia-info">\n<div class="icon"></div>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-code" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>JASA PEMBUATAN WEBSITE</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-picture" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>JASA DESAIN GRAFIS</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-network" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>JASA INSTALASI JARINGAN</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\n<p>[/vc_column_text][/vc_column][vc_column][vc_btn title="Pesan Sekarang" color="primary" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fapi.whatsapp.com%2Fsend%2F%3Fphone%3D6282180181958%26text%3DHello%2B%250ANama%2BSaya%2B%253A%250ADari%2BKota%2B%253A%250AKeperluan%2B%253A%26app_absent%3D0|target:_blank"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]</p>\n<h1 class="hestia-title" style="text-align: center;">Target Client Kami</h1>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\n<h5 class="description" style="text-align: center;">Gaweit.com - Penyedia Jasa Pembuatan Aplikasi Berbasis Web , Jasa Desain Grafis dan Jasa Instalasi Jaringan baik untuk Perusahaan Swasta, Dinas, BUMN, Maupun Umum &amp; Mahasiswa, untuk Keperluan bisnis kami memiliki surat izin usaha dan kami siap mengirimkan proposal sesuai apa yang anda dibutuhkan.</h5>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-city" color="turquoise" size="xl" align="center"][vc_column_text]</p>\n<h4 class="card-title" style="text-align: center;"><strong>Swasta &amp; UMKM</strong></h4>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-building" size="xl" align="center"][vc_column_text]</p>\n<h4 class="card-title" style="text-align: center;"><strong>Dinas &amp; BUMN</strong></h4>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-graduation-cap" color="purple" size="xl" align="center"][vc_column_text]</p>\n<h4 class="card-title" style="text-align: center;"><strong>Umum &amp; Mahasiswa</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text]</p>\n<hr />\n<h1 class="hestia-title" style="text-align: center;">PRODUK KAMI</h1>\n<hr />\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="6" grid_id="vc_gid:1620318798883-eb4dc6a428972202dbba6af03ca5b25e-3"][vc_btn title="Klik Disini Untuk Melihat Lebih Banyak" color="danger" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fsource-code-web%2F"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<hr />\n<h1>Pertanyaan yang Sering Diajukan.</h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\n<div class="panel-body">Maksimal 1 kali revisi. Jika masih ada revisi selanjutnya maka akan dikenakan biaya update halaman sebesar 50.000 per halaman. Revisi hanya sebatas mengubah/mengurangi konten yang sudah ada. Jika menambah konten maka dikenakan biaya update.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq2" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Apakah logo website nantinya dibuatkan?"][vc_column_text]Logo dibuat pelanggan sendiri, bantuan edit logo hanya sebatas resize saja.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Jenis website apa saja yang tidak bisa dibuat menggunakan layanan ini?"][vc_column_text]Kami melayani mulai dari Desain Website Promosi ,Sistem Informasi ,Sistem Kasir,Sistem Pakar,Sistem Perkantoran,E-Commerce,Sistem Pendukung Keputusan dan Kami Juga Membatu Penyelesaian Tugas Akhir[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Apakah penambahan halaman website dapat dilakukan sendiri"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\n<div class="panel-body">Jika website sudah online, pelanggan bebas menambahkan halaman website secara mandiri dengan jumlah halaman maksimal sesuai paket yang digunakan.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Berapa kapasitas hosting websitenya?"][vc_column_text]Batasan space hosting sesuai paket yang digunakan.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Apakah bisa menambahkan logo sosmed yang terhubung link sosmednya?"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\n<div class="panel-body">Ya. Integrasi ke sosial media ( Facebook, Instagram, dan Twitter ) dapat dilakukan.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Apakah bisa mengubah template setelah web selesai diproses?"][vc_column_text]Tidak bisa. Jika Anda ingin mengubah template maka akan dikenakan biaya penambahan halaman baru Sesuai yang disepakati.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137189" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]</p>\n<h1>Kami Selalu Ada untuk Anda</h1>\n<p class="lead">Kami bangga menyebut diri kami sebagai <em><q>Orang GaweIT</q></em> karena kami selalu ada untuk Anda.</p>\n<p class="lead">Kapanpun Anda butuhkan kami selalu siap membantu dalam 24 x 7 x 365.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column width="1/3"][vc_column_text]</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="https://api.whatsapp.com/send/?phone=6282180181958&amp;text=Hello+%0ANama+Saya+%3A%0ADari+Kota+%3A%0AKeperluan+%3A&amp;app_absent=0" icon="fa-comments" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\n<h4 style="text-align: center;">LiveChat</h4>\n<p style="text-align: center;">Ingin bertanya kepada kami?<br />\nKlik di sini untuk chat dengan customer support kami.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="082180181958" icon="fa-phone" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\n<h4 style="text-align: center;">Telepon</h4>\n<p style="text-align: center;">Dial ke <strong>082180181958 </strong>Kami hadir <strong>24 / 7</strong> untuk Anda.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="mailto:admin@spisutha.uinjambi.ac.id" icon="fa-envelope" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\n<h4 style="text-align: center;">Email</h4>\n<p style="text-align: center;">Kirim email ke kami kapanpun dan kami akan membalas secepatnya..</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<hr />\n<hr />\n<p style="text-align: center;">LOKASI KAMI</p>\n<p>[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjU3NzU2NzY4MTk2JTIxMmQxMDMuNTA1ODU4OTE4NTMzNDklMjEzZC0xLjYyMDAxMTQzMDk5MTM0OCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDJlMjU4OWNkZjM4NTc1MTklMjUzQTB4MjFkODg0OTJjZGU2MmI5MCUyMTJzSmFzYSUyNTIwUGVtYnVhdGFuJTI1MjBXZWJzaXRlJTIxNWUwJTIxM20yJTIxMXNpZCUyMTJzaWQlMjE0djE2MTk5MDA4NzUzMTklMjE1bTIlMjExc2lkJTIxMnNpZCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTNCJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNEJTIyJTIyJTIwbG9hZGluZyUzRCUyMmxhenklMjIlM0UlM0MlMkZpZnJhbWUlM0U="][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-06 15:03:37', '2021-05-06 15:03:37', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137241', 0, 'revision', '', 0),
(137242, 1, '2021-05-06 15:04:55', '2021-05-06 15:04:55', '<p>[vc_row][vc_column][u_post_grid title="GAWE" description="SELURUH PROJECT GAWEIT.COM" show_header="0" header_background="#0a0a0a" count="100" show_date="1" show_price="1" show_venue="1" show_cat_name="1" show_time="1" gallery="0"][/vc_column][/vc_row]</p>\n', 'All Project', '', 'publish', 'closed', 'closed', '', 'all-project', '', '', '2021-05-06 15:08:58', '2021-05-06 15:08:58', '', 0, 'https://spisutha.uinjambi.ac.id/?page_id=137242', 0, 'page', '', 0),
(137243, 1, '2021-05-06 15:04:55', '2021-05-06 15:04:55', '', 'All Project', '', 'inherit', 'closed', 'closed', '', '137242-revision-v1', '', '', '2021-05-06 15:04:55', '2021-05-06 15:04:55', '', 137242, 'https://spisutha.uinjambi.ac.id/?p=137243', 0, 'revision', '', 0),
(137244, 1, '2021-05-06 15:08:58', '2021-05-06 15:08:58', '<p>[vc_row][vc_column][u_post_grid title="GAWE" description="SELURUH PROJECT GAWEIT.COM" show_header="0" header_background="#0a0a0a" count="100" show_date="1" show_price="1" show_venue="1" show_cat_name="1" show_time="1" gallery="0"][/vc_column][/vc_row]</p>\n', 'All Project', '', 'inherit', 'closed', 'closed', '', '137242-revision-v1', '', '', '2021-05-06 15:08:58', '2021-05-06 15:08:58', '', 137242, 'https://spisutha.uinjambi.ac.id/?p=137244', 0, 'revision', '', 0),
(137245, 1, '2021-05-06 15:08:58', '2021-05-06 15:08:58', '<p>[vc_row][vc_column][u_post_grid title="GAWE" description="SELURUH PROJECT GAWEIT.COM" show_header="0" header_background="#0a0a0a" count="100" show_date="1" show_price="1" show_venue="1" show_cat_name="1" show_time="1" gallery="0"][/vc_column][/vc_row]</p>\n', 'All Project', '', 'inherit', 'closed', 'closed', '', '137242-revision-v1', '', '', '2021-05-06 15:08:58', '2021-05-06 15:08:58', '', 137242, 'https://spisutha.uinjambi.ac.id/?p=137245', 0, 'revision', '', 0),
(137246, 1, '2021-05-06 15:10:04', '2021-05-06 15:10:04', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]</p>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\n<h1 class="hestia-title" style="text-align: center;"><strong>Produk dan Layanan</strong></h1>\n<h4 class="description" style="text-align: center;"><strong>Produk dan Pelayanan Utama Yang Di berikan gaweit.com</strong></h4>\n</div>\n</div>\n<div class="hestia-features-content">\n<div class="row">\n<div class="col-xs-12 col-md-4 feature-box">\n<div class="hestia-info">\n<div class="icon"></div>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-code" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>JASA PEMBUATAN WEBSITE</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-picture" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>JASA DESAIN GRAFIS</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-network" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>JASA INSTALASI JARINGAN</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\n<p>[/vc_column_text][/vc_column][vc_column][vc_btn title="Pesan Sekarang" color="primary" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fapi.whatsapp.com%2Fsend%2F%3Fphone%3D6282180181958%26text%3DHello%2B%250ANama%2BSaya%2B%253A%250ADari%2BKota%2B%253A%250AKeperluan%2B%253A%26app_absent%3D0|target:_blank"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]</p>\n<h1 class="hestia-title" style="text-align: center;">Target Client Kami</h1>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\n<h5 class="description" style="text-align: center;">Gaweit.com - Penyedia Jasa Pembuatan Aplikasi Berbasis Web , Jasa Desain Grafis dan Jasa Instalasi Jaringan baik untuk Perusahaan Swasta, Dinas, BUMN, Maupun Umum &amp; Mahasiswa, untuk Keperluan bisnis kami memiliki surat izin usaha dan kami siap mengirimkan proposal sesuai apa yang anda dibutuhkan.</h5>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-city" color="turquoise" size="xl" align="center"][vc_column_text]</p>\n<h4 class="card-title" style="text-align: center;"><strong>Swasta &amp; UMKM</strong></h4>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-building" size="xl" align="center"][vc_column_text]</p>\n<h4 class="card-title" style="text-align: center;"><strong>Dinas &amp; BUMN</strong></h4>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-graduation-cap" color="purple" size="xl" align="center"][vc_column_text]</p>\n<h4 class="card-title" style="text-align: center;"><strong>Umum &amp; Mahasiswa</strong></h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text]</p>\n<hr />\n<h1 class="hestia-title" style="text-align: center;">PRODUK KAMI</h1>\n<hr />\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="6" grid_id="vc_gid:1620319179733-1e6b2c1ed04f3f9b5631ae9cb17cadbb-4"][vc_btn title="Klik Disini Untuk Melihat Lebih Banyak" color="danger" size="lg" align="center" button_block="true" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fall-project%2F|title:All%20Project"][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<hr />\n<h1>Pertanyaan yang Sering Diajukan.</h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\n<div class="panel-body">Maksimal 1 kali revisi. Jika masih ada revisi selanjutnya maka akan dikenakan biaya update halaman sebesar 50.000 per halaman. Revisi hanya sebatas mengubah/mengurangi konten yang sudah ada. Jika menambah konten maka dikenakan biaya update.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq2" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Apakah logo website nantinya dibuatkan?"][vc_column_text]Logo dibuat pelanggan sendiri, bantuan edit logo hanya sebatas resize saja.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Jenis website apa saja yang tidak bisa dibuat menggunakan layanan ini?"][vc_column_text]Kami melayani mulai dari Desain Website Promosi ,Sistem Informasi ,Sistem Kasir,Sistem Pakar,Sistem Perkantoran,E-Commerce,Sistem Pendukung Keputusan dan Kami Juga Membatu Penyelesaian Tugas Akhir[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Apakah penambahan halaman website dapat dilakukan sendiri"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\n<div class="panel-body">Jika website sudah online, pelanggan bebas menambahkan halaman website secara mandiri dengan jumlah halaman maksimal sesuai paket yang digunakan.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Berapa kapasitas hosting websitenya?"][vc_column_text]Batasan space hosting sesuai paket yang digunakan.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Apakah bisa menambahkan logo sosmed yang terhubung link sosmednya?"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\n<div class="panel-body">Ya. Integrasi ke sosial media ( Facebook, Instagram, dan Twitter ) dapat dilakukan.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Apakah bisa mengubah template setelah web selesai diproses?"][vc_column_text]Tidak bisa. Jika Anda ingin mengubah template maka akan dikenakan biaya penambahan halaman baru Sesuai yang disepakati.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137189" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]</p>\n<h1>Kami Selalu Ada untuk Anda</h1>\n<p class="lead">Kami bangga menyebut diri kami sebagai <em><q>Orang GaweIT</q></em> karena kami selalu ada untuk Anda.</p>\n<p class="lead">Kapanpun Anda butuhkan kami selalu siap membantu dalam 24 x 7 x 365.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column width="1/3"][vc_column_text]</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="https://api.whatsapp.com/send/?phone=6282180181958&amp;text=Hello+%0ANama+Saya+%3A%0ADari+Kota+%3A%0AKeperluan+%3A&amp;app_absent=0" icon="fa-comments" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\n<h4 style="text-align: center;">LiveChat</h4>\n<p style="text-align: center;">Ingin bertanya kepada kami?<br />\nKlik di sini untuk chat dengan customer support kami.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="082180181958" icon="fa-phone" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\n<h4 style="text-align: center;">Telepon</h4>\n<p style="text-align: center;">Dial ke <strong>082180181958 </strong>Kami hadir <strong>24 / 7</strong> untuk Anda.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]</p>\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="mailto:admin@spisutha.uinjambi.ac.id" icon="fa-envelope" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\n<h4 style="text-align: center;">Email</h4>\n<p style="text-align: center;">Kirim email ke kami kapanpun dan kami akan membalas secepatnya..</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<hr />\n<hr />\n<p style="text-align: center;">LOKASI KAMI</p>\n<p>[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjU3NzU2NzY4MTk2JTIxMmQxMDMuNTA1ODU4OTE4NTMzNDklMjEzZC0xLjYyMDAxMTQzMDk5MTM0OCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDJlMjU4OWNkZjM4NTc1MTklMjUzQTB4MjFkODg0OTJjZGU2MmI5MCUyMTJzSmFzYSUyNTIwUGVtYnVhdGFuJTI1MjBXZWJzaXRlJTIxNWUwJTIxM20yJTIxMXNpZCUyMTJzaWQlMjE0djE2MTk5MDA4NzUzMTklMjE1bTIlMjExc2lkJTIxMnNpZCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTNCJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNEJTIyJTIyJTIwbG9hZGluZyUzRCUyMmxhenklMjIlM0UlM0MlMkZpZnJhbWUlM0U="][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-06 15:10:04', '2021-05-06 15:10:04', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137246', 0, 'revision', '', 0),
(137258, 1, '2022-01-10 04:41:42', '2021-05-11 03:00:46', ' ', '', '', 'publish', 'closed', 'closed', '', 'kegiatan', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 544, 'https://spisutha.uinjambi.ac.id/kegiatan/', 7, 'nav_menu_item', '', 0),
(137259, 1, '2021-05-11 03:36:54', '2021-05-11 03:36:54', '', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-05-11 03:36:54', '2021-05-11 03:36:54', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137259', 0, 'revision', '', 0),
(137260, 1, '2021-05-11 03:37:37', '2021-05-11 03:37:37', '', 'AKADEMIK', '', 'inherit', 'closed', 'closed', '', '137151-revision-v1', '', '', '2021-05-11 03:37:37', '2021-05-11 03:37:37', '', 137151, 'https://spisutha.uinjambi.ac.id/?p=137260', 0, 'revision', '', 0),
(137261, 1, '2021-05-11 03:38:24', '2021-05-11 03:38:24', '', 'Kalender Akademik', '', 'inherit', 'closed', 'closed', '', '137152-revision-v1', '', '', '2021-05-11 03:38:24', '2021-05-11 03:38:24', '', 137152, 'https://spisutha.uinjambi.ac.id/?p=137261', 0, 'revision', '', 0),
(137262, 1, '2021-05-11 03:39:21', '2021-05-11 03:39:21', '', 'Peraturan Akademik', '', 'inherit', 'closed', 'closed', '', '137153-revision-v1', '', '', '2021-05-11 03:39:21', '2021-05-11 03:39:21', '', 137153, 'https://spisutha.uinjambi.ac.id/?p=137262', 0, 'revision', '', 0),
(137263, 1, '2021-05-11 03:39:54', '2021-05-11 03:39:54', '', 'Panduan Penulisan Tugas Akhir', '', 'inherit', 'closed', 'closed', '', '137154-revision-v1', '', '', '2021-05-11 03:39:54', '2021-05-11 03:39:54', '', 137154, 'https://spisutha.uinjambi.ac.id/?p=137263', 0, 'revision', '', 0),
(137264, 1, '2021-05-11 03:41:47', '2021-05-11 03:41:47', '[vc_row][vc_column][contact-form-7 id="254"][vc_column_text]\r\n<h1>KONTAK KAMI</h1>\r\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<ul>\r\n 	<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />   </strong></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<ul>\r\n 	<li class="mapsConsumerUiSubviewSectionOpenhours__summary-line mapsConsumerUiSubviewSectionOpenhours__clickable mapsConsumerUiSubviewSectionOpenhours__center-aligned" tabindex="0" role="button" aria-expanded="false" data-hide-tooltip-on-mouse-move="true"><strong><img class="mapsConsumerUiSubviewSectionOpenhours__section-icon" src="https://www.gstatic.com/images/icons/material/system_gm/1x/schedule_gm_blue_24dp.png" aria-label="Jam buka" />   </strong></li>\r\n</ul>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<ul>\r\n 	<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />   </strong></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<ul>\r\n 	<li class="mapsConsumerUiSubviewSectionGm2Listitem__icon-outer"><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />   </strong></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]', 'KONTAK', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2021-05-11 03:41:47', '2021-05-11 03:41:47', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137264', 0, 'revision', '', 0),
(137269, 1, '2021-05-11 04:51:05', '2021-05-11 04:51:05', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di website resmi Program Studi</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Program Studi</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1620708565975-116a7941-f76a-2" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Maksimal 1 kali revisi. Jika masih ada revisi selanjutnya maka akan dikenakan biaya update halaman sebesar 50.000 per halaman. Revisi hanya sebatas mengubah/mengurangi konten yang sudah ada. Jika menambah konten maka dikenakan biaya update.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq2" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Apakah logo website nantinya dibuatkan?"][vc_column_text]Logo dibuat pelanggan sendiri, bantuan edit logo hanya sebatas resize saja.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Jenis website apa saja yang tidak bisa dibuat menggunakan layanan ini?"][vc_column_text]Kami melayani mulai dari Desain Website Promosi ,Sistem Informasi ,Sistem Kasir,Sistem Pakar,Sistem Perkantoran,E-Commerce,Sistem Pendukung Keputusan dan Kami Juga Membatu Penyelesaian Tugas Akhir[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Apakah penambahan halaman website dapat dilakukan sendiri"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Jika website sudah online, pelanggan bebas menambahkan halaman website secara mandiri dengan jumlah halaman maksimal sesuai paket yang digunakan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Berapa kapasitas hosting websitenya?"][vc_column_text]Batasan space hosting sesuai paket yang digunakan.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Apakah bisa menambahkan logo sosmed yang terhubung link sosmednya?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Ya. Integrasi ke sosial media ( Facebook, Instagram, dan Twitter ) dapat dilakukan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Apakah bisa mengubah template setelah web selesai diproses?"][vc_column_text]Tidak bisa. Jika Anda ingin mengubah template maka akan dikenakan biaya penambahan halaman baru Sesuai yang disepakati.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137189" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Kami Selalu Ada untuk Anda</h1>\r\n<p class="lead">Kami bangga menyebut diri kami sebagai <em><q>Orang GaweIT</q></em> karena kami selalu ada untuk Anda.</p>\r\n<p class="lead">Kapanpun Anda butuhkan kami selalu siap membantu dalam 24 x 7 x 365.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="https://api.whatsapp.com/send/?phone=6282180181958&amp;text=Hello+%0ANama+Saya+%3A%0ADari+Kota+%3A%0AKeperluan+%3A&amp;app_absent=0" icon="fa-comments" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">LiveChat</h4>\r\n<p style="text-align: center;">Ingin bertanya kepada kami?\r\nKlik di sini untuk chat dengan customer support kami.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]</p>\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="082180181958" icon="fa-phone" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Telepon</h4>\r\n<p style="text-align: center;">Dial ke <strong>082180181958 </strong>Kami hadir <strong>24 / 7</strong> untuk Anda.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="mailto:admin@spisutha.uinjambi.ac.id" icon="fa-envelope" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Email</h4>\r\n<p style="text-align: center;">Kirim email ke kami kapanpun dan kami akan membalas secepatnya..</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjU3NzU2NzY4MTk2JTIxMmQxMDMuNTA1ODU4OTE4NTMzNDklMjEzZC0xLjYyMDAxMTQzMDk5MTM0OCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDJlMjU4OWNkZjM4NTc1MTklMjUzQTB4MjFkODg0OTJjZGU2MmI5MCUyMTJzSmFzYSUyNTIwUGVtYnVhdGFuJTI1MjBXZWJzaXRlJTIxNWUwJTIxM20yJTIxMXNpZCUyMTJzaWQlMjE0djE2MTk5MDA4NzUzMTklMjE1bTIlMjExc2lkJTIxMnNpZCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTNCJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNEJTIyJTIyJTIwbG9hZGluZyUzRCUyMmxhenklMjIlM0UlM0MlMkZpZnJhbWUlM0U="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-11 04:51:05', '2021-05-11 04:51:05', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137269', 0, 'revision', '', 0),
(137270, 1, '2021-05-11 04:52:12', '2021-05-11 04:52:12', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di website resmi Program Studi</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Pembuatan Aplikasi Berbasis Website Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Desain Grafis Dan Desain Logo Yang dikonsep secara bebas dan sesuai Keinginan .</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Jasa Instalasi Jaringan Internet Ini Hanya Untuk Di Kawasan Provinsi Jambi</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Program Studi</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1620708664639-d1e678bc-0e35-4" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Bagaimana jika website sudah jadi dan perlu revisi?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Maksimal 1 kali revisi. Jika masih ada revisi selanjutnya maka akan dikenakan biaya update halaman sebesar 50.000 per halaman. Revisi hanya sebatas mengubah/mengurangi konten yang sudah ada. Jika menambah konten maka dikenakan biaya update.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq2" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Apakah logo website nantinya dibuatkan?"][vc_column_text]Logo dibuat pelanggan sendiri, bantuan edit logo hanya sebatas resize saja.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Jenis website apa saja yang tidak bisa dibuat menggunakan layanan ini?"][vc_column_text]Kami melayani mulai dari Desain Website Promosi ,Sistem Informasi ,Sistem Kasir,Sistem Pakar,Sistem Perkantoran,E-Commerce,Sistem Pendukung Keputusan dan Kami Juga Membatu Penyelesaian Tugas Akhir[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Apakah penambahan halaman website dapat dilakukan sendiri"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Jika website sudah online, pelanggan bebas menambahkan halaman website secara mandiri dengan jumlah halaman maksimal sesuai paket yang digunakan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Berapa kapasitas hosting websitenya?"][vc_column_text]Batasan space hosting sesuai paket yang digunakan.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Apakah bisa menambahkan logo sosmed yang terhubung link sosmednya?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Ya. Integrasi ke sosial media ( Facebook, Instagram, dan Twitter ) dapat dilakukan.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Apakah bisa mengubah template setelah web selesai diproses?"][vc_column_text]Tidak bisa. Jika Anda ingin mengubah template maka akan dikenakan biaya penambahan halaman baru Sesuai yang disepakati.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137189" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Kami Selalu Ada untuk Anda</h1>\r\n<p class="lead">Kami bangga menyebut diri kami sebagai <em><q>Orang GaweIT</q></em> karena kami selalu ada untuk Anda.</p>\r\n<p class="lead">Kapanpun Anda butuhkan kami selalu siap membantu dalam 24 x 7 x 365.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="1" u_row_paralax="1" u_row_scheme="0" css=".vc_custom_1438655738463{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 0px !important;}"][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="https://api.whatsapp.com/send/?phone=6282180181958&amp;text=Hello+%0ANama+Saya+%3A%0ADari+Kota+%3A%0AKeperluan+%3A&amp;app_absent=0" icon="fa-comments" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">LiveChat</h4>\r\n<p style="text-align: center;">Ingin bertanya kepada kami?\r\nKlik di sini untuk chat dengan customer support kami.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]</p>\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="082180181958" icon="fa-phone" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Telepon</h4>\r\n<p style="text-align: center;">Dial ke <strong>082180181958 </strong>Kami hadir <strong>24 / 7</strong> untuk Anda.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_column_text]\r\n<p style="text-align: center;">[ct_button id="button_19" size="big" solid="0" link="mailto:admin@spisutha.uinjambi.ac.id" icon="fa-envelope" arrow="1" color="#" css_animation="" animation_delay=""][/ct_button]</p>\r\n\r\n<h4 style="text-align: center;">Email</h4>\r\n<p style="text-align: center;">Kirim email ke kami kapanpun dan kami akan membalas secepatnya..</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjU3NzU2NzY4MTk2JTIxMmQxMDMuNTA1ODU4OTE4NTMzNDklMjEzZC0xLjYyMDAxMTQzMDk5MTM0OCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDJlMjU4OWNkZjM4NTc1MTklMjUzQTB4MjFkODg0OTJjZGU2MmI5MCUyMTJzSmFzYSUyNTIwUGVtYnVhdGFuJTI1MjBXZWJzaXRlJTIxNWUwJTIxM20yJTIxMXNpZCUyMTJzaWQlMjE0djE2MTk5MDA4NzUzMTklMjE1bTIlMjExc2lkJTIxMnNpZCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTNCJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNEJTIyJTIyJTIwbG9hZGluZyUzRCUyMmxhenklMjIlM0UlM0MlMkZpZnJhbWUlM0U="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-11 04:52:12', '2021-05-11 04:52:12', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137270', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137271, 1, '2021-05-11 04:59:39', '2021-05-11 04:59:39', '', 'Logo UIN Jambi 2017', '', 'inherit', 'open', 'closed', '', 'logo-uin-jambi-2017', '', '', '2021-05-11 04:59:39', '2021-05-11 04:59:39', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/Logo-UIN-Jambi-2017.png', 0, 'attachment', 'image/png', 0),
(137272, 1, '2021-05-11 05:00:47', '2021-05-11 05:00:47', '', 'uin', '', 'inherit', 'open', 'closed', '', 'uin', '', '', '2021-05-11 05:00:47', '2021-05-11 05:00:47', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/uin-1.png', 0, 'attachment', 'image/png', 0),
(137273, 1, '2021-05-11 05:16:43', '2021-05-11 05:16:43', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di website resmi Program Studi</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Program Studi</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1620708731624-40f875c2-182e-8" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-11 05:16:43', '2021-05-11 05:16:43', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137273', 0, 'revision', '', 0),
(137274, 1, '2021-05-11 05:25:47', '2021-05-11 05:25:47', '', 'slider1a', '', 'inherit', 'open', 'closed', '', 'slider1a', '', '', '2021-05-11 05:25:47', '2021-05-11 05:25:47', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/slider3.jpg', 0, 'attachment', 'image/jpeg', 0),
(137275, 1, '2021-05-11 05:25:49', '2021-05-11 05:25:49', '', 'slider1a', '', 'inherit', 'open', 'closed', '', 'slider1a-2', '', '', '2021-05-11 05:25:49', '2021-05-11 05:25:49', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137276, 1, '2021-05-11 05:25:50', '2021-05-11 05:25:50', '', 'slider1a', '', 'inherit', 'open', 'closed', '', 'slider1a-3', '', '', '2021-05-11 05:25:50', '2021-05-11 05:25:50', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(137283, 6, '2021-05-21 03:37:53', '2021-05-21 03:37:53', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]</p>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\n</div>\n</div>\n<div class="hestia-features-content">\n<div class="row">\n<div class="col-xs-12 col-md-4 feature-box">\n<div class="hestia-info">\n<div class="icon"></div>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]</p>\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][vc_column][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621568015424-a817c1ae-c26d-0" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]</p>\n<h1>Program Studi</h1>\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]</p>\n<hr />\n<h1>Pertanyaan yang Sering Diajukan.</h1>\n<p>[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]</p>\n<div class="panel panel-default">\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\n</div>\n</div>\n<div class="panel panel-default">\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\n</div>\n<p>[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<hr />\n<hr />\n<p style="text-align: center;">LOKASI KAMI</p>\n<p>[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-autosave-v1', '', '', '2021-05-21 03:37:53', '2021-05-21 03:37:53', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137283', 0, 'revision', '', 0),
(137287, 1, '2021-05-21 06:40:34', '2021-05-21 06:40:34', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di website resmi Program Studi</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Program Studi</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621579070497-0e90e684-69da-0" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621579145769-6e5e9a27-7e9d-0" taxonomies="542"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 06:40:34', '2021-05-21 06:40:34', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137287', 0, 'revision', '', 0),
(137288, 1, '2021-05-21 06:42:46', '2021-05-21 06:42:46', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di website resmi Program Studi</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Program Studi</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621579244904-d467a54f-eafd-4" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621579244922-d06e219e-7f91-3" taxonomies="542"][vc_btn title="R"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 06:42:46', '2021-05-21 06:42:46', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137288', 0, 'revision', '', 0),
(137293, 1, '2021-05-21 06:51:05', '2021-05-21 06:51:05', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di website resmi Program Studi</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Program Studi</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621579848463-0809c43d-fa2b-7" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 06:51:05', '2021-05-21 06:51:05', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137293', 0, 'revision', '', 0),
(137294, 1, '2021-05-21 06:52:04', '2021-05-21 06:52:04', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>KEUNGGULAN PRODI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>TENAGA PENGAJAR HANDAL</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>FASILITAS MEMADAI</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Program Studi</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621579871813-3b3687d5-d768-8" taxonomies="544"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 06:52:04', '2021-05-21 06:52:04', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137294', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137295, 1, '2021-05-21 06:53:56', '2021-05-21 06:53:56', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621579927265-b9bbc33a-8b3f-10" taxonomies="544"][vc_btn][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 06:53:56', '2021-05-21 06:53:56', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137295', 0, 'revision', '', 0),
(137296, 1, '2021-05-21 06:55:18', '2021-05-21 06:55:18', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580041648-4f3540ef-2943-4" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 06:55:18', '2021-05-21 06:55:18', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137296', 0, 'revision', '', 0),
(137297, 1, '2021-05-21 06:57:36', '2021-05-21 06:57:36', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1619715269272{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580123805-a8283a20-52e9-3" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 06:57:36', '2021-05-21 06:57:36', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137297', 0, 'revision', '', 0),
(137298, 1, '2021-05-21 07:00:11', '2021-05-21 07:00:11', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580404202{background-color: #3742fa !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580263512-69a901ec-e8db-2" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 07:00:11', '2021-05-21 07:00:11', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137298', 0, 'revision', '', 0),
(137299, 1, '2021-05-21 07:01:00', '2021-05-21 07:01:00', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580433923{background-color: #ffffff !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580415233-a5c07ef3-1e63-1" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 07:01:00', '2021-05-21 07:01:00', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137299', 0, 'revision', '', 0),
(137300, 1, '2021-05-21 07:01:46', '2021-05-21 07:01:46', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580500026{background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580467487-e5609cd8-0a19-3" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 07:01:46', '2021-05-21 07:01:46', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137300', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137301, 1, '2021-05-21 07:02:40', '2021-05-21 07:02:40', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580511722-88bbdb71-62f6-10" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407229908970{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eaeaea !important;}"][vc_column width="1/2"][vc_single_image image="137271" img_size="full" alignment="center"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h1>Program Studi</h1>\r\n<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 07:02:40', '2021-05-21 07:02:40', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137301', 0, 'revision', '', 0),
(137302, 1, '2021-05-21 07:03:46', '2021-05-21 07:03:46', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580565637-79853ff4-7bb0-7" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407228240702{padding-top: 20px !important;}"][vc_column][vc_column_text css_animation="bottom-to-top" css=".vc_custom_1619901086638{margin-bottom: 29px !important;padding-top: 36px !important;}"]\r\n\r\n<hr />\r\n\r\n<h1>Pertanyaan yang Sering Diajukan.</h1>\r\n[/vc_column_text][vc_accordion][vc_accordion_tab title="1. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq1" aria-expanded="true">\r\n<div class="panel-body">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="2. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="3. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="4. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq4" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq4" aria-expanded="true">\r\n<div class="panel-body">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq5" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="5. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="6. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]\r\n<div class="panel panel-default">\r\n<div id="faq9" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="faq9" aria-expanded="true">\r\n<div class="panel-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>\r\n</div>\r\n</div>\r\n<div class="panel panel-default">\r\n<div id="headingFaq10" class="panel-heading" role="tab"></div>\r\n</div>\r\n[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title="7. Lorem ipsum dolor sit amet, consectetur adipiscing elit ?"][vc_column_text]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 07:03:46', '2021-05-21 07:03:46', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137302', 0, 'revision', '', 0),
(137303, 1, '2021-05-21 07:04:17', '2021-05-21 07:04:17', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621580632419-cd75bf4a-0d3b-5" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n\r\n\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 07:04:17', '2021-05-21 07:04:17', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137303', 0, 'revision', '', 0),
(137305, 1, '2021-05-21 13:18:38', '2021-05-21 13:18:38', '', 'logotest7 (1)', '', 'inherit', 'open', 'closed', '', 'logotest7-1', '', '', '2021-05-21 13:18:38', '2021-05-21 13:18:38', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/logotest7-1-1.png', 0, 'attachment', 'image/png', 0),
(137306, 1, '2021-05-21 13:20:54', '2021-05-21 13:20:54', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA PROGRAM STUDI</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621603198406-aeaaf58d-f578-3" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 13:20:54', '2021-05-21 13:20:54', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137306', 0, 'revision', '', 0),
(137307, 1, '2021-05-21 14:10:23', '2021-05-21 14:10:23', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621603258612-99637d65-b9fe-8" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;">KEGIATAN LEMBAGA</h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606102972-1332fdb6-3e1c-8" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606111629-a4d0aa16-238a-7" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:10:23', '2021-05-21 14:10:23', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137307', 0, 'revision', '', 0),
(137308, 1, '2021-05-21 14:11:07', '2021-05-21 14:11:07', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606226706-f2ec9235-5a5a-8" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606226711-090ed49a-9d3a-7" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606226715-978d64b0-92c3-0" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:11:07', '2021-05-21 14:11:07', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137308', 0, 'revision', '', 0),
(137309, 1, '2021-05-21 14:11:44', '2021-05-21 14:11:44', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="lg" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606274656-c97ce777-734b-9" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606274664-3f192126-8e65-5" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606274667-103690a7-8225-7" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:11:44', '2021-05-21 14:11:44', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137309', 0, 'revision', '', 0),
(137310, 1, '2021-05-21 14:12:43', '2021-05-21 14:12:43', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621580312469{margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621580553158{padding-bottom: 12px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_zigzag][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606309337-9ead872e-a2ab-6" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606309347-b91f378e-77b9-7" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606309355-8ba0a6e1-3a58-1" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:12:43', '2021-05-21 14:12:43', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137310', 0, 'revision', '', 0),
(137311, 1, '2021-05-21 14:16:44', '2021-05-21 14:16:44', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606599862{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606545690{margin: 10px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606367665-c3aff9d9-3fc9-6" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606367681-243c8759-bab3-7" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606367691-516b44eb-5588-4" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:16:44', '2021-05-21 14:16:44', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137311', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137312, 1, '2021-05-21 14:17:49', '2021-05-21 14:17:49', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606599862{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606663236{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #000000 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606609803-8cf263f1-96dd-7" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606609821-4b85165a-cc8f-8" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606609834-eb3eddd3-97bd-9" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:17:49', '2021-05-21 14:17:49', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137312', 0, 'revision', '', 0),
(137313, 1, '2021-05-21 14:19:19', '2021-05-21 14:19:19', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606746020{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #57606f !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606755377{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #57606f !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606675275-56fddf2a-64d2-1" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606675282-57cd8863-4001-9" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606675286-952ed352-a6df-3" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:19:19', '2021-05-21 14:19:19', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137313', 0, 'revision', '', 0),
(137314, 1, '2021-05-21 14:19:55', '2021-05-21 14:19:55', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606764468-91e576aa-5e66-3" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606764476-b2354848-9c95-2" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606764479-6579936a-fc8b-5" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:19:55', '2021-05-21 14:19:55', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137314', 0, 'revision', '', 0),
(137315, 1, '2021-05-21 14:59:59', '2021-05-21 14:59:59', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621606801123-fe22bb35-26d1-0" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609131705-09cf5649-bcb9-9" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609173963-ac109312-0134-10" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 14:59:59', '2021-05-21 14:59:59', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137315', 0, 'revision', '', 0),
(137316, 1, '2021-05-21 15:02:23', '2021-05-21 15:02:23', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609206400-fe834f03-dc37-10" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank" css=".vc_custom_1621609336706{margin-right: 50px !important;margin-left: 50px !important;}"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609206403-8499ca50-cdaa-10" taxonomies="542"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609206408-100ebaff-9e09-3" taxonomies="546"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 15:02:23', '2021-05-21 15:02:23', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137316', 0, 'revision', '', 0),
(137317, 1, '2021-05-21 15:03:15', '2021-05-21 15:03:15', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609351818-cac95835-ec81-6" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609351822-d9b54700-ae35-10" taxonomies="542"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609351828-9a21cc6a-238b-5" taxonomies="546"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 15:03:15', '2021-05-21 15:03:15', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137317', 0, 'revision', '', 0),
(137318, 1, '2021-05-21 15:04:46', '2021-05-21 15:04:46', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609399996-aaffe123-1682-1" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609399999-fd8321dc-ebe7-9" taxonomies="542"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609400002-d105d2f2-53ad-6" taxonomies="546"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 15:04:46', '2021-05-21 15:04:46', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137318', 0, 'revision', '', 0),
(137319, 1, '2021-05-21 15:07:38', '2021-05-21 15:07:38', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]</p>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\n</div>\n</div>\n<div class="hestia-features-content">\n<div class="row">\n<div class="col-xs-12 col-md-4 feature-box">\n<div class="hestia-info">\n<div class="icon"></div>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]</p>\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\n</div>\n</div>\n<p>[/vc_column_text][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609554979-93e32d6e1065aa1c68a456c1c2253f42-4" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609555106-d433a9cadab823cb2a71bbf2ebd01646-10" taxonomies="542"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609555226-97dfea83699100501162312268d320cf-5" taxonomies="546"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<hr />\n<p style="text-align: center;">LOKASI KAMI</p>\n<p>[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 15:07:38', '2021-05-21 15:07:38', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137319', 0, 'revision', '', 0),
(137321, 1, '2021-05-21 15:15:28', '2021-05-21 15:15:28', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]</p>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\n</div>\n</div>\n<div class="hestia-features-content">\n<div class="row">\n<div class="col-xs-12 col-md-4 feature-box">\n<div class="hestia-info">\n<div class="icon"></div>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]</p>\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\n</div>\n</div>\n<p>[/vc_column_text][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609554979-93e32d6e1065aa1c68a456c1c2253f42-4" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609555106-d433a9cadab823cb2a71bbf2ebd01646-10" taxonomies="542"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609555226-97dfea83699100501162312268d320cf-5" taxonomies="546"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<hr />\n<p style="text-align: center;">LOKASI KAMI</p>\n<p>[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][c_column color="#1e73be" bg_color="#8224e3"][/c_column][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 15:15:28', '2021-05-21 15:15:28', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137321', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137322, 1, '2021-05-21 15:15:36', '2021-05-21 15:15:36', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]</p>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\n</div>\n</div>\n<div class="hestia-features-content">\n<div class="row">\n<div class="col-xs-12 col-md-4 feature-box">\n<div class="hestia-info">\n<div class="icon"></div>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]</p>\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\n<p>[/vc_column_text][vc_column_text]</p>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]</p>\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\n</div>\n</div>\n<p>[/vc_column_text][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609554979-93e32d6e1065aa1c68a456c1c2253f42-4" taxonomies="544"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609555106-d433a9cadab823cb2a71bbf2ebd01646-10" taxonomies="542"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]</p>\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\n<p>[/vc_column_text][vc_basic_grid post_type="post" max_items="9" grid_id="vc_gid:1621609555226-97dfea83699100501162312268d320cf-5" taxonomies="546"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<hr />\n<p style="text-align: center;">LOKASI KAMI</p>\n<p>[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2021-05-21 15:15:36', '2021-05-21 15:15:36', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137322', 0, 'revision', '', 0),
(137326, 1, '2021-05-21 15:33:07', '2021-05-21 15:33:07', '<p>[vc_row][vc_column][vc_gallery interval="3"][vc_column_text]</p>\n<h1 style="text-align: center;"><strong>Lorem Ipsum</strong></h1>\n<h4>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry''s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</h4>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n', 'PROFILE', '', 'inherit', 'closed', 'closed', '', '137145-revision-v1', '', '', '2021-05-21 15:33:07', '2021-05-21 15:33:07', '', 137145, 'https://spisutha.uinjambi.ac.id/?p=137326', 0, 'revision', '', 0),
(137327, 1, '2021-05-21 15:48:53', '2021-05-21 15:48:53', '<p>[vc_row][vc_column][contact-form-7 id="254"][vc_column_text]</p>\n<h1><strong>KONTAK KAMI</strong></h1>\n<p>&nbsp;</p>\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\n</div>\n</div>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:mail@spisutha.uinjambi.ac.id">mail@spisutha.uinjambi.ac.id</a></em></strong></h5>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]</p>\n', 'KONTAK', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2021-05-21 15:48:53', '2021-05-21 15:48:53', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137327', 0, 'revision', '', 0),
(137328, 1, '2021-05-21 15:49:45', '2021-05-21 15:49:45', '<p>[vc_row][vc_column][contact-form-7 id="254"][vc_separator border_width="9"][vc_column_text]</p>\n<h1><strong>KONTAK KAMI</strong></h1>\n<p>&nbsp;</p>\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\n</div>\n</div>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:mail@spisutha.uinjambi.ac.id">mail@spisutha.uinjambi.ac.id</a></em></strong></h5>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]</p>\n', 'KONTAK', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2021-05-21 15:49:45', '2021-05-21 15:49:45', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137328', 0, 'revision', '', 0),
(137337, 1, '2021-05-25 00:42:43', '2021-05-25 00:42:43', '', 'lembaga', '', 'inherit', 'open', 'closed', '', 'lembaga', '', '', '2021-05-25 00:42:43', '2021-05-25 00:42:43', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2021/05/lembaga.png', 0, 'attachment', 'image/png', 0),
(137340, 6, '2021-05-29 15:50:16', '2021-05-29 15:50:16', '', 'Daftar Segera Di UIN STS JAMBI', '', 'publish', 'closed', 'closed', '', '137340-2', '', '', '2021-05-29 15:58:51', '2021-05-29 15:58:51', '', 0, 'https://spisutha.uinjambi.ac.id/wp-admin/admin-ajax.php?action=cm_popupflyin_preview&#038;campaign_id=137340', 0, 'cm-ad-item', '', 0),
(137341, 6, '2021-05-29 15:48:47', '2021-05-29 15:48:47', '', 'WhatsApp Image 2021-05-29 at 22.39.02', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-05-29-at-22-39-02', '', '', '2021-05-29 15:48:47', '2021-05-29 15:48:47', '', 5, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2014/10/WhatsApp-Image-2021-05-29-at-22.39.02.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137342, 6, '2021-05-29 15:50:16', '2021-05-29 15:50:16', '', '', '', 'inherit', 'closed', 'closed', '', '137340-revision-v1', '', '', '2021-05-29 15:50:16', '2021-05-29 15:50:16', '', 137340, 'https://spisutha.uinjambi.ac.id/?p=137342', 0, 'revision', '', 0),
(137344, 6, '2021-05-29 15:53:38', '2021-05-29 15:53:38', '', 'Daftar Segera Di UIN STS JAMBI', '', 'inherit', 'closed', 'closed', '', '137340-revision-v1', '', '', '2021-05-29 15:53:38', '2021-05-29 15:53:38', '', 137340, 'https://spisutha.uinjambi.ac.id/?p=137344', 0, 'revision', '', 0),
(137347, 1, '2022-01-10 04:16:38', '2022-01-10 04:16:38', '<p>[vc_row][vc_column][contact-form-7 id="254"][vc_separator border_width="9"][vc_column_text]</p>\n<h1><strong>KONTAK KAMI</strong></h1>\n<p>&nbsp;</p>\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\n</div>\n</div>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:mail@spisutha.uinjambi.ac.id">mail@spisutha.uinjambi.ac.id</a></em></strong></h5>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]</p>\n', 'FORM PENGADUAN', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2022-01-10 04:16:38', '2022-01-10 04:16:38', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137347', 0, 'revision', '', 0),
(137348, 1, '2022-01-10 04:28:24', '2022-01-10 04:28:24', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="kegiatan" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="pengumuman" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-prodi%2F|title:Kalender%20Akademik|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-01-10 04:28:24', '2022-01-10 04:28:24', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137348', 0, 'revision', '', 0),
(137349, 1, '2022-01-10 04:37:26', '2022-01-10 04:37:26', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column width="1/2"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_scroller cat="kegiatan"][vc_btn title="Lihat Semua Kegiatan" shape="round" color="primary" size="sm" align="left" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fkegiatan%2F|title:Kegiatan|target:_blank"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_scroller cat="pengumuman"][vc_btn title="Lihat Semua Pengumuman" shape="round" color="primary" size="sm" align="right" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fpengumuman%2F|title:Pengumuman|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-01-10 04:37:26', '2022-01-10 04:37:26', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137349', 0, 'revision', '', 0),
(137350, 1, '2022-01-10 04:39:08', '2022-01-10 04:39:08', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column width="1/2"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_scroller cat="kegiatan"][vc_btn title="Lihat Semua Kegiatan" shape="round" color="primary" size="sm" align="left" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fkegiatan%2F|title:Kegiatan|target:_blank"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h3 style="text-align: center;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_scroller cat="pengumuman"][vc_btn title="Lihat Semua Pengumuman" shape="round" color="primary" size="sm" align="right" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fpengumuman%2F|title:Pengumuman|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-01-10 04:39:08', '2022-01-10 04:39:08', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137350', 0, 'revision', '', 0),
(137351, 1, '2022-01-10 04:41:42', '2022-01-10 04:41:04', 'News', 'BERITA', '', 'publish', 'closed', 'closed', '', 'berita', '', '', '2022-01-10 04:41:42', '2022-01-10 04:41:42', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137351', 4, 'nav_menu_item', '', 0),
(137352, 1, '2022-01-10 04:43:05', '2022-01-10 04:43:05', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column width="1/2"][vc_column_text]\r\n<h3 style="text-align: left;"><strong>KEGIATAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_scroller cat="kegiatan"][vc_btn title="Lihat Semua Kegiatan" shape="round" color="primary" size="sm" align="left" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fkegiatan%2F|title:Kegiatan|target:_blank"][/vc_column][vc_column width="1/2"][vc_column_text]\r\n<h3 style="text-align: left;"><strong>PENGUMUMAN LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_scroller cat="pengumuman"][vc_btn title="Lihat Semua Pengumuman" shape="round" color="primary" size="sm" align="right" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fpengumuman%2F|title:Pengumuman|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-01-10 04:43:05', '2022-01-10 04:43:05', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137352', 0, 'revision', '', 0),
(137354, 1, '2022-01-11 03:18:07', '2022-01-11 03:18:07', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h4 class="description" style="text-align: center;"><strong>Di Website Resmi Lembaga</strong></h4>\r\n<p style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></p>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]Dalam melaksanakan tugasnya, SPI menyelenggarakan fungsi:\r\na. Penyusunan peta risiko pengendalian internal melalui kegiatan identifikasi,\r\npenilaian risiko, penentuan skala prioritas, dan pemantauan;\r\nb. Penyusunan program dan kegiatan pengawasan nonakademik;\r\nc. Pelaksanaan pengawasan kepatuhan, kinerja, dan mutu nonakademik di bidang sumber daya manusia, perencanaan, keuangan, organisasi, teknologi informasi, serta sarana dan prasarana;\r\nd. Penyusunan perencanaan dan pelaksanaan pemeriksaan dengan tujuan tertentu;\r\ne. Penyusunan dan penyampaian laporan hasil pengawasan internal\r\nf. Pemantauan dan pengoordinasian tindak lanjut hasil pengawasan internal dan eksternal;\r\ng. Pelaksanaan fungsi lain yang diberikan oleh Rektor.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Menjadi Satuan Pengawasan Internal yang professional, independen dan\r\nkredibel dalam rangka menciptakan <em>Good University Governance</em> dengan semangat moderasi dan<em> Islamic Entrepreneurship</em></p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi Lembaga</strong></h2>\r\n[/vc_column_text][vc_column_text]a. Melakukan pengawasan tata kelola bidang pengelolaan keuangan, pengelolaan sumber daya manusia, pengelolaan aset negara/Barang Milik Negara (BMN), proses pengadaan barang dan jasa, dan tatakelola pemanfaatan teknologi informasi dan komunikasi.\r\nb. Membantu pimpinan dalam menyusun peta resiko (manajemen resiko) dalam penyelenggaraan pendidikan tinggi, khususnya bidang non akademik.\r\nc. Melaksanakan koordinasi dengan Pengawas Internal dan Pengawas Eksternal untuk menciptakan akuntabilitas publik.\r\nd. Meningkatkan kapabilitas sumber daya manusia secara berkelanjutan agar dapat\r\nmelaksanakan tugas dan fungsi pengawasan yang lebih efektif.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-01-11 03:18:07', '2022-01-11 03:18:07', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137354', 0, 'revision', '', 0),
(137355, 1, '2022-01-11 03:44:52', '2022-01-11 03:44:52', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h3 style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></h3>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]Dalam melaksanakan tugasnya, SPI menyelenggarakan fungsi:\r\na. Penyusunan peta risiko pengendalian internal melalui kegiatan identifikasi,\r\npenilaian risiko, penentuan skala prioritas, dan pemantauan;\r\nb. Penyusunan program dan kegiatan pengawasan nonakademik;\r\nc. Pelaksanaan pengawasan kepatuhan, kinerja, dan mutu nonakademik di bidang sumber daya manusia, perencanaan, keuangan, organisasi, teknologi informasi, serta sarana dan prasarana;\r\nd. Penyusunan perencanaan dan pelaksanaan pemeriksaan dengan tujuan tertentu;\r\ne. Penyusunan dan penyampaian laporan hasil pengawasan internal\r\nf. Pemantauan dan pengoordinasian tindak lanjut hasil pengawasan internal dan eksternal;\r\ng. Pelaksanaan fungsi lain yang diberikan oleh Rektor.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Menjadi Satuan Pengawasan Internal yang professional, independen dan\r\nkredibel dalam rangka menciptakan <em>Good University Governance</em> dengan semangat moderasi dan<em> Islamic Entrepreneurship</em></p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]a. Melakukan pengawasan tata kelola bidang pengelolaan keuangan, pengelolaan sumber daya manusia, pengelolaan aset negara/Barang Milik Negara (BMN), proses pengadaan barang dan jasa, dan tatakelola pemanfaatan teknologi informasi dan komunikasi.\r\nb. Membantu pimpinan dalam menyusun peta resiko (manajemen resiko) dalam penyelenggaraan pendidikan tinggi, khususnya bidang non akademik.\r\nc. Melaksanakan koordinasi dengan Pengawas Internal dan Pengawas Eksternal untuk menciptakan akuntabilitas publik.\r\nd. Meningkatkan kapabilitas sumber daya manusia secara berkelanjutan agar dapat\r\nmelaksanakan tugas dan fungsi pengawasan yang lebih efektif.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-01-11 03:44:52', '2022-01-11 03:44:52', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137355', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137356, 1, '2022-01-11 03:52:49', '2022-01-11 03:52:49', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1621606779316{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #2f3542 !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h3 style="text-align: center;"><strong>Di Website Resmi</strong></h3>\r\n<h3 style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></h3>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]Dalam melaksanakan tugasnya, SPI menyelenggarakan fungsi:\r\na. Penyusunan peta risiko pengendalian internal melalui kegiatan identifikasi,\r\npenilaian risiko, penentuan skala prioritas, dan pemantauan;\r\nb. Penyusunan program dan kegiatan pengawasan nonakademik;\r\nc. Pelaksanaan pengawasan kepatuhan, kinerja, dan mutu nonakademik di bidang sumber daya manusia, perencanaan, keuangan, organisasi, teknologi informasi, serta sarana dan prasarana;\r\nd. Penyusunan perencanaan dan pelaksanaan pemeriksaan dengan tujuan tertentu;\r\ne. Penyusunan dan penyampaian laporan hasil pengawasan internal\r\nf. Pemantauan dan pengoordinasian tindak lanjut hasil pengawasan internal dan eksternal;\r\ng. Pelaksanaan fungsi lain yang diberikan oleh Rektor.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Menjadi Satuan Pengawasan Internal yang professional, independen dan\r\nkredibel dalam rangka menciptakan <em>Good University Governance</em> dengan semangat moderasi dan<em> Islamic Entrepreneurship</em></p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]a. Melakukan pengawasan tata kelola bidang pengelolaan keuangan, pengelolaan sumber daya manusia, pengelolaan aset negara/Barang Milik Negara (BMN), proses pengadaan barang dan jasa, dan tatakelola pemanfaatan teknologi informasi dan komunikasi.\r\nb. Membantu pimpinan dalam menyusun peta resiko (manajemen resiko) dalam penyelenggaraan pendidikan tinggi, khususnya bidang non akademik.\r\nc. Melaksanakan koordinasi dengan Pengawas Internal dan Pengawas Eksternal untuk menciptakan akuntabilitas publik.\r\nd. Meningkatkan kapabilitas sumber daya manusia secara berkelanjutan agar dapat\r\nmelaksanakan tugas dan fungsi pengawasan yang lebih efektif.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-01-11 03:52:49', '2022-01-11 03:52:49', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137356', 0, 'revision', '', 0),
(137362, 1, '2022-02-04 03:58:42', '2022-02-04 03:58:42', '<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Rapat Kerja (Raker) tahunan Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi Tahun 2022 dengan tema "Digitalisasi Universitas: Membangun Sinergi, Inovasi Berkelanjutan dan Meraih Keunggulan" yang diselenggarakan selama tiga hari pada tanggal 25 Januari 2022 hingga 27 Januari 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, S.E., M.E dan Sekretaris SPI Khairiyani, M.s.Ak. memaparkan tentang Capaian Indikator Kinerja Utama (IKU) dan Realisasi Anggaran 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rektor UIN Sutha Jambi Prof Dr. H. Su''aidi, MA.,Ph.D menyampaikan “Saya sangat senang dari proses raker tahun ini dari awal hingga akhir, mulai dari laporan yang detail hingga hasil dan rekomendasi sidang komisi. Laporan kinerja secara keseluruhan, meskipun ada catatan-catatan kecil tetapi capaian kita luarbiasa. Catatan tersebut harus segera ditindaklanjuti”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia mendukung semua rencana kegiatan yang akan dilaksanakan di tahun 2022. Diantaranya tiga hal besar yang belum pernah dilakukan oleh UIN Jambi. Pendirian fakultas kedokteran, pendirian rumah sakit dan pendirian lembaga konservasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia juga mengajak semua civitas akademika untuk saling mensupport satu sama lain, saling membantu dan mendukung semua rencana kegiatan ini untuk membangun UIN Sutha Jambi. &nbsp;Dengan harapan agar menjadi semangat besar bagi pembangunan UIN yang tengah berubah saat ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Terima kasih kepada seluruh jajaran pimpinan dan seluruh peserta. Semoga seluruh rencana yang kita kerjakan untuk UIN Sutha Jambi mendapatkan ridho dan menciptakan perubahan-perunahan yang akan diwariskan kepada generasi selanjutnya, tutupnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saya yakin dan percaya seluruh peserta loyal dan antusias mengikuti kegiatan raker ini untuk meningkatkan derajat <a href="http://uinjambi.ac.id">UIN Jambi</a> di mata publik, ucap Wakil Rektor II Dr. As’ad Isma saat menyampaikan laporan selaku ketua panitia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seluruh rangkaian kegiatan rapat kerja pimpinan tahun 2022 berjalan dengan lancar sesuai jadwal. 90 persen narasumber hadir dan seluruh peserta antusias mengikuti materi khususnya materi mengenai SKP. Kemudian dilanjutkan dengan sidang komisi, sidang pleno, dan hasil rekomendasi. Terakhir, penandatanganan Indikator Kinerja Utama (IKU) tahun 2022 oleh jajaran pimpinan UIN Sutha Jambi.</p>\n<!-- /wp:paragraph -->', 'RAKER 2022 : SYNERGY FOR SUSTAINABILITY UIN SUTHA JAMBI', '', 'publish', 'open', 'closed', '', 'raker-2022-synergy-for-sustainability-uin-sutha-jambi', '', '', '2022-06-29 03:57:42', '2022-06-29 03:57:42', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137362', 0, 'post', '', 0),
(137363, 1, '2022-02-04 03:12:20', '2022-02-04 03:12:20', '<!-- wp:paragraph -->\n<p>Rapat Kerja (Raker) tahunan Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi Tahun 2022 dengan tema "Digitalisasi Universitas: Membangun Sinergi, Inovasi Berkelanjutan dan Meraih Keuanggulan"</p>\n<!-- /wp:paragraph -->', 'RAKER 2022 : SYNERGY FOR SUSTAINABILITY UIN SUTHA JAMBI', '', 'inherit', 'closed', 'closed', '', '137362-revision-v1', '', '', '2022-02-04 03:12:20', '2022-02-04 03:12:20', '', 137362, 'https://spisutha.uinjambi.ac.id/?p=137363', 0, 'revision', '', 0),
(137364, 1, '2022-02-04 03:57:11', '2022-02-04 03:57:11', '', '20220204_105143', '', 'inherit', 'open', 'closed', '', '20220204_105143', '', '', '2022-02-04 03:57:11', '2022-02-04 03:57:11', '', 137362, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/02/20220204_105143.jpg', 0, 'attachment', 'image/jpeg', 0),
(137365, 1, '2022-02-04 03:58:42', '2022-02-04 03:58:42', '<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Rapat Kerja (Raker) tahunan Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi Tahun 2022 dengan tema "Digitalisasi Universitas: Membangun Sinergi, Inovasi Berkelanjutan dan Meraih Keunggulan" yang diselenggarakan selama tiga hari pada tanggal 25 Januari 2022 hingga 27 Januari 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, SE., ME dan Sekretaris SPI Khairiyani, M.s.Ak. memaparkan tentang Capaian Indikator Kinerja Utama (IKU) dan Realisasi Anggaran 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rektor UIN Sutha Jambi Prof Dr. H. Su''aidi, MA.,Ph.D menyampaikan “Saya sangat senang dari proses raker tahun ini dari awal hingga akhir, mulai dari laporan yang detail hingga hasil dan rekomendasi sidang komisi. Laporan kinerja secara keseluruhan, meskipun ada catatan-catatan kecil tetapi capaian kita luarbiasa. Catatan tersebut harus segera ditindaklanjuti”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia mendukung semua rencana kegiatan yang akan dilaksanakan di tahun 2022. Diantaranya tiga hal besar yang belum pernah dilakukan oleh UIN Jambi. Pendirian fakultas kedokteran, pendirian rumah sakit dan pendirian lembaga konservasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia juga mengajak semua civitas akademika untuk saling mensupport satu sama lain, saling membantu dan mendukung semua rencana kegiatan ini untuk membangun UIN Sutha Jambi. &nbsp;Dengan harapan agar menjadi semangat besar bagi pembangunan UIN yang tengah berubah saat ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Terima kasih kepada seluruh jajaran pimpinan dan seluruh peserta. Semoga seluruh rencana yang kita kerjakan untuk UIN Sutha Jambi mendapatkan ridho dan menciptakan perubahan-perunahan yang akan diwariskan kepada generasi selanjutnya, tutupnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saya yakin dan percaya seluruh peserta loyal dan antusias mengikuti kegiatan raker ini untuk meningkatkan derajat <a href="http://uinjambi.ac.id">UIN Jambi</a> di mata publik, ucap Wakil Rektor II Dr. As’ad Isma saat menyampaikan laporan selaku ketua panitia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seluruh rangkaian kegiatan rapat kerja pimpinan tahun 2022 berjalan dengan lancar sesuai jadwal. 90 persen narasumber hadir dan seluruh peserta antusias mengikuti materi khususnya materi mengenai SKP. Kemudian dilanjutkan dengan sidang komisi, sidang pleno, dan hasil rekomendasi. Terakhir, penandatanganan Indikator Kinerja Utama (IKU) tahun 2022 oleh jajaran pimpinan UIN Sutha Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137364,"width":210,"height":374,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/02/20220204_105143-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/02/20220204_105143-576x1024.jpg" alt="" class="wp-image-137364" width="210" height="374"/></a></figure>\n<!-- /wp:image -->', 'RAKER 2022 : SYNERGY FOR SUSTAINABILITY UIN SUTHA JAMBI', '', 'inherit', 'closed', 'closed', '', '137362-revision-v1', '', '', '2022-02-04 03:58:42', '2022-02-04 03:58:42', '', 137362, 'https://spisutha.uinjambi.ac.id/?p=137365', 0, 'revision', '', 0),
(137366, 1, '2022-02-04 04:01:22', '2022-02-04 04:01:22', '', '20220204_105143', '', 'inherit', 'open', 'closed', '', '20220204_105143-2', '', '', '2022-02-04 04:01:22', '2022-02-04 04:01:22', '', 137362, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/02/20220204_105143-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137368, 1, '2022-02-04 04:02:00', '2022-02-04 04:02:00', '<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Rapat Kerja (Raker) tahunan Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi Tahun 2022 dengan tema "Digitalisasi Universitas: Membangun Sinergi, Inovasi Berkelanjutan dan Meraih Keunggulan" yang diselenggarakan selama tiga hari pada tanggal 25 Januari 2022 hingga 27 Januari 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, S.E., M.E dan Sekretaris SPI Khairiyani, M.s.Ak. memaparkan tentang Capaian Indikator Kinerja Utama (IKU) dan Realisasi Anggaran 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rektor UIN Sutha Jambi Prof Dr. H. Su''aidi, MA.,Ph.D menyampaikan “Saya sangat senang dari proses raker tahun ini dari awal hingga akhir, mulai dari laporan yang detail hingga hasil dan rekomendasi sidang komisi. Laporan kinerja secara keseluruhan, meskipun ada catatan-catatan kecil tetapi capaian kita luarbiasa. Catatan tersebut harus segera ditindaklanjuti”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia mendukung semua rencana kegiatan yang akan dilaksanakan di tahun 2022. Diantaranya tiga hal besar yang belum pernah dilakukan oleh UIN Jambi. Pendirian fakultas kedokteran, pendirian rumah sakit dan pendirian lembaga konservasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia juga mengajak semua civitas akademika untuk saling mensupport satu sama lain, saling membantu dan mendukung semua rencana kegiatan ini untuk membangun UIN Sutha Jambi. &nbsp;Dengan harapan agar menjadi semangat besar bagi pembangunan UIN yang tengah berubah saat ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Terima kasih kepada seluruh jajaran pimpinan dan seluruh peserta. Semoga seluruh rencana yang kita kerjakan untuk UIN Sutha Jambi mendapatkan ridho dan menciptakan perubahan-perunahan yang akan diwariskan kepada generasi selanjutnya, tutupnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saya yakin dan percaya seluruh peserta loyal dan antusias mengikuti kegiatan raker ini untuk meningkatkan derajat <a href="http://uinjambi.ac.id">UIN Jambi</a> di mata publik, ucap Wakil Rektor II Dr. As’ad Isma saat menyampaikan laporan selaku ketua panitia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seluruh rangkaian kegiatan rapat kerja pimpinan tahun 2022 berjalan dengan lancar sesuai jadwal. 90 persen narasumber hadir dan seluruh peserta antusias mengikuti materi khususnya materi mengenai SKP. Kemudian dilanjutkan dengan sidang komisi, sidang pleno, dan hasil rekomendasi. Terakhir, penandatanganan Indikator Kinerja Utama (IKU) tahun 2022 oleh jajaran pimpinan UIN Sutha Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137364,"width":210,"height":374,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/02/20220204_105143-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/02/20220204_105143-576x1024.jpg" alt="" class="wp-image-137364" width="210" height="374"/></a></figure>\n<!-- /wp:image -->', 'RAKER 2022 : SYNERGY FOR SUSTAINABILITY UIN SUTHA JAMBI', '', 'inherit', 'closed', 'closed', '', '137362-revision-v1', '', '', '2022-02-04 04:02:00', '2022-02-04 04:02:00', '', 137362, 'https://spisutha.uinjambi.ac.id/?p=137368', 0, 'revision', '', 0),
(137369, 1, '2022-02-04 04:03:00', '2022-02-04 04:03:00', '<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Rapat Kerja (Raker) tahunan Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi Tahun 2022 dengan tema "Digitalisasi Universitas: Membangun Sinergi, Inovasi Berkelanjutan dan Meraih Keunggulan" yang diselenggarakan selama tiga hari pada tanggal 25 Januari 2022 hingga 27 Januari 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, S.E., M.E dan Sekretaris SPI Khairiyani, M.s.Ak. memaparkan tentang Capaian Indikator Kinerja Utama (IKU) dan Realisasi Anggaran 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rektor UIN Sutha Jambi Prof Dr. H. Su''aidi, MA.,Ph.D menyampaikan “Saya sangat senang dari proses raker tahun ini dari awal hingga akhir, mulai dari laporan yang detail hingga hasil dan rekomendasi sidang komisi. Laporan kinerja secara keseluruhan, meskipun ada catatan-catatan kecil tetapi capaian kita luarbiasa. Catatan tersebut harus segera ditindaklanjuti”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia mendukung semua rencana kegiatan yang akan dilaksanakan di tahun 2022. Diantaranya tiga hal besar yang belum pernah dilakukan oleh UIN Jambi. Pendirian fakultas kedokteran, pendirian rumah sakit dan pendirian lembaga konservasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ia juga mengajak semua civitas akademika untuk saling mensupport satu sama lain, saling membantu dan mendukung semua rencana kegiatan ini untuk membangun UIN Sutha Jambi. &nbsp;Dengan harapan agar menjadi semangat besar bagi pembangunan UIN yang tengah berubah saat ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Terima kasih kepada seluruh jajaran pimpinan dan seluruh peserta. Semoga seluruh rencana yang kita kerjakan untuk UIN Sutha Jambi mendapatkan ridho dan menciptakan perubahan-perunahan yang akan diwariskan kepada generasi selanjutnya, tutupnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saya yakin dan percaya seluruh peserta loyal dan antusias mengikuti kegiatan raker ini untuk meningkatkan derajat <a href="http://uinjambi.ac.id">UIN Jambi</a> di mata publik, ucap Wakil Rektor II Dr. As’ad Isma saat menyampaikan laporan selaku ketua panitia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seluruh rangkaian kegiatan rapat kerja pimpinan tahun 2022 berjalan dengan lancar sesuai jadwal. 90 persen narasumber hadir dan seluruh peserta antusias mengikuti materi khususnya materi mengenai SKP. Kemudian dilanjutkan dengan sidang komisi, sidang pleno, dan hasil rekomendasi. Terakhir, penandatanganan Indikator Kinerja Utama (IKU) tahun 2022 oleh jajaran pimpinan UIN Sutha Jambi.</p>\n<!-- /wp:paragraph -->', 'RAKER 2022 : SYNERGY FOR SUSTAINABILITY UIN SUTHA JAMBI', '', 'inherit', 'closed', 'closed', '', '137362-revision-v1', '', '', '2022-02-04 04:03:00', '2022-02-04 04:03:00', '', 137362, 'https://spisutha.uinjambi.ac.id/?p=137369', 0, 'revision', '', 0),
(137381, 1, '2022-02-21 08:07:46', '2022-02-21 08:07:46', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1621606791324{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;background-color: #2f3542 !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h3 style="text-align: center;"><strong>Di Website Resmi</strong></h3>\r\n<h3 style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></h3>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]Dalam melaksanakan tugasnya, SPI menyelenggarakan fungsi:\r\na. Penyusunan peta risiko pengendalian internal melalui kegiatan identifikasi,\r\npenilaian risiko, penentuan skala prioritas, dan pemantauan;\r\nb. Penyusunan program dan kegiatan pengawasan nonakademik;\r\nc. Pelaksanaan pengawasan kepatuhan, kinerja, dan mutu nonakademik di bidang sumber daya manusia, perencanaan, keuangan, organisasi, teknologi informasi, serta sarana dan prasarana;\r\nd. Penyusunan perencanaan dan pelaksanaan pemeriksaan dengan tujuan tertentu;\r\ne. Penyusunan dan penyampaian laporan hasil pengawasan internal\r\nf. Pemantauan dan pengoordinasian tindak lanjut hasil pengawasan internal dan eksternal;\r\ng. Pelaksanaan fungsi lain yang diberikan oleh Rektor.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Menjadi Satuan Pengawasan Internal yang professional, independen dan\r\nkredibel dalam rangka menciptakan <em>Good University Governance</em> dengan semangat moderasi dan<em> Islamic Entrepreneurship</em></p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]a. Melakukan pengawasan tata kelola bidang pengelolaan keuangan, pengelolaan sumber daya manusia, pengelolaan aset negara/Barang Milik Negara (BMN), proses pengadaan barang dan jasa, dan tatakelola pemanfaatan teknologi informasi dan komunikasi.\r\nb. Membantu pimpinan dalam menyusun peta resiko (manajemen resiko) dalam penyelenggaraan pendidikan tinggi, khususnya bidang non akademik.\r\nc. Melaksanakan koordinasi dengan Pengawas Internal dan Pengawas Eksternal untuk menciptakan akuntabilitas publik.\r\nd. Meningkatkan kapabilitas sumber daya manusia secara berkelanjutan agar dapat\r\nmelaksanakan tugas dan fungsi pengawasan yang lebih efektif.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-02-21 08:07:46', '2022-02-21 08:07:46', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137381', 0, 'revision', '', 0),
(137382, 1, '2022-02-21 08:08:50', '2022-02-21 08:08:50', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h3 style="text-align: center;"><strong>Di Website Resmi</strong></h3>\r\n<h3 style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></h3>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]Dalam melaksanakan tugasnya, SPI menyelenggarakan fungsi:\r\na. Penyusunan peta risiko pengendalian internal melalui kegiatan identifikasi,\r\npenilaian risiko, penentuan skala prioritas, dan pemantauan;\r\nb. Penyusunan program dan kegiatan pengawasan nonakademik;\r\nc. Pelaksanaan pengawasan kepatuhan, kinerja, dan mutu nonakademik di bidang sumber daya manusia, perencanaan, keuangan, organisasi, teknologi informasi, serta sarana dan prasarana;\r\nd. Penyusunan perencanaan dan pelaksanaan pemeriksaan dengan tujuan tertentu;\r\ne. Penyusunan dan penyampaian laporan hasil pengawasan internal\r\nf. Pemantauan dan pengoordinasian tindak lanjut hasil pengawasan internal dan eksternal;\r\ng. Pelaksanaan fungsi lain yang diberikan oleh Rektor.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Menjadi Satuan Pengawasan Internal yang professional, independen dan\r\nkredibel dalam rangka menciptakan <em>Good University Governance</em> dengan semangat moderasi dan<em> Islamic Entrepreneurship</em></p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]a. Melakukan pengawasan tata kelola bidang pengelolaan keuangan, pengelolaan sumber daya manusia, pengelolaan aset negara/Barang Milik Negara (BMN), proses pengadaan barang dan jasa, dan tatakelola pemanfaatan teknologi informasi dan komunikasi.\r\nb. Membantu pimpinan dalam menyusun peta resiko (manajemen resiko) dalam penyelenggaraan pendidikan tinggi, khususnya bidang non akademik.\r\nc. Melaksanakan koordinasi dengan Pengawas Internal dan Pengawas Eksternal untuk menciptakan akuntabilitas publik.\r\nd. Meningkatkan kapabilitas sumber daya manusia secara berkelanjutan agar dapat\r\nmelaksanakan tugas dan fungsi pengawasan yang lebih efektif.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-02-21 08:08:50', '2022-02-21 08:08:50', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137382', 0, 'revision', '', 0),
(137388, 1, '2022-04-05 03:15:17', '2022-04-05 03:15:17', '', 'pelatihan-audit', '', 'inherit', 'open', 'closed', '', 'pelatihan-audit', '', '', '2022-04-05 03:15:17', '2022-04-05 03:15:17', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/04/pelatihan-audit.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137389, 1, '2022-04-05 03:17:45', '2022-04-05 03:17:45', '', 'pelatihan-audit-1', '', 'inherit', 'open', 'closed', '', 'pelatihan-audit-1', '', '', '2022-04-05 03:17:45', '2022-04-05 03:17:45', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/04/pelatihan-audit-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137391, 1, '2022-04-05 03:22:10', '2022-04-05 03:22:10', '', 'Pelatihan Audit Keuangan', '', 'inherit', 'open', 'closed', '', 'pelatihan', '', '', '2022-06-29 04:50:41', '2022-06-29 04:50:41', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/04/pelatihan.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137398, 1, '2022-04-06 02:44:16', '2022-04-06 02:44:16', '', '4', '', 'inherit', 'open', 'closed', '', '4-2', '', '', '2022-04-06 02:44:16', '2022-04-06 02:44:16', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/04/4.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137399, 1, '2022-04-06 02:45:29', '2022-04-06 02:45:29', '', 'kkn-1', '', 'inherit', 'open', 'closed', '', 'kkn-1', '', '', '2022-04-06 02:45:29', '2022-04-06 02:45:29', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/04/kkn-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137409, 1, '2022-05-12 03:17:10', '2022-05-12 03:17:10', '<p>[vc_row][vc_column][vc_column_text][contact-form-7 id="6" title="Contact form 1"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator border_width="9"][vc_column_text]</p>\n<h1><strong>KONTAK KAMI</strong></h1>\n<p>&nbsp;</p>\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\n</div>\n</div>\n</div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:spi@uinjambi.ac.id">spi@uinjambi.ac.id</a></em></strong></h5>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]</p>\n', 'FORM PENGADUAN', '', 'inherit', 'closed', 'closed', '', '137155-autosave-v1', '', '', '2022-05-12 03:17:10', '2022-05-12 03:17:10', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137409', 0, 'revision', '', 0),
(137410, 1, '2022-04-14 07:01:58', '2022-04-14 07:01:58', '[vc_row][vc_column][contact-form-7 id="254"][vc_separator border_width="9"][vc_column_text]\r\n<h1><strong>KONTAK KAMI</strong></h1>\r\n&nbsp;\r\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\r\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:spi@uinjambi.ac.id">spi@uinjambi.ac.id</a></em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]', 'FORM PENGADUAN', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2022-04-14 07:01:58', '2022-04-14 07:01:58', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137410', 0, 'revision', '', 0),
(137414, 1, '2022-05-09 04:30:33', '2022-05-09 04:30:33', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) merupakan salah satu unit penting dan sangat dibutuhkan keberadaannya. Hal ini sesuai dengan tugas dan fungsinya bahwa SPI berperan sebagai Pengawas Internal pada sebuah Institusi Perguruan Tinggi. Sebagai satuan yang bertugas mengawasi, mengaudit/ mereviu, maka seyogyanya SPI memiliki sumber daya manusia yang berkualitas dan bersertifikasi serta memiliki kemampuan Meng audit yang baik dan Kompeten sehingga mampu menjalankan tugas sebagai auditor yang profesional. Kepala SPI UIN STS Jambi Bapak Dr. Novi Mubyarto, S.E., M.E selalu berupaya untuk meningkatkan kemampuan profesional SDM Anggota SPI, sehingga memudahkan tim kerja dalam menjalankan tugas dan tanggung jawab pengawasan. Berbagai upaya yang dilakukan beliau agar SDM yang ada di SPI UIN STS Jambi berkualitas yaitu salah satunya dengan mengadakan pelatihan Audit Keuangan di UIN STS Jambi tepatnya di Gedung Rektorat ruang Senat Lantai 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada kegiatan tersebut SPI UIN STS Jambi mengundang Narasumber dari Kantor Akuntan Publik Lukmanul Hakim &amp; Muslim (KAP LAM) yaitu Lukmanul Hakim Rusdi, CA., CPA., M.Ak.Beliau adalah manager akuntan publik yang profesional di bidangnya. &nbsp;Kegiatan Pelatihan Audit Keuangan ini dilaksanakan selama 2 (dua) hari dimulai tanggal 23-24 Februari 2022 dengan jumlah peserta 10 orang. Sebelum kegiatan Pelatihan berlangsung, terlebih dahulu dilaksanakan acara pembukaan yang dihadiri oleh Rektor dan Wakil Rektor I UIN Sulthan Thaha Saifuddin Jambi. Kegiatan Pelatihan Audit Keuangan yang secara langsung dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi, Prof. Dr. H. Su’aidi, M.A., Ph.D. Rektor sangat mendukung kegiatan yang diselenggarakan oleh SPI, karena sebagai bentuk upaya untuk meningkatkan kapabilitas Tim SPI dalam mereviu laporan keuangan UIN Sulthan Thaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rektor juga berharap output dari kegiatan ini adalah SPI dapat membantu mengawasi dan menata kembali pengelolaan Keuangan dengan rapi sesuai Hukum dan aturan sehingga tidak menimbulkan kerugian dan kesalahan dalam pelaporan keuangan UIN STS Jambi. Keberadaan SPI UIN STS Jambi saat ini, khususnya selama dipimpin oleh Kepala SPI, Dr. Novi Mubyarto, S.E., M.E. dan Sekretaris Ibu Khairiyani, S.E., M.S.Ak., CADE., CAP sangat dibutuhkan untuk mendampingi Rektor dalam menjalankan tugasnya khususnya pada bidang pengawasan, baik pengawasan pada bidang keuangan, sumber daya manusia, perundang-undangan, dan asset. Kegiatan Pelatihan Audit Keuangan yang dilaksanakan oleh SPI ini dilaksanakan di awal tahun (Triwulan 1), karena mengingat&nbsp; banyak hal yang akan direviu/ diaudit setelah ini.</p>\n<!-- /wp:paragraph -->', 'PELATIHAN AUDIT KEUANGAN SATUAN PENGAWASAN INTERNAL UNIVERSITAS ISLAM NEGERI SULTHAN THAHA SAIFUDDIN JAMBI TAHUN 2022', '', 'publish', 'open', 'closed', '', 'pelatihan-audit-keuangan-satuan-pengawasan-internal-universitas-islam-negeri-sulthan-thaha-saifuddin-jambi-tahun-2022', '', '', '2022-06-29 03:57:14', '2022-06-29 03:57:14', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137414', 0, 'post', '', 0),
(137415, 1, '2022-05-09 04:07:43', '2022-05-09 04:07:43', '', 'WhatsApp Image 2022-05-09 at 10.47.26', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-05-09-at-10-47-26', '', '', '2022-05-09 04:07:43', '2022-05-09 04:07:43', '', 137414, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/05/WhatsApp-Image-2022-05-09-at-10.47.26.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137416, 1, '2022-05-09 04:08:26', '2022-05-09 04:08:26', '', 'WhatsApp Image 2022-05-09 at 10.47.26 (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-05-09-at-10-47-26-1', '', '', '2022-05-09 04:08:26', '2022-05-09 04:08:26', '', 137414, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/05/WhatsApp-Image-2022-05-09-at-10.47.26-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137417, 1, '2022-05-09 04:30:33', '2022-05-09 04:30:33', '<!-- wp:image {"id":137416,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/05/WhatsApp-Image-2022-05-09-at-10.47.26-1.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/05/WhatsApp-Image-2022-05-09-at-10.47.26-1-1024x682.jpeg" alt="" class="wp-image-137416"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) merupakan salah satu unit penting dan sangat dibutuhkan keberadaannya. Hal ini sesuai dengan tugas dan fungsinya bahwa SPI berperan sebagai Pengawas Internal pada sebuah Institusi Perguruan Tinggi. Sebagai satuan yang bertugas mengawasi, mengaudit/ mereviu, maka seyogyanya SPI memiliki sumber daya manusia yang berkualitas dan bersertifikasi serta memiliki kemampuan Meng audit yang baik dan Kompeten sehingga mampu menjalankan tugas sebagai auditor yang profesional. Kepala SPI UIN STS Jambi Bapak Dr. Novi Mubyarto, S.E., M.E selalu berupaya untuk meningkatkan kemampuan profesional SDM Anggota SPI, sehingga memudahkan tim kerja dalam menjalankan tugas dan tanggung jawab pengawasan. Berbagai upaya yang dilakukan beliau agar SDM yang ada di SPI UIN STS Jambi berkualitas yaitu salah satunya dengan mengadakan pelatihan Audit Keuangan di UIN STS Jambi tepatnya di Gedung Rektorat ruang Senat Lantai 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada kegiatan tersebut SPI UIN STS Jambi mengundang Narasumber dari Kantor Akuntan Publik Lukmanul Hakim &amp; Muslim (KAP LAM) yaitu Lukmanul Hakim Rusdi, CA., CPA., M.Ak.Beliau adalah manager akuntan publik yang profesional di bidangnya. Kegiatan Pelatihan Audit Keuangan ini dilaksanakan selama 2 (dua) hari dimulai tanggal 23-24 februari 2022 dengan jumlah peserta 10 orang. Sebelum kegiatan Pelatihan berlangsung, terlebih dahulu dilaksanakan acara pembukaan yang dihadiri oleh Rektor dan Wakil Rektor I UIN Sulthan Thaha Saifuddin Jambi. Kegiatan Pelatihan Audit Keuangan yang secara langsung dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi, Prof. Dr. H. Su’aidi, M.A., Ph.D. Rektor sangat mendukung kegiatan yang diselenggarakan oleh SPI, karena sebagai bentuk upaya untuk meningkatkan kapabilitas Tim SPI dalam mereviu laporan keuangan UIN Sulthan Thaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rektor juga berharap output dari kegiatan ini adalah SPI adalah dapat membantu mengawasi dan menata kembali pengelolaan Keuangan dengan rapi sesuai Hukum dan aturan sehingga tidak menimbulkan kerugian dan kesalahan dalam pelaporan keuangan UIN STS Jambi. Keberadaan SPI UIN STS Jambi saat ini, khususnya selama dipimpin oleh Kepala SPI, Dr. Novi Mubyarto, S.E., M.E. dan Sekretaris Ibu Khairiyani, S.E., M.S.Ak., CADE., CAP sangat dibutuhkan untuk mendampingi Rektor dalam menjalankan tugasnya khususnya pada bidang pengawasan, baik pengawasan pada bidang keuangan, sumber daya manusia, perundang-undangan, dan asset. Kegiatan Pelatihan Audit Keuangan yang dilaksanakan oleh SPI ini dilaksanakan di awal tahun (Triwulan 1), karena mengingat  banyak hal yang akan direviu/ diaudit setelah ini.</p>\n<!-- /wp:paragraph -->', 'PELATIHAN AUDIT KEUANGAN SATUAN PENGAWASAN INTERNAL UNIVERSITAS ISLAM NEGERI SULTHAN THAHA SAIFUDDIN JAMBI TAHUN 2022', '', 'inherit', 'closed', 'closed', '', '137414-revision-v1', '', '', '2022-05-09 04:30:33', '2022-05-09 04:30:33', '', 137414, 'https://spisutha.uinjambi.ac.id/?p=137417', 0, 'revision', '', 0),
(137419, 1, '2022-05-09 04:52:12', '2022-05-09 04:52:12', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) merupakan salah satu unit penting dan sangat dibutuhkan keberadaannya. Hal ini sesuai dengan tugas dan fungsinya bahwa SPI berperan sebagai Pengawas Internal pada sebuah Institusi Perguruan Tinggi. Sebagai satuan yang bertugas mengawasi, mengaudit/ mereviu, maka seyogyanya SPI memiliki sumber daya manusia yang berkualitas dan bersertifikasi serta memiliki kemampuan Meng audit yang baik dan Kompeten sehingga mampu menjalankan tugas sebagai auditor yang profesional. Kepala SPI UIN STS Jambi Bapak Dr. Novi Mubyarto, S.E., M.E selalu berupaya untuk meningkatkan kemampuan profesional SDM Anggota SPI, sehingga memudahkan tim kerja dalam menjalankan tugas dan tanggung jawab pengawasan. Berbagai upaya yang dilakukan beliau agar SDM yang ada di SPI UIN STS Jambi berkualitas yaitu salah satunya dengan mengadakan pelatihan Audit Keuangan di UIN STS Jambi tepatnya di Gedung Rektorat ruang Senat Lantai 2.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada kegiatan tersebut SPI UIN STS Jambi mengundang Narasumber dari Kantor Akuntan Publik Lukmanul Hakim &amp; Muslim (KAP LAM) yaitu Lukmanul Hakim Rusdi, CA., CPA., M.Ak.Beliau adalah manager akuntan publik yang profesional di bidangnya. &nbsp;Kegiatan Pelatihan Audit Keuangan ini dilaksanakan selama 2 (dua) hari dimulai tanggal 23-24 Februari 2022 dengan jumlah peserta 10 orang. Sebelum kegiatan Pelatihan berlangsung, terlebih dahulu dilaksanakan acara pembukaan yang dihadiri oleh Rektor dan Wakil Rektor I UIN Sulthan Thaha Saifuddin Jambi. Kegiatan Pelatihan Audit Keuangan yang secara langsung dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi, Prof. Dr. H. Su’aidi, M.A., Ph.D. Rektor sangat mendukung kegiatan yang diselenggarakan oleh SPI, karena sebagai bentuk upaya untuk meningkatkan kapabilitas Tim SPI dalam mereviu laporan keuangan UIN Sulthan Thaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rektor juga berharap output dari kegiatan ini adalah SPI dapat membantu mengawasi dan menata kembali pengelolaan Keuangan dengan rapi sesuai Hukum dan aturan sehingga tidak menimbulkan kerugian dan kesalahan dalam pelaporan keuangan UIN STS Jambi. Keberadaan SPI UIN STS Jambi saat ini, khususnya selama dipimpin oleh Kepala SPI, Dr. Novi Mubyarto, S.E., M.E. dan Sekretaris Ibu Khairiyani, S.E., M.S.Ak., CADE., CAP sangat dibutuhkan untuk mendampingi Rektor dalam menjalankan tugasnya khususnya pada bidang pengawasan, baik pengawasan pada bidang keuangan, sumber daya manusia, perundang-undangan, dan asset. Kegiatan Pelatihan Audit Keuangan yang dilaksanakan oleh SPI ini dilaksanakan di awal tahun (Triwulan 1), karena mengingat&nbsp; banyak hal yang akan direviu/ diaudit setelah ini.</p>\n<!-- /wp:paragraph -->', 'PELATIHAN AUDIT KEUANGAN SATUAN PENGAWASAN INTERNAL UNIVERSITAS ISLAM NEGERI SULTHAN THAHA SAIFUDDIN JAMBI TAHUN 2022', '', 'inherit', 'closed', 'closed', '', '137414-revision-v1', '', '', '2022-05-09 04:52:12', '2022-05-09 04:52:12', '', 137414, 'https://spisutha.uinjambi.ac.id/?p=137419', 0, 'revision', '', 0),
(137420, 1, '2022-05-12 03:00:00', '2022-05-12 03:00:00', '[vc_row][vc_column][contact-form-7 id="254"][vc_separator border_width="9"][vc_column_text]\r\n<h1><strong>KONTAK KAMI</strong></h1>\r\n&nbsp;\r\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\r\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:spi@uinjambi.ac.id">spi@uinjambi.ac.id</a></em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][contact-form-7 id="6" title="Contact form 1"][/vc_column_text][/vc_column][/vc_row]', 'FORM PENGADUAN', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2022-05-12 03:00:00', '2022-05-12 03:00:00', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137420', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137421, 1, '2022-05-12 03:17:14', '2022-05-12 03:17:14', '[vc_row][vc_column][vc_column_text][contact-form-7 id="6" title="Contact form 1"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator border_width="9"][vc_column_text]\r\n<h1><strong>KONTAK KAMI</strong></h1>\r\n&nbsp;\r\n<div class="section-layout" role="region" aria-label="Informasi untuk Jasa Pembuatan Website">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" /><em><span class="oceanwp-contact-text">(Campus 1 ) Jl. Arif Rahman Hakim No.111, Simpang IV Sipin, Kec. Telanaipura, Kota Jambi, Jambi 36124,</span></em></strong></h5>\r\n<h5><strong><em><span class="oceanwp-contact-text"><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/place_gm_blue_24dp.png" />(Campus 2) Jln. Jambi-Muara Bulian KM. 16, Simp. Sei Duren, Jambi Luar kota, Muaro Jambi, Jambi 36361</span></em></strong></h5>\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/public_gm_blue_24dp.png" />  (0741) 60731</em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container"></div>\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__root mapsConsumerUiSubviewSectionGm2Listitem__one-line-text mapsConsumerUiSubviewSectionGm2Listitem__dense mapsConsumerUiSubviewSectionGm2Listitem__metadata-shown-on-hover-only mapsConsumerUiSubviewSectionGm2Listitem__clickable">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__content">\r\n<div class="mapsConsumerUiSubviewSectionGm2Listitem__icon-container">\r\n<h5><strong><em><img class="mapsConsumerUiSubviewSectionGm2Listitem__icon" role="presentation" src="https://www.gstatic.com/images/icons/material/system_gm/1x/phone_gm_blue_24dp.png" />  <a href="mailto:spi@uinjambi.ac.id">spi@uinjambi.ac.id</a></em></strong></h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gmaps link="" title="LOKASI KAMI"][/vc_column][/vc_row]', 'FORM PENGADUAN', '', 'inherit', 'closed', 'closed', '', '137155-revision-v1', '', '', '2022-05-12 03:17:14', '2022-05-12 03:17:14', '', 137155, 'https://spisutha.uinjambi.ac.id/?p=137421', 0, 'revision', '', 0),
(137423, 1, '2022-06-20 07:35:19', '2022-06-20 07:35:19', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN STS Jambi melaksanakan kegiatan Pelatihan Pengelola Keuangan di Lingkungan UIN STS Jambi. Kegiatan tersebut dilaksanakan pada tanggal 10 sampai 11 Maret 2022 dengan mendatangkan pemateri yang ahli pada bidangnya yaitu Bapak Taufik Kurrahman, SE., MSA., Ak., CA., QIA., CFrA., AAPB., CSRS., CSRA., Ph.D. (10/03/2022).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa pokok materi yang disampaikan pada kegiatan ini yaitu tentang review Rencana Kerja dan Anggaran Kementerian Negara/Lembaga (RKA-KL) mulai dari perencanaan hingga pelaporan dengan harapan output kegiatan ini dapat agar tercipta akuntabilitas dari laporan keuangan dan tata kelola keuangan <em>Good Governance University</em>(GUG), ucap Kepala SPI dalam sambutannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menanggapi sambutan kepala SPI, Rektor menjelaskan bahwa seperti yang terlihat bahwa UIN saat ini sedang berusaha memberikan banyak perubahan di Jambi. Perubahan itu tentunya bisa dimulai dari perbaikan dalam pelaporan keuangan. Bekerja secara <em>real</em>, apa yang diperiksa dan dilaporkan itu benar. Jangan saling menyalahkan, saling tuduh, fitnah dan adu domba. Jangan sampai nantinya ada penumpang lokomotif yang berhenti di tengah jalan jika kita ibaratkan kata Rektor. Kesalahan dalam pelaporan dan administrasi biasanya terjadi karena dua hal; adanya ketidaktahuan atau kesengajaan. Rektor berpesan kepada para peserta “Takut itu karena kita ada didalam kegelapan dan kita tidak tau kegelapan itu apa (konteks kegelapan itu adalah informasi). Maka dengan adanya pelatihan pengelolaan keuangan ini diharapkan dapat memberikan kejelasan dan informasi yang bisa membangun percaya diri dan bermental benar. Sehingga akan berdampak membantu membangun UIN ini lebih cepat dan lebih besar”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah pelatihan ini dilaksanakan, Rektor ingin para peserta lebih teliti dalam memastikan laporan keuangan. Jika pekerjaan itu benar ketika diperiksa oleh pihak yang berwenang, tentu kita akan bermental berani, karena sudah bekerja sesuai dengan aturan. Rektor menegaskan bahwa kita saat ini sedang melakukan peningkatan pendapatan BLU yang sejalan dengan pelatihan ini untuk mengimbangi pengembangan SDM sehingga membuat kita lebih yakin bekerja ketika terjadinya peningkatan BLU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pemateri memberikan respon positif apa yang disampaikan oleh Rektor, beliau menyampaikan apresiasi dan kagum terhadap semangat Rektor yang ingin meningkatkan pendapatan BLU UIN. Jika hal itu terjadi, tentu akan meningkatkan kesejahteraan internal instansi selama pelaksanaannya tetap <em>on the track</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137425,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0035.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0035-1024x768.jpg" alt="" class="wp-image-137425"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137426,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0021.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0021-1024x768.jpg" alt="" class="wp-image-137426"/></a></figure>\n<!-- /wp:image -->', 'Pelatihan Pengelola Keuangan di Lingkungan UIN STS Jambi', '', 'publish', 'open', 'closed', '', 'pelatihan-pengelola-keuangan-di-lingkungan-uin-sts-jambi', '', '', '2022-06-29 03:56:33', '2022-06-29 03:56:33', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137423', 0, 'post', '', 0),
(137424, 1, '2022-06-20 07:33:35', '2022-06-20 07:33:35', '', 'IMG-20220615-WA0034', '', 'inherit', 'open', 'closed', '', 'img-20220615-wa0034', '', '', '2022-06-20 07:33:35', '2022-06-20 07:33:35', '', 137423, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0034.jpg', 0, 'attachment', 'image/jpeg', 0),
(137425, 1, '2022-06-20 07:34:49', '2022-06-20 07:34:49', '', 'IMG-20220615-WA0035', '', 'inherit', 'open', 'closed', '', 'img-20220615-wa0035', '', '', '2022-06-20 07:34:49', '2022-06-20 07:34:49', '', 137423, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0035.jpg', 0, 'attachment', 'image/jpeg', 0),
(137426, 1, '2022-06-20 07:35:09', '2022-06-20 07:35:09', '', 'IMG-20220615-WA0021', '', 'inherit', 'open', 'closed', '', 'img-20220615-wa0021', '', '', '2022-06-20 07:35:09', '2022-06-20 07:35:09', '', 137423, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0021.jpg', 0, 'attachment', 'image/jpeg', 0),
(137427, 1, '2022-06-20 07:35:19', '2022-06-20 07:35:19', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN STS Jambi melaksanakan kegiatan Pelatihan Pengelola Keuangan di Lingkungan UIN STS Jambi. Kegiatan tersebut dilaksanakan pada tanggal 10 sampai 11 Maret 2022 dengan mendatangkan pemateri yang ahli pada bidangnya yaitu Bapak Taufik Kurrahman, SE., MSA., Ak., CA., QIA., CFrA., AAPB., CSRS., CSRA., Ph.D. (10/03/2022).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa pokok materi yang disampaikan pada kegiatan ini yaitu tentang review Rencana Kerja dan Anggaran Kementerian Negara/Lembaga (RKA-KL) mulai dari perencanaan hingga pelaporan dengan harapan output kegiatan ini dapat agar tercipta akuntabilitas dari laporan keuangan dan tata kelola keuangan <em>Good Governance University</em>(GUG), ucap Kepala SPI dalam sambutannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menanggapi sambutan kepala SPI, Rektor menjelaskan bahwa seperti yang terlihat bahwa UIN saat ini sedang berusaha memberikan banyak perubahan di Jambi. Perubahan itu tentunya bisa dimulai dari perbaikan dalam pelaporan keuangan. Bekerja secara <em>real</em>, apa yang diperiksa dan dilaporkan itu benar. Jangan saling menyalahkan, saling tuduh, fitnah dan adu domba. Jangan sampai nantinya ada penumpang lokomotif yang berhenti di tengah jalan jika kita ibaratkan kata Rektor. Kesalahan dalam pelaporan dan administrasi biasanya terjadi karena dua hal; adanya ketidaktahuan atau kesengajaan. Rektor berpesan kepada para peserta “Takut itu karena kita ada didalam kegelapan dan kita tidak tau kegelapan itu apa (konteks kegelapan itu adalah informasi). Maka dengan adanya pelatihan pengelolaan keuangan ini diharapkan dapat memberikan kejelasan dan informasi yang bisa membangun percaya diri dan bermental benar. Sehingga akan berdampak membantu membangun UIN ini lebih cepat dan lebih besar”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah pelatihan ini dilaksanakan, Rektor ingin para peserta lebih teliti dalam memastikan laporan keuangan. Jika pekerjaan itu benar ketika diperiksa oleh pihak yang berwenang, tentu kita akan bermental berani, karena sudah bekerja sesuai dengan aturan. Rektor menegaskan bahwa kita saat ini sedang melakukan peningkatan pendapatan BLU yang sejalan dengan pelatihan ini untuk mengimbangi pengembangan SDM sehingga membuat kita lebih yakin bekerja ketika terjadinya peningkatan BLU.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pemateri memberikan respon positif apa yang disampaikan oleh Rektor, beliau menyampaikan apresiasi dan kagum terhadap semangat Rektor yang ingin meningkatkan pendapatan BLU UIN. Jika hal itu terjadi, tentu akan meningkatkan kesejahteraan internal instansi selama pelaksanaannya tetap <em>on the track</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137425,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0035.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0035-1024x768.jpg" alt="" class="wp-image-137425"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137426,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0021.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/IMG-20220615-WA0021-1024x768.jpg" alt="" class="wp-image-137426"/></a></figure>\n<!-- /wp:image -->', 'Pelatihan Pengelola Keuangan di Lingkungan UIN STS Jambi', '', 'inherit', 'closed', 'closed', '', '137423-revision-v1', '', '', '2022-06-20 07:35:19', '2022-06-20 07:35:19', '', 137423, 'https://spisutha.uinjambi.ac.id/?p=137427', 0, 'revision', '', 0),
(137428, 1, '2022-06-20 08:08:26', '2022-06-20 08:08:26', '<!-- wp:paragraph -->\n<p>Laporan Kinerja Utama (IKU) merupakan&nbsp;kewajiban bagi seluruh Dosen dengan Tugas Tambahan (DT) UIN Sulthan Thaha Saifuddinn Jambi setiap triwulannya. Adapun tujuan membuat laporan triwulan adalah sebagai bahan evaluasi terhadap seluruh proses pelaksanaan kegiatan yang telah berjalan. Nantinya, hasil evaluasi ini akan digunakan sebagai dasar pembayaran Remunerasi P2 Sisa pada setiap triwulan dan sebagai bahan pertimbangan untuk melakukan perbaikan atau peningkatan kualitas kegiatan di masa mendatang. Tingkat keberhasilan pelaksanaan program dan kegiatan, apakah sudah sesuai dengan tujuan dan target yang telah di tetapkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setiap DT diwajibkan menyerahkan laporannya dalam bentuk <em>softcopy </em>lengkapn dengan <em>link</em> bukt ipendukung yang dapat diakses untuk setiap indikator yang telah dilaksanakan. Sehingga, tim verifikator dapat melakukan verifikasi atas kebenaran kinerja tersebut. Hasil akhir dari laporan di rata-ratakan dalam bentuk persen (%). Target yang belum tercapai pada triwulan sebelumnya, diharapkan dapat tercapai pada triwulan berikutnya. Setelah laporan diserahkan/disubmit pada link, tim verifikator melakukan pengecekan atau melakukan verifikasi. Tim verifikator memastikan kelengkapan, kebenaran dan validitasi dokumen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada mulanya sebagai yang bertindak sebagai Verifikator Laporan IKU adalah Satuan Pengawasan Internal (SPI).&nbsp; Namun, untuk Triwulan II Tahun 2022 dan seterusnya dilakukan oleh tim khusus melalui rekrutmen verifikator yang berasal dari Dosen Tanpa Tugas Tambahan (DS) UIN Sulthan Thaha Saifuddin Jambi. Pada Triwulan I Tahun 2022, dikarenakan keterbatasan waktu, maka yang menjadi Verifikator Laporan IKU Triwulan I Tahun 2022 yaitu tim yang berjumlah 10 orang. Waktu saat melakukan verifikasi dilaksanakan selama 6 hari dimulai pada tanggal 11 s.d. 16 April 2022. Untuk mengamati atau mengetahui perkembangan selamamem verifikasi, dalam hari ini Kepala dan Sekretaris SPI melakukan monitoring kepada tim verifikator selama proses verifikasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137430,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.13.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.13-1024x768.jpeg" alt="" class="wp-image-137430"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137431,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.121.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.121-1024x768.jpeg" alt="" class="wp-image-137431"/></a></figure>\n<!-- /wp:image -->', 'Verifikasi Laporan IKU Dosen dengan Tugas Tambahan (DT) Triwulan I Tahun 2022', '', 'publish', 'open', 'closed', '', 'verifikasi-laporan-iku-dosen-dengan-tugas-tambahan-dt-triwulan-i-tahun-2022', '', '', '2022-06-29 03:55:28', '2022-06-29 03:55:28', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137428', 0, 'post', '', 0),
(137429, 1, '2022-06-20 08:06:58', '2022-06-20 08:06:58', '', 'WhatsApp Image 2022-06-20 at 15.04.12', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-06-20-at-15-04-12', '', '', '2022-06-20 08:06:58', '2022-06-20 08:06:58', '', 137428, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.12.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137430, 1, '2022-06-20 08:07:38', '2022-06-20 08:07:38', '', 'WhatsApp-Image-2022-06-20-at-15.04.13', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-06-20-at-15-04-13', '', '', '2022-06-20 08:07:38', '2022-06-20 08:07:38', '', 137428, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.13.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137431, 1, '2022-06-20 08:07:57', '2022-06-20 08:07:57', '', 'WhatsApp-Image-2022-06-20-at-15.04.121', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-06-20-at-15-04-121', '', '', '2022-06-20 08:07:57', '2022-06-20 08:07:57', '', 137428, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.121.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137432, 1, '2022-06-20 08:08:26', '2022-06-20 08:08:26', '<!-- wp:paragraph -->\n<p>Laporan Kinerja Utama (IKU) merupakan kewajiban bagi seluruh Dosen dengan Tugas Tambahan (DT) UIN Sulthan Thaha Saifuddinn Jambi setiap triwulannya. Adapun tujuan membuat laporan triwulan adalah sebagai bahan evaluasi terhadap seluruh proses pelaksanaan kegiatan yang telah berjalan. Nantinya, hasil evaluasi ini akan digunakan sebagai dasar pembayaran Remunerasi P2 Sisa pada setiap triwulan dan sebagai bahan pertimbangan untuk melakukan perbaikan atau peningkatan kualitas kegiatan di masa mendatang. Tingkat keberhasilan pelaksanaan program dan kegiatan, apakah sudah sesuai dengan tujuan dan target yang telah di tetapkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setiap DT diwajibkan menyerahkan laporannya dalam bentuk <em>softcopy </em>lengkapn dengan <em>link</em> bukt ipendukung yang dapat diakses untuk setiap indikator yang telah dilaksanakan. Sehingga, tim verifikator dapat melakukan verifikasi atas kebenaran kinerja tersebut. Hasil akhir dari laporan di rata-ratakan dalam bentuk persen (%). Target yang belum tercapai pada triwulan sebelumnya, diharapkan dapat tercapai pada triwulan berikutnya. Setelah laporan diserahkan/disubmit pada link, tim verifikator melakukan pengecekan atau melakukan verifikasi. Tim verifikator memastikan kelengkapan, kebenaran dan validitasi dokumen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada mulanya sebagai yang bertindak sebagai Verifikator Laporan IKU adalah Satuan Pengawasan Internal (SPI).  Namun, untuk Triwulan II Tahun 2022 dan seterusnya dilakukan oleh tim khusus melalui rekrutmen verifikator yang berasal dari Dosen Tanpa Tugas Tambahan (DS) UIN Sulthan Thaha Saifuddin Jambi. Pada Triwulan I Tahun 2022, dikarenakan keterbatasan waktu, maka yang menjadi Verifikator Laporan IKU Triwulan I Tahun 2022 yaitu tim yang berjumlah 10 orang. Waktu saat melakukan verifikasi dilaksanakan selama 6 hari dimulai pada tanggal 11 s.d. 16 April 2022. Untuk mengamati atau mengetahui perkembangan selamamem verifikasi, dalam hari ini Kepala dan Sekretaris SPI melakukan monitoring kepada tim verifikator selama proses verifikasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137430,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.13.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.13-1024x768.jpeg" alt="" class="wp-image-137430"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137431,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.121.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.121-1024x768.jpeg" alt="" class="wp-image-137431"/></a></figure>\n<!-- /wp:image -->', 'Verifikasi Laporan IKU Dosen dengan Tugas Tambahan (DT) Triwulan I Tahun 2022', '', 'inherit', 'closed', 'closed', '', '137428-revision-v1', '', '', '2022-06-20 08:08:26', '2022-06-20 08:08:26', '', 137428, 'https://spisutha.uinjambi.ac.id/?p=137432', 0, 'revision', '', 0),
(137433, 1, '2022-06-20 08:15:08', '2022-06-20 08:15:08', '<!-- wp:paragraph -->\n<p>Laporan Kinerja Utama (IKU) merupakan&nbsp;kewajiban bagi seluruh Dosen dengan Tugas Tambahan (DT) UIN Sulthan Thaha Saifuddinn Jambi setiap triwulannya. Adapun tujuan membuat laporan triwulan adalah sebagai bahan evaluasi terhadap seluruh proses pelaksanaan kegiatan yang telah berjalan. Nantinya, hasil evaluasi ini akan digunakan sebagai dasar pembayaran Remunerasi P2 Sisa pada setiap triwulan dan sebagai bahan pertimbangan untuk melakukan perbaikan atau peningkatan kualitas kegiatan di masa mendatang. Tingkat keberhasilan pelaksanaan program dan kegiatan, apakah sudah sesuai dengan tujuan dan target yang telah di tetapkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setiap DT diwajibkan menyerahkan laporannya dalam bentuk <em>softcopy </em>lengkapn dengan <em>link</em> bukt ipendukung yang dapat diakses untuk setiap indikator yang telah dilaksanakan. Sehingga, tim verifikator dapat melakukan verifikasi atas kebenaran kinerja tersebut. Hasil akhir dari laporan di rata-ratakan dalam bentuk persen (%). Target yang belum tercapai pada triwulan sebelumnya, diharapkan dapat tercapai pada triwulan berikutnya. Setelah laporan diserahkan/disubmit pada link, tim verifikator melakukan pengecekan atau melakukan verifikasi. Tim verifikator memastikan kelengkapan, kebenaran dan validitasi dokumen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada mulanya sebagai yang bertindak sebagai Verifikator Laporan IKU adalah Satuan Pengawasan Internal (SPI).&nbsp; Namun, untuk Triwulan II Tahun 2022 dan seterusnya dilakukan oleh tim khusus melalui rekrutmen verifikator yang berasal dari Dosen Tanpa Tugas Tambahan (DS) UIN Sulthan Thaha Saifuddin Jambi. Pada Triwulan I Tahun 2022, dikarenakan keterbatasan waktu, maka yang menjadi Verifikator Laporan IKU Triwulan I Tahun 2022 yaitu tim yang berjumlah 10 orang. Waktu saat melakukan verifikasi dilaksanakan selama 6 hari dimulai pada tanggal 11 s.d. 16 April 2022. Untuk mengamati atau mengetahui perkembangan selamamem verifikasi, dalam hari ini Kepala dan Sekretaris SPI melakukan monitoring kepada tim verifikator selama proses verifikasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137430,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.13.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.13-1024x768.jpeg" alt="" class="wp-image-137430"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137431,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.121.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/WhatsApp-Image-2022-06-20-at-15.04.121-1024x768.jpeg" alt="" class="wp-image-137431"/></a></figure>\n<!-- /wp:image -->', 'Verifikasi Laporan IKU Dosen dengan Tugas Tambahan (DT) Triwulan I Tahun 2022', '', 'inherit', 'closed', 'closed', '', '137428-revision-v1', '', '', '2022-06-20 08:15:08', '2022-06-20 08:15:08', '', 137428, 'https://spisutha.uinjambi.ac.id/?p=137433', 0, 'revision', '', 0),
(137437, 1, '2022-06-27 03:29:33', '2022-06-27 03:29:33', '<!-- wp:paragraph -->\n<p>Tim Satuan Pengawasan Internal (SPI) Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi melakukan benchmarking pelaksanaan Reformasi Birokrasi dan Zona Integritas Wilayah Bersih dan Bebas Korupsi (ZI/ WBBK) ke Universitas Negeri Padang (UNP) Senin, 30 Mei 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wakil Rektor II UNP Prof. Ir. Drs. Syahril, M.Sc, Ph.D yang mewakili Rektor UNP dalam sambutannya sekaligus memimpin kegiatan ini mengatakan “Program Reformasi Birokrasi di UNP telah berlangsung sejak tahun 2017 dan membawa perubahan positif bagi UNP secara kelembagaan, dari beberapa prestasi nasional yang diraih UNP dalam 5 tahun terakhir, pada hakekatnya memberikan dampak langsung maupun tidak langsung pada raihan prestasi-prestasi tersebut. Saat&nbsp; ini RB di UNP terus bergerak dan masuk pada pembangunan Zona Integritas (ZI) mulai dari FMIPA dan sukses secara nasional,&nbsp; Fakultas Bahasa dan Seni (FBS) dan Fakultas Ekonomi (FE) sebagai kelanjutan pembangunan ZI/ WBBK” tegas Guru Besar Fakultas Teknik (FT).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137442,"width":327,"height":202,"sizeSlug":"large","linkDestination":"media","className":"is-style-rounded"} -->\n<figure class="wp-block-image size-large is-resized is-style-rounded"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-2-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-2-1024x632.jpg" alt="" class="wp-image-137442" width="327" height="202"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Novi Mubyarto, S.E.,M.E selaku kepala SPI &nbsp;dalam sambutannya menyampaikan bahwa kedatangannya ke UNP adalah dalam rangka ingin melihat bagaimana pelaksanaan ZI di FMIPA khususnya, karena kami lihat dan ikuti di secara virtual di web FMIPA cukup banyak memberikan wawasan implementasi dan capaian program ZI di fakultas ini, selanjutnya kami pun mendapat informasi tentang transformasi UNP menjadi PTNBH terkait dengan insentif dan perubahan layanan dan kami lihat hasilnya dari layanan dan kondisi hotel UNP yang bagus”. Dalam kegiatan ini Kepala SPI di damping Sekretaris SPI &nbsp;Khairiyani, MS.,Ak dan 8 orang Staf SPI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137443,"width":329,"height":203,"sizeSlug":"large","linkDestination":"media","className":"is-style-rounded"} -->\n<figure class="wp-block-image size-large is-resized is-style-rounded"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg2-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg2-1024x632.jpg" alt="" class="wp-image-137443" width="329" height="203"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Selanjutnya, Prof. M. Zaim, M. Hum, Ketua Tim RB UNP memberikan sambutan kepada SPI UIN Sutha Jambi sekaligus menjadi narasumber tentang Pelaksanaan RB di UNP dan Dekan FMIPA UNP Dr. Yulkifli, M.Si tentang Pelaksanaan ZI/ WBBK di FMIPA sebagai pilotting program reformasi ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wakil Rektor I dan Wakil Rektor IV UNP, Sekretaris Universitas, Dekan selingkungan UNP dan Wakil Dekan FMIPA dan Kepala BPAKHM, Kepala BPMI, Koordinator Area Tim RB UNP dan Tim ZI FMIPA turut hadir dalam kegiatan ini.</p>\n<!-- /wp:paragraph -->', 'SPI Sulthan Thaha Saifuddin Jambi Benchmarking Pelaksanaan RB ZI-WBBK ke UNP', '', 'publish', 'open', 'closed', '', 'spi-sulthan-thaha-saifuddin-jambi-benchmarking-pelaksanaan-rb-zi-wbbk-ke-unp', '', '', '2022-06-29 03:54:41', '2022-06-29 03:54:41', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137437', 0, 'post', '', 0),
(137438, 1, '2022-06-27 03:12:05', '2022-06-27 03:12:05', '', 'pdg', '', 'inherit', 'open', 'closed', '', 'pdg', '', '', '2022-06-27 03:12:05', '2022-06-27 03:12:05', '', 137437, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/pdg.jpg', 0, 'attachment', 'image/jpeg', 0),
(137439, 1, '2022-06-27 03:23:11', '2022-06-27 03:23:11', '', 'pdg', '', 'inherit', 'open', 'closed', '', 'pdg-2', '', '', '2022-06-27 03:23:11', '2022-06-27 03:23:11', '', 137437, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137440, 1, '2022-06-27 03:23:37', '2022-06-27 03:23:37', '', 'pdg1', '', 'inherit', 'open', 'closed', '', 'pdg1', '', '', '2022-06-27 03:23:37', '2022-06-27 03:23:37', '', 137437, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/pdg1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137441, 1, '2022-06-27 03:26:51', '2022-06-27 03:26:51', '', 'pdg3', '', 'inherit', 'open', 'closed', '', 'pdg3', '', '', '2022-06-27 03:26:51', '2022-06-27 03:26:51', '', 137437, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/pdg3.jpg', 0, 'attachment', 'image/jpeg', 0),
(137442, 1, '2022-06-27 03:27:24', '2022-06-27 03:27:24', '', 'pdg-2', '', 'inherit', 'open', 'closed', '', 'pdg-2-2', '', '', '2022-06-27 03:27:24', '2022-06-27 03:27:24', '', 137437, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(137443, 1, '2022-06-27 03:28:19', '2022-06-27 03:28:19', '', 'pdg2', '', 'inherit', 'open', 'closed', '', 'pdg2', '', '', '2022-06-27 03:28:19', '2022-06-27 03:28:19', '', 137437, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/pdg2.jpg', 0, 'attachment', 'image/jpeg', 0),
(137444, 1, '2022-06-27 03:29:33', '2022-06-27 03:29:33', '<!-- wp:paragraph -->\n<p>Tim Satuan Pengawasan Internal (SPI) Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi melakukan benchmarking pelaksanaan Reformasi Birokrasi dan Zona Integritas Wilayah Bersih dan Bebas Korupsi (ZI/ WBBK) ke Universitas Negeri Padang (UNP) Senin, 30 Mei 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wakil Rektor II UNP Prof. Ir. Drs. Syahril, M.Sc, Ph.D yang mewakili Rektor UNP dalam sambutannya sekaligus memimpin kegiatan ini mengatakan “Program Reformasi Birokrasi di UNP telah berlangsung sejak tahun 2017 dan membawa perubahan positif bagi UNP secara kelembagaan, dari beberapa prestasi nasional yang diraih UNP dalam 5 tahun terakhir, pada hakekatnya memberikan dampak langsung maupun tidak langsung pada raihan prestasi-prestasi tersebut. Saat  ini RB di UNP terus bergerak dan masuk pada pembangunan Zona Integritas (ZI) mulai dari FMIPA dan sukses secara nasional,  Fakultas Bahasa dan Seni (FBS) dan Fakultas Ekonomi (FE) sebagai kelanjutan pembangunan ZI/ WBBK” tegas Guru Besar Fakultas Teknik (FT).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137442,"width":327,"height":202,"sizeSlug":"large","linkDestination":"media","className":"is-style-rounded"} -->\n<figure class="wp-block-image size-large is-resized is-style-rounded"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-2-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-2-1024x632.jpg" alt="" class="wp-image-137442" width="327" height="202"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Novi Mubyarto, S.E.,M.E selaku kepala SPI  dalam sambutannya menyampaikan bahwa kedatangannya ke UNP adalah dalam rangka ingin melihat bagaimana pelaksanaan ZI di FMIPA khususnya, karena kami lihat dan ikuti di secara virtual di web FMIPA cukup banyak memberikan wawasan implementasi dan capaian program ZI di fakultas ini, selanjutnya kami pun mendapat informasi tentang transformasi UNP menjadi PTNBH terkait dengan insentif dan perubahan layanan dan kami lihat hasilnya dari layanan dan kondisi hotel UNP yang bagus”. Dalam kegiatan ini Kepala SPI di damping Sekretaris SPI  Khairiyani, MS.,Ak dan 8 orang Staf SPI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137443,"width":329,"height":203,"sizeSlug":"large","linkDestination":"media","className":"is-style-rounded"} -->\n<figure class="wp-block-image size-large is-resized is-style-rounded"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg2-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg2-1024x632.jpg" alt="" class="wp-image-137443" width="329" height="203"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Selanjutnya, Prof. M. Zaim, M. Hum, Ketua Tim RB UNP memberikan sambutan kepada SPI UIN Sutha Jambi sekaligus menjadi narasumber tentang Pelaksanaan RB di UNP dan Dekan FMIPA UNP Dr. Yulkifli, M.Si tentang Pelaksanaan ZI/ WBBK di FMIPA sebagai pilotting program reformasi ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wakil Rektor I dan Wakil Rektor IV UNP, Sekretaris Universitas, Dekan selingkungan UNP dan Wakil Dekan FMIPA dan Kepala BPAKHM, Kepala BPMI, Koordinator Area Tim RB UNP dan Tim ZI FMIPA turut hadir dalam kegiatan ini.</p>\n<!-- /wp:paragraph -->', 'SPI Sulthan Thaha Saifuddin Jambi Benchmarking Pelaksanaan RB ZI-WBBK ke UNP', '', 'inherit', 'closed', 'closed', '', '137437-revision-v1', '', '', '2022-06-27 03:29:33', '2022-06-27 03:29:33', '', 137437, 'https://spisutha.uinjambi.ac.id/?p=137444', 0, 'revision', '', 0),
(137446, 1, '2022-06-29 03:35:00', '2022-06-29 03:35:00', '<!-- wp:paragraph -->\n<p>Tim Satuan Pengawasan Internal (SPI) Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi melakukan benchmarking pelaksanaan Reformasi Birokrasi dan Zona Integritas Wilayah Bersih dan Bebas Korupsi (ZI/ WBBK) ke Universitas Negeri Padang (UNP) Senin, 30 Mei 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wakil Rektor II UNP Prof. Ir. Drs. Syahril, M.Sc, Ph.D yang mewakili Rektor UNP dalam sambutannya sekaligus memimpin kegiatan ini mengatakan “Program Reformasi Birokrasi di UNP telah berlangsung sejak tahun 2017 dan membawa perubahan positif bagi UNP secara kelembagaan, dari beberapa prestasi nasional yang diraih UNP dalam 5 tahun terakhir, pada hakekatnya memberikan dampak langsung maupun tidak langsung pada raihan prestasi-prestasi tersebut. Saat&nbsp; ini RB di UNP terus bergerak dan masuk pada pembangunan Zona Integritas (ZI) mulai dari FMIPA dan sukses secara nasional,&nbsp; Fakultas Bahasa dan Seni (FBS) dan Fakultas Ekonomi (FE) sebagai kelanjutan pembangunan ZI/ WBBK” tegas Guru Besar Fakultas Teknik (FT).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137442,"width":327,"height":202,"sizeSlug":"large","linkDestination":"media","className":"is-style-rounded"} -->\n<figure class="wp-block-image size-large is-resized is-style-rounded"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-2-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg-2-1024x632.jpg" alt="" class="wp-image-137442" width="327" height="202"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Novi Mubyarto, S.E.,M.E selaku kepala SPI &nbsp;dalam sambutannya menyampaikan bahwa kedatangannya ke UNP adalah dalam rangka ingin melihat bagaimana pelaksanaan ZI di FMIPA khususnya, karena kami lihat dan ikuti di secara virtual di web FMIPA cukup banyak memberikan wawasan implementasi dan capaian program ZI di fakultas ini, selanjutnya kami pun mendapat informasi tentang transformasi UNP menjadi PTNBH terkait dengan insentif dan perubahan layanan dan kami lihat hasilnya dari layanan dan kondisi hotel UNP yang bagus”. Dalam kegiatan ini Kepala SPI di damping Sekretaris SPI &nbsp;Khairiyani, MS.,Ak dan 8 orang Staf SPI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137443,"width":329,"height":203,"sizeSlug":"large","linkDestination":"media","className":"is-style-rounded"} -->\n<figure class="wp-block-image size-large is-resized is-style-rounded"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg2-scaled.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/pdg2-1024x632.jpg" alt="" class="wp-image-137443" width="329" height="203"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Selanjutnya, Prof. M. Zaim, M. Hum, Ketua Tim RB UNP memberikan sambutan kepada SPI UIN Sutha Jambi sekaligus menjadi narasumber tentang Pelaksanaan RB di UNP dan Dekan FMIPA UNP Dr. Yulkifli, M.Si tentang Pelaksanaan ZI/ WBBK di FMIPA sebagai pilotting program reformasi ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wakil Rektor I dan Wakil Rektor IV UNP, Sekretaris Universitas, Dekan selingkungan UNP dan Wakil Dekan FMIPA dan Kepala BPAKHM, Kepala BPMI, Koordinator Area Tim RB UNP dan Tim ZI FMIPA turut hadir dalam kegiatan ini.</p>\n<!-- /wp:paragraph -->', 'SPI Sulthan Thaha Saifuddin Jambi Benchmarking Pelaksanaan RB ZI-WBBK ke UNP', '', 'inherit', 'closed', 'closed', '', '137437-revision-v1', '', '', '2022-06-29 03:35:00', '2022-06-29 03:35:00', '', 137437, 'https://spisutha.uinjambi.ac.id/?p=137446', 0, 'revision', '', 0),
(137449, 1, '2022-06-29 04:36:45', '2022-06-29 04:36:45', '<p>[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]</p>\n<div class="row">\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\n<h4 style="text-align: center;"><strong>SELAMAT DATANG DI WEBSITE RESMI SPI UIN SULTHAN THAHA SAIFUDDIN JAMBI</strong></h4>\n</div>\n</div>\n<div class="hestia-features-content">\n<div class="row">\n<div class="col-xs-12 col-md-4 feature-box">\n<div class="hestia-info">\n<div class="icon"></div>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][vc_separator][vc_column_text]</p>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<hr />\n<p style="text-align: center;">LOKASI KAMI</p>\n<p>[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]</p>\n', 'Home', '', 'inherit', 'closed', 'closed', '', '333-autosave-v1', '', '', '2022-06-29 04:36:45', '2022-06-29 04:36:45', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137449', 0, 'revision', '', 0),
(137450, 1, '2022-06-29 03:50:30', '2022-06-29 03:50:30', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h3 style="text-align: center;"><strong>Di Website Resmi</strong></h3>\r\n<h3 style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></h3>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]Dalam melaksanakan tugasnya, SPI menyelenggarakan fungsi:\r\na. Penyusunan peta risiko pengendalian internal melalui kegiatan identifikasi,\r\npenilaian risiko, penentuan skala prioritas, dan pemantauan;\r\nb. Penyusunan program dan kegiatan pengawasan nonakademik;\r\nc. Pelaksanaan pengawasan kepatuhan, kinerja, dan mutu nonakademik di bidang sumber daya manusia, perencanaan, keuangan, organisasi, teknologi informasi, serta sarana dan prasarana;\r\nd. Penyusunan perencanaan dan pelaksanaan pemeriksaan dengan tujuan tertentu;\r\ne. Penyusunan dan penyampaian laporan hasil pengawasan internal\r\nf. Pemantauan dan pengoordinasian tindak lanjut hasil pengawasan internal dan eksternal;\r\ng. Pelaksanaan fungsi lain yang diberikan oleh Rektor.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Menjadi Satuan Pengawasan Internal yang professional, independen dan\r\nkredibel dalam rangka menciptakan <em>Good University Governance</em> dengan semangat moderasi dan<em> Islamic Entrepreneurship</em></p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]a. Melakukan pengawasan tata kelola bidang pengelolaan keuangan, pengelolaan sumber daya manusia, pengelolaan aset negara/Barang Milik Negara (BMN), proses pengadaan barang dan jasa, dan tatakelola pemanfaatan teknologi informasi dan komunikasi.\r\nb. Membantu pimpinan dalam menyusun peta resiko (manajemen resiko) dalam penyelenggaraan pendidikan tinggi, khususnya bidang non akademik.\r\nc. Melaksanakan koordinasi dengan Pengawas Internal dan Pengawas Eksternal untuk menciptakan akuntabilitas publik.\r\nd. Meningkatkan kapabilitas sumber daya manusia secara berkelanjutan agar dapat\r\nmelaksanakan tugas dan fungsi pengawasan yang lebih efektif.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-06-29 03:50:30', '2022-06-29 03:50:30', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137450', 0, 'revision', '', 0),
(137452, 1, '2022-06-29 03:53:11', '2022-06-29 03:53:11', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h3 style="text-align: center;"><strong>Di Website Resmi</strong></h3>\r\n<h3 style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></h3>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-chart-area" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Fungsi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]Dalam melaksanakan tugasnya, SPI menyelenggarakan fungsi:\r\na. Penyusunan peta risiko pengendalian internal melalui kegiatan identifikasi,\r\npenilaian risiko, penentuan skala prioritas, dan pemantauan;\r\nb. Penyusunan program dan kegiatan pengawasan nonakademik;\r\nc. Pelaksanaan pengawasan kepatuhan, kinerja, dan mutu nonakademik di bidang sumber daya manusia, perencanaan, keuangan, organisasi, teknologi informasi, serta sarana dan prasarana;\r\nd. Penyusunan perencanaan dan pelaksanaan pemeriksaan dengan tujuan tertentu;\r\ne. Penyusunan dan penyampaian laporan hasil pengawasan internal\r\nf. Pemantauan dan pengoordinasian tindak lanjut hasil pengawasan internal dan eksternal;\r\ng. Pelaksanaan fungsi lain yang diberikan oleh Rektor.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon type="entypo" icon_entypo="entypo-icon entypo-icon-graduation-cap" color="turquoise" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-pembuatan-website%2F|title:JASA%20PEMBUATAN%20WEBSITE"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Visi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;">Menjadi Satuan Pengawasan Internal yang professional, independen dan\r\nkredibel dalam rangka menciptakan <em>Good University Governance</em> dengan semangat moderasi dan<em> Islamic Entrepreneurship</em></p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_icon icon_fontawesome="fas fa-hotel" color="purple" size="xl" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fjasa-instalasi-jaringan%2F|title:JASA%20INSTALASI%20JARINGAN"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>Misi SPI\r\n</strong></h2>\r\n[/vc_column_text][vc_column_text]a. Melakukan pengawasan tata kelola bidang pengelolaan keuangan, pengelolaan sumber daya manusia, pengelolaan aset negara/Barang Milik Negara (BMN), proses pengadaan barang dan jasa, dan tatakelola pemanfaatan teknologi informasi dan komunikasi.\r\nb. Membantu pimpinan dalam menyusun peta resiko (manajemen resiko) dalam penyelenggaraan pendidikan tinggi, khususnya bidang non akademik.\r\nc. Melaksanakan koordinasi dengan Pengawas Internal dan Pengawas Eksternal untuk menciptakan akuntabilitas publik.\r\nd. Meningkatkan kapabilitas sumber daya manusia secara berkelanjutan agar dapat\r\nmelaksanakan tugas dan fungsi pengawasan yang lebih efektif.[/vc_column_text][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][vc_column_text]\r\n<h1 class="hestia-title" style="text-align: center;">Tentang Lembaga</h1>\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 text-center hestia-testimonials-title-area">\r\n<h5 class="description" style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>BERITA LEMBAGA</strong></h3>\r\n[/vc_column_text][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][vc_wp_categories][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-06-29 03:53:11', '2022-06-29 03:53:11', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137452', 0, 'revision', '', 0),
(137454, 1, '2022-06-29 04:10:20', '2022-06-29 04:10:20', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h1 class="hestia-title" style="text-align: center;"><strong>Selamat Datang</strong></h1>\r\n<h3 style="text-align: center;"><strong>Di Website Resmi</strong></h3>\r\n<h3 style="text-align: center;"><strong>Satuan Pengawasan Internal</strong></h3>\r\n<p style="text-align: center;"><strong>UIN Sulthan Thaha Saifuddin Jambi</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-06-29 04:10:20', '2022-06-29 04:10:20', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137454', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137457, 1, '2022-06-29 04:26:55', '2022-06-29 04:26:55', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<p style="text-align: center;">SELAMAT DATANG DI WEBSITE RESMI SPI UIN SULTHAN THAHA SAIFUDDIN JAMBI</p>\r\n\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-06-29 04:26:55', '2022-06-29 04:26:55', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137457', 0, 'revision', '', 0),
(137458, 1, '2022-06-29 04:28:33', '2022-06-29 04:28:33', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h2 style="text-align: center;"><strong>SELAMAT DATANG DI WEBSITE RESMI SPI UIN SULTHAN THAHA SAIFUDDIN JAMBI</strong></h2>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-06-29 04:28:33', '2022-06-29 04:28:33', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137458', 0, 'revision', '', 0),
(137459, 1, '2022-06-29 04:29:34', '2022-06-29 04:29:34', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h3 style="text-align: center;"><strong>SELAMAT DATANG DI WEBSITE RESMI SPI UIN SULTHAN THAHA SAIFUDDIN JAMBI</strong></h3>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-06-29 04:29:34', '2022-06-29 04:29:34', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137459', 0, 'revision', '', 0),
(137460, 1, '2022-06-29 04:30:18', '2022-06-29 04:30:18', '[vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="1" css=".vc_custom_1645430859058{margin-bottom: 0px !important;border-bottom-width: 30px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #0002ad !important;}" el_class="main-color-1-bg"][vc_column css=".vc_custom_1645430920747{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;}"][vc_column_text]\r\n<div class="row">\r\n<div class="col-md-8 col-md-offset-2 hestia-features-title-area">\r\n<h4 style="text-align: center;"><strong>SELAMAT DATANG DI WEBSITE RESMI SPI UIN SULTHAN THAHA SAIFUDDIN JAMBI</strong></h4>\r\n</div>\r\n</div>\r\n<div class="hestia-features-content">\r\n<div class="row">\r\n<div class="col-xs-12 col-md-4 feature-box">\r\n<div class="hestia-info">\r\n<div class="icon"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_separator][/vc_column][/vc_row][vc_row u_row_style="0" u_row_paralax="0" u_row_scheme="0" css=".vc_custom_1407145598493{margin-bottom: 0px !important;padding-top: 80px !important;padding-bottom: 80px !important;}"][vc_column][u_post_grid show_header="0" cat="berita-lembaga" show_date="1" show_price="1" show_venue="1" show_cat_name="0" show_time="1" gallery="0"][vc_btn title="Lihat Semua Berita" shape="round" color="primary" size="sm" align="center" link="url:https%3A%2F%2Fspisutha.w2.uinjambi.ac.id%2Fcategory%2Fberita%2Fberita-lembaga%2F|title:Berita|target:_blank"][vc_wp_categories][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n<hr />\r\n<p style="text-align: center;">LOKASI KAMI</p>\r\n[/vc_column_text][vc_gmaps link="#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzODExLjkyNTU3NjA0ODQxJTIxMmQxMDMuNTA2NjA3NDg4NTIxNDglMjEzZC0xLjYwODkyNTA0OTYzMTExNTQlMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgyZTJmNjJlNWMxZjA4Njk1JTI1M0EweDdmOGY0YzUwYzQ2ZWFhZGMlMjEyc1VJTiUyNTIwU3VsdGhhbiUyNTIwVGhhaGElMjUyMFNhaWZ1ZGRpbiUyNTIwSmFtYmklMjE1ZTAlMjEzbTIlMjExc2lkJTIxMnNpZCUyMTR2MTY0MTc4OTUyMjA2MSUyMTVtMiUyMTFzaWQlMjEyc2lkJTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlM0IlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjIlMjIlMjBsb2FkaW5nJTNEJTIybGF6eSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ=="][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '333-revision-v1', '', '', '2022-06-29 04:30:18', '2022-06-29 04:30:18', '', 333, 'https://spisutha.uinjambi.ac.id/?p=137460', 0, 'revision', '', 0),
(137466, 1, '2022-06-30 03:08:06', '2022-06-30 03:08:06', '<!-- wp:gallery {"ids":[],"linkTo":"file"} -->\n<figure class="wp-block-gallery columns-0 is-cropped"><ul class="blocks-gallery-grid"></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'PEMBERITAHUAN LAPORAN KINERJA HARIAN REMUNERASI DT JUNI 2022', '', 'publish', 'open', 'closed', '', 'pemberitahuan-laporan-kinerja-harian-remunerasi-dt-juni-2022', '', '', '2022-06-30 03:11:06', '2022-06-30 03:11:06', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137466', 0, 'post', '', 0),
(137467, 1, '2022-06-30 03:07:42', '2022-06-30 03:07:42', '', 'PEMBERITAHUAN-LKHR-DT-JUNI-2022', '', 'inherit', 'open', 'closed', '', 'pemberitahuan-lkhr-dt-juni-2022', '', '', '2022-06-30 03:07:42', '2022-06-30 03:07:42', '', 137466, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/PEMBERITAHUAN-LKHR-DT-JUNI-2022.png', 0, 'attachment', 'image/png', 0),
(137468, 1, '2022-06-30 03:08:06', '2022-06-30 03:08:06', '<!-- wp:gallery {"ids":[137467],"linkTo":"file"} -->\n<figure class="wp-block-gallery columns-1 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/PEMBERITAHUAN-LKHR-DT-JUNI-2022.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/PEMBERITAHUAN-LKHR-DT-JUNI-2022.png" alt="" data-id="137467" data-full-url="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/PEMBERITAHUAN-LKHR-DT-JUNI-2022.png" data-link="https://spisutha.w2.uinjambi.ac.id/?attachment_id=137467" class="wp-image-137467"/></a></figure></li></ul></figure>\n<!-- /wp:gallery -->', 'PEMBERITAHUAN LAPORAN KINERJA HARIAN REMUNERASI DT JUNI 2022', '', 'inherit', 'closed', 'closed', '', '137466-revision-v1', '', '', '2022-06-30 03:08:06', '2022-06-30 03:08:06', '', 137466, 'https://spisutha.uinjambi.ac.id/?p=137468', 0, 'revision', '', 0),
(137469, 1, '2022-06-30 03:11:03', '2022-06-30 03:11:03', '<!-- wp:gallery {"ids":[],"linkTo":"file"} -->\n<figure class="wp-block-gallery columns-0 is-cropped"><ul class="blocks-gallery-grid"></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'PEMBERITAHUAN LAPORAN KINERJA HARIAN REMUNERASI DT JUNI 2022', '', 'inherit', 'closed', 'closed', '', '137466-revision-v1', '', '', '2022-06-30 03:11:03', '2022-06-30 03:11:03', '', 137466, 'https://spisutha.uinjambi.ac.id/?p=137469', 0, 'revision', '', 0),
(137472, 1, '2022-06-30 03:21:28', '2022-06-30 03:21:28', '', 'PMA 24 TAHUN 2015 GRATIFIKASI', '', 'inherit', 'open', 'closed', '', 'pma-24-tahun-2015-gratifikasi', '', '', '2022-06-30 03:21:28', '2022-06-30 03:21:28', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/06/PMA-24-TAHUN-2015-GRATIFIKASI.pdf', 0, 'attachment', 'application/pdf', 0),
(137475, 1, '2022-06-30 04:17:42', '2022-06-30 04:17:42', '<!-- wp:image {"id":137477,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/PMA-24-TAHUN-2015-GRATIFIKASI-3.pdf"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/PMA-24-TAHUN-2015-GRATIFIKASI-3.pdf" alt="" class="wp-image-137477"/></a></figure>\n<!-- /wp:image -->', 'PMA 24 TAHUN 2015 GRATIFIKASI', '', 'publish', 'open', 'closed', '', 'pma-24-tahun-2015-gratifikasi', '', '', '2022-06-30 04:17:46', '2022-06-30 04:17:46', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137475', 0, 'post', '', 0),
(137478, 1, '2022-06-30 04:17:42', '2022-06-30 04:17:42', '<!-- wp:image {"id":137477,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/PMA-24-TAHUN-2015-GRATIFIKASI-3.pdf"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/06/PMA-24-TAHUN-2015-GRATIFIKASI-3.pdf" alt="" class="wp-image-137477"/></a></figure>\n<!-- /wp:image -->', 'PMA 24 TAHUN 2015 GRATIFIKASI', '', 'inherit', 'closed', 'closed', '', '137475-revision-v1', '', '', '2022-06-30 04:17:42', '2022-06-30 04:17:42', '', 137475, 'https://spisutha.uinjambi.ac.id/?p=137478', 0, 'revision', '', 0),
(137480, 1, '2022-07-31 02:32:51', '2022-07-31 02:32:51', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Maturity model</em> (model maturitas) adalah sebuah teknik yang umum yang sudah terbukti bermanfaat dalam menilai proses bisnis atau aspek spesifik pada organisasi. Teknik tersebut banyak digunakan karena model maturitas dapat menyediakan sebuah jalur bagi organisasi untuk meningkatkan pengelolaan dan pelaksanaan bisnis secara sistematis. Penilaian maturitas dapat digunakan untuk menilai level maturitas organisasi pada aspek tertentu, dimana hasil penilaian dapat digunakan oleh para pemegang kepentingan untuk mengidentifikasi kekuatan dan poin perbaikan, dan mempriotitisasi aktivitas tindak lanjut yang akan dilakukan untuk mencapai level maturitas yang lebih tinggi. Pelaksanaan penilaian maturitas dilakukan menggunakan pertanyaan self-assessment berbentuk kuisioner hingga metode penilaian yang komprehensif sebagaimana direkomendasikan oleh ISO15504 dan Carnegie Mellon SEI CMMI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut merupakan rincian dari masing-masing aspek penilaian pada Digital Maturity Assessment Tool:&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Tata Kelola dan Kepemimpinan – Dukungan manajemen eksekutif, otorisasi, serta proses pelaporan dan detil peran dan tanggungjawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. SDM dan Budaya – Budaya organisasi, termasuk orientasi pada pelanggan, inovasi, risk&nbsp; appetite dan kemampuan untuk mengelola perubahan terutama pada level staf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Kapasitas dan Kapabilitas – Kemampuan untuk menjadi matang pada aspek digital yang dilihat dari sumber daya, jumlah staf dan keahlian yang dimiliki, akses atas teknologi yang tepat, rencana pelatihan, serta prosedur dan kebijakan pendukung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Inovasi – Kesediaan dan kemampuan untuk menyusun layanan dan produk baru, serta cara penyampaian layanan yang inovatif. Tingkat proaktif dan keinginan untuk menilai dan menerapkan teknologi baru, proses bisnis, dan metode kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Teknologi – Kesesuaian platform teknologi yang mendasari program dan sistem yang &nbsp;mendukung empat pilar lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada awal Juni Tahun 2022, Tim yang telah dibentuk oleh Rektor UIN STS Jambi bekerja sama dalam melengkapi&nbsp; berbagai data dan dokumen yang diperlukan sesuai standar atau indikator yang diminta. Data atau dokumen yang diperlukan dalam memenuhi indikator penilaian tersebut,&nbsp; UIN STS Jambi mendapat laporan dari Bagian Keuangan dan SPI, telah dilist oleh Bagian Keuangan untuk dibagikan kepada Tim maupun kepada PIC yang telah ditunjuk pada masing-masing Unit Kerja penyedia data tersebut untuk dikirimkan dan diberikan kepada Tim Bagian Keuangan, untuk selanjutnya akan diunggah pada aplikasi BIOS (BLU Integrated Online System) sebagai data dukung pemenuhan indikator penilaian. Oleh karena pentingnya data sebagai pemenuhan indikator yang diperlukan, maka para pimpinan di unit kerja terkait juga diundang pada kesempatan ini agar bisa ikut memahami dan memantau ketersediaan data yang diperlukan tersebut.</p>\n<!-- /wp:paragraph -->', 'UIN STS JAMBI MELAKUKAN PERSIAPAN UNTUK PENILAIAN MATURITY RATING UNTUK PENILAIAN BLU TAHUN ANGGARAN 2021', '', 'publish', 'open', 'closed', '', 'uin-sts-jambi-melakukan-persiapan-untuk-penilaian-maturity-rating-untuk-penilaian-blu-tahun-anggaran-2021', '', '', '2022-08-01 02:02:41', '2022-08-01 02:02:41', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137480', 0, 'post', '', 0),
(137481, 1, '2022-07-31 02:31:56', '2022-07-31 02:31:56', '', 'IMG-20220731-WA0009', '', 'inherit', 'open', 'closed', '', 'img-20220731-wa0009', '', '', '2022-07-31 02:31:56', '2022-07-31 02:31:56', '', 137480, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/07/IMG-20220731-WA0009.jpg', 0, 'attachment', 'image/jpeg', 0),
(137482, 1, '2022-07-31 02:32:51', '2022-07-31 02:32:51', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Maturity model</em> (model maturitas) adalah sebuah teknik yang umum yang sudah terbukti bermanfaat dalam menilai proses bisnis atau aspek spesifik pada organisasi. Teknik tersebut banyak digunakan karena model maturitas dapat menyediakan sebuah jalur bagi organisasi untuk meningkatkan pengelolaan dan pelaksanaan bisnis secara sistematis. Penilaian maturitas dapat digunakan untuk menilai level maturitas organisasi pada aspek tertentu, dimana hasil penilaian dapat digunakan oleh para pemegang kepentingan untuk mengidentifikasi kekuatan dan poin perbaikan, dan mempriotitisasi aktivitas tindak lanjut yang akan dilakukan untuk mencapai level maturitas yang lebih tinggi. Pelaksanaan penilaian maturitas dilakukan menggunakan pertanyaan self-assessment berbentuk kuisioner hingga metode penilaian yang komprehensif sebagaimana direkomendasikan oleh ISO15504 dan Carnegie Mellon SEI CMMI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut merupakan rincian dari masing-masing aspek penilaian pada Digital Maturity Assessment Tool:&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Tata Kelola dan Kepemimpinan – Dukungan manajemen eksekutif, otorisasi, serta proses pelaporan dan detil peran dan tanggungjawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. SDM dan Budaya – Budaya organisasi, termasuk orientasi pada pelanggan, inovasi, risk&nbsp; appetite dan kemampuan untuk mengelola perubahan terutama pada level staf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Kapasitas dan Kapabilitas – Kemampuan untuk menjadi matang pada aspek digital yang dilihat dari sumber daya, jumlah staf dan keahlian yang dimiliki, akses atas teknologi yang tepat, rencana pelatihan, serta prosedur dan kebijakan pendukung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Inovasi – Kesediaan dan kemampuan untuk menyusun layanan dan produk baru, serta cara penyampaian layanan yang inovatif. Tingkat proaktif dan keinginan untuk menilai dan menerapkan teknologi baru, proses bisnis, dan metode kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Teknologi – Kesesuaian platform teknologi yang mendasari program dan sistem yang  mendukung empat pilar lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada awal Juni Tahun 2022, Tim yang telah dibentuk oleh Rektor UIN STS Jambi bekerja sama dalam melengkapi  berbagai data dan dokumen yang diperlukan sesuai standar atau indikator yang diminta. Data atau dokumen yang diperlukan dalam memenuhi indikator penilaian tersebut,  UIN STS Jambi mendapat laporan dari Bagian Keuangan dan SPI, telah dilist oleh Bagian Keuangan untuk dibagikan kepada Tim maupun kepada PIC yang telah ditunjuk pada masing-masing Unit Kerja penyedia data tersebut untuk dikirimkan dan diberikan kepada Tim Bagian Keuangan, untuk selanjutnya akan diunggah pada aplikasi BIOS (BLU Integrated Online System) sebagai data dukung pemenuhan indikator penilaian. Oleh karena pentingnya data sebagai pemenuhan indikator yang diperlukan, maka para pimpinan di unit kerja terkait juga diundang pada kesempatan ini agar bisa ikut memahami dan memantau ketersediaan data yang diperlukan tersebut.</p>\n<!-- /wp:paragraph -->', 'UIN STS JAMBI MELAKUKAN PERSIAPAN UNTUK PENILAIAN MATURITY RATING UNTUK PENILAIAN BLU TAHUN ANGGARAN 2021', '', 'inherit', 'closed', 'closed', '', '137480-revision-v1', '', '', '2022-07-31 02:32:51', '2022-07-31 02:32:51', '', 137480, 'https://spisutha.uinjambi.ac.id/?p=137482', 0, 'revision', '', 0),
(137483, 1, '2022-08-01 02:02:38', '2022-08-01 02:02:38', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Maturity model</em> (model maturitas) adalah sebuah teknik yang umum yang sudah terbukti bermanfaat dalam menilai proses bisnis atau aspek spesifik pada organisasi. Teknik tersebut banyak digunakan karena model maturitas dapat menyediakan sebuah jalur bagi organisasi untuk meningkatkan pengelolaan dan pelaksanaan bisnis secara sistematis. Penilaian maturitas dapat digunakan untuk menilai level maturitas organisasi pada aspek tertentu, dimana hasil penilaian dapat digunakan oleh para pemegang kepentingan untuk mengidentifikasi kekuatan dan poin perbaikan, dan mempriotitisasi aktivitas tindak lanjut yang akan dilakukan untuk mencapai level maturitas yang lebih tinggi. Pelaksanaan penilaian maturitas dilakukan menggunakan pertanyaan self-assessment berbentuk kuisioner hingga metode penilaian yang komprehensif sebagaimana direkomendasikan oleh ISO15504 dan Carnegie Mellon SEI CMMI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut merupakan rincian dari masing-masing aspek penilaian pada Digital Maturity Assessment Tool:&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Tata Kelola dan Kepemimpinan – Dukungan manajemen eksekutif, otorisasi, serta proses pelaporan dan detil peran dan tanggungjawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. SDM dan Budaya – Budaya organisasi, termasuk orientasi pada pelanggan, inovasi, risk&nbsp; appetite dan kemampuan untuk mengelola perubahan terutama pada level staf.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Kapasitas dan Kapabilitas – Kemampuan untuk menjadi matang pada aspek digital yang dilihat dari sumber daya, jumlah staf dan keahlian yang dimiliki, akses atas teknologi yang tepat, rencana pelatihan, serta prosedur dan kebijakan pendukung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Inovasi – Kesediaan dan kemampuan untuk menyusun layanan dan produk baru, serta cara penyampaian layanan yang inovatif. Tingkat proaktif dan keinginan untuk menilai dan menerapkan teknologi baru, proses bisnis, dan metode kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Teknologi – Kesesuaian platform teknologi yang mendasari program dan sistem yang &nbsp;mendukung empat pilar lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada awal Juni Tahun 2022, Tim yang telah dibentuk oleh Rektor UIN STS Jambi bekerja sama dalam melengkapi&nbsp; berbagai data dan dokumen yang diperlukan sesuai standar atau indikator yang diminta. Data atau dokumen yang diperlukan dalam memenuhi indikator penilaian tersebut,&nbsp; UIN STS Jambi mendapat laporan dari Bagian Keuangan dan SPI, telah dilist oleh Bagian Keuangan untuk dibagikan kepada Tim maupun kepada PIC yang telah ditunjuk pada masing-masing Unit Kerja penyedia data tersebut untuk dikirimkan dan diberikan kepada Tim Bagian Keuangan, untuk selanjutnya akan diunggah pada aplikasi BIOS (BLU Integrated Online System) sebagai data dukung pemenuhan indikator penilaian. Oleh karena pentingnya data sebagai pemenuhan indikator yang diperlukan, maka para pimpinan di unit kerja terkait juga diundang pada kesempatan ini agar bisa ikut memahami dan memantau ketersediaan data yang diperlukan tersebut.</p>\n<!-- /wp:paragraph -->', 'UIN STS JAMBI MELAKUKAN PERSIAPAN UNTUK PENILAIAN MATURITY RATING UNTUK PENILAIAN BLU TAHUN ANGGARAN 2021', '', 'inherit', 'closed', 'closed', '', '137480-revision-v1', '', '', '2022-08-01 02:02:38', '2022-08-01 02:02:38', '', 137480, 'https://spisutha.uinjambi.ac.id/?p=137483', 0, 'revision', '', 0),
(137486, 1, '2022-08-25 12:00:00', '2022-08-25 12:00:00', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi melakukan rapat terkait undangan <em>via zoom meeting </em>dari Sekjen Kemenag RI tentang Evaluasi Penilaian Mandiri Maturitas Sistem Pengendalian Intern Pemerintah (SPIP) terintegrasi pada Kementerian Agama Tahun 2022. Rapat dilaksanakan pada Senin 01 Agustus 2022 di Ruang Rapat Senat Lantai II Gedung Rektorat. Adapun peserta yang hadir adalah Plh. Kepala Biro AUPKK, Kepala SPI, Sekretaris SPI, Koordinator dan Sub Koordinator Organisasi dan Kepegawaian, JFT di Bagian Organisasi dan Kepegawaian, Anggota SPI dan Anggota Organisasi dan Kepegawaian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah rapat dilaksanakan, tim SPIP UIN Sulthan Thaha Saifuddin Jambi melakukan Pengisian Kertas Kerja Penilaian Struktur dan Proses pada tanggal 02 s/d 08 Agustus 2022 oleh. Adapun tujuan dari Pengisian Kertas Kerja Penilaian Struktur dan Proses adalah terintegrasikannya proses penanganan risiko dalam kegiatan perencanaan, pelaksanaan dan evaluasi kerja, terpantaunya seluruh proses pelaksanaan sistem pengendalian intern pada Kementerian Agama, terlaporkannya pelaksanaan system pengendalian intern secara tepat waktu. Pengendalian ini tidak hanya bertujuan untuk mengatasi risiko-risiko jangka pendek namun juga mempertimbangkan kemungkinan dan dampaknya secara jangka panjang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berdasarkan Pasal 2 Peraturan Pemerintah Nomor 60 Tahun 2008 tentang Sistem Pengendalian Intern Pemerintah (SPIP) menyatakan bahwa untuk mencapai pengelolaan keuangan negara yang efektif, efisien, transparan dan akuntabel pimpinan wajib melakukan pengendalian atas penyelenggaraan kegiatan pemerintahan. Sistem Pengendalian Intern Pemerintah (SPIP) bertujuan untuk memberikan keyakinan yang memadai bagi tercapainya efektivitas dan efisiensi pencapaian tujuan penyelenggaraan pemerintahan negara, keandalan pelaporan keuangan, pengamanan aset negara dan ketaatan terhadap peraturan perundang-undangan.</p>\n<!-- /wp:paragraph -->', 'EVALUASI PENILAIAN MANDIRI MATURITAS SISTEM PENGENDALIAN INTERN PEMERINTAH (SPIP)', '', 'publish', 'open', 'closed', '', 'evaluasi-penilaian-mandiri-maturitas-sistem-pengendalian-intern-pemerintah-spip', '', '', '2022-08-25 05:04:05', '2022-08-25 05:04:05', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137486', 0, 'post', '', 0),
(137487, 1, '2022-08-25 04:45:43', '2022-08-25 04:45:43', '', 'WhatsApp Image 2022-08-24 at 09.21.52', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-08-24-at-09-21-52', '', '', '2022-08-25 04:45:43', '2022-08-25 04:45:43', '', 137486, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/08/WhatsApp-Image-2022-08-24-at-09.21.52.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137488, 1, '2022-08-25 04:46:05', '2022-08-25 04:46:05', '', 'WhatsApp Image 2022-08-24 at 09.23.54', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-08-24-at-09-23-54', '', '', '2022-08-25 04:46:05', '2022-08-25 04:46:05', '', 137486, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/08/WhatsApp-Image-2022-08-24-at-09.23.54.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137489, 1, '2022-08-25 04:46:35', '2022-08-25 04:46:35', '', 'WhatsApp Image 2022-08-24 at 09.23.54', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-08-24-at-09-23-54-2', '', '', '2022-08-25 04:46:35', '2022-08-25 04:46:35', '', 137486, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/08/WhatsApp-Image-2022-08-24-at-09.23.54-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137490, 1, '2022-08-25 04:47:32', '2022-08-25 04:47:32', '', 'WhatsApp Image 2022-08-24 at 09.21.03', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-08-24-at-09-21-03', '', '', '2022-08-25 04:47:32', '2022-08-25 04:47:32', '', 137486, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/08/WhatsApp-Image-2022-08-24-at-09.21.03.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137491, 1, '2022-08-25 04:49:09', '2022-08-25 04:49:09', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi melakukan rapat terkait undangan <em>via zoom meeting </em>dari Sekjen Kemenag RI tentang Evaluasi Penilaian Mandiri Maturitas Sistem Pengendalian Intern Pemerintah (SPIP) terintegrasi pada Kementerian Agama Tahun 2022. Rapat dilaksanakan pada Senin 01 Agustus 2022 di Ruang Rapat Senat Lantai II Gedung Rektorat. Adapun peserta yang hadir adalah Plh. Kepala Biro AUPKK, Kepala SPI, Sekretaris SPI, Koordinator dan Sub Koordinator Organisasi dan Kepegawaian, JFT di Bagian Organisasi dan Kepegawaian, Anggota SPI dan Anggota Organisasi dan Kepegawaian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah rapat dilaksanakan, tim SPIP UIN Sulthan Thaha Saifuddin Jambi melakukan Pengisian Kertas Kerja Penilaian Struktur dan Proses pada tanggal 02 s/d 08 Agustus 2022 oleh. Adapun tujuan dari Pengisian Kertas Kerja Penilaian Struktur dan Proses adalah terintegrasikannya proses penanganan risiko dalam kegiatan perencanaan, pelaksanaan dan evaluasi kerja, terpantaunya seluruh proses pelaksanaan sistem pengendalian intern pada Kementerian Agama, terlaporkannya pelaksanaan system pengendalian intern secara tepat waktu. Pengendalian ini tidak hanya bertujuan untuk mengatasi risiko-risiko jangka pendek namun juga mempertimbangkan kemungkinan dan dampaknya secara jangka panjang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berdasarkan Pasal 2 Peraturan Pemerintah Nomor 60 Tahun 2008 tentang Sistem Pengendalian Intern Pemerintah (SPIP) menyatakan bahwa untuk mencapai pengelolaan keuangan negara yang efektif, efisien, transparan dan akuntabel pimpinan wajib melakukan pengendalian atas penyelenggaraan kegiatan pemerintahan. Sistem Pengendalian Intern Pemerintah (SPIP) bertujuan untuk memberikan keyakinan yang memadai bagi tercapainya efektivitas dan efisiensi pencapaian tujuan penyelenggaraan pemerintahan negara, keandalan pelaporan keuangan, pengamanan aset negara dan ketaatan terhadap peraturan perundang-undangan.</p>\n<!-- /wp:paragraph -->', 'EVALUASI PENILAIAN MANDIRI MATURITAS SISTEM PENGENDALIAN INTERN PEMERINTAH (SPIP)', '', 'inherit', 'closed', 'closed', '', '137486-revision-v1', '', '', '2022-08-25 04:49:09', '2022-08-25 04:49:09', '', 137486, 'https://spisutha.uinjambi.ac.id/?p=137491', 0, 'revision', '', 0),
(137493, 1, '2022-10-20 06:59:22', '2022-10-20 06:59:22', '<!-- wp:buttons {"contentJustification":"center"} -->\n<div class="wp-block-buttons is-content-justification-center"><!-- wp:button -->\n<div class="wp-block-button"><a class="wp-block-button__link">PEMBERITAHUAN</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">DIBERITAHUKAN KEPADA SELURUH CIVITAS AKADEMIKA ATAU SIAPAPUN YANG MENGETAHUI ADANYA PUNGLI DILINGKUNGAN UIN SULTHAN THAHA SAIFUDDIN JAMBI, HARAP UNTUK MELAPORKAN KE SATUAN PENGAWASAN INTERNAL (SPI) MELALUI FORM PENGADUAN YANG TERTERA DI WEBSITE SPI<br>SPISUTHA.UINJAMBI.AC.ID</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '', '', 'publish', 'open', 'closed', '', 'pemberitahuan', '', '', '2022-10-20 07:29:09', '2022-10-20 07:29:09', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137493', 0, 'post', '', 0),
(137494, 1, '2022-10-20 06:57:31', '2022-10-20 06:57:31', '', 'gratifikasi-300x270-1', '', 'inherit', 'open', 'closed', '', 'gratifikasi-300x270-1', '', '', '2022-10-20 06:57:31', '2022-10-20 06:57:31', '', 137493, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/10/gratifikasi-300x270-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137495, 1, '2022-10-20 06:59:22', '2022-10-20 06:59:22', '<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">DIBERITAHUKAN KEPADA SELURUH CIVITAS AKADEMIKA ATAU SIAPAPUN YANG MENGETAHUI ADANYA PUNGLI DILINGKUNGAN UIN SULTHAN THAHA SAIFUDDIN JAMBI, HARAP UNTUK MELAPORKAN KE SATUAN PENGAWASAN INTERNAL (SPI) MELALUI FORM PENGADUAN YANG TERTERA DI WEBSITE SPI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":137494,"width":165,"height":149,"sizeSlug":"full","linkDestination":"media"} -->\n<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/10/gratifikasi-300x270-1.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/10/gratifikasi-300x270-1.jpg" alt="" class="wp-image-137494" width="165" height="149"/></a></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'PEMBERITAHUAN', '', 'inherit', 'closed', 'closed', '', '137493-revision-v1', '', '', '2022-10-20 06:59:22', '2022-10-20 06:59:22', '', 137493, 'https://spisutha.uinjambi.ac.id/?p=137495', 0, 'revision', '', 0),
(137496, 1, '2022-10-20 07:02:08', '2022-10-20 07:02:08', '', 'hqdefault', '', 'inherit', 'open', 'closed', '', 'hqdefault', '', '', '2022-10-20 07:02:08', '2022-10-20 07:02:08', '', 137493, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/10/hqdefault.jpg', 0, 'attachment', 'image/jpeg', 0),
(137498, 1, '2022-10-20 07:02:40', '2022-10-20 07:02:40', '', 'hqdefault-1', '', 'inherit', 'open', 'closed', '', 'hqdefault-1', '', '', '2022-10-20 07:02:40', '2022-10-20 07:02:40', '', 137493, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/10/hqdefault-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137499, 1, '2022-10-20 07:03:07', '2022-10-20 07:03:07', '<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">DIBERITAHUKAN KEPADA SELURUH CIVITAS AKADEMIKA ATAU SIAPAPUN YANG MENGETAHUI ADANYA PUNGLI DILINGKUNGAN UIN SULTHAN THAHA SAIFUDDIN JAMBI, HARAP UNTUK MELAPORKAN KE SATUAN PENGAWASAN INTERNAL (SPI) MELALUI FORM PENGADUAN YANG TERTERA DI WEBSITE SPI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":137498,"width":-132,"height":-99,"sizeSlug":"full","linkDestination":"media"} -->\n<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/10/hqdefault-1.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/10/hqdefault-1.jpg" alt="" class="wp-image-137498" width="-132" height="-99"/></a></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'PEMBERITAHUAN', '', 'inherit', 'closed', 'closed', '', '137493-revision-v1', '', '', '2022-10-20 07:03:07', '2022-10-20 07:03:07', '', 137493, 'https://spisutha.uinjambi.ac.id/?p=137499', 0, 'revision', '', 0),
(137501, 1, '2022-10-20 07:04:42', '2022-10-20 07:04:42', '<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">DIBERITAHUKAN KEPADA SELURUH CIVITAS AKADEMIKA ATAU SIAPAPUN YANG MENGETAHUI ADANYA PUNGLI DILINGKUNGAN UIN SULTHAN THAHA SAIFUDDIN JAMBI, HARAP UNTUK MELAPORKAN KE SATUAN PENGAWASAN INTERNAL (SPI) MELALUI FORM PENGADUAN YANG TERTERA DI WEBSITE SPI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'PEMBERITAHUAN', '', 'inherit', 'closed', 'closed', '', '137493-revision-v1', '', '', '2022-10-20 07:04:42', '2022-10-20 07:04:42', '', 137493, 'https://spisutha.uinjambi.ac.id/?p=137501', 0, 'revision', '', 0),
(137503, 1, '2022-10-20 07:20:55', '2022-10-20 07:20:55', '<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">DIBERITAHUKAN KEPADA SELURUH CIVITAS AKADEMIKA ATAU SIAPAPUN YANG MENGETAHUI ADANYA PUNGLI DILINGKUNGAN UIN SULTHAN THAHA SAIFUDDIN JAMBI, HARAP UNTUK MELAPORKAN KE SATUAN PENGAWASAN INTERNAL (SPI) MELALUI FORM PENGADUAN YANG TERTERA DI WEBSITE SPI<br>SPISUTHA.UINJAMBI.AC.ID</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'PEMBERITAHUAN', '', 'inherit', 'closed', 'closed', '', '137493-revision-v1', '', '', '2022-10-20 07:20:55', '2022-10-20 07:20:55', '', 137493, 'https://spisutha.uinjambi.ac.id/?p=137503', 0, 'revision', '', 0),
(137505, 1, '2022-10-20 07:23:52', '2022-10-20 07:23:52', '<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center"><strong>PEMBERITAHUAN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">DIBERITAHUKAN KEPADA SELURUH CIVITAS AKADEMIKA ATAU SIAPAPUN YANG MENGETAHUI ADANYA PUNGLI DILINGKUNGAN UIN SULTHAN THAHA SAIFUDDIN JAMBI, HARAP UNTUK MELAPORKAN KE SATUAN PENGAWASAN INTERNAL (SPI) MELALUI FORM PENGADUAN YANG TERTERA DI WEBSITE SPI<br>SPISUTHA.UINJAMBI.AC.ID</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'PEMBERITAHUAN', '', 'inherit', 'closed', 'closed', '', '137493-revision-v1', '', '', '2022-10-20 07:23:52', '2022-10-20 07:23:52', '', 137493, 'https://spisutha.uinjambi.ac.id/?p=137505', 0, 'revision', '', 0),
(137507, 1, '2022-10-20 07:28:16', '2022-10-20 07:28:16', '<!-- wp:buttons {"contentJustification":"center"} -->\n<div class="wp-block-buttons is-content-justification-center"><!-- wp:button -->\n<div class="wp-block-button"><a class="wp-block-button__link">PEMBERITAHUAN</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">DIBERITAHUKAN KEPADA SELURUH CIVITAS AKADEMIKA ATAU SIAPAPUN YANG MENGETAHUI ADANYA PUNGLI DILINGKUNGAN UIN SULTHAN THAHA SAIFUDDIN JAMBI, HARAP UNTUK MELAPORKAN KE SATUAN PENGAWASAN INTERNAL (SPI) MELALUI FORM PENGADUAN YANG TERTERA DI WEBSITE SPI<br>SPISUTHA.UINJAMBI.AC.ID</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '', '', 'inherit', 'closed', 'closed', '', '137493-revision-v1', '', '', '2022-10-20 07:28:16', '2022-10-20 07:28:16', '', 137493, 'https://spisutha.uinjambi.ac.id/?p=137507', 0, 'revision', '', 0),
(137510, 1, '2022-11-02 03:53:36', '0000-00-00 00:00:00', '<!-- wp:group -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Kepala dan Sekretaris Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menghadiri rapat bersama Tim Verifikator Laporan IKU DT Tahun 2022 terkait penyamaan persepsi dalam verifikasi Laporan IKU DT Triwulan III Tahun 2022<em>.</em> Rapat dilaksanakan pada Jumat 07 Oktober 2022 <em>via zoom meeting</em><em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Verifikator Laporan IKU Triwulan III Tahun 2022 yaitu tim yang berjumlah 14 orang. Hasil dari penyamaan persepsi dalam rapat ini telah disepakati terkait jadwal Verifikasi Laporan IKU Triwulan III Tahun 2022 sebagai berikut :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">1. Pengiriman Laporan IKU Triwulan III 2022 oleh DT ke link: <a href="https://bit.ly/LAPIKUTRIWULAN3">https://bit.ly/LAPIKUTRIWULAN3</a> : 01 – 08 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">2. Verifikasi Awal oleh Tim Verifkator : 08 – 16 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">3. Pengembalian Hasil Verifikasi Awal Laporan IKU Triwulan III 2022 ke DT oleh Verifikator : 16 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">4. Perbaikan dan Pengiriman Kembali Laporan IKU Triwulan III 2022 oleh DT ke link: <a href="https://bit.ly/LAPIKUTRIWULAN3">https://bit.ly/LAPIKUTRIWULAN3</a>:  17 – 18 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">5. Verifikasi Ulang oleh Tim Verifikator : 19 – 23 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">6. Rekapitulasi Final Capaian IKU Triwulan III 2022 : 24 Oktober 2022 7. Rekapitulasi Final diserahkan ke Keuangan oleh SPI     : 25 Oktober 2022</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->', 'VERIFIKASI LAPORAN IKU DT TRIWULAN III TAHUN 2022', '', 'draft', 'open', 'closed', '', '', '', '', '2022-11-02 03:53:36', '2022-11-02 03:53:36', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137510', 0, 'post', '', 0),
(137514, 1, '2022-11-02 04:04:32', '2022-11-02 04:04:32', '<!-- wp:group -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Kepala dan Sekretaris Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menghadiri rapat bersama Tim Verifikator Laporan IKU DT Tahun 2022 terkait penyamaan persepsi dalam verifikasi Laporan IKU DT Triwulan III Tahun 2022<em>.</em> Rapat dilaksanakan pada Jumat 07 Oktober 2022 <em>via zoom meeting</em><em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Verifikator Laporan IKU Triwulan III Tahun 2022 yaitu tim yang berjumlah 14 orang. Hasil dari penyamaan persepsi dalam rapat ini telah disepakati terkait jadwal Verifikasi Laporan IKU Triwulan III Tahun 2022 sebagai berikut :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">1. Pengiriman Laporan IKU Triwulan III 2022 oleh DT ke link: <a href="https://bit.ly/LAPIKUTRIWULAN3">https://bit.ly/LAPIKUTRIWULAN3</a> : 01 – 08 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">2. Verifikasi Awal oleh Tim Verifkator : 08 – 16 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">3. Pengembalian Hasil Verifikasi Awal Laporan IKU Triwulan III 2022 ke DT oleh Verifikator : 16 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">4. Perbaikan dan Pengiriman Kembali Laporan IKU Triwulan III 2022 oleh DT ke link: <a href="https://bit.ly/LAPIKUTRIWULAN3">https://bit.ly/LAPIKUTRIWULAN3</a> : 17 – 18 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">5. Verifikasi Ulang oleh Tim Verifikator : 19 – 23 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">6. Rekapitulasi Final Capaian IKU Triwulan III 2022 : 24 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">7. Rekapitulasi Final diserahkan ke Keuangan oleh SPI : 25 Oktober 2022</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->', 'VERIFIKASI LAPORAN IKU DT TRIWULAN III TAHUN 2022', '', 'publish', 'open', 'closed', '', 'verifikasi-laporan-iku-dt-triwulan-iii-tahun-2022', '', '', '2022-11-02 04:04:35', '2022-11-02 04:04:35', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137514', 0, 'post', '', 0),
(137515, 1, '2022-11-02 04:03:49', '2022-11-02 04:03:49', '', 'd666ab07-1b70-4cb5-95e4-7e6f4e4887f7', '', 'inherit', 'open', 'closed', '', 'd666ab07-1b70-4cb5-95e4-7e6f4e4887f7', '', '', '2022-11-02 04:03:49', '2022-11-02 04:03:49', '', 137514, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/d666ab07-1b70-4cb5-95e4-7e6f4e4887f7.jpg', 0, 'attachment', 'image/jpeg', 0),
(137516, 1, '2022-11-02 04:04:32', '2022-11-02 04:04:32', '<!-- wp:group -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Kepala dan Sekretaris Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menghadiri rapat bersama Tim Verifikator Laporan IKU DT Tahun 2022 terkait penyamaan persepsi dalam verifikasi Laporan IKU DT Triwulan III Tahun 2022<em>.</em> Rapat dilaksanakan pada Jumat 07 Oktober 2022 <em>via zoom meeting</em><em>.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Verifikator Laporan IKU Triwulan III Tahun 2022 yaitu tim yang berjumlah 14 orang. Hasil dari penyamaan persepsi dalam rapat ini telah disepakati terkait jadwal Verifikasi Laporan IKU Triwulan III Tahun 2022 sebagai berikut :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">1. Pengiriman Laporan IKU Triwulan III 2022 oleh DT ke link: <a href="https://bit.ly/LAPIKUTRIWULAN3">https://bit.ly/LAPIKUTRIWULAN3</a> : 01 – 08 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">2. Verifikasi Awal oleh Tim Verifkator : 08 – 16 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">3. Pengembalian Hasil Verifikasi Awal Laporan IKU Triwulan III 2022 ke DT oleh Verifikator : 16 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">4. Perbaikan dan Pengiriman Kembali Laporan IKU Triwulan III 2022 oleh DT ke link: <a href="https://bit.ly/LAPIKUTRIWULAN3">https://bit.ly/LAPIKUTRIWULAN3</a> : 17 – 18 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">5. Verifikasi Ulang oleh Tim Verifikator : 19 – 23 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">6. Rekapitulasi Final Capaian IKU Triwulan III 2022 : 24 Oktober 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">7. Rekapitulasi Final diserahkan ke Keuangan oleh SPI : 25 Oktober 2022</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->', 'VERIFIKASI LAPORAN IKU DT TRIWULAN III TAHUN 2022', '', 'inherit', 'closed', 'closed', '', '137514-revision-v1', '', '', '2022-11-02 04:04:32', '2022-11-02 04:04:32', '', 137514, 'https://spisutha.uinjambi.ac.id/?p=137516', 0, 'revision', '', 0),
(137519, 1, '2022-11-15 06:34:39', '2022-11-15 06:34:39', '', 'gambar', '', 'inherit', 'open', 'closed', '', 'gambar', '', '', '2022-11-15 06:34:39', '2022-11-15 06:34:39', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar.png', 0, 'attachment', 'image/png', 0),
(137520, 1, '2022-11-15 06:35:35', '2022-11-15 06:35:35', '', 'gambar-1', '', 'inherit', 'open', 'closed', '', 'gambar-1', '', '', '2022-11-15 06:35:35', '2022-11-15 06:35:35', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-1.png', 0, 'attachment', 'image/png', 0),
(137521, 1, '2022-11-15 06:35:53', '2022-11-15 06:35:53', '', 'gambar-2', '', 'inherit', 'open', 'closed', '', 'gambar-2', '', '', '2022-11-15 06:35:53', '2022-11-15 06:35:53', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-2.png', 0, 'attachment', 'image/png', 0),
(137522, 1, '2022-11-15 06:36:20', '2022-11-15 06:36:20', '', 'gambar-3', '', 'inherit', 'open', 'closed', '', 'gambar-3', '', '', '2022-11-15 06:36:20', '2022-11-15 06:36:20', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-3.png', 0, 'attachment', 'image/png', 0),
(137523, 1, '2022-11-15 06:37:05', '2022-11-15 06:37:05', '', 'gambar-3', '', 'inherit', 'open', 'closed', '', 'gambar-3-2', '', '', '2022-11-15 06:37:05', '2022-11-15 06:37:05', '', 0, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-3-1.png', 0, 'attachment', 'image/png', 0),
(137525, 1, '2022-11-29 03:06:28', '2022-11-29 03:06:28', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menyelenggarakan Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU. Kegiatan bimtek ini merupakan salah satu kegiatan penting yang dapat menunjang program pengawasan di UIN Sulthan Thaha Saifuddin Jambi. Adapun Ketua Panitia Kegiatan bimbingan Teknis Pengadaan Barang dan Jasa BLU adalah Kepala SPI (Dr. Novi Mubyarto, S.E., M.E.), dengan Moderator Acara yaitu Sekretaris SPI (Khairiyani, S.E., M.S.Ak., CADE., CAP.) dan MC yaitu Anggota SPI (Lusiana Aryani, S.Akun.). Kegiatan ini dilaksanakan pada Hari Selasa Tanggal 01 November 2022 pada Jam 08.30 WIB s.d. 15.45 WIB di Ruang Senat Lantai II Gedung Rektorat UIN SulthanThaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi yang dalam hal ini diwakili oleh Kepala Biro Administrasi Umum, Perencanaa, Keuangan dan Kepegawaian (AUPKK) Ibu Hj. Sri Ilham Lubis, Lc., M.Pd. yang dalam sambutannya beliau menyampaikan apresiasi terhadap pelaksanaan bimtek barang dan jasa ini. Kegiatan implementasi ini bisa dikatakan mudah bisa pula susah. Mudah dalam artian jika telah memahaminya, Beliau berharap dengan pelaksanaan bimtek ini, pemateri bisa memberikan informasi ter<em> update</em> kebijakan terbaru sesuai dengan perpres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secara umum kegiatan pengadaan barang dan jasa ini belum diatursecara internal di UIN dan belum memiliki pedoman. Selama ini kita hanya merujuk kepada peraturan presiden, ucap Kepala Biro. Pada akhir sambutannya, Kepala Biro AUPKK berpesan dengan pengadaan barang jasa ini harus sesuai dengan harapan yakni akuntabilitas dan bisa di pertanggungjawabkan, sebagai upaya kita untuk mewujudkan UIN Jambi ini menjadi lembaga yang <em>Good University Governanace.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun Narasumber/Pemateri dari Kantor Perwakilan BPKP Provinsi Jambi, Bapak Wisnu Dewanto, S.E, Ak., CA. (Ketua Pokja Pengadaan Barang dan Jasa BPKP Provinsi Jambi). Peserta yang mengikuti kegiatan sebanyak 25 orang yang terdiri dari berbagai unit di Lingkungan UIN STS Jambi yaitu, Pejabat dan Tim Pengadaan Barang/ Jasa, Bagian Perencanaan dan Keuangan, Bagian Umum danAnggota Satuan Pengawasan Internal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal UIN STS Jambi, Bapak Dr. Novi Mubyarto, S.E., M.E. dalam laporannya mengatakan bahwa Kegiatan Bimbingan Teknik Pengadaan Barang dan Jasa BLU ini sangat perlu dilakukan sebagai sebagai langkah mewujudkan tata kelola pemerintahan yang baik, selain itu sebagai upaya untuk meningkatkan kapabilitas bagi para ASN penyedia barang dan jasa. Dengan adanya bimbingan ini juga diharapkan sumber daya manusia yang terlibat dan bertanggungjawab pada pengadaan Barang/Jasa BLU lebih kompeten dan meningkatkan wawasan sehingga bisa menjalankan tugas dengan baik sesuai aturan yang berlaku.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137529,"width":327,"height":174,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-4.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-4.png" alt="" class="wp-image-137529" width="327" height="174"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137530,"width":324,"height":174,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-5.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-5.png" alt="" class="wp-image-137530" width="324" height="174"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137531,"width":319,"height":151,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-6.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-6.png" alt="" class="wp-image-137531" width="319" height="151"/></a></figure>\n<!-- /wp:image -->', 'BIMBINGAN TEKNIS PENGADAAN BARANG/ JASA BLU DISELENGGARAKAN OLEH SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI', '', 'publish', 'open', 'closed', '', 'bimbingan-teknis-pengadaan-barang-jasa-blu-diselenggarakan-oleh-satuan-pengawasan-internal-uin-sulthan-thaha-saifuddin-jambi', '', '', '2022-11-29 03:06:41', '2022-11-29 03:06:41', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137525', 0, 'post', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137526, 1, '2022-11-29 02:52:37', '2022-11-29 02:52:37', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menyelenggarakan Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU. Kegiatan bimtek ini merupakan salah satu kegiatan penting yang dapat menunjang program pengawasan di UIN Sulthan Thaha Saifuddin Jambi. Adapun Ketua Panitia Kegiatan bimbingan Teknis Pengadaan Barang dan Jasa BLU adalah Kepala SPI (Dr. Novi Mubyarto, S.E., M.E.), dengan Moderator Acara yaitu Sekretaris SPI (Khairiyani, S.E., M.S.Ak., CADE., CAP.) dan MC yaitu Anggota SPI (Lusiana Aryani, S.Akun.). Kegiatan ini dilaksanakan pada Hari Selasa Tanggal 01 November 2022 pada Jam 08.30 WIB s.d. 15.45 WIB di Ruang Senat Lantai II Gedung Rektorat UIN SulthanThaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi yang dalam hal ini diwakili oleh Kepala Biro Administrasi Umum, Perencanaa, Keuangan dan Kepegawaian (AUPKK) Ibu Hj. Sri Ilham Lubis, Lc., M.Pd. yang dalam sambutannya beliau menyampaikan apresiasi terhadap pelaksanaan bimtek barang dan jasa ini. Kegiatan implementasi ini bisa dikatakan mudah bisa pula susah. Mudah dalam artian jika telah memahaminya, Beliau berharap dengan pelaksanaan bimtek ini, pemateri bisa memberikan informasi ter<em> update</em> kebijakan terbaru sesuai dengan perpres.</p>\n<!-- /wp:paragraph -->', 'BIMBINGAN TEKNIS PENGADAAN BARANG/ JASA BLU DISELENGGARAKAN OLEH SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI', '', 'inherit', 'closed', 'closed', '', '137525-revision-v1', '', '', '2022-11-29 02:52:37', '2022-11-29 02:52:37', '', 137525, 'https://spisutha.uinjambi.ac.id/?p=137526', 0, 'revision', '', 0),
(137527, 1, '2022-11-29 02:54:30', '2022-11-29 02:54:30', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menyelenggarakan Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU. Kegiatan bimtek ini merupakan salah satu kegiatan penting yang dapat menunjang program pengawasan di UIN Sulthan Thaha Saifuddin Jambi. Adapun Ketua Panitia Kegiatan bimbingan Teknis Pengadaan Barang dan Jasa BLU adalah Kepala SPI (Dr. Novi Mubyarto, S.E., M.E.), dengan Moderator Acara yaitu Sekretaris SPI (Khairiyani, S.E., M.S.Ak., CADE., CAP.) dan MC yaitu Anggota SPI (Lusiana Aryani, S.Akun.). Kegiatan ini dilaksanakan pada Hari Selasa Tanggal 01 November 2022 pada Jam 08.30 WIB s.d. 15.45 WIB di Ruang Senat Lantai II Gedung Rektorat UIN SulthanThaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi yang dalam hal ini diwakili oleh Kepala Biro Administrasi Umum, Perencanaa, Keuangan dan Kepegawaian (AUPKK) Ibu Hj. Sri Ilham Lubis, Lc., M.Pd. yang dalam sambutannya beliau menyampaikan apresiasi terhadap pelaksanaan bimtek barang dan jasa ini. Kegiatan implementasi ini bisa dikatakan mudah bisa pula susah. Mudah dalam artian jika telah memahaminya, Beliau berharap dengan pelaksanaan bimtek ini, pemateri bisa memberikan informasi ter<em> update</em> kebijakan terbaru sesuai dengan perpres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secara umum kegiatan pengadaan barang dan jasa ini belum diatursecara internal di UIN dan belum memiliki pedoman. Selama ini kita hanya merujuk kepada peraturan presiden, ucap Kepala Biro. Pada akhir sambutannya, Kepala Biro AUPKK berpesan dengan pengadaan barang jasa ini harus sesuai dengan harapan yakni akuntabilitas dan bisa di pertanggungjawabkan, sebagai upaya kita untuk mewujudkan UIN Jambi ini menjadi lembaga yang <em>Good University Governanace.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'BIMBINGAN TEKNIS PENGADAAN BARANG/ JASA BLU DISELENGGARAKAN OLEH SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI', '', 'inherit', 'closed', 'closed', '', '137525-revision-v1', '', '', '2022-11-29 02:54:30', '2022-11-29 02:54:30', '', 137525, 'https://spisutha.uinjambi.ac.id/?p=137527', 0, 'revision', '', 0),
(137528, 1, '2022-11-29 02:55:31', '2022-11-29 02:55:31', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menyelenggarakan Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU. Kegiatan bimtek ini merupakan salah satu kegiatan penting yang dapat menunjang program pengawasan di UIN Sulthan Thaha Saifuddin Jambi. Adapun Ketua Panitia Kegiatan bimbingan Teknis Pengadaan Barang dan Jasa BLU adalah Kepala SPI (Dr. Novi Mubyarto, S.E., M.E.), dengan Moderator Acara yaitu Sekretaris SPI (Khairiyani, S.E., M.S.Ak., CADE., CAP.) dan MC yaitu Anggota SPI (Lusiana Aryani, S.Akun.). Kegiatan ini dilaksanakan pada Hari Selasa Tanggal 01 November 2022 pada Jam 08.30 WIB s.d. 15.45 WIB di Ruang Senat Lantai II Gedung Rektorat UIN SulthanThaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi yang dalam hal ini diwakili oleh Kepala Biro Administrasi Umum, Perencanaa, Keuangan dan Kepegawaian (AUPKK) Ibu Hj. Sri Ilham Lubis, Lc., M.Pd. yang dalam sambutannya beliau menyampaikan apresiasi terhadap pelaksanaan bimtek barang dan jasa ini. Kegiatan implementasi ini bisa dikatakan mudah bisa pula susah. Mudah dalam artian jika telah memahaminya, Beliau berharap dengan pelaksanaan bimtek ini, pemateri bisa memberikan informasi ter<em> update</em> kebijakan terbaru sesuai dengan perpres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secara umum kegiatan pengadaan barang dan jasa ini belum diatursecara internal di UIN dan belum memiliki pedoman. Selama ini kita hanya merujuk kepada peraturan presiden, ucap Kepala Biro. Pada akhir sambutannya, Kepala Biro AUPKK berpesan dengan pengadaan barang jasa ini harus sesuai dengan harapan yakni akuntabilitas dan bisa di pertanggungjawabkan, sebagai upaya kita untuk mewujudkan UIN Jambi ini menjadi lembaga yang <em>Good University Governanace.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun Narasumber/Pemateri dari Kantor Perwakilan BPKP Provinsi Jambi, Bapak Wisnu Dewanto, S.E, Ak., CA. (Ketua Pokja Pengadaan Barang dan Jasa BPKP Provinsi Jambi). Peserta yang mengikuti kegiatan sebanyak 25 orang yang terdiri dari berbagai unit di Lingkungan UIN STS Jambi yaitu, Pejabat dan Tim Pengadaan Barang/ Jasa, Bagian Perencanaan dan Keuangan, Bagian Umum danAnggota Satuan Pengawasan Internal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'BIMBINGAN TEKNIS PENGADAAN BARANG/ JASA BLU DISELENGGARAKAN OLEH SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI', '', 'inherit', 'closed', 'closed', '', '137525-revision-v1', '', '', '2022-11-29 02:55:31', '2022-11-29 02:55:31', '', 137525, 'https://spisutha.uinjambi.ac.id/?p=137528', 0, 'revision', '', 0),
(137529, 1, '2022-11-29 02:57:51', '2022-11-29 02:57:51', '', 'gambar-4', '', 'inherit', 'open', 'closed', '', 'gambar-4', '', '', '2022-11-29 02:57:51', '2022-11-29 02:57:51', '', 137525, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-4.png', 0, 'attachment', 'image/png', 0),
(137530, 1, '2022-11-29 02:58:39', '2022-11-29 02:58:39', '', 'gambar-5', '', 'inherit', 'open', 'closed', '', 'gambar-5', '', '', '2022-11-29 02:58:39', '2022-11-29 02:58:39', '', 137525, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-5.png', 0, 'attachment', 'image/png', 0),
(137531, 1, '2022-11-29 02:59:24', '2022-11-29 02:59:24', '', 'gambar-6', '', 'inherit', 'open', 'closed', '', 'gambar-6', '', '', '2022-11-29 02:59:24', '2022-11-29 02:59:24', '', 137525, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-6.png', 0, 'attachment', 'image/png', 0),
(137532, 1, '2022-11-29 03:06:28', '2022-11-29 03:06:28', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi menyelenggarakan Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU. Kegiatan bimtek ini merupakan salah satu kegiatan penting yang dapat menunjang program pengawasan di UIN Sulthan Thaha Saifuddin Jambi. Adapun Ketua Panitia Kegiatan bimbingan Teknis Pengadaan Barang dan Jasa BLU adalah Kepala SPI (Dr. Novi Mubyarto, S.E., M.E.), dengan Moderator Acara yaitu Sekretaris SPI (Khairiyani, S.E., M.S.Ak., CADE., CAP.) dan MC yaitu Anggota SPI (Lusiana Aryani, S.Akun.). Kegiatan ini dilaksanakan pada Hari Selasa Tanggal 01 November 2022 pada Jam 08.30 WIB s.d. 15.45 WIB di Ruang Senat Lantai II Gedung Rektorat UIN SulthanThaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan Bimbingan Teknis Pengadaan Barang/Jasa BLU dibuka oleh Rektor UIN Sulthan Thaha Saifuddin Jambi yang dalam hal ini diwakili oleh Kepala Biro Administrasi Umum, Perencanaa, Keuangan dan Kepegawaian (AUPKK) Ibu Hj. Sri Ilham Lubis, Lc., M.Pd. yang dalam sambutannya beliau menyampaikan apresiasi terhadap pelaksanaan bimtek barang dan jasa ini. Kegiatan implementasi ini bisa dikatakan mudah bisa pula susah. Mudah dalam artian jika telah memahaminya, Beliau berharap dengan pelaksanaan bimtek ini, pemateri bisa memberikan informasi ter<em> update</em> kebijakan terbaru sesuai dengan perpres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secara umum kegiatan pengadaan barang dan jasa ini belum diatursecara internal di UIN dan belum memiliki pedoman. Selama ini kita hanya merujuk kepada peraturan presiden, ucap Kepala Biro. Pada akhir sambutannya, Kepala Biro AUPKK berpesan dengan pengadaan barang jasa ini harus sesuai dengan harapan yakni akuntabilitas dan bisa di pertanggungjawabkan, sebagai upaya kita untuk mewujudkan UIN Jambi ini menjadi lembaga yang <em>Good University Governanace.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun Narasumber/Pemateri dari Kantor Perwakilan BPKP Provinsi Jambi, Bapak Wisnu Dewanto, S.E, Ak., CA. (Ketua Pokja Pengadaan Barang dan Jasa BPKP Provinsi Jambi). Peserta yang mengikuti kegiatan sebanyak 25 orang yang terdiri dari berbagai unit di Lingkungan UIN STS Jambi yaitu, Pejabat dan Tim Pengadaan Barang/ Jasa, Bagian Perencanaan dan Keuangan, Bagian Umum danAnggota Satuan Pengawasan Internal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal UIN STS Jambi, Bapak Dr. Novi Mubyarto, S.E., M.E. dalam laporannya mengatakan bahwa Kegiatan Bimbingan Teknik Pengadaan Barang dan Jasa BLU ini sangat perlu dilakukan sebagai sebagai langkah mewujudkan tata kelola pemerintahan yang baik, selain itu sebagai upaya untuk meningkatkan kapabilitas bagi para ASN penyedia barang dan jasa. Dengan adanya bimbingan ini juga diharapkan sumber daya manusia yang terlibat dan bertanggungjawab pada pengadaan Barang/Jasa BLU lebih kompeten dan meningkatkan wawasan sehingga bisa menjalankan tugas dengan baik sesuai aturan yang berlaku.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137529,"width":327,"height":174,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-4.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-4.png" alt="" class="wp-image-137529" width="327" height="174"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137530,"width":324,"height":174,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-5.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-5.png" alt="" class="wp-image-137530" width="324" height="174"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137531,"width":319,"height":151,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-6.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/11/gambar-6.png" alt="" class="wp-image-137531" width="319" height="151"/></a></figure>\n<!-- /wp:image -->', 'BIMBINGAN TEKNIS PENGADAAN BARANG/ JASA BLU DISELENGGARAKAN OLEH SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI', '', 'inherit', 'closed', 'closed', '', '137525-revision-v1', '', '', '2022-11-29 03:06:28', '2022-11-29 03:06:28', '', 137525, 'https://spisutha.uinjambi.ac.id/?p=137532', 0, 'revision', '', 0),
(137534, 1, '2022-11-29 05:33:07', '2022-11-29 05:33:07', '<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Berdasarkan Peraturan Menteri Agama RI Nomor 25 Tahun 2017 tentang Satuan Pengawasan Internal pada Perguruan Tinggi Keagamaan Negeri dan Indikator Kinerja Utama (IKU) SPI UIN Sulthan Thaha Saifuddin Jambi bahwa SPI memiliki tugas dan fungsi pengawasan yang salah satunya adalah melakukan Reviu Laporan kegiatan. Adapun pelaksanaan kegiatan ini adalah melakukan reviu terhadap seluruh laporan kegiatan Fakultas/ Unit/ Bagian/ Pusat Kajian di lingkungan UIN Sulthan Thaha Saifuddin Jambi Tahun Anggaran 2022. Kegiatan reviu ini dilakukan sejak tanggal 05 Oktober 2022 s.d 05 November 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tujuan dari Reviu Laporan Kegiatan adalah sebagai bentuk <em>preventif audit </em>terhadap laporan kegiatan yang telah dilakukan sebelum diaudit oleh Auditor Eksternal baik dari BPK RI maupun dari Itjen Kemenag RI. Laporan Kegiatan yang diserahkan ke SPI adalah dalam bentuk <em>hardcopy </em>dijilid lengkap yang terdiri dari:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"1"} -->\n<ol type="1"><li>RAB</li><li>TOR</li><li>Surat Keputusan (SK)</li><li>Surat Pertanggungjawaban (SPJ)</li><li>SPTJM</li><li>SPTJB</li><li>Bukti Setor Pajak</li><li>Bukti Transaksi (Nota Belanja dan Kwitansi)</li><li>Undangan Kegiatan</li><li>Manual Acara</li><li>Daftar Hadir Narasumber</li><li>Daftar Hadir Panitia</li><li>Daftar Hadir Peserta</li><li>Materi dan Narasumber</li><li>Foto/ Dokumentasi</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Setelah proses reviu selesai, pihak SPI UIN Sulthan Thaha Saifuddin Jambi menyerahkan laporan hasil reviu berupa Kertas Kerja Laporan Kegiatan yang ditandatangani oleh Kepala SPI kepada Bendahara Pengeluaran/ Bendahara Pengeluaran Pembantu seluruh unit kerja di lingkungan UIN Sulthan Thaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->', 'REVIU LAPORAN KEGIATAN TAHUN ANGGARAN 2022', '', 'publish', 'open', 'closed', '', 'reviu-laporan-kegiatan-tahun-anggaran-2022', '', '', '2022-11-29 05:33:12', '2022-11-29 05:33:12', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137534', 0, 'post', '', 0),
(137535, 1, '2022-11-29 05:31:11', '2022-11-29 05:31:11', '', '2', '', 'inherit', 'open', 'closed', '', '2-2', '', '', '2022-11-29 05:31:11', '2022-11-29 05:31:11', '', 137534, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(137536, 1, '2022-11-29 05:31:37', '2022-11-29 05:31:37', '', '3', '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2022-11-29 05:31:37', '2022-11-29 05:31:37', '', 137534, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(137537, 1, '2022-11-29 05:32:08', '2022-11-29 05:32:08', '', 'reviu kegiatan', '', 'inherit', 'open', 'closed', '', 'reviu-kegiatan', '', '', '2022-11-29 05:32:08', '2022-11-29 05:32:08', '', 137534, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/11/reviu-kegiatan.jpg', 0, 'attachment', 'image/jpeg', 0),
(137538, 1, '2022-11-29 05:33:07', '2022-11-29 05:33:07', '<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Berdasarkan Peraturan Menteri Agama RI Nomor 25 Tahun 2017 tentang Satuan Pengawasan Internal pada Perguruan Tinggi Keagamaan Negeri dan Indikator Kinerja Utama (IKU) SPI UIN Sulthan Thaha Saifuddin Jambi bahwa SPI memiliki tugas dan fungsi pengawasan yang salah satunya adalah melakukan Reviu Laporan kegiatan. Adapun pelaksanaan kegiatan ini adalah melakukan reviu terhadap seluruh laporan kegiatan Fakultas/ Unit/ Bagian/ Pusat Kajian di lingkungan UIN Sulthan Thaha Saifuddin Jambi Tahun Anggaran 2022. Kegiatan reviu ini dilakukan sejak tanggal 05 Oktober 2022 s.d 05 November 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tujuan dari Reviu Laporan Kegiatan adalah sebagai bentuk <em>preventif audit </em>terhadap laporan kegiatan yang telah dilakukan sebelum diaudit oleh Auditor Eksternal baik dari BPK RI maupun dari Itjen Kemenag RI. Laporan Kegiatan yang diserahkan ke SPI adalah dalam bentuk <em>hardcopy </em>dijilid lengkap yang terdiri dari:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"1"} -->\n<ol type="1"><li>RAB</li><li>TOR</li><li>Surat Keputusan (SK)</li><li>Surat Pertanggungjawaban (SPJ)</li><li>SPTJM</li><li>SPTJB</li><li>Bukti Setor Pajak</li><li>Bukti Transaksi (Nota Belanja dan Kwitansi)</li><li>Undangan Kegiatan</li><li>Manual Acara</li><li>Daftar Hadir Narasumber</li><li>Daftar Hadir Panitia</li><li>Daftar Hadir Peserta</li><li>Materi dan Narasumber</li><li>Foto/ Dokumentasi</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Setelah proses reviu selesai, pihak SPI UIN Sulthan Thaha Saifuddin Jambi menyerahkan laporan hasil reviu berupa Kertas Kerja Laporan Kegiatan yang ditandatangani oleh Kepala SPI kepada Bendahara Pengeluaran/ Bendahara Pengeluaran Pembantu seluruh unit kerja di lingkungan UIN Sulthan Thaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->', 'REVIU LAPORAN KEGIATAN TAHUN ANGGARAN 2022', '', 'inherit', 'closed', 'closed', '', '137534-revision-v1', '', '', '2022-11-29 05:33:07', '2022-11-29 05:33:07', '', 137534, 'https://spisutha.uinjambi.ac.id/?p=137538', 0, 'revision', '', 0),
(137541, 1, '2022-12-23 02:57:28', '2022-12-23 02:57:28', '<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, S.E., M.E.,PIA. dan Sekretaris SPI Khairiyani S.E., M.S.Ak., CADE., CAP mengikuti Workshop Penguatan Peran SPI Melalui <em>Capacity Building</em> pada PTKIN Tahun 2022 yang diselenggarakan oleh Dirjen Pendis Kementerian Agama RI di Hotel Mercure Serpong, Tangerang, Senin (28/11) sampai dengan Rabu (30/11).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan ini bertujuan untuk memberikan fasilitas kepada seluruh Kepala SPI di PTKIN&nbsp; terkait implementasi atas kerangka kerja pengawasan dengan konsep baru sesuai arahan Menteri Agama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lebih lanjut, workshop ini membahas perihal penyempurnaan revisi Peraturan Menteri Agama Nomor 25 Tahun 2017 tentang SPI pada PTKN, menyusun draft usulan naskah akademik standar biaya masukan lainnya untuk SPI bentuk satker PNBP, serta pembahasan kondisi SPI di PTKN dan Langkah-langkah perbaikan ke depannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Workshop ini dibuka langsung oleh Direktur Jenderal Pendidikan Islam (Dirjen Pendis) Kementerian Agama RI, Prof. Dr. H. Muhammad Ali Ramdhani, S.TP., M.T.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam sambutannya, Ali Ramdhani sampaikan arahan dan kebijakan Ditjen Pendidikan Islam tentang percepatan kualitas PTKIN melalui peran SPI di setiap PTKIN.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain dihadiri oleh Kepala SPI di PTKIN se-Indonesia, Workshop ini juga dihadiri oleh Kastolan, S.Pd., M.Si (Sekretaris Inspektorat Jenderal Kementerian Agama), Didik Sadikin, Ak. M.Si. (Direktur Pengawasan Bidang Pengembangan SDM dan Kebudayaan), Dr. Syafi’i, M.Pd (Plt. Direktur Pendidikan Tinggi Keagamaan Islam) M. Aziz Hakim, MH (Kasubbag TU Diktis) dan Ketua Forum SPI H. Abdul Hamid Ceba (Kepala SPI UIN Syarif Hidayatul</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137544,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png" alt="" class="wp-image-137544"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137545,"width":254,"height":151,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png" alt="" class="wp-image-137545" width="254" height="151"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137559,"width":242,"height":173,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/20221229_1434381-2.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/20221229_1434381-2-1024x733.jpg" alt="" class="wp-image-137559" width="242" height="173"/></a></figure>\n<!-- /wp:image -->', 'SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI IKUTI WORKSHOP PENGUATAN PERAN SPI YANG DISELENGGARKAN OLEH DIRJEN PENDIS KEMENAG RI', '', 'publish', 'open', 'closed', '', 'satuan-pengawasan-internal-uin-sulthan-thaha-saifuddin-jambi-ikuti-workshop-bahas-penguatan-peran-melalui-capacity-building', '', '', '2022-12-29 07:43:38', '2022-12-29 07:43:38', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137541', 0, 'post', '', 0),
(137542, 1, '2022-12-23 02:52:26', '2022-12-23 02:52:26', '', 'gambar', '', 'inherit', 'open', 'closed', '', 'gambar-7', '', '', '2022-12-23 02:52:26', '2022-12-23 02:52:26', '', 137541, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/gambar.png', 0, 'attachment', 'image/png', 0),
(137543, 1, '2022-12-23 02:55:27', '2022-12-23 02:55:27', '', 'gambar-1', '', 'inherit', 'open', 'closed', '', 'gambar-1-2', '', '', '2022-12-23 02:55:27', '2022-12-23 02:55:27', '', 137541, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-1.png', 0, 'attachment', 'image/png', 0),
(137544, 1, '2022-12-23 02:56:28', '2022-12-23 02:56:28', '', 'gambar-2', '', 'inherit', 'open', 'closed', '', 'gambar-2-2', '', '', '2022-12-23 02:56:28', '2022-12-23 02:56:28', '', 137541, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png', 0, 'attachment', 'image/png', 0),
(137545, 1, '2022-12-23 02:56:50', '2022-12-23 02:56:50', '', 'gambar-3', '', 'inherit', 'open', 'closed', '', 'gambar-3-3', '', '', '2022-12-23 02:56:50', '2022-12-23 02:56:50', '', 137541, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png', 0, 'attachment', 'image/png', 0),
(137546, 1, '2022-12-23 02:57:28', '2022-12-23 02:57:28', '<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, S.E., M.E.,PIA. dan Sekretaris SPI Khairiyani S.E., M.S.Ak., CADE., CAP mengikuti Workshop Penguatan Peran SPI Melalui Capacity Building pada PTKIN Tahun 2022 yang diselenggarakan di Hotel Mercure Serpong, Tangerang, Senin (28/11) sampai dengan Rabu (30/11).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan ini bertujuan untuk memberikan fasilitas kepada seluruh Kepala SPI di PTKIN&nbsp; terkait implementasi atas kerangka kerja pengawasan dengan konsep baru sesuai arahan Menteri Agama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lebih lanjut, workshop ini membahas perihal penyempurnaan revisi Peraturan Menteri Agama Nomor 25 Tahun 2017 tentang SPI pada PTKN, menyusun draft usulan naskah akademik standar biaya masukan lainnya untuk SPI bentuk satker PNBP, serta pembahasan kondisi SPI di PTKN dan Langkah-langkah perbaikan ke depannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Workshop ini dibuka langsung oleh Direktur Jenderal Pendidikan Islam (Dirjen Pendis) Kementerian Agama RI, Prof. Dr. H. Muhammad Ali Ramdhani, S.TP., M.T.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam sambutannya, Ali Ramdhani sampaikan arahan dan kebijakan Ditjen Pendidikan Islam tentang percepatan kualitas PTKIN melalui peran SPI di setiap PTKIN.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain dihadiri oleh Kepala SPI di PTKIN se-Indonesia, Workshop ini juga dihadiri oleh Kastolan, S.Pd., M.Si (Sekretaris Inspektorat Jenderal Kementerian Agama), Didik Sadikin, Ak. M.Si. (Direktur Pengawasan Bidang Pengembangan SDM dan Kebudayaan), Dr. Syafi’i, M.Pd (Plt. Direktur Pendidikan Tinggi Keagamaan Islam) M. Aziz Hakim, MH (Kasubbag TU Diktis) dan Ketua Forum SPI H. Abdul Hamid Ceba.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137544,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png" alt="" class="wp-image-137544"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137545,"width":254,"height":151,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png" alt="" class="wp-image-137545" width="254" height="151"/></a></figure>\n<!-- /wp:image -->', 'SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI IKUTI WORKSHOP, BAHAS PENGUATAN PERAN MELALUI CAPACITY BUILDING', '', 'inherit', 'closed', 'closed', '', '137541-revision-v1', '', '', '2022-12-23 02:57:28', '2022-12-23 02:57:28', '', 137541, 'https://spisutha.uinjambi.ac.id/?p=137546', 0, 'revision', '', 0),
(137549, 1, '2022-12-29 07:55:54', '2022-12-29 07:55:54', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137556,"width":533,"height":355,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="533" height="355"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'publish', 'open', 'closed', '', 'satuan-pengawasan-internal-spi-uin-sulthan-thaha-saifuddin-jambi-melaksanakan-pelatihan-audit-barang-milik-negara-bmn', '', '', '2022-12-29 08:18:29', '2022-12-29 08:18:29', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137549', 0, 'post', '', 0),
(137550, 1, '2022-12-29 06:45:52', '2022-12-29 06:45:52', '', '1', '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2022-12-29 06:45:52', '2022-12-29 06:45:52', '', 137549, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137551, 1, '2022-12-29 06:46:39', '2022-12-29 06:46:39', '', '2', '', 'inherit', 'open', 'closed', '', '2-3', '', '', '2022-12-29 06:46:39', '2022-12-29 06:46:39', '', 137549, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137552, 1, '2022-12-29 06:47:30', '2022-12-29 06:47:30', '', '3', '', 'inherit', 'open', 'closed', '', '3-3', '', '', '2022-12-29 06:47:30', '2022-12-29 06:47:30', '', 137549, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137554, 1, '2022-12-29 07:32:44', '2022-12-29 07:32:44', '<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, S.E., M.E.,PIA. dan Sekretaris SPI Khairiyani S.E., M.S.Ak., CADE., CAP mengikuti Workshop Penguatan Peran SPI Melalui <em>Capacity Building</em> pada PTKIN Tahun 2022 yang diselenggarakan oleh Dirjen Pendis Kementerian Agama RI di Hotel Mercure Serpong, Tangerang, Senin (28/11) sampai dengan Rabu (30/11).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan ini bertujuan untuk memberikan fasilitas kepada seluruh Kepala SPI di PTKIN&nbsp; terkait implementasi atas kerangka kerja pengawasan dengan konsep baru sesuai arahan Menteri Agama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lebih lanjut, workshop ini membahas perihal penyempurnaan revisi Peraturan Menteri Agama Nomor 25 Tahun 2017 tentang SPI pada PTKN, menyusun draft usulan naskah akademik standar biaya masukan lainnya untuk SPI bentuk satker PNBP, serta pembahasan kondisi SPI di PTKN dan Langkah-langkah perbaikan ke depannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Workshop ini dibuka langsung oleh Direktur Jenderal Pendidikan Islam (Dirjen Pendis) Kementerian Agama RI, Prof. Dr. H. Muhammad Ali Ramdhani, S.TP., M.T.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam sambutannya, Ali Ramdhani sampaikan arahan dan kebijakan Ditjen Pendidikan Islam tentang percepatan kualitas PTKIN melalui peran SPI di setiap PTKIN.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain dihadiri oleh Kepala SPI di PTKIN se-Indonesia, Workshop ini juga dihadiri oleh Kastolan, S.Pd., M.Si (Sekretaris Inspektorat Jenderal Kementerian Agama), Didik Sadikin, Ak. M.Si. (Direktur Pengawasan Bidang Pengembangan SDM dan Kebudayaan), Dr. Syafi’i, M.Pd (Plt. Direktur Pendidikan Tinggi Keagamaan Islam) M. Aziz Hakim, MH (Kasubbag TU Diktis) dan Ketua Forum SPI H. Abdul Hamid Ceba (Kepala SPI UIN Syarif Hidayatullah Jakarta)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137544,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png" alt="" class="wp-image-137544"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137545,"width":254,"height":151,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png" alt="" class="wp-image-137545" width="254" height="151"/></a></figure>\n<!-- /wp:image -->', 'SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI IKUTI WORKSHOP PENGUATAN PERAN SPI YANG DISELENGGARKAN OLEH DIRJEN PENDIS KEMENAG RI', '', 'inherit', 'closed', 'closed', '', '137541-revision-v1', '', '', '2022-12-29 07:32:44', '2022-12-29 07:32:44', '', 137541, 'https://spisutha.uinjambi.ac.id/?p=137554', 0, 'revision', '', 0),
(137556, 1, '2022-12-29 07:38:26', '2022-12-29 07:38:26', '', 'WhatsApp-Image-2022-12-29-at-14.14.15', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-12-29-at-14-14-15', '', '', '2022-12-29 07:38:26', '2022-12-29 07:38:26', '', 137549, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137557, 1, '2022-12-29 07:38:49', '2022-12-29 07:38:49', '', '20221229_1434381', '', 'inherit', 'open', 'closed', '', '20221229_1434381', '', '', '2022-12-29 07:38:49', '2022-12-29 07:38:49', '', 137541, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/20221229_1434381.jpg', 0, 'attachment', 'image/jpeg', 0),
(137558, 1, '2022-12-29 07:40:37', '2022-12-29 07:40:37', '', '20221229_1434381-1', '', 'inherit', 'open', 'closed', '', '20221229_1434381-1', '', '', '2022-12-29 07:40:37', '2022-12-29 07:40:37', '', 137541, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/20221229_1434381-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137559, 1, '2022-12-29 07:43:22', '2022-12-29 07:43:22', '', '20221229_1434381-2', '', 'inherit', 'open', 'closed', '', '20221229_1434381-2', '', '', '2022-12-29 07:43:22', '2022-12-29 07:43:22', '', 137541, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/20221229_1434381-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(137560, 1, '2022-12-29 07:43:36', '2022-12-29 07:43:36', '<!-- wp:paragraph -->\n<p>Kepala Satuan Pengawasan Internal (SPI) Dr. Novi Mubyarto, S.E., M.E.,PIA. dan Sekretaris SPI Khairiyani S.E., M.S.Ak., CADE., CAP mengikuti Workshop Penguatan Peran SPI Melalui <em>Capacity Building</em> pada PTKIN Tahun 2022 yang diselenggarakan oleh Dirjen Pendis Kementerian Agama RI di Hotel Mercure Serpong, Tangerang, Senin (28/11) sampai dengan Rabu (30/11).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan ini bertujuan untuk memberikan fasilitas kepada seluruh Kepala SPI di PTKIN&nbsp; terkait implementasi atas kerangka kerja pengawasan dengan konsep baru sesuai arahan Menteri Agama.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lebih lanjut, workshop ini membahas perihal penyempurnaan revisi Peraturan Menteri Agama Nomor 25 Tahun 2017 tentang SPI pada PTKN, menyusun draft usulan naskah akademik standar biaya masukan lainnya untuk SPI bentuk satker PNBP, serta pembahasan kondisi SPI di PTKN dan Langkah-langkah perbaikan ke depannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Workshop ini dibuka langsung oleh Direktur Jenderal Pendidikan Islam (Dirjen Pendis) Kementerian Agama RI, Prof. Dr. H. Muhammad Ali Ramdhani, S.TP., M.T.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam sambutannya, Ali Ramdhani sampaikan arahan dan kebijakan Ditjen Pendidikan Islam tentang percepatan kualitas PTKIN melalui peran SPI di setiap PTKIN.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain dihadiri oleh Kepala SPI di PTKIN se-Indonesia, Workshop ini juga dihadiri oleh Kastolan, S.Pd., M.Si (Sekretaris Inspektorat Jenderal Kementerian Agama), Didik Sadikin, Ak. M.Si. (Direktur Pengawasan Bidang Pengembangan SDM dan Kebudayaan), Dr. Syafi’i, M.Pd (Plt. Direktur Pendidikan Tinggi Keagamaan Islam) M. Aziz Hakim, MH (Kasubbag TU Diktis) dan Ketua Forum SPI H. Abdul Hamid Ceba (Kepala SPI UIN Syarif Hidayatul</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137544,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-2.png" alt="" class="wp-image-137544"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137545,"width":254,"height":151,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/gambar-3.png" alt="" class="wp-image-137545" width="254" height="151"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137559,"width":242,"height":173,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/20221229_1434381-2.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/20221229_1434381-2-1024x733.jpg" alt="" class="wp-image-137559" width="242" height="173"/></a></figure>\n<!-- /wp:image -->', 'SATUAN PENGAWASAN INTERNAL UIN SULTHAN THAHA SAIFUDDIN JAMBI IKUTI WORKSHOP PENGUATAN PERAN SPI YANG DISELENGGARKAN OLEH DIRJEN PENDIS KEMENAG RI', '', 'inherit', 'closed', 'closed', '', '137541-revision-v1', '', '', '2022-12-29 07:43:36', '2022-12-29 07:43:36', '', 137541, 'https://spisutha.uinjambi.ac.id/?p=137560', 0, 'revision', '', 0),
(137561, 1, '2022-12-29 07:44:40', '2022-12-29 07:44:40', '', 'WhatsApp Image 2022-12-29 at 14.14.17', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2022-12-29-at-14-14-17', '', '', '2022-12-29 07:44:40', '2022-12-29 07:44:40', '', 137549, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.17.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137562, 1, '2022-12-29 07:55:54', '2022-12-29 07:55:54', '<!-- wp:image {"id":137556,"width":541,"height":360,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="541" height="360"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam&nbsp;mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.<br><br><br><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 07:55:54', '2022-12-29 07:55:54', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137562', 0, 'revision', '', 0),
(137564, 1, '2022-12-29 07:59:51', '2022-12-29 07:59:51', '<!-- wp:image {"id":137556,"width":541,"height":360,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="541" height="360"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.<br><br><br><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 07:59:51', '2022-12-29 07:59:51', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137564', 0, 'revision', '', 0),
(137565, 1, '2022-12-29 08:01:21', '2022-12-29 08:01:21', '<!-- wp:image {"id":137556,"width":541,"height":360,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="541" height="360"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam&nbsp;mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.<br><br><br><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 08:01:21', '2022-12-29 08:01:21', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137565', 0, 'revision', '', 0),
(137566, 1, '2022-12-29 08:02:45', '2022-12-29 08:02:45', '<!-- wp:image {"id":137556,"width":541,"height":360,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="541" height="360"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam&nbsp;mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.<br><br><br><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 08:02:45', '2022-12-29 08:02:45', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137566', 0, 'revision', '', 0),
(137567, 1, '2022-12-29 08:03:31', '2022-12-29 08:03:31', '<!-- wp:image {"id":137556,"width":541,"height":360,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="541" height="360"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam&nbsp;mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.<br><br><br><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 08:03:31', '2022-12-29 08:03:31', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137567', 0, 'revision', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137568, 1, '2022-12-29 08:07:30', '2022-12-29 08:07:30', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam&nbsp;mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.<br><br><br><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 08:07:30', '2022-12-29 08:07:30', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137568', 0, 'revision', '', 0),
(137570, 1, '2022-12-29 08:10:59', '2022-12-29 08:10:59', '<!-- wp:image {"id":137556,"width":546,"height":364,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="546" height="364"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.<br><br><br><br><br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 08:10:59', '2022-12-29 08:10:59', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137570', 0, 'revision', '', 0),
(137572, 1, '2022-12-29 08:14:42', '2022-12-29 08:14:42', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137556,"width":533,"height":355,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="533" height="355"/></a></figure>\n<!-- /wp:image -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 08:14:42', '2022-12-29 08:14:42', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137572', 0, 'revision', '', 0),
(137573, 1, '2022-12-29 08:18:27', '2022-12-29 08:18:27', '<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) Universitas Islam Negeri (UIN) Sulthan Thaha Saifuddin Jambi melaksanakan kegiatan Pelatihan Audit Barang Milik Negara (BMN) di Ruang Senat Lantai V, Gedung Multifungsi Pelayanan Universitas (GMPU), Selasa dan Rabu (20-21 Desember 2022). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan pelatihan ini dilaksanakan untuk meningkatkan kapabilitas Koordinator BMN, Pejabat Pembuat Komitmen SBSN, Sub Koordinator Administrasi Umum Fakultas di lingkungan UIN Sulthan Thaha Saifuddin Jambi dalam mengelola BMN serta untuk meningkatkan kapabilitas Tim SPI UIN UIN Sulthan Thaha Saifuddin Jambi dalam mengaudit dengan mendatangkan pemateri dari Perwakilan BPKP Provinsi Jambi Sahowi., S.E (Kepala Bagian Umum Perwakilan BPKP Provinsi Jambi).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137552,"width":541,"height":406,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/3-1024x768.jpeg" alt="" class="wp-image-137552" width="541" height="406"/></a><figcaption>Kegiatan pelatihan ini dilaksanakan selama dua hari dan dibuka langsung oleh Rektor yang dalam hal ini diwakili oleh Wakil Rektor III, Dr. Bahrul Ulum. MA, didampingi oleh Kepala SPI UIN Sulthan Thaha Saifuddin Jambi (Dr. Novi Mubyanto, S.E., M.E., PIA) dan Sekretaris SPI UIN Sulthan Thaha Saifuddin Jambi (Khairiyani, S.E., M.S.Ak., CADE., CAP).<br><br>Wakil Rektor III mengucapkan Terima kasih kepada SPI yang telah melaksanakan kegiatan Pelatihan BMN, “Tugas kita adalah menjaga dan mengawasi barang milik negara yang telah kita pakai, kita sendiri yang mengaudit terlebih dahulu”, jelasnya.<br><br>Dr. Novi Mubyarto, S.E., M.E., PIA selaku Kepala SPI UIN Sulthan Thaha Saifuddin Jambi juga berpesan kepada Tim SPI agar dapat mengawal proses optimalisasi dari pengelolaan dan pemanfaatan dalam Audit Barang Milik Negara (BMN) di lingkungan UIN Sutha Jambi sehingga bisa berjalan sesuai aturan.</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137556,"width":533,"height":355,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2022/12/WhatsApp-Image-2022-12-29-at-14.14.15-1024x682.jpeg" alt="" class="wp-image-137556" width="533" height="355"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi Melaksanakan Pelatihan Audit Barang Milik Negara (BMN)', '', 'inherit', 'closed', 'closed', '', '137549-revision-v1', '', '', '2022-12-29 08:18:27', '2022-12-29 08:18:27', '', 137549, 'https://spisutha.uinjambi.ac.id/?p=137573', 0, 'revision', '', 0),
(137578, 1, '2023-05-04 05:01:47', '2023-05-04 05:01:47', '<!-- wp:paragraph -->\n<p>Berdasarkan Peraturan Menteri Agama RI Nomor 25 Tahun 2017 tentang Satuan Pengawasan Internal pada Perguruan Tinggi Keagamaan Negeri dan Indikator Kinerja Utama (IKU) SPI UIN Sulthan Thaha Saifuddin Jambi bahwa SPI memiliki tugas dan fungsi pengawasan yang salah satunya adalah melakukan Reviu Laporan Perencanaan Kerja dan Anggaran Kementerian Negara/Lembaga (RKA-KL). Adapun pelaksanaan kegiatan ini adalah melakukan reviu terhadap seluruh Laporan RKA-KL Fakultas/ Lembaga/ Unit/ Bagian/ Pusat Kajian di lingkungan UIN Sulthan Thaha Saifuddin Jambi Tahun Anggaran 2023. Kegiatan reviu ini dilakukan sejak tanggal 09 Februari 2023 s.d 09 Maret 2023 dengan tambahan 2 hari di luar jam kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tujuan dari Reviu Laporan RKA-KL adalah sebagai bentuk <em>preventif audit </em>terhadap laporan perencanaan kerja lembaga yang telah dilakukan sebelum diaudit oleh Auditor Eksternal baik dari BPK RI maupun dari Itjen Kemenag RI. Adapun bentuk reviu yang dilakukan oleh SPI UIN Sulthan Thaha Saifuddin Jambi adalah sebagai berikut:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"1"} -->\n<ol type="1"><li>Sinkronisasi antara RAB dan MAK (Mata Anggaran Pengeluaran);</li><li>Sinkronisasi antara RAB dan SBM (Standar Biaya Masukan) Tahun Anggaran 2023;</li><li>Sinkronisasi antara RAB dan Standar Harga Satuan Unit UIN Sulthan Thaha Saifuddin Jambi Tahun Anggaran 2023;</li><li>Sinkronisasi antara RAB dan TOR (<em>Term of Reference</em>);</li><li>Sinkronisasi antara RAB dan IKU (Indikator Kinerja Utama) Tahun 2023;</li><li>Menelaah kejelasan <em>output </em>dan efisiensi dari setiap kegiatan yang ada pada RAB.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Setelah proses reviu selesai, SPI UIN Sulthan Thaha Saifuddin Jambi menyerahkan laporan hasil reviu tersebut berupa Kertas Kerja Reviu RKA-KL yang ditandatangani oleh Kepala SPI untuk diserahkan kepada seluruh Bendahara Pengeluaran/ Bendahara Pengeluaran Pembantu di lingkungan UIN Sulthan Thaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'SATUAN PENGAWASAN INTERNAL (SPI) LAKUKAN REVIU LAPORAN PERENCANAAN KERJA DAN ANGGARAN KEMENTERIAN NEGARA/LEMBAGA (RKA-KL) UIN SUTHA JAMBI TAHUN ANGGARAN 2023', '', 'publish', 'open', 'closed', '', 'satuan-pengawasan-internal-spi-lakukan-reviu-laporan-perencanaan-kerja-dan-anggaran-kementerian-negara-lembaga-rka-kl-uin-sutha-jambi-tahun-anggaran-2023', '', '', '2023-05-04 05:07:55', '2023-05-04 05:07:55', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137578', 0, 'post', '', 0),
(137579, 1, '2023-05-04 04:54:23', '2023-05-04 04:54:23', '', 'IMG-20230503-WA00031', '', 'inherit', 'open', 'closed', '', 'img-20230503-wa00031', '', '', '2023-05-04 04:54:23', '2023-05-04 04:54:23', '', 137578, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/05/IMG-20230503-WA00031.jpg', 0, 'attachment', 'image/jpeg', 0),
(137580, 1, '2023-05-04 04:59:33', '2023-05-04 04:59:33', '', 'IMG-20230503-WA0002[1]', '', 'inherit', 'open', 'closed', '', 'img-20230503-wa00021', '', '', '2023-05-04 04:59:33', '2023-05-04 04:59:33', '', 137578, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/05/IMG-20230503-WA00021.jpg', 0, 'attachment', 'image/jpeg', 0),
(137581, 1, '2023-05-04 04:59:34', '2023-05-04 04:59:34', '', 'IMG-20230503-WA00011', '', 'inherit', 'open', 'closed', '', 'img-20230503-wa00011', '', '', '2023-05-04 04:59:34', '2023-05-04 04:59:34', '', 137578, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/05/IMG-20230503-WA00011.jpg', 0, 'attachment', 'image/jpeg', 0),
(137582, 1, '2023-05-04 05:01:47', '2023-05-04 05:01:47', '<!-- wp:paragraph -->\n<p>Berdasarkan Peraturan Menteri Agama RI Nomor 25 Tahun 2017 tentang Satuan Pengawasan Internal pada Perguruan Tinggi Keagamaan Negeri dan Indikator Kinerja Utama (IKU) SPI UIN Sulthan Thaha Saifuddin Jambi bahwa SPI memiliki tugas dan fungsi pengawasan yang salah satunya adalah melakukan Reviu Laporan Perencanaan Kerja dan Anggaran Kementerian Negara/Lembaga (RKA-KL). Adapun pelaksanaan kegiatan ini adalah melakukan reviu terhadap seluruh Laporan RKA-KL Fakultas/ Lembaga/ Unit/ Bagian/ Pusat Kajian di lingkungan UIN Sulthan Thaha Saifuddin Jambi Tahun Anggaran 2023. Kegiatan reviu ini dilakukan sejak tanggal 09 Februari 2023 s.d 09 Maret 2023 dengan tambahan 2 hari di luar jam kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tujuan dari Reviu Laporan RKA-KL adalah sebagai bentuk <em>preventif audit </em>terhadap laporan perencanaan kerja lembaga yang telah dilakukan sebelum diaudit oleh Auditor Eksternal baik dari BPK RI maupun dari Itjen Kemenag RI. Adapun bentuk reviu yang dilakukan oleh SPI UIN Sulthan Thaha Saifuddin Jambi adalah sebagai berikut:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"1"} -->\n<ol type="1"><li>Sinkronisasi antara RAB dan MAK (Mata Anggaran Pengeluaran);</li><li>Sinkronisasi antara RAB dan SBM (Standar Biaya Masukan) Tahun Anggaran 2023;</li><li>Sinkronisasi antara RAB dan Standar Harga Satuan Unit UIN Sulthan Thaha Saifuddin Jambi Tahun Anggaran 2023;</li><li>Sinkronisasi antara RAB dan TOR (<em>Term of Reference</em>);</li><li>Sinkronisasi antara RAB dan IKU (Indikator Kinerja Utama) Tahun 2023;</li><li>Menelaah kejelasan <em>output </em>dan efisiensi dari setiap kegiatan yang ada pada RAB.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Setelah proses reviu selesai, SPI UIN Sulthan Thaha Saifuddin Jambi menyerahkan laporan hasil reviu tersebut berupa Kertas Kerja Reviu RKA-KL yang ditandatangani oleh Kepala SPI untuk diserahkan kepada seluruh Bendahara Pengeluaran/ Bendahara Pengeluaran Pembantu di lingkungan UIN Sulthan Thaha Saifuddin Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'SATUAN PENGAWASAN INTERNAL (SPI) LAKUKAN REVIU LAPORAN PERENCANAAN KERJA DAN ANGGARAN KEMENTERIAN NEGARA/LEMBAGA (RKA-KL) UIN SUTHA JAMBI TAHUN ANGGARAN 2023', '', 'inherit', 'closed', 'closed', '', '137578-revision-v1', '', '', '2023-05-04 05:01:47', '2023-05-04 05:01:47', '', 137578, 'https://spisutha.uinjambi.ac.id/?p=137582', 0, 'revision', '', 0),
(137586, 1, '2023-06-26 03:46:26', '2023-06-26 03:46:26', '<!-- wp:image {"id":137588,"width":581,"height":436,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foto-website.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foto-website-1024x768.jpg" alt="" class="wp-image-137588" width="581" height="436"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137591,"width":582,"height":426,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo-1.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo-1.jpg" alt="" class="wp-image-137591" width="582" height="426"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137592,"width":580,"height":408,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh-1.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh-1.png" alt="" class="wp-image-137592" width="580" height="408"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kepala SPI (Dr. Novi Mubyarto, S.E., M.E., PIA), Sekretaris SPI (Khairiyani, S.E., M.S.Ak. CAP.) dan seluruh Anggota SPI UIN Sulthan Thaha Saifuddin Jambi melakukan Konsultasi terkait TLHP dan Maturity SPIP ke BPK RI dan Itjen Kemenag RI di Jakarta selama 3 hari terhitung tanggal 29 Maret 2023 s.d 01 April 2023. Adapun hasil dari konsultasi tersebut diantaranya:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"a"} -->\n<ol type="a"><li><strong>TLHP</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Menurut BPK RI bahwa terkait dengan temuan-temuan yang akan ditindaklanjuti, maka Satker mengirimkan surat ke Itjen Kemenag RI. Selanjutnya Itjen Kemenag RI yang akan bersurat ke BPK RI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menurut Itjen Kemenag RI bahwa terkait beberapa temuan (seperti perusahaan kontraktor dinyatakan pailit) perlu dilengkapi dengan beberapa dokumen pendukung yang lebih akurat agar temuannya dapat dihapuskan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>SPIP</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Pemateri: Budi Setyo Hartoto (Ketua Sektor Tata Kelola Itjen Kemenag RI/ Auditor Madya Inspektorat Jenderal Kemenag RI Wilayah IV).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sistem Pengendalian Intern Pemerintah (SPIP) berbeda dengan SPI (Satuan Pengendalian Internal). Setiap unit harus memiliki SPIP. Adapun rentang tanggal Kertas Kerja yang menjadi Penilaian Maturity SPIP Satker oleh Itjen Kemenag RI adalah mulai tanggal 1 Juli TA sebelumnya sampai 1 Juli TA berikutnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kertas Kerja Maturity SPIP yang harus diisi oleh Satker adalah:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Penilaian Strategi Pencapaian Sasaran Strategis</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK Lead II&nbsp;&nbsp;&nbsp;&nbsp; = Kertas Kerja yang merupakan rangkuman dari 3.1 sampai 3.4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Tugas dan Fungsi Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Keuangan Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Aset Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Perundang-Undangan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 5.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Penilaian Capaian Output</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam Kertas Kerja SPIP KK 3.1 sampai 3.4 diinsertkan secara mandiri 1 kolom yaitu <em>Area of Improvement </em>(AOI) yang digunakan untuk mengisi keterangan hal apa yang belum dilakukan pada kriteria tertentu. Aplikasi yang digunakan adalah SIMPI <a href="https://simpi.kemenag.go.id/">https://simpi.kemenag.go.id/</a> yang diisi oleh Tim Manajemen SPIP dan dinilai oleh Satuan Pengawasan Internal sebelum diverifikasi oleh Itjen Kemenag RI.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137589,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/tr332.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/tr332.png" alt="" class="wp-image-137589"/></a></figure>\n<!-- /wp:image -->', 'Konsultasi tentang TLHP dan Maturity SPIP ke BPK RI dan Itjen Kementerian Agama RI', '', 'publish', 'open', 'closed', '', 'konsultasi-tentang-tlhp-dan-maturity-spip-ke-bpk-ri-dan-itjen-kementerian-agama-ri', '', '', '2023-06-26 03:47:49', '2023-06-26 03:47:49', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137586', 0, 'post', '', 0),
(137587, 1, '2023-06-26 03:41:20', '2023-06-26 03:41:20', '', 'fotoh', '', 'inherit', 'open', 'closed', '', 'fotoh', '', '', '2023-06-26 03:41:20', '2023-06-26 03:41:20', '', 137586, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh.png', 0, 'attachment', 'image/png', 0),
(137588, 1, '2023-06-26 03:42:29', '2023-06-26 03:42:29', '', 'foto-website', '', 'inherit', 'open', 'closed', '', 'foto-website', '', '', '2023-06-26 03:42:29', '2023-06-26 03:42:29', '', 137586, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/06/foto-website.jpg', 0, 'attachment', 'image/jpeg', 0),
(137589, 1, '2023-06-26 03:42:42', '2023-06-26 03:42:42', '', 'tr332', '', 'inherit', 'open', 'closed', '', 'tr332', '', '', '2023-06-26 03:42:42', '2023-06-26 03:42:42', '', 137586, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/06/tr332.png', 0, 'attachment', 'image/png', 0),
(137590, 1, '2023-06-26 03:44:59', '2023-06-26 03:44:59', '', 'foooo', '', 'inherit', 'open', 'closed', '', 'foooo', '', '', '2023-06-26 03:44:59', '2023-06-26 03:44:59', '', 137586, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/06/foooo.jpg', 0, 'attachment', 'image/jpeg', 0),
(137591, 1, '2023-06-26 03:45:53', '2023-06-26 03:45:53', '', 'foooo-1', '', 'inherit', 'open', 'closed', '', 'foooo-1', '', '', '2023-06-26 03:45:53', '2023-06-26 03:45:53', '', 137586, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/06/foooo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137592, 1, '2023-06-26 03:46:10', '2023-06-26 03:46:10', '', 'fotoh-1', '', 'inherit', 'open', 'closed', '', 'fotoh-1', '', '', '2023-06-26 03:46:10', '2023-06-26 03:46:10', '', 137586, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh-1.png', 0, 'attachment', 'image/png', 0),
(137593, 1, '2023-06-26 03:46:26', '2023-06-26 03:46:26', '<!-- wp:cover {"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo.jpg","id":137590} -->\n<div class="wp-block-cover has-background-dim"><img class="wp-block-cover__image-background wp-image-137590" alt="" src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Tulis judul...","fontSize":"large"} -->\n<p class="has-text-align-center has-large-font-size"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:image {"id":137588,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foto-website.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foto-website-1024x768.jpg" alt="" class="wp-image-137588"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137591,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo-1.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo-1.jpg" alt="" class="wp-image-137591"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137592,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh-1.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh-1.png" alt="" class="wp-image-137592"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kepala SPI (Dr. Novi Mubyarto, S.E., M.E., PIA), Sekretaris SPI (Khairiyani, S.E., M.S.Ak. CAP.) dan seluruh Anggota SPI UIN Sulthan Thaha Saifuddin Jambi melakukan Konsultasi terkait TLHP dan Maturity SPIP ke BPK RI dan Itjen Kemenag RI di Jakarta selama 3 hari terhitung tanggal 29 Maret 2023 s.d 01 April 2023. Adapun hasil dari konsultasi tersebut diantaranya:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"a"} -->\n<ol type="a"><li><strong>TLHP</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Menurut BPK RI bahwa terkait dengan temuan-temuan yang akan ditindaklanjuti, maka Satker mengirimkan surat ke Itjen Kemenag RI. Selanjutnya Itjen Kemenag RI yang akan bersurat ke BPK RI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menurut Itjen Kemenag RI bahwa terkait beberapa temuan (seperti perusahaan kontraktor dinyatakan pailit) perlu dilengkapi dengan beberapa dokumen pendukung yang lebih akurat agar temuannya dapat dihapuskan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>SPIP</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Pemateri: Budi Setyo Hartoto (Ketua Sektor Tata Kelola Itjen Kemenag RI/ Auditor Madya Inspektorat Jenderal Kemenag RI Wilayah IV).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sistem Pengendalian Intern Pemerintah (SPIP) berbeda dengan SPI (Satuan Pengendalian Internal). Setiap unit harus memiliki SPIP. Adapun rentang tanggal Kertas Kerja yang menjadi Penilaian Maturity SPIP Satker oleh Itjen Kemenag RI adalah mulai tanggal 1 Juli TA sebelumnya sampai 1 Juli TA berikutnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kertas Kerja Maturity SPIP yang harus diisi oleh Satker adalah:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Penilaian Strategi Pencapaian Sasaran Strategis</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK Lead II&nbsp;&nbsp;&nbsp;&nbsp; = Kertas Kerja yang merupakan rangkuman dari 3.1 sampai 3.4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Tugas dan Fungsi Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Keuangan Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Aset Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Perundang-Undangan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 5.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Penilaian Capaian Output</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam Kertas Kerja SPIP KK 3.1 sampai 3.4 diinsertkan secara mandiri 1 kolom yaitu <em>Area of Improvement </em>(AOI) yang digunakan untuk mengisi keterangan hal apa yang belum dilakukan pada kriteria tertentu. Aplikasi yang digunakan adalah SIMPI <a href="https://simpi.kemenag.go.id/">https://simpi.kemenag.go.id/</a> yang diisi oleh Tim Manajemen SPIP dan dinilai oleh Satuan Pengawasan Internal sebelum diverifikasi oleh Itjen Kemenag RI. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137589,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/tr332.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/tr332.png" alt="" class="wp-image-137589"/></a></figure>\n<!-- /wp:image -->', 'Konsultasi tentang TLHP dan Maturity SPIP ke BPK RI dan Itjen Kementerian Agama RI', '', 'inherit', 'closed', 'closed', '', '137586-revision-v1', '', '', '2023-06-26 03:46:26', '2023-06-26 03:46:26', '', 137586, 'https://spisutha.uinjambi.ac.id/?p=137593', 0, 'revision', '', 0),
(137594, 1, '2023-06-26 03:47:45', '2023-06-26 03:47:45', '<!-- wp:image {"id":137588,"width":581,"height":436,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foto-website.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foto-website-1024x768.jpg" alt="" class="wp-image-137588" width="581" height="436"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137591,"width":582,"height":426,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo-1.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/foooo-1.jpg" alt="" class="wp-image-137591" width="582" height="426"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137592,"width":580,"height":408,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh-1.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/fotoh-1.png" alt="" class="wp-image-137592" width="580" height="408"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kepala SPI (Dr. Novi Mubyarto, S.E., M.E., PIA), Sekretaris SPI (Khairiyani, S.E., M.S.Ak. CAP.) dan seluruh Anggota SPI UIN Sulthan Thaha Saifuddin Jambi melakukan Konsultasi terkait TLHP dan Maturity SPIP ke BPK RI dan Itjen Kemenag RI di Jakarta selama 3 hari terhitung tanggal 29 Maret 2023 s.d 01 April 2023. Adapun hasil dari konsultasi tersebut diantaranya:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"a"} -->\n<ol type="a"><li><strong>TLHP</strong></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Menurut BPK RI bahwa terkait dengan temuan-temuan yang akan ditindaklanjuti, maka Satker mengirimkan surat ke Itjen Kemenag RI. Selanjutnya Itjen Kemenag RI yang akan bersurat ke BPK RI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menurut Itjen Kemenag RI bahwa terkait beberapa temuan (seperti perusahaan kontraktor dinyatakan pailit) perlu dilengkapi dengan beberapa dokumen pendukung yang lebih akurat agar temuannya dapat dihapuskan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>SPIP</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Pemateri: Budi Setyo Hartoto (Ketua Sektor Tata Kelola Itjen Kemenag RI/ Auditor Madya Inspektorat Jenderal Kemenag RI Wilayah IV).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sistem Pengendalian Intern Pemerintah (SPIP) berbeda dengan SPI (Satuan Pengendalian Internal). Setiap unit harus memiliki SPIP. Adapun rentang tanggal Kertas Kerja yang menjadi Penilaian Maturity SPIP Satker oleh Itjen Kemenag RI adalah mulai tanggal 1 Juli TA sebelumnya sampai 1 Juli TA berikutnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kertas Kerja Maturity SPIP yang harus diisi oleh Satker adalah:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Penilaian Strategi Pencapaian Sasaran Strategis</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK Lead II&nbsp;&nbsp;&nbsp;&nbsp; = Kertas Kerja yang merupakan rangkuman dari 3.1 sampai 3.4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Tugas dan Fungsi Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Keuangan Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Aset Organisasi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 3.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = diisi terkait dengan Perundang-Undangan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KK 5.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Penilaian Capaian Output</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam Kertas Kerja SPIP KK 3.1 sampai 3.4 diinsertkan secara mandiri 1 kolom yaitu <em>Area of Improvement </em>(AOI) yang digunakan untuk mengisi keterangan hal apa yang belum dilakukan pada kriteria tertentu. Aplikasi yang digunakan adalah SIMPI <a href="https://simpi.kemenag.go.id/">https://simpi.kemenag.go.id/</a> yang diisi oleh Tim Manajemen SPIP dan dinilai oleh Satuan Pengawasan Internal sebelum diverifikasi oleh Itjen Kemenag RI.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137589,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/tr332.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/06/tr332.png" alt="" class="wp-image-137589"/></a></figure>\n<!-- /wp:image -->', 'Konsultasi tentang TLHP dan Maturity SPIP ke BPK RI dan Itjen Kementerian Agama RI', '', 'inherit', 'closed', 'closed', '', '137586-revision-v1', '', '', '2023-06-26 03:47:45', '2023-06-26 03:47:45', '', 137586, 'https://spisutha.uinjambi.ac.id/?p=137594', 0, 'revision', '', 0),
(137597, 1, '2023-07-24 03:54:27', '2023-07-24 03:54:27', '<!-- wp:image {"id":137598,"width":596,"height":451,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.45.54.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.45.54.jpeg" alt="" class="wp-image-137598" width="596" height="451"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137599,"width":596,"height":459,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42.jpeg" alt="" class="wp-image-137599" width="596" height="459"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137601,"width":594,"height":452,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1-1.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1-1.jpeg" alt="" class="wp-image-137601" width="594" height="452"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sekretaris SPI (Khairiyani, S.E., M.S.Ak., CAP) dan Penyusunan Laporan Keuangan pada Sub Bagian Keuangan (Kasmardin, S.E., M.Ak dan Ratna Ningsih Budi Astuty, M.E) UIN Sulthan Thaha Saifuddin Jambi mengikuti Kegiatan Koordinasi dan Sosialisasi PIPK (Pengendalian Intern Pelaporan Keuangan) Kementerian Agama Tahun 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan Rapat Koordinasi dan Sosialisasi Pengendalian Intern atas Pelaporan Keuangan ini diselenggarakan oleh Kepala Biro Keuangan dan BMN serta Tim Aklap Kemenag RI sebagai bentuk tindaklanjut atas terbitnya KMA 1035 Tahun 2022 tentang Pengendalian Intern Pelaporan Keuangan di Kota Mataram, Selasa (20/6/2023) sampai dengan Kamis (22/6/2023).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137602,"width":806,"height":446,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/hyfhfhy.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/hyfhfhy-1024x568.png" alt="" class="wp-image-137602" width="806" height="446"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lebih lanjut, kegiatan ini juga membahas langkah-langkah yang harus dilakukan:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun langkah-langkah yang harus segera dilakukan adalah:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"a"} -->\n<ol type="a"><li>Setiap instansi di bawah Kementerian Agama diminta untuk membentuk Tim Penilai yang dibukti dengan SK dari Kepala Satuan Kerja masing-masing. Penilaian dilakukan mulai tanggal 1 September 2023 atas Laporan Keuangan Semester I TA 2023.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Adapun susunan Tim Penilai untuk Tingkat PTKN BLU berdasarkan KMA 1035 Tahun 2022, yaitu sebagai berikut:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Pengarah &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Kepala Satuan Kerja</li><li>Ketua&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Ketua Satuan Pengendalian Intern</li><li>Sekretaris&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Analis Pengelolaan Keuangan APBN Ahli Madya non-ALK</li><li>Anggota</li><li>Anggota Satuan Pengendalian Intern (5 orang)</li><li>Analis Pengelolaan Keuangan APBN Ahli Muda non-ALK (3 orang)</li><li>Pengelola Pengadaan Barang dan Jasa Ahli Muda (1 orang)</li><li>Penata Laksana Barang Penyelia (1 orang)</li><li>Arsiparis (1 orang)</li><li>Pranata Komputer (1 orang)</li><li>Pelaksana (1 orang)</li><li>Tim Manajemen (Tim Penerap) menyediakan dokumen untuk di-<em>upload </em>di Aplikasi PIPK.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Untuk Tim Manajemen ini tidak diperlukan SK dari Kepala Satuan Kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tim Penilai melakukan penilaian terhadap dokumen yang telah di-<em>upload </em>oleh Tim Manajemen (Tim Penerap) serta dapat melakukan proses wawancara terhadap Tim Manajemen tersebut.</li><li>Dalam PIPK, terdapat Tabel A, A1, B1, B2, C1, C2, D, dan E.</li></ul>\n<!-- /wp:list -->', 'UIN SULTHAN THAHA SAIFUDDIN JAMBI IKUTI KEGIATAN KOORDINASI DAN SOSIALISASI PIPK (PENGENDALIAN INTERN PELAPORAN KEUANGAN) KEMENTERIAN AGAMA TAHUN 2023', '', 'publish', 'open', 'closed', '', 'uin-sulthan-thaha-saifuddin-jambi-ikuti-kegiatan-koordinasi-dan-sosialisasi-pipk-pengendalian-intern-pelaporan-keuangan-kementerian-agama-tahun-2023', '', '', '2023-07-24 03:54:31', '2023-07-24 03:54:31', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137597', 0, 'post', '', 0),
(137598, 1, '2023-07-24 03:48:26', '2023-07-24 03:48:26', '', 'WhatsApp-Image-2023-07-24-at-10.45.54', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-07-24-at-10-45-54', '', '', '2023-07-24 03:48:26', '2023-07-24 03:48:26', '', 137597, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.45.54.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137599, 1, '2023-07-24 03:49:20', '2023-07-24 03:49:20', '', 'WhatsApp-Image-2023-07-24-at-10.46.42', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-07-24-at-10-46-42', '', '', '2023-07-24 03:49:20', '2023-07-24 03:49:20', '', 137597, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137600, 1, '2023-07-24 03:49:49', '2023-07-24 03:49:49', '', 'WhatsApp-Image-2023-07-24-at-10.46.42-1', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-07-24-at-10-46-42-1', '', '', '2023-07-24 03:49:49', '2023-07-24 03:49:49', '', 137597, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137601, 1, '2023-07-24 03:51:04', '2023-07-24 03:51:04', '', 'WhatsApp-Image-2023-07-24-at-10.46.42-1-1', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-07-24-at-10-46-42-1-1', '', '', '2023-07-24 03:51:04', '2023-07-24 03:51:04', '', 137597, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137602, 1, '2023-07-24 03:53:47', '2023-07-24 03:53:47', '', 'hyfhfhy', '', 'inherit', 'open', 'closed', '', 'hyfhfhy', '', '', '2023-07-24 03:53:47', '2023-07-24 03:53:47', '', 137597, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/07/hyfhfhy.png', 0, 'attachment', 'image/png', 0),
(137603, 1, '2023-07-24 03:54:27', '2023-07-24 03:54:27', '<!-- wp:image {"id":137598,"width":596,"height":451,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.45.54.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.45.54.jpeg" alt="" class="wp-image-137598" width="596" height="451"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137599,"width":596,"height":459,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42.jpeg" alt="" class="wp-image-137599" width="596" height="459"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"id":137601,"width":594,"height":452,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1-1.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-24-at-10.46.42-1-1.jpeg" alt="" class="wp-image-137601" width="594" height="452"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sekretaris SPI (Khairiyani, S.E., M.S.Ak., CAP) dan Penyusunan Laporan Keuangan pada Sub Bagian Keuangan (Kasmardin, S.E., M.Ak dan Ratna Ningsih Budi Astuty, M.E) UIN Sulthan Thaha Saifuddin Jambi mengikuti Kegiatan Koordinasi dan Sosialisasi PIPK (Pengendalian Intern Pelaporan Keuangan) Kementerian Agama Tahun 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kegiatan Rapat Koordinasi dan Sosialisasi Pengendalian Intern atas Pelaporan Keuangan ini diselenggarakan oleh Kepala Biro Keuangan dan BMN serta Tim Aklap Kemenag RI sebagai bentuk tindaklanjut atas terbitnya KMA 1035 Tahun 2022 tentang Pengendalian Intern Pelaporan Keuangan di Kota Mataram, Selasa (20/6/2023) sampai dengan Kamis (22/6/2023).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":137602,"width":806,"height":446,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/hyfhfhy.png"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/07/hyfhfhy-1024x568.png" alt="" class="wp-image-137602" width="806" height="446"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Lebih lanjut, kegiatan ini juga membahas langkah-langkah yang harus dilakukan:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun langkah-langkah yang harus segera dilakukan adalah:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true,"type":"a"} -->\n<ol type="a"><li>Setiap instansi di bawah Kementerian Agama diminta untuk membentuk Tim Penilai yang dibukti dengan SK dari Kepala Satuan Kerja masing-masing. Penilaian dilakukan mulai tanggal 1 September 2023 atas Laporan Keuangan Semester I TA 2023.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Adapun susunan Tim Penilai untuk Tingkat PTKN BLU berdasarkan KMA 1035 Tahun 2022, yaitu sebagai berikut:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Pengarah &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Kepala Satuan Kerja</li><li>Ketua&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Ketua Satuan Pengendalian Intern</li><li>Sekretaris&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Analis Pengelolaan Keuangan APBN Ahli Madya non-ALK</li><li>Anggota</li><li>Anggota Satuan Pengendalian Intern (5 orang)</li><li>Analis Pengelolaan Keuangan APBN Ahli Muda non-ALK (3 orang)</li><li>Pengelola Pengadaan Barang dan Jasa Ahli Muda (1 orang)</li><li>Penata Laksana Barang Penyelia (1 orang)</li><li>Arsiparis (1 orang)</li><li>Pranata Komputer (1 orang)</li><li>Pelaksana (1 orang)</li><li>Tim Manajemen (Tim Penerap) menyediakan dokumen untuk di-<em>upload </em>di Aplikasi PIPK.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Untuk Tim Manajemen ini tidak diperlukan SK dari Kepala Satuan Kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tim Penilai melakukan penilaian terhadap dokumen yang telah di-<em>upload </em>oleh Tim Manajemen (Tim Penerap) serta dapat melakukan proses wawancara terhadap Tim Manajemen tersebut.</li><li>Dalam PIPK, terdapat Tabel A, A1, B1, B2, C1, C2, D, dan E.</li></ul>\n<!-- /wp:list -->', 'UIN SULTHAN THAHA SAIFUDDIN JAMBI IKUTI KEGIATAN KOORDINASI DAN SOSIALISASI PIPK (PENGENDALIAN INTERN PELAPORAN KEUANGAN) KEMENTERIAN AGAMA TAHUN 2023', '', 'inherit', 'closed', 'closed', '', '137597-revision-v1', '', '', '2023-07-24 03:54:27', '2023-07-24 03:54:27', '', 137597, 'https://spisutha.uinjambi.ac.id/?p=137603', 0, 'revision', '', 0),
(137611, 10, '2023-08-23 04:31:59', '0000-00-00 00:00:00', '', 'Konsep Otomatis', '', 'draft', 'open', 'closed', '', '', '', '', '2023-08-23 04:31:59', '2023-08-23 04:31:59', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137611', 0, 'post', '', 0),
(137612, 10, '2023-08-23 04:19:25', '2023-08-23 04:19:25', '', 'WhatsApp Image 2023-08-23 at 11.14.46 AM (3)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-08-23-at-11-14-46-am-3', '', '', '2023-08-23 04:19:25', '2023-08-23 04:19:25', '', 137611, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137613, 10, '2023-08-23 04:21:25', '2023-08-23 04:21:25', '', 'WhatsApp Image 2023-08-23 at 11.14.46 AM (2)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-08-23-at-11-14-46-am-2', '', '', '2023-08-23 04:21:25', '2023-08-23 04:21:25', '', 137611, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137614, 10, '2023-08-23 04:21:54', '2023-08-23 04:21:54', '', 'WhatsApp Image 2023-08-23 at 11.14.46 AM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-08-23-at-11-14-46-am-1', '', '', '2023-08-23 04:21:54', '2023-08-23 04:21:54', '', 137611, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137615, 10, '2023-08-23 04:22:24', '2023-08-23 04:22:24', '', 'WhatsApp Image 2023-08-23 at 11.14.46 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-08-23-at-11-14-46-am', '', '', '2023-08-23 04:22:24', '2023-08-23 04:22:24', '', 137611, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.14.46-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137616, 10, '2023-08-23 04:25:17', '2023-08-23 04:25:17', '', 'WhatsApp Image 2023-08-23 at 11.24.12 AM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-08-23-at-11-24-12-am-1', '', '', '2023-08-23 04:25:17', '2023-08-23 04:25:17', '', 137611, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137617, 10, '2023-08-23 04:25:34', '2023-08-23 04:25:34', '', 'WhatsApp Image 2023-08-23 at 11.24.12 AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-08-23-at-11-24-12-am', '', '', '2023-08-23 04:25:34', '2023-08-23 04:25:34', '', 137611, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137618, 10, '2023-08-23 04:29:07', '2023-08-23 04:29:07', '', 'Konsep Otomatis', '', 'inherit', 'closed', 'closed', '', '137611-revision-v1', '', '', '2023-08-23 04:29:07', '2023-08-23 04:29:07', '', 137611, 'https://spisutha.uinjambi.ac.id/?p=137618', 0, 'revision', '', 0),
(137622, 10, '2023-08-24 08:34:05', '0000-00-00 00:00:00', '', 'Konsep Otomatis', '', 'draft', 'open', 'closed', '', '', '', '', '2023-08-24 08:34:05', '2023-08-24 08:34:05', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137622', 0, 'post', '', 0),
(137623, 10, '2023-08-24 08:31:50', '2023-08-24 08:31:50', '', 'Konsep Otomatis', '', 'inherit', 'closed', 'closed', '', '137622-revision-v1', '', '', '2023-08-24 08:31:50', '2023-08-24 08:31:50', '', 137622, 'https://spisutha.uinjambi.ac.id/?p=137623', 0, 'revision', '', 0),
(137627, 1, '2023-08-25 03:02:52', '0000-00-00 00:00:00', '<!-- wp:image {"id":137305} -->\n<figure class="wp-block-image"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/logotest7-1-1.png" alt="" class="wp-image-137305"/></figure>\n<!-- /wp:image -->', '', '', 'draft', 'open', 'closed', '', '', '', '', '2023-08-25 03:02:52', '2023-08-25 03:02:52', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137627', 0, 'post', '', 0),
(137628, 1, '2023-08-25 03:04:44', '0000-00-00 00:00:00', '<!-- wp:image {"id":137617} -->\n<figure class="wp-block-image"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM.jpeg" alt="" class="wp-image-137617"/></figure>\n<!-- /wp:image -->', 'coba', '', 'draft', 'open', 'closed', '', '', '', '', '2023-08-25 03:04:44', '2023-08-25 03:04:44', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137628', 0, 'post', '', 0),
(137630, 10, '2023-08-25 03:08:58', '2023-08-25 03:08:58', '<!-- wp:paragraph -->\n<p>Kamis (10/08/2023) Tim Satuan Pengawasan Internal UIN Sulthan Thaha Saifuddin Jambi yang berjumlah 7 orang melakukan <em>Benchmarking </em>ke SPI Universitas Negeri Yogyakarta terkait Tugas Pengawasan SPI dan Audit Sumber Daya Manusia. Hal ini dilakukan agar Tim SPI memiliki pemahaman dalam melakukan Audit SDM di lingkungan UIN Sulthan Thaha Saifuddin Jambi. Tim SPI Universitas Negeri Yogyakarta dalam melakukan pengelolaan SDM di Universitas Negeri Yogyakarta (UNY) yaitu melaksanakan fungsi-fungsi <em>Human Resources Management</em> (HRM), <em>Human Resources Development</em> (HRD), dan <em>Human Resources Infromation System</em> (HRIS), pemenuhan/ ketaatan terhadap ketentuan, kebijakan dan prosedur <em>Human Resources Management</em> (HRM), serta kepuasan dan tanggapan pegawai. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audit SDM merupakan pemeriksaan dan penilaian secara sistematis, objektif dan terdokumentasi terhadap fungsi-fungsi organisasi yang terpengaruh oleh manajemen SDM untuk pemenuhan tujuan organisasi, audit SDM juga mengevaluasi kegiatan kegiatan personalia yang dilakukan dalam suatu organisasi. Audit tersebut mungkin mencakup satu departemen/ unit kerja atau bahkan terkadang mencakup seluruh operasi manajemen SDM dalam satu organisasi. Tujuan dalam audit SDM yaitu mengendalikan kegiatan organisasi melalui fungsi pemeriksaan dan penilaian terhadap permasalahan SDM organisasi, agar sasaran fungsional dan tujuan organisasi tercapai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audit SDM yang dilakukan memberikan informasi mengenai ketidaktaatan atau penyimpangan terhadap azas regulasi pengelolaan SDM, memberikan informasi mengenai adanya potensi masalah, memberikan infromasi adanya pelanggaran hak pegawai, memberikan informasi mengenai kelemahan dan ketidakcukupan atau ketidak lengkapan dalam fungsi-fungsi manajemen SDM, memberikan informasi mengenai adanya penyimpangan-penyimpangan dari kebijakan organisasi mengenai pengelolaan SDM, memberikan informasi mengenai adanya kecurangan dalam praktek manajemen SDM, memberikan informasi terkait <em>inefficiency</em> dalam pengelolaan SDM, memberikan informasi adanya kebijakan SDM yang kurang tepat untuk menghadapi iklim ketenaga kerjaan aktual maupun untuk menghadapi tantangan bisnis masa depan, memberikan informasi mengenai ketidak sesuaian pengelolaan SDM dalam visi dan misi organisasi untuk jangka panjang, memberikan informasi tentang prinsip dan pengelolaan SDM yang sudah tidak sesuai dengan kebutuhan organisasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Benchmarking Tugas Pengawasan SPI dan Mekanisme Audit Sumber Daya Manusia', '', 'publish', 'open', 'closed', '', 'benchmarking-tugas-pengawasan-spi-dan-mekanisme-audit-sumber-daya-manusia', '', '', '2023-08-25 03:11:54', '2023-08-25 03:11:54', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137630', 0, 'post', '', 0);
INSERT INTO `SGLe0xCk_posts` VALUES
(137631, 10, '2023-08-25 03:08:58', '2023-08-25 03:08:58', '<!-- wp:image {"id":137617,"width":759,"height":1011,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full is-resized"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/08/WhatsApp-Image-2023-08-23-at-11.24.12-AM.jpeg" alt="" class="wp-image-137617" style="width:759px;height:1011px" width="759" height="1011"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kamis (10/08/2023) Tim Satuan Pengawasan Internal UIN Sulthan Thaha Saifuddin Jambi yang berjumlah 7 orang melakukan <em>Benchmarking </em>ke SPI Universitas Negeri Yogyakarta terkait Tugas Pengawasan SPI dan Audit Sumber Daya Manusia. Hal ini dilakukan agar Tim SPI memiliki pemahaman dalam melakukan Audit SDM di lingkungan UIN Sulthan Thaha Saifuddin Jambi. Tim SPI Universitas Negeri Yogyakarta dalam melakukan pengelolaan SDM di Universitas Negeri Yogyakarta (UNY) yaitu melaksanakan fungsi-fungsi <em>Human Resources Management</em> (HRM), <em>Human Resources Development</em> (HRD), dan <em>Human Resources Infromation System</em> (HRIS), pemenuhan/ ketaatan terhadap ketentuan, kebijakan dan prosedur <em>Human Resources Management</em> (HRM), serta kepuasan dan tanggapan pegawai. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audit SDM merupakan pemeriksaan dan penilaian secara sistematis, objektif dan terdokumentasi terhadap fungsi-fungsi organisasi yang terpengaruh oleh manajemen SDM untuk pemenuhan tujuan organisasi, audit SDM juga mengevaluasi kegiatan kegiatan personalia yang dilakukan dalam suatu organisasi. Audit tersebut mungkin mencakup satu departemen/ unit kerja atau bahkan terkadang mencakup seluruh operasi manajemen SDM dalam satu organisasi. Tujuan dalam audit SDM yaitu mengendalikan kegiatan organisasi melalui fungsi pemeriksaan dan penilaian terhadap permasalahan SDM organisasi, agar sasaran fungsional dan tujuan organisasi tercapai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audit SDM yang dilakukan memberikan informasi mengenai ketidaktaatan atau penyimpangan terhadap azas regulasi pengelolaan SDM, memberikan informasi mengenai adanya potensi masalah, memberikan infromasi adanya pelanggaran hak pegawai, memberikan informasi mengenai kelemahan dan ketidakcukupan atau ketidak lengkapan dalam fungsi-fungsi manajemen SDM, memberikan informasi mengenai adanya penyimpangan-penyimpangan dari kebijakan organisasi mengenai pengelolaan SDM, memberikan informasi mengenai adanya kecurangan dalam praktek manajemen SDM, memberikan informasi terkait <em>inefficiency</em> dalam pengelolaan SDM, memberikan informasi adanya kebijakan SDM yang kurang tepat untuk menghadapi iklim ketenaga kerjaan aktual maupun untuk menghadapi tantangan bisnis masa depan, memberikan informasi mengenai ketidak sesuaian pengelolaan SDM dalam visi dan misi organisasi untuk jangka panjang, memberikan informasi tentang prinsip dan pengelolaan SDM yang sudah tidak sesuai dengan kebutuhan organisasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Benchmarking Tugas Pengawasan SPI dan Mekanisme Audit Sumber Daya Manusia', '', 'inherit', 'closed', 'closed', '', '137630-revision-v1', '', '', '2023-08-25 03:08:58', '2023-08-25 03:08:58', '', 137630, 'https://spisutha.uinjambi.ac.id/?p=137631', 0, 'revision', '', 0),
(137632, 10, '2023-08-25 03:11:47', '2023-08-25 03:11:47', '<!-- wp:paragraph -->\n<p>Kamis (10/08/2023) Tim Satuan Pengawasan Internal UIN Sulthan Thaha Saifuddin Jambi yang berjumlah 7 orang melakukan <em>Benchmarking </em>ke SPI Universitas Negeri Yogyakarta terkait Tugas Pengawasan SPI dan Audit Sumber Daya Manusia. Hal ini dilakukan agar Tim SPI memiliki pemahaman dalam melakukan Audit SDM di lingkungan UIN Sulthan Thaha Saifuddin Jambi. Tim SPI Universitas Negeri Yogyakarta dalam melakukan pengelolaan SDM di Universitas Negeri Yogyakarta (UNY) yaitu melaksanakan fungsi-fungsi <em>Human Resources Management</em> (HRM), <em>Human Resources Development</em> (HRD), dan <em>Human Resources Infromation System</em> (HRIS), pemenuhan/ ketaatan terhadap ketentuan, kebijakan dan prosedur <em>Human Resources Management</em> (HRM), serta kepuasan dan tanggapan pegawai. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audit SDM merupakan pemeriksaan dan penilaian secara sistematis, objektif dan terdokumentasi terhadap fungsi-fungsi organisasi yang terpengaruh oleh manajemen SDM untuk pemenuhan tujuan organisasi, audit SDM juga mengevaluasi kegiatan kegiatan personalia yang dilakukan dalam suatu organisasi. Audit tersebut mungkin mencakup satu departemen/ unit kerja atau bahkan terkadang mencakup seluruh operasi manajemen SDM dalam satu organisasi. Tujuan dalam audit SDM yaitu mengendalikan kegiatan organisasi melalui fungsi pemeriksaan dan penilaian terhadap permasalahan SDM organisasi, agar sasaran fungsional dan tujuan organisasi tercapai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Audit SDM yang dilakukan memberikan informasi mengenai ketidaktaatan atau penyimpangan terhadap azas regulasi pengelolaan SDM, memberikan informasi mengenai adanya potensi masalah, memberikan infromasi adanya pelanggaran hak pegawai, memberikan informasi mengenai kelemahan dan ketidakcukupan atau ketidak lengkapan dalam fungsi-fungsi manajemen SDM, memberikan informasi mengenai adanya penyimpangan-penyimpangan dari kebijakan organisasi mengenai pengelolaan SDM, memberikan informasi mengenai adanya kecurangan dalam praktek manajemen SDM, memberikan informasi terkait <em>inefficiency</em> dalam pengelolaan SDM, memberikan informasi adanya kebijakan SDM yang kurang tepat untuk menghadapi iklim ketenaga kerjaan aktual maupun untuk menghadapi tantangan bisnis masa depan, memberikan informasi mengenai ketidak sesuaian pengelolaan SDM dalam visi dan misi organisasi untuk jangka panjang, memberikan informasi tentang prinsip dan pengelolaan SDM yang sudah tidak sesuai dengan kebutuhan organisasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Benchmarking Tugas Pengawasan SPI dan Mekanisme Audit Sumber Daya Manusia', '', 'inherit', 'closed', 'closed', '', '137630-revision-v1', '', '', '2023-08-25 03:11:47', '2023-08-25 03:11:47', '', 137630, 'https://spisutha.uinjambi.ac.id/?p=137632', 0, 'revision', '', 0),
(137634, 10, '2023-09-29 07:45:55', '2023-09-29 07:45:55', '<!-- wp:paragraph -->\n<p>Satuan Pengawas Internal (SPI) UIN STS Jambi bersama Badan Pengawasan Keuangan dan Pembangunan (BPKP) Provinsi Jambi, Selasa (29/8) melaksanakan Pelatihan Audit Operasional. Menghadirkan Taufik Irawan, S.E., M.M., CRMP., QRMP., CCMS sebagai narasumber yang merupakan auditor dari BPKP Provinsi Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pelatihan ini diikuti sebanyak 19 orang yang merupakan staf dilingkungan internal SPI, kepegawaian, keuangan dan mahasiswa yang mengikuti program pemagangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Representasi perubahan paradigma inilah yang membuat kita melakukan perubahan salah satunya melalui audit operasional ini. Sehingga kita harapkan kedepannya terjadi peningkatan kemampuan dan keterampilan bagi SDM yang menimbulkan dampak berkesinambungan terciptanya good university goverment,” ucap Dr. Novi Mubyarto, M.E selalu Kepala SPI UIN STS Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sejalan dengan itu Prof.Dr.H.Suaidi,M.A.,Ph.D., Rektor UIN STS Jambi dalam sambutan dan pengarahannya menyampaikan bahwa pelaksanaan pelatihan ini dari segi tujuan sudah selayaknya untuk melakukan ini agar kita terus bekerja berdasarkan peraturan undang-undang yang berlaku, sehingga dengan pelatihan ini kita harapkan dari waktu ke waktu lembaga ini akan terus berkembang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Saya merasa terbantu dengan adanya SPI hari ini karena jika ada sesuatu yang janggal saya minta SPI untuk melakukan audit dan jika ditemukan yang merugikan maka kita minta agar mengembalikan kepada negara,” jelas Rektor UIN STS Jambi.</p>\n<!-- /wp:paragraph -->', 'SPI UIN STS Jambi Bersama BPKP Jambi Gelar Pelatihan Audit Operasional', '', 'publish', 'open', 'closed', '', 'spi-uin-sts-jambi-bersama-bpkp-jambi-gelar-pelatihan-audit-operasional', '', '', '2023-09-29 07:46:02', '2023-09-29 07:46:02', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137634', 0, 'post', '', 0),
(137635, 10, '2023-09-29 07:32:04', '2023-09-29 07:32:04', '', 'WhatsApp', '', 'inherit', 'open', 'closed', '', 'whatsapp', '', '', '2023-09-29 07:32:04', '2023-09-29 07:32:04', '', 137634, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/09/WhatsApp.html', 0, 'attachment', 'text/html', 0),
(137636, 10, '2023-09-29 07:36:34', '2023-09-29 07:36:34', '', 'WhatsApp', '', 'inherit', 'open', 'closed', '', 'whatsapp-2', '', '', '2023-09-29 07:36:34', '2023-09-29 07:36:34', '', 137634, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/09/WhatsApp.jpg', 0, 'attachment', 'image/jpeg', 0),
(137637, 10, '2023-09-29 07:39:52', '2023-09-29 07:39:52', '', 'WhatsApp Image 2023-09-29 at 14.38.33', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-09-29-at-14-38-33', '', '', '2023-09-29 07:39:52', '2023-09-29 07:39:52', '', 137634, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/09/WhatsApp-Image-2023-09-29-at-14.38.33.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137638, 10, '2023-09-29 07:43:29', '2023-09-29 07:43:29', '', 'WhatsApp1 (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp1-1', '', '', '2023-09-29 07:43:29', '2023-09-29 07:43:29', '', 137634, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/09/WhatsApp1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137639, 10, '2023-09-29 07:45:55', '2023-09-29 07:45:55', '<!-- wp:paragraph -->\n<p>Satuan Pengawas Internal (SPI) UIN STS Jambi bersama Badan Pengawasan Keuangan dan Pembangunan (BPKP) Provinsi Jambi, Selasa (29/8) melaksanakan Pelatihan Audit Operasional. Menghadirkan Taufik Irawan, S.E., M.M., CRMP., QRMP., CCMS sebagai narasumber yang merupakan auditor dari BPKP Provinsi Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pelatihan ini diikuti sebanyak 19 orang yang merupakan staf dilingkungan internal SPI, kepegawaian, keuangan dan mahasiswa yang mengikuti program pemagangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Representasi perubahan paradigma inilah yang membuat kita melakukan perubahan salah satunya melalui audit operasional ini. Sehingga kita harapkan kedepannya terjadi peningkatan kemampuan dan keterampilan bagi SDM yang menimbulkan dampak berkesinambungan terciptanya good university goverment,” ucap Dr. Novi Mubyarto, M.E selalu Kepala SPI UIN STS Jambi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sejalan dengan itu Prof.Dr.H.Suaidi,M.A.,Ph.D., Rektor UIN STS Jambi dalam sambutan dan pengarahannya menyampaikan bahwa pelaksanaan pelatihan ini dari segi tujuan sudah selayaknya untuk melakukan ini agar kita terus bekerja berdasarkan peraturan undang-undang yang berlaku, sehingga dengan pelatihan ini kita harapkan dari waktu ke waktu lembaga ini akan terus berkembang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Saya merasa terbantu dengan adanya SPI hari ini karena jika ada sesuatu yang janggal saya minta SPI untuk melakukan audit dan jika ditemukan yang merugikan maka kita minta agar mengembalikan kepada negara,” jelas Rektor UIN STS Jambi.</p>\n<!-- /wp:paragraph -->', 'SPI UIN STS Jambi Bersama BPKP Jambi Gelar Pelatihan Audit Operasional', '', 'inherit', 'closed', 'closed', '', '137634-revision-v1', '', '', '2023-09-29 07:45:55', '2023-09-29 07:45:55', '', 137634, 'https://spisutha.uinjambi.ac.id/?p=137639', 0, 'revision', '', 0),
(137641, 1, '2023-10-24 04:57:09', '2023-10-24 04:57:09', '<!-- wp:image {"id":137643,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/10/WhatsApp-Image-2023-10-24-at-11.54.02-AM.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/10/WhatsApp-Image-2023-10-24-at-11.54.02-AM.jpeg" alt="" class="wp-image-137643"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Dalam rangka pelaksanaan Evaluasi Kinerja&nbsp; UIN Sulthan Thaha Saifuddin Jambi selaku Badan Layanan Umum (BLU), Rabu (13/09/2023) dilaksanakan Exit Meeting oleh Tim Badan Pengawasan Keuangan dan Pembangunan (BPKP) Provinsi Jambi terkait Evaluasi Kinerja BLU UIN Sulthan Thaha Saifuddin Jambi Tahun 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Hadir dalam kesempatan ini perwakilan BPKP Provinsi Jambi, Biro Administrasi Umum, Perencanaan, Keuangan, dan Kepegawaian, Kepala dan Sekretaris Satuan Pengawasan Internal (SPI), Bagaian Perencanaan dan Keuangan, Bagian Organisasi dan Kepegawaian dan Bagian Akademik dan Kemahasiswaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Sebagai bagian dari jenjang pendidikan formal di Indonesia, pendidikan tinggi, yang diselenggarakan oleh perguruan tinggi, memiliki andil dalam pencapaian tujuan pendidikan nasional yaitu ”Mencerdaskan Kehidupan Bangsa”. Untuk memantau serta menilai perkembangan kualitas pendidikan tinggi, Badan Pengawasan Keuangan dan Pembangunan (BPKP) Provinsi Jambi melakukan Evaluasi Kinerja BLU Perguruan Tinggi di UIN Sulthan Thaha Saifuddin dengan berpedoman pada Keputusan Menteri Pendidikan dan Kebudayaan Nomor 3 Tahun 2021 tentang Indikator Kinerja Utama Perguruan Tinggi Negeri dan Lembaga Layanan Pendidikan Tinggi di Kementerian Pendidikan dan Kebudayaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Tim BPKP Jambi melakukan penilaian atas capaian Indikator Kinerja Utama, pemenuhan Standar Pelayanan Minimal, pemanfaat, dan akuntabilitas pemanfaatan Bantuan Pendanaan Berbasis Indikator Kinerja, hingga penilaian&nbsp;<em>tracer study</em>&nbsp;lulusan.</p>\n<!-- /wp:paragraph -->', 'EVALUASI KINERJA BLU UIN SULTHAN THAHA SAIFUDDIN JAMBI TAHUN 2022', '', 'publish', 'open', 'closed', '', 'evaluasi-kinerja-blu-uin-sulthan-thaha-saifuddin-jambi-tahun-2022', '', '', '2023-10-24 04:57:13', '2023-10-24 04:57:13', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137641', 0, 'post', '', 0),
(137642, 1, '2023-10-24 04:52:14', '2023-10-24 04:52:14', '', 'WhatsApp-Image-2023-10-24-at-11.41.28-AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-10-24-at-11-41-28-am', '', '', '2023-10-24 04:52:14', '2023-10-24 04:52:14', '', 137641, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/10/WhatsApp-Image-2023-10-24-at-11.41.28-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137643, 1, '2023-10-24 04:54:35', '2023-10-24 04:54:35', '', 'WhatsApp-Image-2023-10-24-at-11.54.02-AM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-10-24-at-11-54-02-am', '', '', '2023-10-24 04:54:35', '2023-10-24 04:54:35', '', 137641, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/10/WhatsApp-Image-2023-10-24-at-11.54.02-AM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(137644, 1, '2023-10-24 04:57:09', '2023-10-24 04:57:09', '<!-- wp:image {"id":137643,"sizeSlug":"full","linkDestination":"media"} -->\n<figure class="wp-block-image size-full"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/10/WhatsApp-Image-2023-10-24-at-11.54.02-AM.jpeg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/10/WhatsApp-Image-2023-10-24-at-11.54.02-AM.jpeg" alt="" class="wp-image-137643"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Dalam rangka pelaksanaan Evaluasi Kinerja&nbsp; UIN Sulthan Thaha Saifuddin Jambi selaku Badan Layanan Umum (BLU), Rabu (13/09/2023) dilaksanakan Exit Meeting oleh Tim Badan Pengawasan Keuangan dan Pembangunan (BPKP) Provinsi Jambi terkait Evaluasi Kinerja BLU UIN Sulthan Thaha Saifuddin Jambi Tahun 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Hadir dalam kesempatan ini perwakilan BPKP Provinsi Jambi, Biro Administrasi Umum, Perencanaan, Keuangan, dan Kepegawaian, Kepala dan Sekretaris Satuan Pengawasan Internal (SPI), Bagaian Perencanaan dan Keuangan, Bagian Organisasi dan Kepegawaian dan Bagian Akademik dan Kemahasiswaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Sebagai bagian dari jenjang pendidikan formal di Indonesia, pendidikan tinggi, yang diselenggarakan oleh perguruan tinggi, memiliki andil dalam pencapaian tujuan pendidikan nasional yaitu ”Mencerdaskan Kehidupan Bangsa”. Untuk memantau serta menilai perkembangan kualitas pendidikan tinggi, Badan Pengawasan Keuangan dan Pembangunan (BPKP) Provinsi Jambi melakukan Evaluasi Kinerja BLU Perguruan Tinggi di UIN Sulthan Thaha Saifuddin dengan berpedoman pada Keputusan Menteri Pendidikan dan Kebudayaan Nomor 3 Tahun 2021 tentang Indikator Kinerja Utama Perguruan Tinggi Negeri dan Lembaga Layanan Pendidikan Tinggi di Kementerian Pendidikan dan Kebudayaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Tim BPKP Jambi melakukan penilaian atas capaian Indikator Kinerja Utama, pemenuhan Standar Pelayanan Minimal, pemanfaat, dan akuntabilitas pemanfaatan Bantuan Pendanaan Berbasis Indikator Kinerja, hingga penilaian&nbsp;<em>tracer study</em>&nbsp;lulusan.</p>\n<!-- /wp:paragraph -->', 'EVALUASI KINERJA BLU UIN SULTHAN THAHA SAIFUDDIN JAMBI TAHUN 2022', '', 'inherit', 'closed', 'closed', '', '137641-revision-v1', '', '', '2023-10-24 04:57:09', '2023-10-24 04:57:09', '', 137641, 'https://spisutha.uinjambi.ac.id/?p=137644', 0, 'revision', '', 0),
(137686, 10, '2023-11-29 04:12:57', '2023-11-29 04:12:57', '<!-- wp:image {"id":137688,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/11/745c0662-4b21-489b-a28d-aac49ab41399.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/11/745c0662-4b21-489b-a28d-aac49ab41399-576x1024.jpg" alt="" class="wp-image-137688"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class="wp-block-heading"></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi (UIN SUTHA) kunjungi SPI UIN Raden Fatah Palembang (UIN RAFA) <strong>Senin, (13/11/2023).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kunjungan ini dalam rangka Sharing Session Fungsi Pengawasan Berbasis Digital yang sudah berjalan sukses di SPI UIN Raden Fatah Palembang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dipilihnya SPI UIN Raden Fatah Palembang bukan tanpa alasan. Sebelum kunjungan ini direncanakan, tim SPI UIN SUTHA Jambi sudah melakukan penjajakan dan pengamatan dalam pelaksanaan pengawasan berbasis digital di UIN Raden Fatah Palembang melalui website dan memastikan penggunaan sistem aplikasi e-Pengawasan tersebut sebelum akhirnya dijadwalkan kunjungan ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Novi Mubyarto, M.E., PIA selaku Kepala SPI UIN SUTHA Jambi mengatakan bahwa saat ini kami juga sedang merencanakan untuk melaksanakan pengawasan berbasis digital agar bisa memberikan kemudahan dalam layanan dan efesiensi waktu yang didapatkan. Maka dari itu kami mengamati apa saja bentuk layanan e-Pengawasan yang sudah berjalan di UIN Raden Fatah Palembang yaitu Tindak Lanjut Hasil Pemeriksaan (TLHP) yang sudah Berbasis Digital baik TLHP dari BPK, Itjen, KAP maupun dari SPI itu sendiri. Selain membahas e-Pengawasan, juga membahas terkait e-Kinerja yang ternyata ada kesamaan dalam menentukan dasar dan turunan dari Indikator Kinerja Utama. Mereka mengacu kepada Renstra, Perkin, KPI, dan Akreditasi. Artinya secara konsep struktur, perumusan IKU itu sudah sama dengan UIN Jambi, hanya saja kita belum berbasis Aplikasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur aplikasi berbasis aplikasi yang digunakan oleh SPI UIN RAFA Palembang saat disimulasikan juga mudah untuk dioprasikan. Sehingga kita harapkan ini nantinya tidak menjadi kendala bagi para dosen untuk melaporkan hasil kinerjanya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mereka juga sudah mengimplementasikan layanan E-Pengawasan ini sejak 2021 kemarin. Apa yang menjadi indikator mereka sama dengan kita, hanya saja kita belum tersistem secara digital. Maka apa yang sudah berjalan di UIN Raden Fatah Palembang ini sudah sesuai dengan kebutuhan kita untuk diadopsi oleh UIN SUTHA Jambi.</p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal UIN SUTHA Jambi dan UIN RAFA Palembang Diskusikan Bersama Fungsi Pengawasan Berbasis Digital', '', 'publish', 'open', 'closed', '', 'satuan-pengawasan-internal-uin-sutha-jambi-dan-uin-rafa-palembang-diskusikan-bersama-fungsi-pengawasan-berbasis-digital', '', '', '2023-11-29 04:13:11', '2023-11-29 04:13:11', '', 0, 'https://spisutha.uinjambi.ac.id/?p=137686', 0, 'post', '', 0),
(137688, 10, '2023-11-29 04:08:03', '2023-11-29 04:08:03', '', '745c0662-4b21-489b-a28d-aac49ab41399', '', 'inherit', 'open', 'closed', '', '745c0662-4b21-489b-a28d-aac49ab41399', '', '', '2023-11-29 04:08:03', '2023-11-29 04:08:03', '', 137686, 'https://spisutha.uinjambi.ac.id/wp-content/uploads/2023/11/745c0662-4b21-489b-a28d-aac49ab41399.jpg', 0, 'attachment', 'image/jpeg', 0),
(137689, 10, '2023-11-29 04:12:57', '2023-11-29 04:12:57', '<!-- wp:image {"id":137688,"sizeSlug":"large","linkDestination":"media"} -->\n<figure class="wp-block-image size-large"><a href="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/11/745c0662-4b21-489b-a28d-aac49ab41399.jpg"><img src="https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2023/11/745c0662-4b21-489b-a28d-aac49ab41399-576x1024.jpg" alt="" class="wp-image-137688"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class="wp-block-heading"></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satuan Pengawasan Internal (SPI) UIN Sulthan Thaha Saifuddin Jambi (UIN SUTHA) kunjungi SPI UIN Raden Fatah Palembang (UIN RAFA) <strong>Senin, (13/11/2023).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kunjungan ini dalam rangka Sharing Session Fungsi Pengawasan Berbasis Digital yang sudah berjalan sukses di SPI UIN Raden Fatah Palembang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dipilihnya SPI UIN Raden Fatah Palembang bukan tanpa alasan. Sebelum kunjungan ini direncanakan, tim SPI UIN SUTHA Jambi sudah melakukan penjajakan dan pengamatan dalam pelaksanaan pengawasan berbasis digital di UIN Raden Fatah Palembang melalui website dan memastikan penggunaan sistem aplikasi e-Pengawasan tersebut sebelum akhirnya dijadwalkan kunjungan ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Novi Mubyarto, M.E., PIA selaku Kepala SPI UIN SUTHA Jambi mengatakan bahwa saat ini kami juga sedang merencanakan untuk melaksanakan pengawasan berbasis digital agar bisa memberikan kemudahan dalam layanan dan efesiensi waktu yang didapatkan. Maka dari itu kami mengamati apa saja bentuk layanan e-Pengawasan yang sudah berjalan di UIN Raden Fatah Palembang yaitu Tindak Lanjut Hasil Pemeriksaan (TLHP) yang sudah Berbasis Digital baik TLHP dari BPK, Itjen, KAP maupun dari SPI itu sendiri. Selain membahas e-Pengawasan, juga membahas terkait e-Kinerja yang ternyata ada kesamaan dalam menentukan dasar dan turunan dari Indikator Kinerja Utama. Mereka mengacu kepada Renstra, Perkin, KPI, dan Akreditasi. Artinya secara konsep struktur, perumusan IKU itu sudah sama dengan UIN Jambi, hanya saja kita belum berbasis Aplikasi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur aplikasi berbasis aplikasi yang digunakan oleh SPI UIN RAFA Palembang saat disimulasikan juga mudah untuk dioprasikan. Sehingga kita harapkan ini nantinya tidak menjadi kendala bagi para dosen untuk melaporkan hasil kinerjanya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mereka juga sudah mengimplementasikan layanan E-Pengawasan ini sejak 2021 kemarin. Apa yang menjadi indikator mereka sama dengan kita, hanya saja kita belum tersistem secara digital. Maka apa yang sudah berjalan di UIN Raden Fatah Palembang ini sudah sesuai dengan kebutuhan kita untuk diadopsi oleh UIN SUTHA Jambi.</p>\n<!-- /wp:paragraph -->', 'Satuan Pengawasan Internal UIN SUTHA Jambi dan UIN RAFA Palembang Diskusikan Bersama Fungsi Pengawasan Berbasis Digital', '', 'inherit', 'closed', 'closed', '', '137686-revision-v1', '', '', '2023-11-29 04:12:57', '2023-11-29 04:12:57', '', 137686, 'https://spisutha.uinjambi.ac.id/?p=137689', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_css`
--

CREATE TABLE `SGLe0xCk_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `SGLe0xCk_revslider_css`
--

INSERT INTO `SGLe0xCk_revslider_css` VALUES
(1, '.tp-caption.medium_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#fff","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","padding":"2px 4px","border-width":"0px","border-style":"none","background-color":"#888"}'),
(2, '.tp-caption.small_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#fff","font-weight":"700","font-size":"14px","line-height":"20px","font-family":"Arial","border-width":"0px","border-style":"none"}'),
(3, '.tp-caption.medium_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#fff","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","border-width":"0px","border-style":"none"}'),
(4, '.tp-caption.large_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#fff","font-weight":"700","font-size":"40px","line-height":"40px","font-family":"Arial","border-width":"0px","border-style":"none"}'),
(5, '.tp-caption.very_large_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap","letter-spacing":"-2px"},"hover":""}', '{"color":"#fff","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","border-width":"0px","border-style":"none"}'),
(6, '.tp-caption.very_big_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap","padding-top":"1px"},"hover":""}', '{"color":"#fff","font-weight":"800","font-size":"60px","line-height":"60px","font-family":"Arial","border-width":"0px","border-style":"none","padding":"0px 4px","background-color":"#000"}'),
(7, '.tp-caption.very_big_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap","padding-top":"1px"},"hover":""}', '{"color":"#000","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","border-width":"0px","border-style":"none","padding":"0px 4px","background-color":"#fff"}'),
(8, '.tp-caption.modern_medium_fat', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#000","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","border-width":"0px","border-style":"none"}'),
(9, '.tp-caption.modern_medium_fat_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#fff","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","border-width":"0px","border-style":"none"}'),
(10, '.tp-caption.modern_medium_light', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#000","font-weight":"300","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","border-width":"0px","border-style":"none"}'),
(11, '.tp-caption.modern_big_bluebg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","letter-spacing":"0"},"hover":""}', '{"color":"#fff","font-weight":"800","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","border-width":"0px","border-style":"none","background-color":"#4e5b6c"}'),
(12, '.tp-caption.modern_big_redbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","padding-top":"1px","margin":"0px","letter-spacing":"0"},"hover":""}', '{"color":"#fff","font-weight":"300","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","border-width":"0px","border-style":"none","background-color":"#de543e"}'),
(13, '.tp-caption.modern_small_text_dark', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}', '{"color":"#555","font-size":"14px","line-height":"22px","font-family":"Arial","border-width":"0px","border-style":"none"}'),
(14, '.tp-caption.boxshadow', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"-moz-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","-webkit-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)"},"hover":""}', '[]'),
(15, '.tp-caption.black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-shadow":"none"},"hover":""}', '{"color":"#000"}'),
(16, '.tp-caption.noshadow', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-shadow":"none"},"hover":""}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none"},"hover":""}', '{"color":"rgba(0,0,0,0.85)","font-weight":"300","font-size":"30px","line-height":"30px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
(18, '.tp-caption.thintext_dark', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none"},"hover":""}', '{"color":"rgba(0,0,0,0.85)","font-weight":"300","font-size":"16px","line-height":"26px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
(19, '.tp-caption.largeblackbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}', '{"color":"#fff","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#000","padding":"0px 20px","border-radius":"0px"}'),
(20, '.tp-caption.largepinkbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}', '{"color":"#fff","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#db4360","padding":"0px 20px","border-radius":"0px"}'),
(21, '.tp-caption.largewhitebg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}', '{"color":"#000","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#fff","padding":"0px 20px","border-radius":"0px"}'),
(22, '.tp-caption.largegreenbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}', '{"color":"#fff","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#67ae73","padding":"0px 20px","border-radius":"0px"}'),
(23, '.tp-caption.excerpt', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-shadow":"none","margin":"0px","letter-spacing":"-1.5px","width":"150px","white-space":"normal !important","height":"auto"},"hover":""}', '{"font-size":"36px","line-height":"36px","font-weight":"700","font-family":"Arial","color":"#ffffff","text-decoration":"none","background-color":"rgba(0, 0, 0, 1)","padding":"1px 4px 0px 4px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(24, '.tp-caption.large_bold_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-shadow":"none","margin":"0px"},"hover":""}', '{"font-size":"60px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(25, '.tp-caption.medium_thin_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-shadow":"none","margin":"0px"},"hover":""}', '{"font-size":"34px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(26, '.tp-caption.small_thin_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-shadow":"none","margin":"0px"},"hover":""}', '{"font-size":"18px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(117, 117, 117)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(27, '.tp-caption.lightgrey_divider', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"width":"370px","height":"3px","background-position":"initial initial","background-repeat":"initial initial"},"hover":""}', '{"text-decoration":"none","background-color":"rgba(235, 235, 235, 1)","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(28, '.tp-caption.large_bold_darkblue', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(29, '.tp-caption.medium_bg_darkblue', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(52, 73, 94)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(30, '.tp-caption.medium_bold_red', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(31, '.tp-caption.medium_light_red', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"21px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(32, '.tp-caption.medium_bg_red', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(227, 58, 12)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(33, '.tp-caption.medium_bold_orange', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(243, 156, 18)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(34, '.tp-caption.medium_bg_orange', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(243, 156, 18)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(35, '.tp-caption.grassfloor', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"width":"4000px","height":"150px"},"hover":""}', '{"text-decoration":"none","background-color":"rgba(160, 179, 151, 1)","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(36, '.tp-caption.large_bold_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(37, '.tp-caption.medium_light_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(38, '.tp-caption.mediumlarge_light_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-align":"center"},"hover":""}', '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"#ffffff","text-decoration":"none","background-color":"transparent","padding":"0px 0px 0px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(40, '.tp-caption.medium_bg_asbestos', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(127, 140, 141)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(41, '.tp-caption.medium_light_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(42, '.tp-caption.large_bold_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(44, '.tp-caption.small_light_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"17px","line-height":"28px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(45, '.tp-caption.roundedimage', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(46, '.tp-caption.large_bg_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":[],"hover":""}', '{"font-size":"40px","line-height":"40px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(0, 0, 0)","padding":"10px 20px 15px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(47, '.tp-caption.mediumwhitebg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"idle":{"text-shadow":"none"},"hover":""}', '{"font-size":"30px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"rgb(255, 255, 255)","padding":"5px 15px 10px","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(48, '.tp-caption.big_black_222', '{"hover":"false","translated":5,"type":"text","version":"custom"}', '""', '{"idle":{"text-shadow":"none"},"hover":""}', '{"font-size":"64px","line-height":"75px","font-weight":"700","font-family":"Roboto","color":"#ffffff","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(49, '.tp-caption.content_text_555', '{"hover":"false","translated":5,"type":"text","version":"custom"}', '""', '{"idle":{"text-shadow":"none"},"hover":""}', '{"font-size":"18px","line-height":"30px","font-weight":"400","font-family":"Raleway, sans-serif","font-style":"italic","color":"#ffffff","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(50, '.tp-caption.white_big', '{"translated":5,"type":"text","version":"custom"}', 'null', '{"idle":{"text-shadow":"none"},"hover":""}', '{"font-size":"60px","line-height":"75px","font-weight":"700","font-family":"Bitter, serif","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(51, '.tp-caption.content_text_center', '{"translated":5,"type":"text","version":"custom"}', 'null', '{"idle":{"text-shadow":"none","text-align":"center"},"hover":""}', '{"font-size":"20px","line-height":"40px","font-weight":"400","font-family":"Raleway, sans-serif","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(52, '.tp-caption.big_black_223', '{"translated":5,"type":"text","version":"custom"}', 'null', '{"idle":{"text-shadow":"2px 2px 3px #000000","text-align":"center"},"hover":""}', '{"font-size":"85px","line-height":"75px","font-weight":"700","font-family":"Bitter, serif","color":"#ffffff","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(53, '.tp-caption.content_text_556', '{"translated":5,"type":"text","version":"custom"}', 'null', '{"idle":{"text-shadow":"none","text-align":"center"},"hover":""}', '{"font-size":"20px","line-height":"35px","font-weight":"400","font-family":"Raleway, sans-serif","color":"#ffffff","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(54, '.tp-caption.medium_black_222', '{"hover":"false","translated":5,"type":"text","version":"custom"}', '""', '{"idle":{"text-shadow":"rgb(0, 0, 0) 1px 1px 1px","text-align":"center"},"hover":""}', '{"font-size":"30px","line-height":"35px","font-weight":"700","font-family":"Bitter, serif","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(55, '.tp-caption.big_black_224', '{"translated":5,"type":"text","version":"custom"}', 'null', '{"idle":{"text-shadow":"rgb(0, 0, 0) 2px 2px 3px","text-align":"center"},"hover":""}', '{"font-size":"65px","line-height":"75px","font-weight":"700","font-family":"Bitter, serif","color":"#ffffff","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(56, '.tp-caption.MarkerDisplay', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ff0000","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0px","0px","0px","0px"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"idle":{"text-shadow":"none"},"hover":""}', '{"font-style":"normal","font-family":"Permanent Marker","padding":"0px 0px 0px 0px","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"#000000","border-style":"none","border-width":"0px","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(57, '.tp-caption.Restaurant-Display', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"idle":"","hover":""}', '{"color":"#ffffff","font-size":"120px","line-height":"120px","font-weight":"700","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(58, '.tp-caption.Restaurant-Cursive', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","font-size":"30px","line-height":"30px","font-weight":"400","font-style":"normal","font-family":"Nothing you could do","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(59, '.tp-caption.Restaurant-ScrollDownText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","font-size":"17px","line-height":"17px","font-weight":"400","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(60, '.tp-caption.Restaurant-Description', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"idle":{"letter-spacing":"3px"},"hover":""}', '{"color":"#ffffff","font-size":"20px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(61, '.tp-caption.Restaurant-Price', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"idle":{"letter-spacing":"3px"},"hover":""}', '{"color":"#ffffff","font-size":"30px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(62, '.tp-caption.Restaurant-Menuitem', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#000000","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"500","easing":"Power2.easeInOut"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"400","font-style":"normal","font-family":"Roboto","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(63, '.tp-caption.Furniture-LogoText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"text-shadow":"none"},"hover":""}', '{"color":"#e6cfa3","color-transparency":"1","font-size":"160px","line-height":"150px","font-weight":"300","font-style":"normal","font-family":"\\"Raleway\\"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(64, '.tp-caption.Furniture-Plus', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0.5","easing":"Linear.easeNone"}', '{"idle":{"text-shadow":"none","box-shadow":"rgba(0,0,0,0.1) 0 1px 3px"},"hover":""}', '{"color":"#e6cfa3","color-transparency":"1","font-size":"20","line-height":"20px","font-weight":"400","font-style":"normal","font-family":"\\"Raleway\\"","padding":["6px","7px","4px","7px"],"text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(65, '.tp-caption.Furniture-Title', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"text-shadow":"none","letter-spacing":"3px"},"hover":""}', '{"color":"#000000","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"700","font-style":"normal","font-family":"\\"Raleway\\"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(66, '.tp-caption.Furniture-Subtitle', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"text-shadow":"none"},"hover":""}', '{"color":"#000000","color-transparency":"1","font-size":"17px","line-height":"20px","font-weight":"300","font-style":"normal","font-family":"\\"Raleway\\"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(67, '.tp-caption.Gym-Display', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"80px","line-height":"70px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(68, '.tp-caption.Gym-Subline', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"5px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(69, '.tp-caption.Gym-SmallText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"text-shadow":"none"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"22","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(70, '.tp-caption.Fashion-SmallText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"12px","line-height":"20px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(71, '.tp-caption.Fashion-BigDisplay', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#000000","color-transparency":"1","font-size":"60px","line-height":"60px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(72, '.tp-caption.Fashion-TextBlock', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#000000","color-transparency":"1","font-size":"20px","line-height":"40px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(73, '.tp-caption.Sports-Display', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"13px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"130px","line-height":"130px","font-weight":"100","font-style":"normal","font-family":"\\"Raleway\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(74, '.tp-caption.Sports-DisplayFat', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":[""],"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"130px","line-height":"130px","font-weight":"900","font-style":"normal","font-family":"\\"Raleway\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(75, '.tp-caption.Sports-Subline', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"4px"},"hover":""}', '{"color":"#000000","color-transparency":"1","font-size":"32px","line-height":"32px","font-weight":"400","font-style":"normal","font-family":"\\"Raleway\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(76, '.tp-caption.Instagram-Caption', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"900","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(77, '.tp-caption.News-Title', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"70px","line-height":"60px","font-weight":"400","font-style":"normal","font-family":"Roboto Slab","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(78, '.tp-caption.News-Subtitle', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"0.65","text-decoration":"none","background-color":"#ffffff","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"solid","border-width":"0px","border-radius":["0","0","0px","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"300","easing":"Power3.easeInOut"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"24px","font-weight":"300","font-style":"normal","font-family":"Roboto Slab","padding":["0","0","0","0"],"text-decoration":"none","background-color":"#ffffff","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(79, '.tp-caption.Photography-Display', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"5px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"80px","line-height":"70px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(80, '.tp-caption.Photography-Subline', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"3px"},"hover":""}', '{"color":"#777777","color-transparency":"1","font-size":"20px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(81, '.tp-caption.Photography-ImageHover', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"0.5","scalex":"0.8","scaley":"0.8","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"1000","easing":"Power3.easeInOut"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"20","line-height":"22","font-weight":"400","font-style":"normal","font-family":"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"#ffffff","border-transparency":"0","border-style":"none","border-width":"0px","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(82, '.tp-caption.Photography-Menuitem', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#00ffde","background-transparency":"0.65","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"200","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["3px","5px","3px","8px"],"text-decoration":"none","background-color":"#000000","background-transparency":"0.65","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(83, '.tp-caption.Photography-Textblock', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#fff","color-transparency":"1","font-size":"17px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(84, '.tp-caption.Photography-Subline-2', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"3px"},"hover":""}', '{"color":"#ffffff","color-transparency":"0.35","font-size":"20px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}');
INSERT INTO `SGLe0xCk_revslider_css` VALUES
(85, '.tp-caption.Photography-ImageHover2', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"0.5","scalex":"0.8","scaley":"0.8","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"500","easing":"Back.easeOut"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"20","line-height":"22","font-weight":"400","font-style":"normal","font-family":"Arial","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"#ffffff","border-transparency":"0","border-style":"none","border-width":"0px","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(86, '.tp-caption.WebProduct-Title', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#333333","color-transparency":"1","font-size":"90px","line-height":"90px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(87, '.tp-caption.WebProduct-SubTitle', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#999999","color-transparency":"1","font-size":"15px","line-height":"20px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(88, '.tp-caption.WebProduct-Content', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#999999","color-transparency":"1","font-size":"16px","line-height":"24px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}'),
(89, '.tp-caption.WebProduct-Menuitem', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#999999","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"200","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"20px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["3px","5px","3px","8px"],"text-decoration":"none","text-align":"left","background-color":"#333333","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(90, '.tp-caption.WebProduct-Title-Light', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#fff","color-transparency":"1","font-size":"90px","line-height":"90px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(91, '.tp-caption.WebProduct-SubTitle-Light', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"0.35","font-size":"15px","line-height":"20px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","parallax":"-"}'),
(92, '.tp-caption.WebProduct-Content-Light', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"0.65","font-size":"16px","line-height":"24px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","parallax":"-"}'),
(93, '.tp-caption.FatRounded', '{"hover":"true","type":"text","version":"5.0","translated":"5"}', '{"color":"#fff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"#d3d3d3","border-transparency":"1","border-style":"none","border-width":"0px","border-radius":["50px","50px","50px","50px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Linear.easeNone"}', '{"idle":{"text-shadow":"none"},"hover":""}', '{"color":"#fff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["20px","22px","20px","25px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0.5","border-color":"#d3d3d3","border-transparency":"1","border-style":"none","border-width":"0px","border-radius":["50px","50px","50px","50px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(94, '.tp-caption.NotGeneric-Title', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"[object Object]","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"70px","line-height":"70px","font-weight":"800","font-style":"normal","font-family":"Raleway","padding":"10px 0px 10px 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(95, '.tp-caption.NotGeneric-SubTitle', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"4px","text-align":"left"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"13px","line-height":"20px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(96, '.tp-caption.NotGeneric-CallToAction', '{"hover":"true","translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":"0px 0px 0px 0px","opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power3.easeOut"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":"10px 30px 10px 30px","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"1","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(97, '.tp-caption.NotGeneric-Icon', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"default","speed":"300","easing":"Power3.easeOut"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":"0px 0px 0px 0px","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0","border-style":"solid","border-width":"0px","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(98, '.tp-caption.NotGeneric-Menuitem', '{"hover":"true","translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":"0px 0px 0px 0px","opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":"27px 30px 27px 30px","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.15","border-style":"solid","border-width":"1px","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(99, '.tp-caption.MarkerStyle', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"text-align":"left","0":""},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"30px","font-weight":"100","font-style":"normal","font-family":"\\"Permanent Marker\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(100, '.tp-caption.Gym-Menuitem', '{"hover":"true","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"2px","border-radius":["3px","3px","3px","3px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"200","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["3px","5px","3px","8px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"1","border-color":"#ffffff","border-transparency":"0","border-style":"solid","border-width":"2px","border-radius":["3px","3px","3px","3px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(101, '.tp-caption.Newspaper-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#000000","color-transparency":"1","text-decoration":"none","background-color":"#FFFFFF","background-transparency":"1","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"13px","line-height":"17px","font-weight":"700","font-style":"normal","font-family":"Roboto","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#ffffff","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(102, '.tp-caption.Newspaper-Subtitle', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#a8d8ee","color-transparency":"1","font-size":"15px","line-height":"20px","font-weight":"900","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(103, '.tp-caption.Newspaper-Title', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#fff","color-transparency":"1","font-size":"50px","line-height":"55px","font-weight":"400","font-style":"normal","font-family":"\\"Roboto Slab\\"","padding":["0","0","10px","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(104, '.tp-caption.Newspaper-Title-Centered', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#fff","color-transparency":"1","font-size":"50px","line-height":"55px","font-weight":"400","font-style":"normal","font-family":"\\"Roboto Slab\\"","padding":["0","0","10px","0"],"text-decoration":"none","text-align":"center","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(105, '.tp-caption.Hero-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#000000","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"idle":{"letter-spacing":"3px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(106, '.tp-caption.Video-Title', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#fff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["5px","5px","5px","5px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"-20%","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(107, '.tp-caption.Video-SubTitle', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"12px","line-height":"12px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["5px","5px","5px","5px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0.35","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"-20%","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(108, '.tp-caption.NotGeneric-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(109, '.tp-caption.NotGeneric-BigButton', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"idle":{"letter-spacing":"3px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["27px","30px","27px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.15","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(110, '.tp-caption.WebProduct-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#333333","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"#000000","border-transparency":"1","border-style":"none","border-width":"2","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"300","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"1px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"16px","line-height":"48px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0px","40px","0px","40px"],"text-decoration":"none","text-align":"left","background-color":"#333333","background-transparency":"1","border-color":"#000000","border-transparency":"1","border-style":"none","border-width":"2","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(111, '.tp-caption.Restaurant-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffe081","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"300","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"3px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"500","font-style":"normal","font-family":"Roboto","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#0a0a0a","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(112, '.tp-caption.Gym-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#72a800","background-transparency":"1","border-color":"#000000","border-transparency":"0","border-style":"solid","border-width":"0","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"idle":{"letter-spacing":"1px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["13px","35px","13px","35px"],"text-decoration":"none","text-align":"left","background-color":"#8bc027","background-transparency":"1","border-color":"#000000","border-transparency":"0","border-style":"solid","border-width":"0","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(113, '.tp-caption.Gym-Button-Light', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#72a800","background-transparency":"0","border-color":"#8bc027","border-transparency":"1","border-style":"solid","border-width":"2px","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power2.easeInOut"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"2px","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(114, '.tp-caption.Sports-Button-Light', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"500","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(115, '.tp-caption.Sports-Button-Red', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"#000000","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"500","easing":"Linear.easeNone"}', '{"idle":{"letter-spacing":"2px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#db1c22","background-transparency":"1","border-color":"#db1c22","border-transparency":"0","border-style":"solid","border-width":"2px","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(116, '.tp-caption.Photography-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"300","easing":"Power3.easeOut"}', '{"idle":{"letter-spacing":"1px"},"hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["13px","35px","13px","35px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"1px","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}'),
(117, '.tp-caption.Newspaper-Button-2', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["3px","3px","3px","3px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Linear.easeNone"}', '{"idle":"","hover":""}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"900","font-style":"normal","font-family":"Roboto","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"2","border-radius":["3px","3px","3px","3px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_css_bkp`
--

CREATE TABLE `SGLe0xCk_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `SGLe0xCk_revslider_css_bkp`
--

INSERT INTO `SGLe0xCk_revslider_css_bkp` VALUES
(1, '.tp-caption.medium_grey', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","padding":"2px 4px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#888","white-space":"nowrap"}'),
(2, '.tp-caption.small_text', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"14px","line-height":"20px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(3, '.tp-caption.medium_text', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(4, '.tp-caption.large_text', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"40px","line-height":"40px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(5, '.tp-caption.very_large_text', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","letter-spacing":"-2px"}'),
(6, '.tp-caption.very_big_white', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","padding":"0px 4px","padding-top":"1px","background-color":"#000"}'),
(7, '.tp-caption.very_big_black', NULL, NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","padding":"0px 4px","padding-top":"1px","background-color":"#fff"}'),
(8, '.tp-caption.modern_medium_fat', NULL, NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(10, '.tp-caption.modern_medium_light', NULL, NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"300","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#4e5b6c","letter-spacing":"0"}'),
(12, '.tp-caption.modern_big_redbg', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","padding-top":"1px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#de543e","letter-spacing":"0"}'),
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, NULL, '{"position":"absolute","color":"#555","text-shadow":"none","font-size":"14px","line-height":"22px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(14, '.tp-caption.boxshadow', NULL, NULL, NULL, '{"-moz-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","-webkit-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)"}'),
(15, '.tp-caption.black', NULL, NULL, NULL, '{"color":"#000","text-shadow":"none"}'),
(16, '.tp-caption.noshadow', NULL, NULL, NULL, '{"text-shadow":"none"}'),
(17, '.tp-caption.thinheadline_dark', NULL, NULL, NULL, '{"position":"absolute","color":"rgba(0,0,0,0.85)","text-shadow":"none","font-weight":"300","font-size":"30px","line-height":"30px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
(18, '.tp-caption.thintext_dark', NULL, NULL, NULL, '{"position":"absolute","color":"rgba(0,0,0,0.85)","text-shadow":"none","font-weight":"300","font-size":"16px","line-height":"26px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
(19, '.tp-caption.largeblackbg', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#000","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(20, '.tp-caption.largepinkbg', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#db4360","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(21, '.tp-caption.largewhitebg', NULL, NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#fff","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(22, '.tp-caption.largegreenbg', NULL, NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#67ae73","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(23, '.tp-caption.excerpt', NULL, NULL, NULL, '{"font-size":"36px","line-height":"36px","font-weight":"700","font-family":"Arial","color":"#ffffff","text-decoration":"none","background-color":"rgba(0, 0, 0, 1)","text-shadow":"none","margin":"0px","letter-spacing":"-1.5px","padding":"1px 4px 0px 4px","width":"150px","white-space":"normal !important","height":"auto","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(24, '.tp-caption.large_bold_grey', NULL, NULL, NULL, '{"font-size":"60px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","text-shadow":"none","margin":"0px","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(25, '.tp-caption.medium_thin_grey', NULL, NULL, NULL, '{"font-size":"34px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","text-shadow":"none","margin":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(26, '.tp-caption.small_thin_grey', NULL, NULL, NULL, '{"font-size":"18px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(117, 117, 117)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","text-shadow":"none","margin":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(27, '.tp-caption.lightgrey_divider', NULL, NULL, NULL, '{"text-decoration":"none","background-color":"rgba(235, 235, 235, 1)","width":"370px","height":"3px","background-position":"initial initial","background-repeat":"initial initial","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(52, 73, 94)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(30, '.tp-caption.medium_bold_red', NULL, NULL, NULL, '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(31, '.tp-caption.medium_light_red', NULL, NULL, NULL, '{"font-size":"21px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(32, '.tp-caption.medium_bg_red', NULL, NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(227, 58, 12)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(33, '.tp-caption.medium_bold_orange', NULL, NULL, NULL, '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(243, 156, 18)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(34, '.tp-caption.medium_bg_orange', NULL, NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(243, 156, 18)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(35, '.tp-caption.grassfloor', NULL, NULL, NULL, '{"text-decoration":"none","background-color":"rgba(160, 179, 151, 1)","width":"4000px","height":"150px","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(36, '.tp-caption.large_bold_white', NULL, NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(37, '.tp-caption.medium_light_white', NULL, NULL, NULL, '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"#ffffff","text-decoration":"none","background-color":"transparent","padding":"0px 0px 0px 0px","text-align":"center","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(127, 140, 141)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(41, '.tp-caption.medium_light_black', NULL, NULL, NULL, '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(42, '.tp-caption.large_bold_black', NULL, NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(44, '.tp-caption.small_light_white', NULL, NULL, NULL, '{"font-size":"17px","line-height":"28px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(45, '.tp-caption.roundedimage', NULL, NULL, NULL, '{"border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(46, '.tp-caption.large_bg_black', NULL, NULL, NULL, '{"font-size":"40px","line-height":"40px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(0, 0, 0)","padding":"10px 20px 15px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(47, '.tp-caption.mediumwhitebg', NULL, NULL, NULL, '{"font-size":"30px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"rgb(255, 255, 255)","padding":"5px 15px 10px","text-shadow":"none","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_layer_animations`
--

CREATE TABLE `SGLe0xCk_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_layer_animations_bkp`
--

CREATE TABLE `SGLe0xCk_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_navigations`
--

CREATE TABLE `SGLe0xCk_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_navigations_bkp`
--

CREATE TABLE `SGLe0xCk_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_settings`
--

CREATE TABLE `SGLe0xCk_revslider_settings` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `general` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SGLe0xCk_revslider_settings`
--

INSERT INTO `SGLe0xCk_revslider_settings` VALUES
(1, 'a:0:{}', '');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_sliders`
--

CREATE TABLE `SGLe0xCk_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `SGLe0xCk_revslider_sliders`
--

INSERT INTO `SGLe0xCk_revslider_sliders` VALUES
(1, 'Slider12', 'Slider32', '{"addOns":[],"version":"6.2.0","shortcode":"[rev_slider alias=\\"Slider32\\"][\\/rev_slider]","type":"standard","layouttype":"fullwidth","sourcetype":"gallery","googleFont":[],"id":"","class":"","wrapperclass":"","snap":{"adjust":"none","snap":false,"helpLines":false,"gap":20},"source":{"gallery":[],"post":{"excerptLimit":"55","maxPosts":"30","fetchType":"cat_tag","category":"","sortBy":"ID","types":"post","list":"","sortDirection":"DESC","subType":"post"},"woo":{"excerptLimit":55,"maxProducts":30,"featuredOnly":false,"inStockOnly":false,"category":"","sortBy":"ID","types":"product","sortDirection":"DESC","regPriceFrom":"","regPriceTo":"","salePriceFrom":"","salePriceTo":""},"instagram":{"count":"","hashTag":"","transient":1200,"type":"user","userId":"","token_source":"account","connect_with":""},"facebook":{"album":"","appId":"","appSecret":"","count":"","pageURL":"","transient":1200,"typeSource":"album"},"flickr":{"apiKey":"","count":"","galleryURL":"","groupURL":"","photoSet":"","transient":1200,"type":"publicphotos","userURL":""},"twitter":{"accessSecret":"","accessToken":"","consumerKey":"","consumerSecret":"","count":"","excludeReplies":false,"imageOnly":false,"includeRetweets":false,"transient":1200,"userId":""},"vimeo":{"albumId":"","channelName":"","count":"","transient":1200,"groupName":"","typeSource":"user","userName":""},"youtube":{"api":"","channelId":"","count":"","playList":"","transient":1200,"typeSource":"channel"}},"def":{"intelligentInherit":true,"autoResponsive":true,"responsiveChilds":true,"responsiveOffset":true,"transition":"fade","transitionDuration":1000,"delay":"10000","background":{"fit":"cover","fitX":100,"fitY":100,"position":"center center","positionX":0,"positionY":0,"repeat":"no-repeat","imageSourceType":"full"},"panZoom":{"set":false,"blurStart":0,"blurEnd":0,"duration":"","ease":"none","fitEnd":100,"fitStart":100,"xEnd":0,"yEnd":0,"xStart":0,"yStart":0,"rotateStart":0,"rotateEnd":0}},"size":{"enableUpscaling":false,"respectAspectRatio":false,"disableForceFullWidth":false,"custom":{"d":true,"n":false,"t":false,"m":false},"minHeightFullScreen":"","minHeight":"","maxWidth":"","maxHeight":0,"fullScreenOffsetContainer":"","fullScreenOffset":"","width":{"d":1110,"n":1024,"t":778,"m":480},"height":{"d":600,"n":768,"t":960,"m":720},"editorCache":{"d":600,"n":768,"t":960,"m":720},"overflow":false,"useFullScreenHeight":true,"overflowHidden":false,"gridEQModule":false,"forceOverflow":false,"keepBPHeight":false,"ignoreHeightChanges":true},"codes":{"css":"","javascript":""},"carousel":{"justify":false,"justifyMaxWidth":false,"snap":true,"borderRadius":0,"borderRadiusUnit":"px","ease":"power3.inOut","fadeOut":true,"scale":false,"offsetScale":false,"horizontal":"center","vertical":"center","infinity":false,"maxItems":3,"maxRotation":0,"maxOpacity":100,"paddingTop":0,"paddingBottom":0,"rotation":false,"scaleDown":50,"space":0,"speed":800,"stretch":false,"varyFade":false,"varyRotate":false,"varyScale":false,"showAllLayers":false},"hero":{"activeSlide":-1},"layout":{"bg":{"color":"#E9E9E9","padding":0,"dottedOverlay":"none","shadow":"0","useImage":false,"image":"http:\\/\\/dev.cactusthemes.com\\/university\\/wp-content\\/","imageSourceType":"full","fit":"cover","position":"center top","repeat":"no-repeat"},"spinner":{"color":"#FFFFFF","type":"0"},"position":{"marginTop":0,"marginBottom":0,"marginLeft":0,"marginRight":0,"align":"center","fixedOnTop":false,"addClear":false}},"visibility":{"hideSelectedLayersUnderLimit":0,"hideAllLayersUnderLimit":0,"hideSliderUnderLimit":0},"general":{"slideshow":{"slideShow":true,"stopOnHover":false,"stopSlider":false,"stopAfterLoops":0,"stopAtSlide":2,"shuffle":false,"loopSingle":"loop","viewPort":false,"viewPortStart":"wait","viewPortArea":{"d":{"v":"40%","e":false,"u":""},"n":{"v":"40%","e":false,"u":""},"t":{"v":"40%","e":false,"u":""},"m":{"v":"40%","e":false,"u":""}},"presetSliderHeight":false,"initDelay":0,"waitForInit":false},"progressbar":{"set":true,"alignby":"slider","style":"horizontal","size":5,"radius":10,"vertical":"hide","horizontal":"left","x":0,"y":0,"color":"#FFFFFF","bgcolor":"transparent","basedon":"slide","gapsize":0,"gap":false,"gapcolor":"rgba(255,255,255,0.5)","reset":"reset","visibility":{"d":true,"m":true,"n":true,"t":true}},"firstSlide":{"set":false,"duration":300,"slotAmount":7,"type":"fade","alternativeFirstSlideSet":false,"alternativeFirstSlide":"1"},"layerSelection":false,"lazyLoad":"none","nextSlideOnFocus":false,"disableFocusListener":false,"enableurlhash":false,"disableOnMobile":false,"autoPlayVideoOnMobile":true,"disablePanZoomMobile":false,"useWPML":false,"perspective":600,"perspectiveType":"local"},"nav":{"preview":{"width":100,"height":50},"swipe":{"set":true,"setOnDesktop":false,"setMobileCarousel":true,"setDesktopCarousel":true,"blockDragVertical":false,"direction":"horizontal","minTouch":1,"velocity":0.7},"keyboard":{"direction":"horizontal","set":false},"mouse":{"set":false,"reverse":"default","viewport":50,"calldelay":1000},"arrows":{"set":false,"rtl":false,"animSpeed":"1000ms","animDelay":"1000ms","style":"1000","preset":"default","presets":[],"alwaysOn":false,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778,"left":{"anim":"fade","horizontal":"left","vertical":"center","offsetX":20,"offsetY":0,"align":"slider"},"right":{"anim":"fade","horizontal":"right","vertical":"center","offsetX":20,"offsetY":0,"align":"slider"}},"thumbs":{"anim":"fade","animSpeed":"1000ms","animDelay":"1000ms","set":false,"rtl":false,"style":"2000","preset":"default","presets":[],"alwaysOn":false,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778,"spanWrapper":false,"horizontal":"center","vertical":"bottom","amount":5,"direction":"horizontal","height":50,"width":100,"widthMin":100,"innerOuter":"inner","offsetX":0,"offsetY":20,"space":5,"align":"slider","padding":5,"wrapperColor":"transparent","mhoffset":0,"mvoffset":0},"tabs":{"anim":"fade","animSpeed":"1000ms","animDelay":"1000ms","set":false,"rtl":false,"style":"4000","preset":"default","presets":[],"alwaysOn":false,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778,"spanWrapper":false,"horizontal":"center","vertical":"bottom","amount":5,"direction":"horizontal","height":50,"width":100,"widthMin":100,"innerOuter":"inner","offsetX":0,"offsetY":20,"space":5,"align":"slider","padding":5,"wrapperColor":"transparent","mhoffset":0,"mvoffset":0},"bullets":{"anim":"fade","animSpeed":"1000ms","animDelay":"1000ms","set":"","rtl":"","style":"3000","preset":"default","presets":[],"alwaysOn":false,"horizontal":"center","vertical":"bottom","direction":"horizontal","offsetX":0,"offsetY":20,"align":"slider","space":5,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778}},"troubleshooting":{"alternateImageType":"","alternateURL":"","jsNoConflict":true,"jsInBody":false,"outPutFilter":"none","simplify_ie8_ios4":false,"ignoreHeightChanges":"","ignoreHeightChangesUnderLimit":0,"alternateURLId":false,"debugMode":""},"parallax":{"set":false,"setDDD":false,"disableOnMobile":false,"levels":["5","10","15","20","25","30","35","40","45","50",47,48,49,50,51,30],"ddd":{"BGFreeze":false,"layerOverflow":false,"overflow":false,"shadow":false,"zCorrection":65},"mouse":{"speed":1000,"bgSpeed":0,"layersSpeed":0,"origo":"slideCenter","type":"mouse"}},"modal":{"bodyclass":"","horizontal":"center","vertical":"middle","cover":true,"coverColor":"rgba(0,0,0,0.5)","coverSpeed":1000},"scrolleffects":{"set":false,"setBlur":false,"setFade":false,"setGrayScale":false,"bg":false,"direction":"both","layers":false,"maxBlur":10,"multiplicator":"1.35","multiplicatorLayers":"1.3","disableOnMobile":false,"parallaxLayers":false,"staticLayers":false,"staticParallaxLayers":false,"tilt":"30"},"scrolltimeline":{"set":false,"fixed":false,"fixedStart":2000,"fixedEnd":4000,"layers":false,"ease":"none","speed":500},"skins":{"colorsAtStart":false,"cid":2,"colors":[{"alias":"Highlight","v":"#ff0000"},{"alias":"Headline Text","v":"#ffffff"},{"alias":"Content Text","v":"#00ffff"}]},"modalshortcode":"[rev_slider usage=\\"modal\\" alias=\\"Slider32\\"][\\/rev_slider]"}', '{"version":"6.2.0"}', ''),
(5, 'Slider1', 'slider3', '{"addOns":[],"version":"6.2.0","shortcode":"[rev_slider alias=\\"slider3\\"][\\/rev_slider]","type":"standard","layouttype":"fullwidth","sourcetype":"gallery","googleFont":[],"id":"","class":"","wrapperclass":"","snap":{"adjust":"none","snap":false,"helpLines":false,"gap":20},"source":{"gallery":[],"post":{"excerptLimit":"55","maxPosts":"30","fetchType":"cat_tag","category":"","sortBy":"ID","types":"post","list":"","sortDirection":"DESC","subType":"post"},"woo":{"excerptLimit":55,"maxProducts":30,"featuredOnly":false,"inStockOnly":false,"category":"","sortBy":"ID","types":"product","sortDirection":"DESC","regPriceFrom":"","regPriceTo":"","salePriceFrom":"","salePriceTo":""},"instagram":{"count":"","hashTag":"","transient":1200,"type":"user","userId":"","token_source":"account","connect_with":""},"facebook":{"album":"","appId":"","appSecret":"","count":"","pageURL":"","transient":1200,"typeSource":"album"},"flickr":{"apiKey":"","count":"","galleryURL":"","groupURL":"","photoSet":"","transient":1200,"type":"publicphotos","userURL":""},"twitter":{"accessSecret":"","accessToken":"","consumerKey":"","consumerSecret":"","count":"","excludeReplies":false,"imageOnly":false,"includeRetweets":false,"transient":1200,"userId":""},"vimeo":{"albumId":"","channelName":"","count":"","transient":1200,"groupName":"","typeSource":"user","userName":""},"youtube":{"api":"","channelId":"","count":"","playList":"","transient":1200,"typeSource":"channel"}},"def":{"intelligentInherit":true,"autoResponsive":true,"responsiveChilds":true,"responsiveOffset":true,"transition":"fade","transitionDuration":1000,"delay":"10000","background":{"fit":"cover","fitX":100,"fitY":100,"position":"center center","positionX":0,"positionY":0,"repeat":"no-repeat","imageSourceType":"full"},"panZoom":{"set":false,"blurStart":0,"blurEnd":0,"duration":"","ease":"none","fitEnd":100,"fitStart":100,"xEnd":0,"yEnd":0,"xStart":0,"yStart":0,"rotateStart":0,"rotateEnd":0}},"size":{"enableUpscaling":false,"respectAspectRatio":false,"disableForceFullWidth":false,"custom":{"d":true,"n":false,"t":false,"m":false},"minHeightFullScreen":"","minHeight":"500","maxWidth":"","maxHeight":0,"fullScreenOffsetContainer":"","fullScreenOffset":"","width":{"d":1140,"n":1024,"t":778,"m":480},"height":{"d":500,"n":768,"t":960,"m":720},"editorCache":{"d":500,"n":449,"t":960,"m":720},"overflow":false,"useFullScreenHeight":true,"overflowHidden":false,"gridEQModule":false,"forceOverflow":false,"keepBPHeight":false,"ignoreHeightChanges":true},"codes":{"css":"","javascript":""},"carousel":{"justify":true,"justifyMaxWidth":true,"snap":true,"borderRadius":0,"borderRadiusUnit":"px","ease":"power3.inOut","fadeOut":true,"scale":false,"offsetScale":false,"horizontal":"center","vertical":"center","infinity":false,"maxItems":3,"maxRotation":0,"maxOpacity":100,"paddingTop":0,"paddingBottom":0,"rotation":false,"scaleDown":50,"space":0,"speed":800,"stretch":false,"varyFade":false,"varyRotate":false,"varyScale":false,"showAllLayers":false},"hero":{"activeSlide":-1},"layout":{"bg":{"color":"#E9E9E9","padding":0,"dottedOverlay":"none","shadow":"0","useImage":false,"image":"http:\\/\\/dev.cactusthemes.com\\/university\\/wp-content\\/","imageSourceType":"full","fit":"cover","position":"center top","repeat":"no-repeat"},"spinner":{"color":"#FFFFFF","type":"0"},"position":{"marginTop":0,"marginBottom":0,"marginLeft":0,"marginRight":0,"align":"center","fixedOnTop":false,"addClear":false}},"visibility":{"hideSelectedLayersUnderLimit":0,"hideAllLayersUnderLimit":0,"hideSliderUnderLimit":0},"general":{"slideshow":{"slideShow":true,"stopOnHover":false,"stopSlider":false,"stopAfterLoops":0,"stopAtSlide":2,"shuffle":false,"loopSingle":"loop","viewPort":false,"viewPortStart":"wait","viewPortArea":{"d":{"v":"40%","e":false,"u":""},"n":{"v":"40%","e":false,"u":""},"t":{"v":"40%","e":false,"u":""},"m":{"v":"40%","e":false,"u":""}},"presetSliderHeight":false,"initDelay":0,"waitForInit":false},"progressbar":{"set":true,"alignby":"slider","style":"horizontal","size":5,"radius":10,"vertical":"hide","horizontal":"left","x":0,"y":0,"color":"#FFFFFF","bgcolor":"transparent","basedon":"slide","gapsize":0,"gap":false,"gapcolor":"rgba(255,255,255,0.5)","reset":"reset","visibility":{"d":true,"m":true,"n":true,"t":true}},"firstSlide":{"set":false,"duration":300,"slotAmount":7,"type":"fade","alternativeFirstSlideSet":false,"alternativeFirstSlide":"1"},"layerSelection":false,"lazyLoad":"none","nextSlideOnFocus":false,"disableFocusListener":false,"enableurlhash":false,"disableOnMobile":false,"autoPlayVideoOnMobile":true,"disablePanZoomMobile":false,"useWPML":false,"perspective":600,"perspectiveType":"local"},"nav":{"preview":{"width":100,"height":50},"swipe":{"set":true,"setOnDesktop":false,"setMobileCarousel":true,"setDesktopCarousel":true,"blockDragVertical":false,"direction":"horizontal","minTouch":1,"velocity":0.7},"keyboard":{"direction":"horizontal","set":false},"mouse":{"set":false,"reverse":"default","viewport":50,"calldelay":1000},"arrows":{"set":true,"rtl":false,"animSpeed":"1000ms","animDelay":"1000ms","style":"1013","preset":"default","presets":{"height":"50","height-def":false,"font-size":"40","font-size-def":false,"background":"rgba(255,255,255,0)","background-def":false,"width":"50","width-def":false},"alwaysOn":false,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778,"left":{"anim":"fade","horizontal":"left","vertical":"center","offsetX":20,"offsetY":0,"align":"slider"},"right":{"anim":"fade","horizontal":"right","vertical":"center","offsetX":20,"offsetY":0,"align":"slider"}},"thumbs":{"anim":"fade","animSpeed":"1000ms","animDelay":"1000ms","set":false,"rtl":false,"style":"2000","preset":"default","presets":[],"alwaysOn":false,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778,"spanWrapper":false,"horizontal":"center","vertical":"bottom","amount":5,"direction":"horizontal","height":50,"width":100,"widthMin":100,"innerOuter":"inner","offsetX":0,"offsetY":20,"space":5,"align":"slider","padding":5,"wrapperColor":"transparent","mhoffset":0,"mvoffset":0},"tabs":{"anim":"fade","animSpeed":"1000ms","animDelay":"1000ms","set":false,"rtl":false,"style":"4000","preset":"default","presets":[],"alwaysOn":false,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778,"spanWrapper":false,"horizontal":"center","vertical":"bottom","amount":5,"direction":"horizontal","height":50,"width":100,"widthMin":100,"innerOuter":"inner","offsetX":0,"offsetY":20,"space":5,"align":"slider","padding":5,"wrapperColor":"transparent","mhoffset":0,"mvoffset":0},"bullets":{"anim":"fade","animSpeed":"1000ms","animDelay":"1000ms","set":"","rtl":"","style":"3000","preset":"default","presets":[],"alwaysOn":false,"horizontal":"center","vertical":"bottom","direction":"horizontal","offsetX":0,"offsetY":20,"align":"slider","space":5,"hideDelay":200,"hideDelayMobile":1200,"hideOver":false,"hideOverLimit":0,"hideUnder":false,"hideUnderLimit":778}},"troubleshooting":{"alternateImageType":"","alternateURL":"","jsNoConflict":true,"jsInBody":false,"outPutFilter":"none","simplify_ie8_ios4":false,"ignoreHeightChanges":"","ignoreHeightChangesUnderLimit":0,"alternateURLId":false,"debugMode":""},"parallax":{"set":false,"setDDD":false,"disableOnMobile":false,"levels":["5","10","15","20","25","30","35","40","45","50",47,48,49,50,51,30],"ddd":{"BGFreeze":false,"layerOverflow":false,"overflow":false,"shadow":false,"zCorrection":65},"mouse":{"speed":1000,"bgSpeed":0,"layersSpeed":0,"origo":"slideCenter","type":"mouse"}},"modal":{"bodyclass":"","horizontal":"center","vertical":"middle","cover":true,"coverColor":"rgba(0,0,0,0.5)","coverSpeed":1000},"scrolleffects":{"set":false,"setBlur":false,"setFade":false,"setGrayScale":false,"bg":false,"direction":"both","layers":false,"maxBlur":10,"multiplicator":"1.35","multiplicatorLayers":"1.3","disableOnMobile":false,"parallaxLayers":false,"staticLayers":false,"staticParallaxLayers":false,"tilt":"30"},"scrolltimeline":{"set":false,"fixed":false,"fixedStart":2000,"fixedEnd":4000,"layers":false,"ease":"none","speed":500},"skins":{"colorsAtStart":false,"cid":3,"colors":[{"alias":"Highlight","v":"#ff0000","ref":[]},{"alias":"Headline Text","v":"#ffffff","ref":[]},{"alias":"Content Text","v":"#00ffff","ref":[]},{"alias":"Color Alias","v":"#ffffff","ref":[]}]},"modalshortcode":"[rev_slider usage=\\"modal\\" alias=\\"slider3\\"][\\/rev_slider]"}', '{"version":"6.2.0"}', '');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_sliders_bkp`
--

CREATE TABLE `SGLe0xCk_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `SGLe0xCk_revslider_sliders_bkp`
--

INSERT INTO `SGLe0xCk_revslider_sliders_bkp` VALUES
(1, 'University Revo Slider', 'u-revo-slider', '{"title":"University Revo Slider","alias":"u-revo-slider","shortcode":"[rev_slider u-revo-slider]","source_type":"gallery","post_types":"post","post_category":"","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","slider_template_id":"","posts_list":"","slider_type":"fullwidth","fullscreen_offset_container":"","fullscreen_offset_size":"","fullscreen_min_height":"","full_screen_align_force":"off","auto_height":"off","force_full_width":"on","min_height":"","width":"1110","height":"600","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"0","responsitive_sw4":"0","responsitive_w5":"0","responsitive_sw5":"0","responsitive_w6":"0","responsitive_sw6":"0","delay":"10000","shuffle":"off","lazy_load":"off","use_wpml":"off","enable_static_layers":"off","next_slide_on_window_focus":"off","simplify_ie8_ios4":"off","stop_slider":"off","stop_after_loops":0,"stop_at_slide":2,"show_timerbar":"hide","loop_slide":"loop","position":"center","margin_top":0,"margin_bottom":0,"margin_left":0,"margin_right":0,"shadow_type":"0","padding":0,"background_color":"#E9E9E9","background_dotted_overlay":"none","show_background_image":"false","background_image":"http:\\/\\/dev.cactusthemes.com\\/university\\/wp-content\\/","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"center top","stop_on_hover":"off","keyboard_navigation":"off","navigation_style":"round","navigaion_type":"bullet","navigation_arrows":"solo","navigaion_always_on":"false","hide_thumbs":200,"navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":20,"leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":20,"leftarrow_offset_vert":0,"rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":20,"rightarrow_offset_vert":0,"thumb_width":100,"thumb_height":50,"thumb_amount":5,"use_spinner":"0","spinner_color":"#FFFFFF","use_parallax":"off","disable_parallax_mobile":"off","parallax_type":"mouse","parallax_bg_freeze":"off","parallax_level_1":"5","parallax_level_2":"10","parallax_level_3":"15","parallax_level_4":"20","parallax_level_5":"25","parallax_level_6":"30","parallax_level_7":"35","parallax_level_8":"40","parallax_level_9":"45","parallax_level_10":"50","touchenabled":"on","swipe_velocity":0.7,"swipe_min_touches":1,"drag_block_vertical":"false","disable_on_mobile":"off","disable_kenburns_on_mobile":"off","hide_slider_under":0,"hide_defined_layers_under":0,"hide_all_layers_under":0,"hide_arrows_on_mobile":"off","hide_bullets_on_mobile":"off","hide_thumbs_on_mobile":"off","hide_thumbs_under_resolution":0,"hide_thumbs_delay_mobile":1500,"start_with_slide":"1","first_transition_active":"false","first_transition_type":"fade","first_transition_duration":300,"first_transition_slot_amount":7,"reset_transitions":"","reset_transition_duration":0,"0":"Execute settings on all slides","jquery_noconflict":"on","js_to_body":"false","output_type":"none","custom_css":"","custom_javascript":"","template":"false"}', '{"version":"5.0.7"}', ''),
(2, 'Slider5', 'slider5', '{"title":"Slider5","alias":"slider5","shortcode":"[rev_slider slider5]","source_type":"gallery","post_types":"post","post_category":"","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","slider_template_id":"","posts_list":"","slider_type":"fullwidth","fullscreen_offset_container":"","fullscreen_offset_size":"","fullscreen_min_height":"","full_screen_align_force":"off","auto_height":"off","force_full_width":"on","min_height":"0","width":"1140","height":"800","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"0","responsitive_sw4":"0","responsitive_w5":"0","responsitive_sw5":"0","responsitive_w6":"0","responsitive_sw6":"0","delay":"10000","shuffle":"off","lazy_load":"off","use_wpml":"off","enable_static_layers":"off","next_slide_on_window_focus":"off","simplify_ie8_ios4":"off","stop_slider":"off","stop_after_loops":0,"stop_at_slide":2,"show_timerbar":"hide","loop_slide":"loop","position":"center","margin_top":0,"margin_bottom":0,"margin_left":0,"margin_right":0,"shadow_type":"0","padding":0,"background_color":"#E9E9E9","background_dotted_overlay":"none","show_background_image":"false","background_image":"http:\\/\\/demo.cactusthemes.com\\/university\\/wp-content\\/","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"center top","stop_on_hover":"off","keyboard_navigation":"off","navigation_style":"round","navigaion_type":"bullet","navigation_arrows":"solo","navigaion_always_on":"false","hide_thumbs":200,"navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":20,"leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":20,"leftarrow_offset_vert":0,"rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":20,"rightarrow_offset_vert":0,"thumb_width":100,"thumb_height":50,"thumb_amount":5,"use_spinner":"0","spinner_color":"#FFFFFF","use_parallax":"off","disable_parallax_mobile":"off","parallax_type":"mouse","parallax_bg_freeze":"off","parallax_level_1":"5","parallax_level_2":"10","parallax_level_3":"15","parallax_level_4":"20","parallax_level_5":"25","parallax_level_6":"30","parallax_level_7":"35","parallax_level_8":"40","parallax_level_9":"45","parallax_level_10":"50","touchenabled":"on","swipe_velocity":0.7,"swipe_min_touches":1,"drag_block_vertical":"false","disable_on_mobile":"off","disable_kenburns_on_mobile":"off","hide_slider_under":0,"hide_defined_layers_under":0,"hide_all_layers_under":0,"hide_arrows_on_mobile":"off","hide_bullets_on_mobile":"off","hide_thumbs_on_mobile":"off","hide_thumbs_under_resolution":0,"hide_thumbs_delay_mobile":1500,"start_with_slide":"1","first_transition_active":"false","first_transition_type":"fade","first_transition_duration":300,"first_transition_slot_amount":7,"reset_transitions":"","reset_transition_duration":0,"0":"Execute settings on all slides","jquery_noconflict":"on","js_to_body":"false","output_type":"none","custom_css":"","custom_javascript":"","template":"false"}', '{"version":"5.0.7"}', ''),
(3, 'Slider3', 'slider3', '{"hero_active":"-1","source_type":"gallery","instagram-count":"","instagram-transient":"1200","instagram-type":"user","instagram-user-id":"","instagram-hash-tag":"","flickr-count":"","flickr-transient":"1200","flickr-api-key":"","flickr-type":"publicphotos","flickr-user-url":"","flickr-photoset":"","flickr-photoset-select":"","flickr-gallery-url":"","flickr-group-url":"","facebook-count":"","facebook-transient":"1200","facebook-page-url":"","facebook-type-source":"timeline","facebook-album":"","facebook-album-select":"","facebook-app-id":"","facebook-app-secret":"","twitter-count":"","twitter-transient":"1200","twitter-user-id":"","twitter-image-only":"off","twitter-include-retweets":"off","twitter-exclude-replies":"off","twitter-consumer-key":"","twitter-consumer-secret":"","twitter-access-token":"","twitter-access-secret":"","youtube-count":"","youtube-transient":"1200","youtube-api":"","youtube-channel-id":"","youtube-type-source":"channel","youtube-playlist":"","youtube-playlist-select":"","vimeo-count":"","vimeo-transient":"1200","vimeo-type-source":"user","vimeo-username":"","vimeo-groupname":"","vimeo-albumid":"","vimeo-channelname":"","product_types":"product","product_category":"","posts_list":"","fetch_type":"cat_tag","post_types":"post","post_category":"","product_sortby":"ID","product_sort_direction":"DESC","max_slider_products":"30","excerpt_limit_product":"55","reg_price_from":"","reg_price_to":"","sale_price_from":"","sale_price_to":"","instock_only":"off","featured_only":"off","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","title":"Slider3","alias":"slider3","shortcode":"[rev_slider alias=\\\\\\"slider3\\\\\\"]","slider-type":"standard","slider_type":"fullscreen","width":"1140","height":"800","width_notebook":"1024","height_notebook":"768","enable_custom_size_notebook":"off","width_tablet":"778","height_tablet":"960","enable_custom_size_tablet":"off","width_mobile":"480","height_mobile":"720","enable_custom_size_iphone":"off","full_screen_align_force":"off","fullscreen_min_height":"","autowidth_force":"off","fullscreen_offset_container":"#top-nav, #main-nav","fullscreen_offset_size":"","main_overflow_hidden":"off","auto_height":"off","min_height":"0","max_width":"","force_full_width":"on","next_slide_on_window_focus":"off","disable_focus_listener":"off","def-layer_selection":"off","slider_id":"","delay":"10000","start_js_after_delay":"0","def-slide_transition":"fade","def-transition_duration":"300","def-image_source_type":"full","def-background_fit":"cover","def-bg_fit_x":"100","def-bg_fit_y":"100","def-bg_position":"center center","def-bg_position_x":"0","def-bg_position_y":"0","def-bg_repeat":"no-repeat","def-kenburn_effect":"off","def-kb_start_fit":"100","def-kb_easing":"Linear.easeNone","def-kb_end_fit":"100","def-kb_start_offset_x":"0","def-kb_start_offset_y":"0","def-kb_end_offset_x":"0","def-kb_end_offset_y":"0","def-kb_start_rotate":"0","def-kb_end_rotate":"0","def-kb_blur_start":"0","def-kb_blur_end":"0","def-kb_duration":"10000","0":"blank","start_with_slide_enable":"off","start_with_slide":"1","first_transition_active":"off","first_transition_type":"fade","first_transition_duration":"300","first_transition_slot_amount":"7","stop_on_hover":"off","stop_slider":"off","stop_after_loops":"0","stop_at_slide":"2","shuffle":"off","loop_slide":"off","label_viewport":"off","viewport_start":"wait","viewport_area":"80","label_presetheight":"off","waitforinit":"off","enable_progressbar":"off","show_timerbar":"top","progress_height":"5","progressbar_color":"rgba(0,0,0,0.15)","disable_on_mobile":"off","disable_kenburns_on_mobile":"off","hide_slider_under":"0","hide_defined_layers_under":"0","hide_all_layers_under":"0","shadow_type":"0","background_dotted_overlay":"none","background_color":"#E9E9E9","padding":"0","show_background_image":"off","background_image":"http:\\/\\/demo.cactusthemes.com\\/university\\/wp-content\\/","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"center top","position":"center","margin_top":"0","margin_bottom":"0","margin_left":"0","margin_right":"0","use_spinner":"0","spinner_color":"#FFFFFF","enable_arrows":"on","rtl_arrows":"off","navigation_arrow_style":"round","navigation_arrows_preset":"default","ph-round-arrows-hover-bg-color-color-rgba-def":"off","ph-round-arrows-hover-bg-color-color-rgba":"#000000","ph-round-arrows-arrow-size-custom-def":"off","ph-round-arrows-arrow-size-custom":"20","ph-round-arrows-arrow-color-color-def":"off","ph-round-arrows-arrow-color-color":"#ffffff","ph-round-arrows-bg-size-custom-def":"off","ph-round-arrows-bg-size-custom":"40","ph-round-arrows-bg-color-custom-def":"off","ph-round-arrows-bg-color-custom":"0,0,0,0.5","arrows_always_on":"false","hide_arrows":"200","hide_arrows_mobile":"1200","hide_arrows_on_mobile":"off","arrows_under_hidden":"0","hide_arrows_over":"off","arrows_over_hidden":"0","leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":"20","leftarrow_offset_vert":"0","leftarrow_position":"slider","rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":"20","rightarrow_offset_vert":"0","rightarrow_position":"slider","enable_bullets":"off","rtl_bullets":"off","navigation_bullets_style":"round","navigation_bullets_preset":"default","ph-round-bullets-hover-bullet-bg-color-def":"off","ph-round-bullets-hover-bullet-bg-color":"#666666","ph-round-bullets-border-size-custom-def":"off","ph-round-bullets-border-size-custom":"3","ph-round-bullets-border-color-color-def":"off","ph-round-bullets-border-color-color":"#e5e5e5","ph-round-bullets-bullet-bg-bottom-color-def":"off","ph-round-bullets-bullet-bg-bottom-color":"#e1e1e1","ph-round-bullets-bullet-bg-top-color-def":"off","ph-round-bullets-bullet-bg-top-color":"#999999","ph-round-bullets-bullet-size-custom-def":"off","ph-round-bullets-bullet-size-custom":"12","bullets_space":"5","bullets_direction":"horizontal","bullets_always_on":"false","hide_bullets":"200","hide_bullets_mobile":"1200","hide_bullets_on_mobile":"off","bullets_under_hidden":"0","hide_bullets_over":"off","bullets_over_hidden":"0","bullets_align_hor":"center","bullets_align_vert":"bottom","bullets_offset_hor":"0","bullets_offset_vert":"20","bullets_position":"slider","enable_thumbnails":"off","rtl_thumbnails":"off","thumbnails_padding":"5","span_thumbnails_wrapper":"off","thumbnails_wrapper_color":"transparent","thumbnails_style":"round","navigation_thumbs_preset":"default","ph-round-thumbs-title-font-size-custom-def":"off","ph-round-thumbs-title-font-size-custom":"12","ph-round-thumbs-title-color-color-rgba-def":"off","ph-round-thumbs-title-color-color-rgba":"#ffffff","ph-round-thumbs-title-bg-color-rgba-def":"off","ph-round-thumbs-title-bg-color-rgba":"rgba(0,0,0,0.85)","thumb_amount":"5","thumbnails_space":"5","thumbnail_direction":"horizontal","thumb_width":"100","thumb_height":"50","thumb_width_min":"100","thumbs_always_on":"false","hide_thumbs":"200","hide_thumbs_mobile":"1200","hide_thumbs_on_mobile":"off","thumbs_under_hidden":"0","hide_thumbs_over":"off","thumbs_over_hidden":"0","thumbnails_inner_outer":"inner","thumbnails_align_hor":"center","thumbnails_align_vert":"bottom","thumbnails_offset_hor":"0","thumbnails_offset_vert":"20","thumbnails_position":"slider","enable_tabs":"off","rtl_tabs":"off","tabs_padding":"5","span_tabs_wrapper":"off","tabs_wrapper_color":"transparent","tabs_style":"round","navigation_tabs_preset":"default","ph-round-tabs-param2-size-custom-def":"off","ph-round-tabs-param2-size-custom":"14","ph-round-tabs-param2-color-color-rgba-def":"off","ph-round-tabs-param2-color-color-rgba":"0,0,0,0","ph-round-tabs-contentcolor-color-rgba-def":"off","ph-round-tabs-contentcolor-color-rgba":"#333333","ph-round-tabs-bgcolor-color-rgba-def":"off","ph-round-tabs-bgcolor-color-rgba":"rgba(0,0,0,0)","ph-round-tabs-hover-bg-color-color-rgba-def":"off","ph-round-tabs-hover-bg-color-color-rgba":"#eeeeee","ph-round-tabs-param1-size-custom-def":"off","ph-round-tabs-param1-size-custom":"12","ph-round-tabs-param1-color-color-rgba-def":"off","ph-round-tabs-param1-color-color-rgba":"rgba(51,51,51,0.5)","ph-round-tabs-image-size-custom-def":"off","ph-round-tabs-image-size-custom":"60","ph-round-tabs-border-size-custom-def":"off","ph-round-tabs-border-size-custom":"1","ph-round-tabs-border-color-color-rgba-def":"off","ph-round-tabs-border-color-color-rgba":"#e5e5e5","ph-round-tabs-font-family-font_family-def":"off","ph-round-tabs-font-family-font_family":"Roboto","tabs_amount":"5","tabs_space":"5","tabs_direction":"horizontal","tabs_width":"100","tabs_height":"50","tabs_width_min":"100","tabs_always_on":"false","hide_tabs":"200","hide_tabs_mobile":"1200","hide_tabs_on_mobile":"off","tabs_under_hidden":"0","hide_tabs_over":"off","tabs_over_hidden":"0","tabs_inner_outer":"inner","tabs_align_hor":"center","tabs_align_vert":"bottom","tabs_offset_hor":"0","tabs_offset_vert":"20","tabs_position":"slider","touchenabled":"on","touchenabled_desktop":"off","drag_block_vertical":"off","swipe_velocity":"0.7","swipe_min_touches":"1","swipe_direction":"horizontal","keyboard_navigation":"off","keyboard_direction":"horizontal","mousescroll_navigation":"off","mousescroll_navigation_reverse":"default","previewimage_width":"100","previewimage_height":"50","carousel_infinity":"off","carousel_space":"0","carousel_borderr":"0","carousel_borderr_unit":"px","carousel_padding_top":"0","carousel_padding_bottom":"0","carousel_maxitems":"3","carousel_stretch":"off","showalllayers_carousel":"off","carousel_easing":"Power3.easeInOut","carousel_speed":"800","carousel_fadeout":"on","carousel_varyfade":"off","carousel_rotation":"off","carousel_varyrotate":"off","carousel_maxrotation":"0","carousel_scale":"off","carousel_varyscale":"off","carousel_scaledown":"50","carousel_hposition":"center","carousel_vposition":"center","use_parallax":"off","disable_parallax_mobile":"off","ddd_parallax":"off","ddd_parallax_shadow":"off","ddd_parallax_bgfreeze":"off","ddd_parallax_overflow":"off","ddd_parallax_layer_overflow":"off","ddd_parallax_zcorrection":"65","parallax_type":"mouse","parallax_origo":"enterpoint","parallax_speed":"400","parallax_level_16":"55","parallax_level_1":"5","parallax_level_2":"10","parallax_level_3":"15","parallax_level_4":"20","parallax_level_5":"25","parallax_level_6":"30","parallax_level_7":"35","parallax_level_8":"40","parallax_level_9":"45","parallax_level_10":"50","parallax_level_11":"47","parallax_level_12":"48","parallax_level_13":"49","parallax_level_14":"50","parallax_level_15":"51","fade_scrolleffect":"off","blur_scrolleffect":"off","grayscale_scrolleffect":"off","scrolleffect_maxblur":"10","scrolleffect_bg":"off","scrolleffect_layers":"off","scrolleffect_parallax_layers":"off","scrolleffect_static_layers":"off","scrolleffect_static_parallax_layers":"off","scrolleffect_direction":"both","scrolleffect_tilt":"30","scrolleffect_multiplicator":"1.3","scrolleffect_multiplicator_layers":"1.3","scrolleffect_off_mobile":"on","lazy_load_type":"none","simplify_ie8_ios4":"off","show_alternative_type":"off","allow_android_html5_autoplay":"on","show_alternate_image":"","ignore_height_changes":"off","ignore_height_changes_px":"0","jquery_noconflict":"on","js_to_body":"false","output_type":"none","jquery_debugmode":"off","custom_css":"","custom_javascript":""}', '{"version":5}', ''),
(5, 'Slider4', 'slider4', '{"title":"Slider4","alias":"slider4","shortcode":"[rev_slider slider4]","source_type":"gallery","post_types":"post","post_category":"","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","slider_template_id":"","posts_list":"","slider_type":"fullwidth","fullscreen_offset_container":"","fullscreen_offset_size":"","fullscreen_min_height":"","full_screen_align_force":"off","auto_height":"off","force_full_width":"on","min_height":"500","width":"1140","height":"500","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"0","responsitive_sw4":"0","responsitive_w5":"0","responsitive_sw5":"0","responsitive_w6":"0","responsitive_sw6":"0","delay":"10000","shuffle":"off","lazy_load":"off","use_wpml":"off","enable_static_layers":"off","next_slide_on_window_focus":"off","simplify_ie8_ios4":"off","stop_slider":"off","stop_after_loops":0,"stop_at_slide":2,"show_timerbar":"hide","loop_slide":"loop","position":"center","margin_top":0,"margin_bottom":0,"margin_left":0,"margin_right":0,"shadow_type":"0","padding":0,"background_color":"#E9E9E9","background_dotted_overlay":"none","show_background_image":"false","background_image":"http:\\/\\/dev.cactusthemes.com\\/university\\/wp-content\\/","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"center top","stop_on_hover":"off","keyboard_navigation":"off","navigation_style":"round","navigaion_type":"bullet","navigation_arrows":"solo","navigaion_always_on":"false","hide_thumbs":200,"navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":20,"leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":20,"leftarrow_offset_vert":0,"rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":20,"rightarrow_offset_vert":0,"thumb_width":100,"thumb_height":50,"thumb_amount":5,"use_spinner":"0","spinner_color":"#FFFFFF","use_parallax":"off","disable_parallax_mobile":"off","parallax_type":"mouse","parallax_bg_freeze":"off","parallax_level_1":"5","parallax_level_2":"10","parallax_level_3":"15","parallax_level_4":"20","parallax_level_5":"25","parallax_level_6":"30","parallax_level_7":"35","parallax_level_8":"40","parallax_level_9":"45","parallax_level_10":"50","touchenabled":"on","swipe_velocity":0.7,"swipe_min_touches":1,"drag_block_vertical":"false","disable_on_mobile":"off","disable_kenburns_on_mobile":"off","hide_slider_under":0,"hide_defined_layers_under":0,"hide_all_layers_under":0,"hide_arrows_on_mobile":"off","hide_bullets_on_mobile":"off","hide_thumbs_on_mobile":"off","hide_thumbs_under_resolution":0,"hide_thumbs_delay_mobile":1500,"start_with_slide":"1","first_transition_active":"false","first_transition_type":"fade","first_transition_duration":300,"first_transition_slot_amount":7,"reset_transitions":"","reset_transition_duration":0,"0":"Execute settings on all slides","jquery_noconflict":"on","js_to_body":"false","output_type":"none","custom_css":"","custom_javascript":"","template":"false"}', '{"version":"5.0.7"}', '');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_slides`
--

CREATE TABLE `SGLe0xCk_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `SGLe0xCk_revslider_slides`
--

INSERT INTO `SGLe0xCk_revslider_slides` VALUES
(1, 1, 1, '{"runtime":{"collapsedGroups":[]},"title":"Slide","bg":{"type":"solid","color":"#d1d2d7","position":"center top","video":{"args":"hd=1&wmode=opaque&showinfo=0&ref=0;","argsVimeo":"title=0&byline=0&portrait=0&api=1"}},"thumb":{"dimension":"slider"},"info":{"params":[{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10}]},"timeline":{"delay":"","transition":["parallaxtotop"],"slots":["7"],"duration":["300"],"easeIn":["default"],"easeOut":["default"],"rotation":[0]},"panzoom":{"duration":"9000"}}', '{"1":{"text":"Education and Training<br>Organization","alias":"Education and traini...","uid":1,"version":"6.2.0","toggle":{"text":""},"size":{"width":{"d":{"e":true}},"height":{"d":{"e":true}},"scaleProportional":false},"position":{"x":{"d":{"e":true}},"y":{"d":{"v":"150px","e":true},"n":{"v":"150px"},"t":{"v":"150px"},"m":{"v":"150px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":5},"behavior":{"intelligentInherit":false},"group":{"groupOrder":0},"timeline":{"frames":{"frame_0":{"transform":{"x":{"d":{"v":"left"},"n":{"v":"left"},"t":{"v":"left"},"m":{"v":"left"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"opacity":"1","skewX":"45px"},"timeline":{"ease":"Cubic.easeOut","speed":500,"start":1500,"endWithSlide":false},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_1":{"timeline":{"ease":"Cubic.easeOut","speed":500,"start":1500,"endWithSlide":false,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"timeline":{"ease":"nothing","speed":500,"start":10000,"endWithSlide":true,"auto":true,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"speed":4000,"yoyo_move":true},"frameOrder":[{"id":"frame_0","start":-1},{"id":"frame_1","start":1500},{"id":"frame_999","start":10000}],"hoverFilterUsed":false,"split":false,"sessionFilterUsed":false},"idle":{"style":"big_black_222","color":{"d":{"v":"rgba(34,34,34,1)","e":true},"n":{"v":"rgba(34,34,34,1)"},"t":{"v":"rgba(34,34,34,1)"},"m":{"v":"rgba(34,34,34,1)"}},"margin":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"padding":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"autolinebreak":false,"fontSize":{"d":{"v":"64px","e":true},"n":{"v":"64px"},"t":{"v":"64px"},"m":{"v":"64px"}},"fontWeight":{"d":{"v":"700","e":true},"n":{"v":"700"},"t":{"v":"700"},"m":{"v":"700"}},"lineHeight":{"d":{"v":"75px","e":true},"n":{"v":"75px"},"t":{"v":"75px"},"m":{"v":"75px"}},"borderColor":"rgba(0,0,0,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0px","0px","0px","0px"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(34,34,34,1)","e":true},"n":{"v":"rgba(34,34,34,1)"},"t":{"v":"rgba(34,34,34,1)"},"m":{"v":"rgba(34,34,34,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"triggerMemory":"keep","action":[],"animationoverwrite":"wait"},"type":"text"},"2":{"text":"University is an advanced solution for Education and<br>Training organization, University, Event and more ...","alias":"University is an adv...","uid":2,"version":"6.2.0","toggle":{"text":""},"size":{"width":{"d":{"e":true}},"height":{"d":{"e":true}},"scaleProportional":false},"position":{"x":{"d":{"e":true}},"y":{"d":{"v":"330px","e":true},"n":{"v":"330px"},"t":{"v":"330px"},"m":{"v":"330px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":6},"behavior":{"intelligentInherit":false},"group":{"groupOrder":1},"timeline":{"frames":{"frame_0":{"transform":{"x":{"d":{"v":"200px"},"n":{"v":"200px"},"t":{"v":"200px"},"m":{"v":"200px"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"skewX":"-85px"},"timeline":{"ease":"easeInCirc","speed":500,"start":2000,"endWithSlide":false},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_1":{"timeline":{"ease":"easeInCirc","speed":500,"start":2000,"endWithSlide":false,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"timeline":{"ease":"nothing","speed":500,"start":10000,"endWithSlide":true,"auto":true,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"speed":4000,"yoyo_move":true},"frameOrder":[{"id":"frame_0","start":-1},{"id":"frame_1","start":2000},{"id":"frame_999","start":10000}],"hoverFilterUsed":false,"split":false,"sessionFilterUsed":false},"idle":{"style":"content_text_555","color":{"d":{"v":"rgba(102,102,102,1)","e":true},"n":{"v":"rgba(102,102,102,1)"},"t":{"v":"rgba(102,102,102,1)"},"m":{"v":"rgba(102,102,102,1)"}},"margin":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"padding":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"autolinebreak":false,"fontFamily":"Raleway, sans-serif","fontStyle":true,"fontSize":{"d":{"v":"18px","e":true},"n":{"v":"18px"},"t":{"v":"18px"},"m":{"v":"18px"}},"fontWeight":{"d":{"e":true},"n":{"e":true},"t":{"e":true},"m":{"e":true}},"lineHeight":{"d":{"v":"30px","e":true},"n":{"v":"30px"},"t":{"v":"30px"},"m":{"v":"30px"}},"borderColor":"rgba(0,0,0,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0px","0px","0px","0px"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(102,102,102,1)","e":true},"n":{"v":"rgba(102,102,102,1)"},"t":{"v":"rgba(102,102,102,1)"},"m":{"v":"rgba(102,102,102,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"triggerMemory":"keep","action":[],"animationoverwrite":"wait"},"visibility":{"locked":true},"type":"text"},"3":{"text":"<a href=\\"http:\\/\\/themeforest.net\\/item\\/university-education-event-and-course-theme\\/8412116\\">BUY THIS THEME<\\/a>","alias":"Buy this theme","uid":3,"version":"6.2.0","toggle":{"text":""},"size":{"width":{"d":{"e":true}},"height":{"d":{"e":true}},"scaleProportional":false},"position":{"x":{"d":{"e":true}},"y":{"d":{"v":"420px","e":true},"n":{"v":"420px"},"t":{"v":"420px"},"m":{"v":"420px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":7},"attributes":{"classes":"un-button-2-lg"},"behavior":{"intelligentInherit":false},"group":{"groupOrder":2},"timeline":{"frames":{"frame_0":{"transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"50px"},"n":{"v":"50px"},"t":{"v":"50px"},"m":{"v":"50px"}}},"timeline":{"ease":"power3.in","speed":500,"start":2500,"endWithSlide":false},"chars":{"delay":"100"},"words":{"delay":"100"},"lines":{"delay":"100"}},"frame_1":{"timeline":{"ease":"power3.in","speed":500,"start":2500,"endWithSlide":false,"frameLength":500},"chars":{"delay":"100"},"words":{"delay":"100"},"lines":{"delay":"100"}},"frame_999":{"timeline":{"ease":"nothing","speed":500,"start":10000,"endWithSlide":true,"auto":true,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"speed":4000,"yoyo_move":true},"frameOrder":[{"id":"frame_0","start":-1},{"id":"frame_1","start":2500},{"id":"frame_999","start":10000}],"hoverFilterUsed":false,"split":false,"sessionFilterUsed":false},"idle":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}},"margin":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"padding":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"autolinebreak":false,"fontSize":{"d":{"e":true}},"fontWeight":{"d":{"e":true}},"lineHeight":{"d":{"v":"22","e":true},"n":{"v":"22"},"t":{"v":"22"},"m":{"v":"22"}},"borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"triggerMemory":"keep","action":[],"animationoverwrite":"wait"},"type":"text"},"5":{"text":"<a href=\\"#\\">PRODUCT TOUR<\\/a>","alias":"Product tour","uid":5,"version":"6.2.0","toggle":{"text":""},"size":{"width":{"d":{"e":true}},"height":{"d":{"e":true}},"scaleProportional":false},"position":{"x":{"d":{"v":"250px","e":true},"n":{"v":"250px"},"t":{"v":"250px"},"m":{"v":"250px"}},"y":{"d":{"v":"420px","e":true},"n":{"v":"420px"},"t":{"v":"420px"},"m":{"v":"420px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":9},"attributes":{"classes":"un-button-1-lg"},"behavior":{"intelligentInherit":false},"group":{"groupOrder":4},"timeline":{"frames":{"frame_0":{"transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"50px"},"n":{"v":"50px"},"t":{"v":"50px"},"m":{"v":"50px"}}},"timeline":{"speed":500,"start":2500,"endWithSlide":false},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_1":{"timeline":{"speed":500,"start":2500,"endWithSlide":false,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"timeline":{"ease":"nothing","speed":500,"start":10000,"endWithSlide":true,"auto":true,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"static":{"end":"1"},"loop":{"speed":4000,"yoyo_move":true},"frameOrder":[{"id":"frame_0","start":-1},{"id":"frame_1","start":2500},{"id":"frame_999","start":10000}],"hoverFilterUsed":false,"split":false,"sessionFilterUsed":false},"idle":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}},"margin":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"padding":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"fontSize":{"d":{"e":true}},"fontWeight":{"d":{"e":true}},"lineHeight":{"d":{"v":22,"e":true},"n":{"v":22},"t":{"v":22},"m":{"v":22}},"borderRadius":{"v":[0,0,0,0]},"borderWidth":["0","0","0","0"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","backgroundColor":"rgba(0,0,0,0)","borderRadius":{"v":[0,0,0,0]},"borderWidth":[0,0,0,0],"originX":50,"originY":50,"speed":"","ease":"none"},"actions":{"triggerMemory":"keep","action":[],"animationoverwrite":"wait"},"type":"text"},"6":{"text":"","alias":"Image 6","uid":6,"version":"6.2.0","media":{"imageUrl":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/slide1-001x.png","imageId":3108,"loaded":true},"toggle":{"text":""},"size":{"width":{"d":{"v":"378px","e":true},"n":{"v":"378px"},"t":{"v":"378px"},"m":{"v":"378px"}},"height":{"d":{"v":"607px","e":true},"n":{"v":"607px"},"t":{"v":"607px"},"m":{"v":"607px"}},"originalWidth":378,"originalHeight":607,"aspectRatio":{"d":{"v":0.6227347611202636},"n":{"v":0.6227347611202636},"t":{"v":0.6227347611202636},"m":{"v":0.6227347611202636}},"scaleProportional":false},"position":{"x":{"d":{"v":"732px","e":true},"n":{"v":"732px"},"t":{"v":"732px"},"m":{"v":"732px"}},"y":{"d":{"v":"9px","e":true},"n":{"v":"9px"},"t":{"v":"9px"},"m":{"v":"9px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":8},"behavior":{"intelligentInherit":false},"group":{"groupOrder":5},"timeline":{"frames":{"frame_0":{"transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}}},"timeline":{"ease":"power2.inOut","speed":500,"start":1500,"endWithSlide":false},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_1":{"timeline":{"ease":"power2.inOut","speed":500,"start":1500,"endWithSlide":false,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"transform":{"opacity":"0"},"timeline":{"ease":"nothing","speed":500,"start":10000,"endWithSlide":true,"frameLength":500},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"speed":4000,"yoyo_move":true},"frameOrder":[{"id":"frame_0","start":-1},{"id":"frame_1","start":1500},{"id":"frame_999","start":10000}],"hoverFilterUsed":false,"split":false,"sessionFilterUsed":false},"idle":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}},"margin":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"padding":{"d":{"v":[0,0,0,0],"e":false},"n":{"v":[0,0,0,0],"e":false},"t":{"v":[0,0,0,0],"e":false},"m":{"v":[0,0,0,0],"e":false}},"autolinebreak":false,"fontSize":{"d":{"e":true}},"fontWeight":{"d":{"e":true}},"lineHeight":{"d":{"v":"22","e":true},"n":{"v":"22"},"t":{"v":"22"},"m":{"v":"22"}},"borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"triggerMemory":"keep","action":[],"animationoverwrite":"wait"},"type":"image"},"top":{"uid":"top","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"TOP ROWS","position":{"zIndex":0}},"middle":{"uid":"middle","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"MID ROWS","position":{"zIndex":0}},"bottom":{"uid":"bottom","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"BOTTOM ROWS","position":{"zIndex":0}}}', '{"version":"6.2.0"}'),
(2, 1, 2, '{"title":"Slide","bg":{"type":"solid","color":"#d2d2d7","position":"center top","video":{"args":"hd=1&wmode=opaque&showinfo=0&ref=0;","argsVimeo":"title=0&byline=0&portrait=0&api=1","volume":""}},"thumb":{"dimension":"slider"},"timeline":{"delay":"","transition":["parallaxtobottom"],"slots":["7"],"duration":["600"]},"panzoom":{"duration":"9000","ease":"none"},"version":"6.2.0"}', '{"1":{"text":"Courses And Events","alias":"Courses and events","uid":1,"size":{"width":{"d":{"e":true}},"height":{"d":{"e":true}}},"position":{"x":{"d":{"v":"471px","e":true},"n":{"v":"471px"},"t":{"v":"471px"},"m":{"v":"471px"}},"y":{"d":{"v":"192px","e":true},"n":{"v":"192px"},"t":{"v":"192px"},"m":{"v":"192px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":5},"behavior":{"intelligentInherit":false},"group":{"groupOrder":0},"timeline":{"frameOrder":[{"id":"frame_1","start":1500},{"id":"frame_999","start":10600}],"frames":{"frame_0":{"alias":"Anim From","transform":{"x":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"y":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"z":0,"scaleX":1,"scaleY":1,"opacity":1,"rotationX":0,"rotationY":0,"rotationZ":0,"skewX":0,"skewY":0,"transformPerspective":"600"},"timeline":{"ease":"power3.inOut","speed":400,"start":1500},"chars":{"delay":"10"},"words":{"use":true,"delay":"10","x":{"d":{"v":"left"},"n":{"v":"left"},"t":{"v":"left"},"m":{"v":"left"}},"z":0,"scaleX":"1","scaleY":"1","opacity":"1","rotationX":0,"rotationY":0,"rotationZ":0,"skewX":"45px","skewY":"0"},"lines":{"delay":"10"}},"frame_1":{"alias":"Anim To","transform":{"x":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"y":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"z":0,"scaleX":1,"scaleY":1,"opacity":1,"rotationX":0,"rotationY":0,"rotationZ":0,"skewX":0,"skewY":0,"transformPerspective":"600"},"timeline":{"ease":"power3.inOut","speed":400,"start":1500},"chars":{"delay":"10"},"words":{"use":true,"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"alias":"Anim To","transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"z":"inherit","scaleX":"inherit","scaleY":"inherit","opacity":"inherit","rotationX":"inherit","rotationY":"inherit","rotationZ":"inherit","skewX":"inherit","skewY":"inherit","transformPerspective":"600"},"timeline":{"ease":"nothing","speed":500,"start":10100,"endWithSlide":true,"auto":true},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"yoyo_move":true,"speed":4000}},"idle":{"style":"white_big","color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}},"padding":{"d":{"v":["0","0","0","0"]},"n":{"v":["0","0","0","0"]},"t":{"v":["0","0","0","0"]},"m":{"v":["0","0","0","0"]}},"autolinebreak":false,"fontFamily":"Bitter, serif","fontSize":{"d":{"v":"60px","e":true},"n":{"v":"60px"},"t":{"v":"60px"},"m":{"v":"60px"}},"fontWeight":{"d":{"v":"700","e":true},"n":{"v":"700"},"t":{"v":"700"},"m":{"v":"700"}},"lineHeight":{"d":{"v":"75px","e":true},"n":{"v":"75px"},"t":{"v":"75px"},"m":{"v":"75px"}},"backgroundColor":"transparent","borderColor":"rgba(0,0,0,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0px","0px","0px","0px"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"animationoverwrite":"wait","triggerMemory":"keep"},"customCSS":"text-shadow:none;\\n","type":"text","version":"6.2.0"},"4":{"text":"<a href=\\"http:\\/\\/themeforest.net\\/item\\/university-education-event-and-course-theme\\/8412116?ref=cactusthemes\\">BUY THIS THEME<\\/a>","alias":"Buy this theme","uid":4,"size":{"width":{"d":{"e":true}},"height":{"d":{"e":true}}},"position":{"x":{"d":{"v":"656px","e":true},"n":{"v":"656px"},"t":{"v":"656px"},"m":{"v":"656px"}},"y":{"d":{"v":"402px","e":true},"n":{"v":"402px"},"t":{"v":"402px"},"m":{"v":"402px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":6},"attributes":{"classes":"un-button-2-lg"},"behavior":{"intelligentInherit":false},"group":{"groupOrder":3},"timeline":{"frameOrder":[{"id":"frame_1","start":2100},{"id":"frame_999","start":10500}],"frames":{"frame_0":{"alias":"Anim From","transform":{"x":{"d":{"v":"left"},"n":{"v":"left"},"t":{"v":"left"},"m":{"v":"left"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"z":0,"scaleX":"1","scaleY":"1","opacity":"1","rotationX":0,"rotationY":0,"rotationZ":0,"skewX":"45px","skewY":"0","transformPerspective":"600"},"timeline":{"ease":"power3.inOut","speed":360,"start":2100},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_1":{"alias":"Anim To","transform":{"x":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"y":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"z":0,"scaleX":"1","scaleY":"1","opacity":"1","rotationX":0,"rotationY":0,"rotationZ":0,"skewX":"0","skewY":"0","transformPerspective":"600"},"timeline":{"ease":"power3.inOut","speed":360,"start":2100},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"alias":"Anim To","transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"z":"inherit","scaleX":"inherit","scaleY":"inherit","opacity":"inherit","rotationX":"inherit","rotationY":"inherit","rotationZ":"inherit","skewX":"inherit","skewY":"inherit","transformPerspective":"600"},"timeline":{"ease":"nothing","speed":500,"start":10000,"endWithSlide":true,"auto":true},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"yoyo_move":true,"speed":4000}},"idle":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}},"padding":{"d":{"v":["0","0","0","0"]},"n":{"v":["0","0","0","0"]},"t":{"v":["0","0","0","0"]},"m":{"v":["0","0","0","0"]}},"autolinebreak":false,"fontFamily":"","fontSize":{"d":{"e":true}},"fontWeight":{"d":{"e":true}},"lineHeight":{"d":{"v":"22","e":true},"n":{"v":"22"},"t":{"v":"22"},"m":{"v":"22"}},"backgroundColor":"transparent","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"animationoverwrite":"wait","triggerMemory":"keep"},"type":"text","version":"6.2.0"},"2":{"text":"Create courses and events with custom post<br>Use WooCommerce to sell ticket to your events ...","alias":"Create courses and e...","uid":2,"size":{"width":{"d":{"e":true}},"height":{"d":{"e":true}}},"position":{"x":{"d":{"v":"530px","e":true},"n":{"v":"530px"},"t":{"v":"530px"},"m":{"v":"530px"}},"y":{"d":{"v":"295px","e":true},"n":{"v":"295px"},"t":{"v":"295px"},"m":{"v":"295px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":7},"behavior":{"intelligentInherit":false},"group":{"groupOrder":1},"timeline":{"frameOrder":[{"id":"frame_1","start":2000},{"id":"frame_999","start":10600}],"frames":{"frame_0":{"alias":"Anim From","transform":{"x":{"d":{"v":"left"},"n":{"v":"left"},"t":{"v":"left"},"m":{"v":"left"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"z":0,"scaleX":"1","scaleY":"1","opacity":"1","rotationX":0,"rotationY":0,"rotationZ":0,"skewX":"45px","skewY":"0","transformPerspective":"600"},"timeline":{"ease":"power3.inOut","speed":500,"start":2000},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_1":{"alias":"Anim To","transform":{"x":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"y":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"z":0,"scaleX":"1","scaleY":"1","opacity":"1","rotationX":0,"rotationY":0,"rotationZ":0,"skewX":"0","skewY":"0","transformPerspective":"600"},"timeline":{"ease":"power3.inOut","speed":500,"start":2000},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"alias":"Anim To","transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"z":"inherit","scaleX":"inherit","scaleY":"inherit","opacity":"inherit","rotationX":"inherit","rotationY":"inherit","rotationZ":"inherit","skewX":"inherit","skewY":"inherit","transformPerspective":"600"},"timeline":{"ease":"nothing","speed":500,"start":10100,"endWithSlide":true,"auto":true},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"yoyo_move":true,"speed":4000}},"idle":{"style":"content_text_center","color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}},"padding":{"d":{"v":["0","0","0","0"]},"n":{"v":["0","0","0","0"]},"t":{"v":["0","0","0","0"]},"m":{"v":["0","0","0","0"]}},"autolinebreak":false,"fontFamily":"Raleway, sans-serif","fontSize":{"d":{"v":"20px","e":true},"n":{"v":"20px"},"t":{"v":"20px"},"m":{"v":"20px"}},"fontWeight":{"d":{"e":true}},"lineHeight":{"d":{"v":"40px","e":true},"n":{"v":"40px"},"t":{"v":"40px"},"m":{"v":"40px"}},"backgroundColor":"transparent","borderColor":"rgba(0,0,0,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0px","0px","0px","0px"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"animationoverwrite":"wait","triggerMemory":"keep"},"customCSS":"text-shadow:none;\\ntext-align:center;\\n","type":"text","version":"6.2.0"},"5":{"text":"Image 5","alias":"Image 5","uid":5,"media":{"imageUrl":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/Slider-2.png","imageId":3109},"size":{"width":{"d":{"v":"426px","e":true},"n":{"v":"426px"},"t":{"v":"426px"},"m":{"v":"426px"}},"height":{"d":{"v":"626px","e":true},"n":{"v":"626px"},"t":{"v":"626px"},"m":{"v":"626px"}},"originalWidth":426,"originalHeight":626,"scaleProportional":false,"aspectRatio":{"d":{"v":0.6805111821086262},"n":{"v":0.6805111821086262},"t":{"v":0.6805111821086262},"m":{"v":0.6805111821086262}}},"position":{"x":{"d":{"v":"-1px","e":true},"n":{"v":"-1px"},"t":{"v":"-1px"},"m":{"v":"-1px"}},"y":{"d":{"v":"9px","e":true},"n":{"v":"9px"},"t":{"v":"9px"},"m":{"v":"9px"}},"horizontal":{"d":{"e":true}},"vertical":{"d":{"e":true}},"zIndex":8},"behavior":{"intelligentInherit":false},"group":{"groupOrder":4},"timeline":{"frameOrder":[{"id":"frame_1","start":1050},{"id":"frame_999","start":10300}],"frames":{"frame_0":{"alias":"Anim From","transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"z":0,"scaleX":"1","scaleY":"1","opacity":"0","rotationX":0,"rotationY":0,"rotationZ":0,"skewX":"0","skewY":"0","transformPerspective":"600"},"timeline":{"ease":"power2.inOut","speed":500,"start":1050},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_1":{"alias":"Anim To","transform":{"x":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"y":{"d":{"v":0},"n":{"v":0},"t":{"v":0},"m":{"v":0}},"z":0,"scaleX":"1","scaleY":"1","opacity":"1","rotationX":0,"rotationY":0,"rotationZ":0,"skewX":"0","skewY":"0","transformPerspective":"600"},"timeline":{"ease":"power2.inOut","speed":500,"start":1050},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}},"frame_999":{"alias":"Anim To","transform":{"x":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"y":{"d":{"v":"inherit"},"n":{"v":"inherit"},"t":{"v":"inherit"},"m":{"v":"inherit"}},"z":"inherit","scaleX":"inherit","scaleY":"inherit","opacity":"0","rotationX":"inherit","rotationY":"inherit","rotationZ":"inherit","skewX":"inherit","skewY":"inherit","transformPerspective":"600"},"timeline":{"ease":"nothing","speed":500,"start":9800},"chars":{"delay":"10"},"words":{"delay":"10"},"lines":{"delay":"10"}}},"loop":{"yoyo_move":true,"speed":4000}},"idle":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}},"padding":{"d":{"v":["0","0","0","0"]},"n":{"v":["0","0","0","0"]},"t":{"v":["0","0","0","0"]},"m":{"v":["0","0","0","0"]}},"autolinebreak":false,"fontFamily":"","fontSize":{"d":{"e":true}},"fontWeight":{"d":{"e":true}},"lineHeight":{"d":{"v":"22","e":true},"n":{"v":"22"},"t":{"v":"22"},"m":{"v":"22"}},"backgroundColor":"transparent","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"whiteSpace":{"d":{"e":true}},"svg":{"color":{"d":{"v":"rgba(255,255,255,1)","e":true},"n":{"v":"rgba(255,255,255,1)"},"t":{"v":"rgba(255,255,255,1)"},"m":{"v":"rgba(255,255,255,1)"}}}},"hover":{"color":"rgba(255,255,255,1)","borderRadius":{"v":["0","0","0","0"]},"borderWidth":["0","0","0","0"],"originX":50,"originY":50,"speed":"0","ease":"none"},"actions":{"animationoverwrite":"wait","triggerMemory":"keep"},"type":"image","version":"6.2.0"}}', '{"0":"","version":"6.2.0"}'),
(14, 5, 1, '{"runtime":{"collapsedGroups":[]},"bg":{"type":"image","fit":"percentage","position":"center top","image":"https:\\/\\/spisutha.w2.uinjambi.ac.id\\/wp-content\\/uploads\\/2014\\/10\\/slider1.jpg","imageId":137275,"imageLib":"medialibrary"},"thumb":{"dimension":"slider"},"info":{"params":[{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10}]},"timeline":{"transition":["fade"],"slots":[0],"duration":[530],"easeIn":["default"],"easeOut":["default"],"rotation":[0]},"nav":{"arrows":{"presets":{"height":"50","height-def":false,"font-size":"40","font-size-def":false,"background":"rgba(255,255,255,0)","background-def":false,"width":"50","width-def":false}}}}', '{"top":{"uid":"top","group":{"puid":-1,"groupOrder":7},"type":"zone","alias":"TOP ROWS","position":{"zIndex":7}},"middle":{"uid":"middle","group":{"puid":-1,"groupOrder":6},"type":"zone","alias":"MID ROWS","position":{"zIndex":6}},"bottom":{"uid":"bottom","group":{"puid":-1,"groupOrder":5},"type":"zone","alias":"BOTTOM ROWS","position":{"zIndex":5}}}', '{"version":"6.3.5"}'),
(15, 5, 2, '{"runtime":{"collapsedGroups":[]},"bg":{"type":"image","fit":"percentage","image":"https:\\/\\/spisutha.w2.uinjambi.ac.id\\/wp-content\\/uploads\\/2014\\/10\\/slider2.jpg","imageId":137276,"imageLib":"medialibrary"},"info":{"params":[{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10}]},"timeline":{"transition":["fade"],"slots":[0],"duration":[1000],"easeIn":["default"],"easeOut":["default"],"rotation":[0]},"nav":{"arrows":{"presets":{"height":"50","height-def":false,"font-size":"40","font-size-def":false,"background":"rgba(255,255,255,0)","background-def":false,"width":"50","width-def":false}}}}', '{"top":{"uid":"top","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"TOP ROWS","position":{"zIndex":0}},"middle":{"uid":"middle","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"MID ROWS","position":{"zIndex":0}},"bottom":{"uid":"bottom","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"BOTTOM ROWS","position":{"zIndex":0}}}', '{"version":"6.3.5"}'),
(16, 5, 3, '{"runtime":{"collapsedGroups":[]},"bg":{"type":"image","fit":"percentage","image":"https:\\/\\/spisutha.w2.uinjambi.ac.id\\/wp-content\\/uploads\\/2014\\/10\\/slider3.jpg","imageId":137274,"imageLib":"medialibrary"},"info":{"params":[{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10},{"v":"","l":10}]},"timeline":{"transition":["fade"],"slots":[0],"duration":[1000],"easeIn":["default"],"easeOut":["default"],"rotation":[0]},"nav":{"arrows":{"presets":{"height":"50","height-def":false,"font-size":"40","font-size-def":false,"background":"rgba(255,255,255,0)","background-def":false,"width":"50","width-def":false}}}}', '{"top":{"uid":"top","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"TOP ROWS","position":{"zIndex":0}},"middle":{"uid":"middle","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"MID ROWS","position":{"zIndex":0}},"bottom":{"uid":"bottom","group":{"puid":-1,"groupOrder":0},"type":"zone","alias":"BOTTOM ROWS","position":{"zIndex":0}}}', '{"version":"6.3.5"}');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_slides_bkp`
--

CREATE TABLE `SGLe0xCk_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `SGLe0xCk_revslider_slides_bkp`
--

INSERT INTO `SGLe0xCk_revslider_slides_bkp` VALUES
(1, 1, 1, '{"background_type":"solid","image":"","image_id":"1120","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":["parallaxtotop"],"0":"Remove","slot_amount":["7"],"transition_rotation":["0"],"transition_duration":["300"],"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#d1d2d7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","rs-gallery-type":"gallery","bg_external":"","bg_color":"#d1d2d7","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"","video_speed":"1","slide_parallax_level":"-","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","thumb_dimension":"slider","transition_ease_in":["default"],"transition_ease_out":["default"],"params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":"","video_arguments":"hd=1&wmode=opaque&showinfo=0&ref=0;","video_arguments_vim":"title=0&byline=0&portrait=0&api=1","thumb_for_admin":"off","0":"Remove"}', '[{"text":"Education and Training<br>Organization","type":"text","left":{"desktop":0},"top":{"desktop":150},"animation":"skewfromleft","easing":"Cubic.easeOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","style":"big_black_222","time":1500,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":670,"height":150,"serial":0,"timeLast":8500,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","static_start":"1","static_end":"last","endWithSlide":true,"x_start":"left","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"45px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"inherit","opacity_end":"inherit","deformation":{"font-family":"Roboto","text-decoration":"none","background-color":"transparent","background-transparency":"100","border-color":"#000000","border-style":"none","border-width":"0px","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-align":"left","border-transparency":"1","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#222222"},"font-weight":{"desktop":"700"},"font-size":{"desktop":"64px"},"line-height":{"desktop":"75px"},"font-family":"Roboto"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"education and traini...","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":1,"html_tag":"div","autolinebreak":false,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}},{"text":"University is an advanced solution for Education and<br>Training organization, University, Event and more ...","type":"text","left":{"desktop":0},"top":{"desktop":330},"animation":"skewfromrightshort","easing":"easeInCirc","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","style":"content_text_555","time":2000,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":485,"height":80,"serial":1,"timeLast":8000,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","static_start":"1","static_end":"last","endWithSlide":true,"x_start":"200px","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"-85px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"font-family":"Raleway, sans-serif","font-style":"italic","text-decoration":"none","background-color":"transparent","background-transparency":"100","border-color":"#000000","border-style":"none","border-width":"0px","padding":["0","0","0","0"],"color-transparency":"1","text-align":"left","border-transparency":"1","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#666666"},"font-weight":{"desktop":"400"},"font-size":{"desktop":"18px"},"line-height":{"desktop":"30px"},"font-family":"Raleway, sans-serif"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"university is an adv...","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":2,"html_tag":"div","autolinebreak":false,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]},"parallax_layer_ddd_zlevel":"front","mask_speed_start":"inherit","mask_ease_start":"inherit","link":"","link_open_in":"same","pers_start":"inherit","pers_end":"inherit"},{"text":"<a href=\\"http:\\/\\/themeforest.net\\/item\\/university-education-event-and-course-theme\\/8412116\\">BUY THIS THEME<\\/a>","type":"text","left":{"desktop":0},"top":{"desktop":420},"animation":"sfb","easing":"Power3.easeIn","split":"none","endsplit":"none","splitdelay":"100","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","style":"","time":2500,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":21,"height":18,"serial":2,"timeLast":7500,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"un-button-2-lg","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","static_start":"1","static_end":"last","endWithSlide":true,"x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"font-family":"","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"buy this theme","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","static_styles":{"font-size":{"desktop":"20"},"line-height":{"desktop":"22"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"}},"x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":3,"html_tag":"div","autolinebreak":false,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}},{"style":"","text":"Image 6","type":"image","image_url":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/slide1-001x.png","scaleX":{"desktop":"378px"},"scaleY":{"desktop":"607px"},"originalWidth":378,"originalHeight":607,"special_type":null,"subtype":"","specialsettings":{},"unique_id":6,"left":{"desktop":732},"top":{"desktop":9},"internal_class":"","hover":false,"alias":"image 6","loop_animation":"none","loop_easing":"linearEaseNone","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","animation":"tp-fade","easing":"Power2.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"static_start":"1","static_end":"last","speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link_slide":"nothing","scrollunder_offset":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","time":1500,"endspeed":500,"endtime":10500,"endanimation":"fadeout","endeasing":"nothing","width":378,"height":607,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"20"},"line-height":{"desktop":"22"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"}},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","deformation":{"font-family":"","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"2d_rotation":0,"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":5,"endWithSlide":true,"autolinebreak":false,"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}},{"text":"<a href=\\"#\\">PRODUCT TOUR<\\/a>","type":"text","left":{"desktop":250},"top":{"desktop":420},"animation":"sfb","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"","time":2500,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":-1,"height":-1,"serial":4,"timeLast":7500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"un-button-1-lg","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"1","endWithSlide":true,"x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"","padding":[0,0,0,0],"font-style":"normal","color-transparency":1,"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":1,"border-color":"transparent","border-transparency":1,"border-style":"none","border-width":"0","border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_origin_x":50,"2d_origin_y":50,"pers":600,"corner_left":"nothing","corner_right":"nothing"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"product tour","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":0,"mask_y_start":0,"mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":0,"mask_y_end":0,"mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":480},"video_height":{"desktop":360},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","static_styles":{"font-size":{"desktop":20},"line-height":{"desktop":22},"font-weight":{"desktop":400},"color":{"desktop":"#ffffff"}},"x_origin_start":"inherit","y_origin_start":"inherit","x_origin_end":"inherit","y_origin_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":0,"border-color":"transparent","border-transparency":"1","border-style":"none","border-width":0,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":5,"html_tag":"div","parallax_layer_ddd_zlevel":"front"}]', '""'),
(2, 1, 2, '{"background_type":"solid","image":"","image_id":"954","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":["parallaxtobottom"],"0":"Remove","slot_amount":["7"],"transition_rotation":["0"],"transition_duration":["600"],"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#d2d2d7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","rs-gallery-type":"gallery","bg_external":"","bg_color":"#d2d2d7","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"","video_speed":"1","slide_parallax_level":"-","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","thumb_dimension":"slider","transition_ease_in":["default"],"transition_ease_out":["default"],"params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":"","0":"Remove","video_arguments":"hd=1&wmode=opaque&showinfo=0&ref=0;","video_arguments_vim":"title=0&byline=0&portrait=0&api=1","thumb_for_admin":"off"}', '[{"text":"Courses And Events","type":"text","left":{"desktop":471},"top":{"desktop":192},"animation":"skewfromleft","easing":"Power3.easeInOut","split":"words","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":400,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","style":"white_big","time":1500,"endtime":10600,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":590,"height":75,"serial":0,"timeLast":8500,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","static_start":"1","static_end":"last","endWithSlide":true,"x_start":"left","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"45px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"inherit","opacity_end":"inherit","deformation":{"font-family":"Bitter, serif","text-decoration":"none","background-color":"transparent","background-transparency":"100","border-color":"#000000","border-style":"none","border-width":"0px","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-align":"left","border-transparency":"1","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#ffffff"},"font-weight":{"desktop":"700"},"font-size":{"desktop":"60px"},"line-height":{"desktop":"75px"},"font-family":"Bitter, serif"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"courses and events","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":1,"html_tag":"div","autolinebreak":false,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}},{"text":"<a href=\\"http:\\/\\/themeforest.net\\/item\\/university-education-event-and-course-theme\\/8412116?ref=cactusthemes\\">BUY THIS THEME<\\/a>","type":"text","left":{"desktop":656},"top":{"desktop":402},"animation":"skewfromleft","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":360,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","style":"","time":2100,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":158,"height":22,"serial":3,"timeLast":7500,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"un-button-2-lg","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","static_start":"1","static_end":"last","endWithSlide":true,"x_start":"left","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"45px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"inherit","opacity_end":"inherit","deformation":{"font-family":"","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"buy this theme","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","static_styles":{"font-size":{"desktop":"20"},"line-height":{"desktop":"22"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"}},"x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":4,"autolinebreak":false,"html_tag":"div","mask_speed_end":"inherit","mask_ease_end":"inherit","layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}},{"text":"Create courses and events with custom post<br>Use WooCommerce to sell ticket to your events ...","type":"text","left":{"desktop":530},"top":{"desktop":295},"animation":"skewfromleft","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","style":"content_text_center","time":2000,"endtime":10600,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":466,"height":80,"serial":1,"timeLast":8000,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","static_start":"1","static_end":"last","endWithSlide":true,"x_start":"left","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"45px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"inherit","opacity_end":"inherit","deformation":{"font-family":"Raleway, sans-serif","text-decoration":"none","background-color":"transparent","background-transparency":"100","border-color":"#000000","border-style":"none","border-width":"0px","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-align":"left","border-transparency":"1","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#ffffff"},"font-weight":{"desktop":"400"},"font-size":{"desktop":"20px"},"line-height":{"desktop":"40px"},"font-family":"Raleway, sans-serif"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"create courses and e...","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":2,"html_tag":"div","autolinebreak":false,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}},{"style":"","text":"Image 5","type":"image","image_url":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/Slider-2.png","scaleX":{"desktop":"426px"},"scaleY":{"desktop":"626px"},"originalWidth":426,"originalHeight":626,"special_type":null,"subtype":"","specialsettings":{},"unique_id":5,"left":{"desktop":-1},"top":{"desktop":9},"internal_class":"","hover":false,"alias":"image 5","loop_animation":"none","loop_easing":"linearEaseNone","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","animation":"tp-fade","easing":"Power2.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"static_start":"1","static_end":"last","speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link_slide":"nothing","scrollunder_offset":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","time":1050,"endspeed":500,"endtime":10300,"endanimation":"fadeout","endeasing":"nothing","width":426,"height":626,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"20"},"line-height":{"desktop":"22"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"}},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","deformation":{"font-family":"","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"2d_rotation":0,"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":4,"endWithSlide":false,"autolinebreak":false,"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}}]', '""'),
(3, 2, 1, '{"background_type":"image","image":"http:\\/\\/demo.cactusthemes.com\\/university\\/wp-content\\/uploads\\/2014\\/10\\/Slider-02.jpg","image_id":"2660","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"fade","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":""}', '[{"text":"Education & Training","type":"text","left":96,"top":230,"animation":"sfb","easing":"Cubic.easeOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"big_black_223","time":2000,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":897,"height":75,"serial":"0","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":8000,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Bitter, serif","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"700","font-size":"85px","line-height":"75px","font-family":"Bitter, serif"}},{"text":"University is an advanced solution for Education and<br>\\nTraining organization, University, Event and more ...","type":"text","left":310,"top":350,"animation":"sfb","easing":"easeInCirc","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"content_text_556","time":2500,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":485,"height":70,"serial":"1","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":7500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Raleway, sans-serif","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"400","font-size":"20px","line-height":"35px","font-family":"Raleway, sans-serif"}},{"text":"<a href=\\"#\\">BUY THIS THEME<\\/a>","type":"text","left":447,"top":450,"animation":"sfb","easing":"Power3.easeIn","split":"none","endsplit":"none","splitdelay":"100","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"","time":3000,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":101,"height":18,"serial":"2","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":7000,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"un-button-2-lg","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-"}},{"text":"This Theme Is For","type":"text","left":410,"top":170,"animation":"sft","easing":"Cubic.easeOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"medium_black_222","time":1200,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":176,"height":35,"serial":"3","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":8800,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"-50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Bitter, serif","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"700","font-size":"30px","line-height":"35px","font-family":"Bitter, serif"}}]', '');
INSERT INTO `SGLe0xCk_revslider_slides_bkp` VALUES
(4, 2, 2, '{"background_type":"image","image":"http:\\/\\/demo.cactusthemes.com\\/university\\/wp-content\\/uploads\\/2014\\/10\\/Slider-01.jpg","image_id":"2661","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"fade","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":""}', '[{"text":"Building Your Edu Business","type":"text","left":106,"top":250,"animation":"sfb","easing":"Cubic.easeOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"big_black_224","time":2000,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":891,"height":75,"serial":"0","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":8000,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Bitter, serif","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"700","font-size":"65px","line-height":"75px","font-family":"Bitter, serif"}},{"text":"University is an advanced solution for Education and<br>\\nTraining organization, University, Event and more ...","type":"text","left":330,"top":360,"animation":"sfb","easing":"easeInCirc","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"content_text_556","time":2500,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":485,"height":70,"serial":"1","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":7500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Raleway, sans-serif","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"400","font-size":"20px","line-height":"35px","font-family":"Raleway, sans-serif"}},{"text":"<a href=\\"#\\">LOOK INSIDE<\\/a>","type":"text","left":480,"top":480,"animation":"sfb","easing":"Power3.easeIn","split":"none","endsplit":"none","splitdelay":"100","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"","time":3000,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":101,"height":18,"serial":"2","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":7000,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"un-button-2-lg","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-"}},{"text":"This Theme Is Great For","type":"text","left":390,"top":180,"animation":"sft","easing":"Cubic.easeOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","whitespace":"nowrap","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"medium_black_222","time":1200,"endtime":"9500","endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":176,"height":35,"serial":"3","endTimeFinal":9500,"endSpeedFinal":500,"realEndTime":10000,"timeLast":8800,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"-50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Bitter, serif","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"700","font-size":"30px","line-height":"35px","font-family":"Bitter, serif"}}]', ''),
(5, 3, 1, '{"background_type":"image","image":"http:\\/\\/demo.cactusthemes.com\\/university\\/wp-content\\/uploads\\/2014\\/10\\/Sliderv1-005.jpg","image_id":"2319","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"fade","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":""}', '[{"text":"<div class=\\"text-r-silder\\">\\n      <div class=\\"r-title main-color-1 font-2\\">For A Better Education Theme<\\/div>\\n       <div class=\\"r-content\\">Search no more! What you ever want for an education website is here<\\/div>\\n<\\/div>","type":"text","left":100,"top":100,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"sft","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"big_black_222","time":500,"endtime":"9700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":-1,"height":-1,"serial":"0","endTimeFinal":9700,"endSpeedFinal":300,"realEndTime":10000,"timeLast":9700,"endWithSlide":true,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"-50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Roboto","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"700","font-size":"64px","line-height":"75px","font-family":"Roboto"}}]', ''),
(7, 3, 2, '{"background_type":"image","image":"http:\\/\\/demo.cactusthemes.com\\/university\\/wp-content\\/uploads\\/2014\\/10\\/002.jpg","image_id":"2982","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"fade","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":""}', '[{"text":"<div class=\\"text-r-silder\\">\\n      <div class=\\"r-title main-color-1 font-2\\">Best Campus Facility In The World<\\/div>\\n       <div class=\\"r-content\\">We offer the best infrastructure to give you the best opportunities and comfort during your study.<\\/div>\\n<\\/div>","type":"text","left":100,"top":100,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"sft","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":"auto","max_width":"auto","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"big_black_222","time":500,"endtime":"9700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":-1,"height":-1,"serial":"0","endTimeFinal":9700,"endSpeedFinal":300,"realEndTime":10000,"timeLast":9700,"endWithSlide":true,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"inherit","x_end":"inherit","y_start":"-50px","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Roboto","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px"},"inline":[],"deformation-hover":[],"static_styles":{"color":"#ffffff","font-weight":"700","font-size":"64px","line-height":"75px","font-family":"Roboto"}}]', ''),
(10, 5, 1, '{"background_type":"solid","image":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/03\\/GB-grey-noise.jpg","image_id":1120,"title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":["random-static","fade","parallaxtotop"],"0":"Remove","slot_amount":["7","7","7"],"transition_rotation":["0","0","0"],"transition_duration":["300","300","300"],"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#4ec4c8","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","rs-gallery-type":"gallery","bg_external":"","bg_color":"#4ec4c8","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"","video_speed":"1","slide_parallax_level":"-","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","thumb_dimension":"slider","transition_ease_in":["default","default","default"],"transition_ease_out":["default","default","default"],"params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":""}', '[{"style":"","text":"Image 6","type":"image","image_url":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/slider4-001.png","left":{"desktop":509},"top":{"desktop":80},"animation":"sfr","easing":"Power2.easeIn","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":600,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":400,"endtime":10500,"endspeed":500,"endanimation":"fadeout","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":629,"height":329,"serial":0,"timeLast":9200,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"50px","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"0","deformation":{"parallax":"-","font-family":"","padding":[0,0,0,0],"font-style":"normal","color-transparency":1,"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":1,"border-color":"transparent","border-transparency":1,"border-style":"none","border-width":"0","border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_origin_x":50,"2d_origin_y":50,"pers":600,"corner_left":"nothing","corner_right":"nothing"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"image 6","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":0,"mask_y_start":0,"mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":0,"mask_y_end":0,"mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":480},"video_height":{"desktop":360},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","static_styles":{"font-size":{"desktop":20},"line-height":{"desktop":22},"font-weight":{"desktop":400},"color":{"desktop":"#ffffff"}},"x_origin_start":"inherit","y_origin_start":"inherit","x_origin_end":"inherit","y_origin_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":0,"border-color":"transparent","border-transparency":"1","border-style":"none","border-width":0,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":1,"originalWidth":629,"originalHeight":329},{"text":"University is an advanced solution for Education and<br>Training organization, University, Event and more ...","type":"text","left":{"desktop":0},"top":{"desktop":220},"animation":"skewfromrightshort","easing":"easeInCirc","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"content_text_555","time":1500,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":418,"height":60,"serial":1,"timeLast":8000,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"200px","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"-85px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Raleway, sans-serif","font-style":"italic","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px","padding":[0,0,0,0],"color-transparency":1,"text-align":"left","border-transparency":1,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_origin_x":50,"2d_origin_y":50,"pers":600,"corner_left":"nothing","corner_right":"nothing"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":0,"border-color":"transparent","border-transparency":"1","border-style":"none","border-width":0,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#ffffff"},"font-weight":{"desktop":"400"},"font-size":{"desktop":"18px"},"line-height":{"desktop":"30px"},"font-family":"Raleway, sans-serif"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"university is an adv...","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":0,"mask_y_start":0,"mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":0,"mask_y_end":0,"mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":480},"video_height":{"desktop":360},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"inherit","y_origin_start":"inherit","x_origin_end":"inherit","y_origin_end":"inherit","pers_start":"inherit","pers_end":"inherit","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":2},{"text":"Online Education","type":"text","left":{"desktop":-1},"top":{"desktop":117},"animation":"skewfromleft","easing":"Cubic.easeOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"big_black_222","time":1000,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":458,"height":75,"serial":2,"timeLast":8500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"left","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"45px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"inherit","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Roboto","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px","padding":[0,0,0,0],"font-style":"normal","color-transparency":1,"text-align":"left","border-transparency":1,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_origin_x":50,"2d_origin_y":50,"pers":600,"corner_left":"nothing","corner_right":"nothing"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":0,"border-color":"transparent","border-transparency":"1","border-style":"none","border-width":0,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#ffffff"},"font-weight":{"desktop":"700"},"font-size":{"desktop":"64px"},"line-height":{"desktop":"75px"},"font-family":"Roboto"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"online education","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":0,"mask_y_start":0,"mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":0,"mask_y_end":0,"mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":480},"video_height":{"desktop":360},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"inherit","y_origin_start":"inherit","x_origin_end":"inherit","y_origin_end":"inherit","pers_start":"inherit","pers_end":"inherit","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":3},{"style":"","text":"<a href=\\"http:\\/\\/themeforest.net\\/item\\/university-education-event-and-course-theme\\/8412116?ref=cactusthemes\\">BUY THIS THEME<\\/a>","type":"image","image_url":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/slider4-004.png","left":{"desktop":2},"top":{"desktop":322},"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"skewfromrightshort","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","whitespace":{"desktop":"nowrap"},"static_start":"1","static_end":"last","speed":300,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","time":2000,"endtime":10300,"endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":225,"height":50,"serial":3,"timeLast":8000,"endWithSlide":true,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","x_start":"200px","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"-85px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"buy this theme","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","static_styles":{"font-size":{"desktop":"20"},"line-height":{"desktop":"22"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"}},"x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":4,"originalWidth":225,"originalHeight":50,"autolinebreak":false,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}}]', '""'),
(13, 5, 2, '{"background_type":"solid","image":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/03\\/GB-grey-noise.jpg","image_id":1120,"title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":["random-static","fade","parallaxtotop"],"0":"Remove","slot_amount":["7","7","7"],"transition_rotation":["0","0","0"],"transition_duration":["300","300","300"],"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#f36c35","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","save_performance":"off","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","rs-gallery-type":"gallery","bg_external":"","bg_color":"#f36c35","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"","video_speed":"1","slide_parallax_level":"-","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","thumb_dimension":"slider","transition_ease_in":["default","default","default"],"transition_ease_out":["default","default","default"],"params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":""}', '[{"style":"","text":"Image 6","type":"image","image_url":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/slider4-003.png","left":{"desktop":402},"top":{"desktop":145},"animation":"sfr","easing":"Power2.easeIn","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":600,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":400,"endtime":10500,"endspeed":500,"endanimation":"fadeout","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":737,"height":255,"serial":0,"timeLast":9200,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"50px","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"0","deformation":{"parallax":"-","font-family":"","padding":[0,0,0,0],"font-style":"normal","color-transparency":1,"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":1,"border-color":"transparent","border-transparency":1,"border-style":"none","border-width":"0","border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_origin_x":50,"2d_origin_y":50,"pers":600,"corner_left":"nothing","corner_right":"nothing"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"image 6","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":0,"mask_y_start":0,"mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":0,"mask_y_end":0,"mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":480},"video_height":{"desktop":360},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","static_styles":{"font-size":{"desktop":20},"line-height":{"desktop":22},"font-weight":{"desktop":400},"color":{"desktop":"#ffffff"}},"x_origin_start":"inherit","y_origin_start":"inherit","x_origin_end":"inherit","y_origin_end":"inherit","pers_start":"inherit","pers_end":"inherit","deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":0,"border-color":"transparent","border-transparency":"1","border-style":"none","border-width":0,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":1,"originalWidth":737,"originalHeight":255},{"text":"Flat design WordPress theme for online education, <br>Staff training, retaining, specialization, online <br>professional training courses","type":"text","left":{"desktop":-2},"top":{"desktop":231},"animation":"skewfromrightshort","easing":"easeInCirc","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"content_text_555","time":1500,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":409,"height":90,"serial":1,"timeLast":8000,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"200px","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"-85px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Raleway, sans-serif","font-style":"italic","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px","padding":[0,0,0,0],"color-transparency":1,"text-align":"left","border-transparency":1,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_origin_x":50,"2d_origin_y":50,"pers":600,"corner_left":"nothing","corner_right":"nothing"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":0,"border-color":"transparent","border-transparency":"1","border-style":"none","border-width":0,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#ffffff"},"font-weight":{"desktop":"400"},"font-size":{"desktop":"18px"},"line-height":{"desktop":"30px"},"font-family":"Raleway, sans-serif"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"flat design wordpres...","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":0,"mask_y_start":0,"mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":0,"mask_y_end":0,"mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":480},"video_height":{"desktop":360},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"inherit","y_origin_start":"inherit","x_origin_end":"inherit","y_origin_end":"inherit","pers_start":"inherit","pers_end":"inherit","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":2},{"text":"Online Professional<br>Training","type":"text","left":{"desktop":-2},"top":{"desktop":59},"animation":"skewfromleft","easing":"Cubic.easeOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"whitespace":{"desktop":"nowrap"},"speed":500,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"big_black_222","time":1000,"endtime":10500,"endspeed":500,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":564,"height":150,"serial":2,"timeLast":8500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","static_start":"1","static_end":"2","endWithSlide":true,"link_id":"","link_class":"","link_title":"","link_rel":"","x_start":"left","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"45px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"inherit","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"Roboto","text-decoration":"none","background-color":"transparent","background-transparency":100,"border-color":"#000000","border-style":"none","border-width":"0px","padding":[0,0,0,0],"font-style":"normal","color-transparency":1,"text-align":"left","border-transparency":1,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_origin_x":50,"2d_origin_y":50,"pers":600,"corner_left":"nothing","corner_right":"nothing"},"inline":[],"deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":0,"border-color":"transparent","border-transparency":"1","border-style":"none","border-width":0,"border-radius":[0,0,0,0],"x":0,"y":0,"z":0,"skewx":0,"skewy":0,"scalex":1,"scaley":1,"opacity":1,"xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"static_styles":{"color":{"desktop":"#ffffff"},"font-weight":{"desktop":"700"},"font-size":{"desktop":"64px"},"line-height":{"desktop":"75px"},"font-family":"Roboto"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"online professionalt...","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":0,"mask_y_start":0,"mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":0,"mask_y_end":0,"mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","video_width":{"desktop":480},"video_height":{"desktop":360},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","x_origin_start":"inherit","y_origin_start":"inherit","x_origin_end":"inherit","y_origin_end":"inherit","pers_start":"inherit","pers_end":"inherit","visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":3},{"style":"","text":"<a href=\\"http:\\/\\/themeforest.net\\/item\\/university-education-event-and-course-theme\\/8412116?ref=cactusthemes\\">BUY THIS THEME<\\/a>","type":"image","image_url":"http:\\/\\/localhost\\/uinjambi\\/wordpress\\/wp-content\\/uploads\\/2014\\/10\\/slider4-002.png","left":{"desktop":-1},"top":{"desktop":357},"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"skewfromrightshort","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"parallax_level":"-","whitespace":{"desktop":"nowrap"},"static_start":"1","static_end":"last","speed":300,"align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"resizeme":true,"link_slide":"nothing","scrollunder_offset":"","time":2000,"endtime":10300,"endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":225,"height":50,"serial":3,"timeLast":8000,"endWithSlide":true,"alt":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","x_start":"200px","x_end":"inherit","y_start":"inherit","y_end":"inherit","z_start":"inherit","z_end":"inherit","x_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_start":"inherit","y_rotate_end":"inherit","z_rotate_start":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_x_end":"inherit","scale_y_start":"inherit","scale_y_end":"inherit","skew_x_start":"-85px","skew_x_end":"inherit","skew_y_start":"inherit","skew_y_end":"inherit","opacity_start":"0","opacity_end":"inherit","deformation":{"parallax":"-","font-family":"","padding":["0","0","0","0"],"font-style":"normal","color-transparency":"1","text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing"},"subtype":"","specialsettings":{},"internal_class":"","hover":false,"alias":"buy this theme","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","alt_option":"media_library","video_width":{"desktop":"480"},"video_height":{"desktop":"360"},"seo-optimized":false,"visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","cover_mode":"custom","static_styles":{"font-size":{"desktop":"20"},"line-height":{"desktop":"22"},"font-weight":{"desktop":"400"},"color":{"desktop":"#ffffff"}},"x_origin_start":"50","y_origin_start":"50","x_origin_end":"50","y_origin_end":"50","deformation-hover":{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","easing":"Linear.easeNone","css_cursor":"auto"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","unique_id":4,"autolinebreak":false,"layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"jump_to_slide":[],"scrollunder_offset":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]}}]', '""');
;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_static_slides`
--

CREATE TABLE `SGLe0xCk_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `SGLe0xCk_revslider_static_slides`
--

INSERT INTO `SGLe0xCk_revslider_static_slides` VALUES
(2, 1, '[]', '', '{"temp":true}'),
(3, 5, '[]', '', '{"temp":true}');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_revslider_static_slides_bkp`
--

CREATE TABLE `SGLe0xCk_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_termmeta`
--

CREATE TABLE `SGLe0xCk_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_termmeta`
--

INSERT INTO `SGLe0xCk_termmeta` VALUES
(3, 180, 'product_count_product_tag', '1'),
(4, 181, 'product_count_product_tag', '1'),
(5, 187, 'order', '0'),
(6, 187, 'product_count_product_cat', '8');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_terms`
--

CREATE TABLE `SGLe0xCk_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_terms`
--

INSERT INTO `SGLe0xCk_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(17, 'academy', 'academy', 0),
(18, 'Autumn Courses 2014', 'course-autumn-2014', 0),
(19, 'Bachelor', 'bachelor', 0),
(20, 'Black', 'black', 0),
(21, 'Blue', 'blue', 0),
(22, 'Course', 'course', 0),
(23, 'Brifing', 'brifing', 0),
(24, 'Information Tech', 'information-tech', 0),
(25, 'Photography', 'photography', 0),
(26, 'red', 'red', 0),
(27, 'Study', 'study-2', 0),
(28, 'Main Navigation', 'main-navigation', 0),
(36, 'Audio', 'post-format-audio', 0),
(37, 'Gallery', 'post-format-gallery', 0),
(38, 'Video', 'post-format-video', 0),
(109, 'Marketing', 'marketing', 0),
(110, 'Computer', 'computer', 0),
(111, 'Science', 'science', 0),
(112, 'College', 'college-2', 0),
(113, 'Nature', 'nature', 0),
(114, 'Study', 'study-3', 0),
(115, 'Wordpress', 'wordpress', 0),
(116, 'Business Programme', 'business-programme', 0),
(117, 'Information Technology', 'information-technology', 0),
(174, 'EXCHANGE', 'exchange', 0),
(175, 'UNIVERSITY', 'university', 0),
(176, 'EVENT', 'event', 0),
(177, 'MARKETING', 'marketing', 0),
(178, 'THEME', 'theme', 0),
(179, 'SPORT', 'sport', 0),
(180, 'PRODUCT', 'product', 0),
(181, 'WOOCOMMERCE', 'woocommerce', 0),
(184, 'ARCHITECTURE', 'architecture', 0),
(185, 'SHOW', 'show', 0),
(186, 'Research', 'research', 0),
(187, 'Woo Products', 'woo-products', 0),
(299, 'exclude-from-search', 'exclude-from-search', 0),
(300, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(301, 'featured', 'featured', 0),
(302, 'outofstock', 'outofstock', 0),
(303, 'rated-1', 'rated-1', 0),
(304, 'rated-2', 'rated-2', 0),
(305, 'rated-3', 'rated-3', 0),
(306, 'rated-4', 'rated-4', 0),
(307, 'rated-5', 'rated-5', 0),
(488, 'activity-comment', 'activity-comment', 0),
(489, 'activity-comment-author', 'activity-comment-author', 0),
(490, 'activity-at-message', 'activity-at-message', 0),
(491, 'groups-at-message', 'groups-at-message', 0),
(492, 'core-user-registration', 'core-user-registration', 0),
(493, 'core-user-registration-with-blog', 'core-user-registration-with-blog', 0),
(494, 'friends-request', 'friends-request', 0),
(495, 'friends-request-accepted', 'friends-request-accepted', 0),
(496, 'groups-details-updated', 'groups-details-updated', 0),
(497, 'groups-invitation', 'groups-invitation', 0),
(498, 'groups-member-promoted', 'groups-member-promoted', 0),
(499, 'groups-membership-request', 'groups-membership-request', 0),
(500, 'messages-unread', 'messages-unread', 0),
(501, 'settings-verify-email-change', 'settings-verify-email-change', 0),
(502, 'groups-membership-request-accepted', 'groups-membership-request-accepted', 0),
(503, 'groups-membership-request-rejected', 'groups-membership-request-rejected', 0),
(506, 'bbpress', 'bbpress', 0),
(507, 'closed', 'closed', 0),
(508, 'favorite', 'favorite', 0),
(509, 'pending', 'pending', 0),
(510, 'public', 'public', 0),
(511, 'reply', 'reply', 0),
(512, 'spam', 'spam', 0),
(513, 'standard', 'standard', 0),
(514, 'sticky', 'sticky', 0),
(515, 'subscription', 'subscription', 0),
(516, 'super sticky', 'super-sticky', 0),
(517, 'topic', 'topic', 0),
(518, 'trash', 'trash', 0),
(519, 'Aside', 'post-format-aside', 0),
(520, 'Chat', 'post-format-chat', 0),
(521, 'Image', 'post-format-image', 0),
(522, 'Link', 'post-format-link', 0),
(523, 'Quote', 'post-format-quote', 0),
(524, 'Status', 'post-format-status', 0),
(527, 'KEMAHASISWAAN', 'kemahasiswaan', 0),
(528, 'PRESTASI AKADEMIK', 'prestasi-akademik', 0),
(529, 'HIMPUNAN MAHASISWA', 'himpunan-mahasiswa', 0),
(530, 'ALUMNI PRODI', 'alumni-prodi', 0),
(536, 'RISET &amp; KOLABORASI', 'riset-kolaborasi', 0),
(537, 'Penelitian', 'penelitian', 0),
(538, 'Pengabdian Masyarakat dan Kerjasama', 'pengabdian-masyarakat-dan-kerjasama', 0),
(542, 'Kegiatan', 'kegiatan', 0),
(543, 'Sosmed', 'sosmed', 0),
(544, 'BERITA', 'berita', 0),
(545, 'Berita Lembaga', 'berita-lembaga', 0),
(546, 'Pengumuman', 'pengumuman', 0),
(547, 'Publikasi Ilmiah', 'publikasi-ilmiah', 0);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_term_relationships`
--

CREATE TABLE `SGLe0xCk_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_term_relationships`
--

INSERT INTO `SGLe0xCk_term_relationships` VALUES
(12, 4, 0),
(16, 506, 0),
(16, 507, 0),
(16, 510, 0),
(16, 511, 0),
(16, 517, 0),
(17, 4, 0),
(20, 506, 0),
(20, 510, 0),
(20, 511, 0),
(20, 514, 0),
(20, 517, 0),
(23, 506, 0),
(23, 510, 0),
(23, 511, 0),
(23, 516, 0),
(23, 517, 0),
(24, 4, 0),
(24, 307, 0),
(26, 4, 0),
(38, 506, 0),
(38, 508, 0),
(38, 510, 0),
(38, 511, 0),
(38, 517, 0),
(42, 506, 0),
(42, 509, 0),
(42, 511, 0),
(42, 517, 0),
(96, 506, 0),
(96, 510, 0),
(96, 511, 0),
(96, 515, 0),
(96, 517, 0),
(108, 506, 0),
(108, 510, 0),
(108, 511, 0),
(108, 513, 0),
(108, 517, 0),
(189, 17, 0),
(189, 177, 0),
(189, 178, 0),
(194, 17, 0),
(194, 177, 0),
(194, 178, 0),
(200, 17, 0),
(200, 176, 0),
(200, 177, 0),
(697, 2, 0),
(697, 29, 0),
(700, 2, 0),
(700, 29, 0),
(704, 2, 0),
(704, 29, 0),
(704, 305, 0),
(707, 2, 0),
(707, 29, 0),
(707, 182, 0),
(707, 183, 0),
(716, 2, 0),
(716, 29, 0),
(719, 2, 0),
(719, 29, 0),
(723, 4, 0),
(723, 20, 0),
(723, 21, 0),
(723, 29, 0),
(727, 2, 0),
(727, 29, 0),
(1192, 4, 0),
(1204, 2, 0),
(1268, 30, 0),
(1316, 4, 0),
(1363, 2, 0),
(2569, 2, 0),
(2860, 111, 0),
(2860, 117, 0),
(2860, 180, 0),
(2860, 186, 0),
(2863, 111, 0),
(2863, 117, 0),
(2863, 180, 0),
(2863, 187, 0),
(3087, 17, 0),
(3087, 114, 0),
(3087, 179, 0),
(3088, 17, 0),
(3088, 113, 0),
(3088, 178, 0),
(3088, 180, 0),
(3158, 1, 0),
(136832, 488, 0),
(136833, 489, 0),
(136834, 490, 0),
(136835, 491, 0),
(136836, 492, 0),
(136837, 493, 0),
(136838, 494, 0),
(136839, 495, 0),
(136840, 496, 0),
(136841, 497, 0),
(136842, 498, 0),
(136843, 499, 0),
(136844, 500, 0),
(136845, 501, 0),
(136846, 502, 0),
(136847, 503, 0),
(137156, 30, 0),
(137179, 30, 0),
(137219, 543, 0),
(137220, 543, 0),
(137221, 543, 0),
(137223, 543, 0),
(137236, 30, 0),
(137237, 30, 0),
(137240, 30, 0),
(137258, 30, 0),
(137351, 30, 0),
(137362, 542, 0),
(137362, 544, 0),
(137362, 545, 0),
(137414, 542, 0),
(137414, 545, 0),
(137423, 542, 0),
(137423, 544, 0),
(137423, 545, 0),
(137428, 542, 0),
(137428, 545, 0),
(137437, 542, 0),
(137437, 544, 0),
(137437, 545, 0),
(137466, 544, 0),
(137466, 545, 0),
(137466, 546, 0),
(137475, 545, 0),
(137475, 546, 0),
(137480, 542, 0),
(137480, 544, 0),
(137480, 545, 0),
(137486, 542, 0),
(137493, 544, 0),
(137493, 545, 0),
(137493, 546, 0),
(137510, 1, 0),
(137514, 1, 0),
(137525, 542, 0),
(137525, 544, 0),
(137525, 545, 0),
(137534, 1, 0),
(137541, 542, 0),
(137541, 544, 0),
(137541, 545, 0),
(137549, 1, 0),
(137578, 544, 0),
(137578, 545, 0),
(137586, 1, 0),
(137597, 1, 0),
(137611, 1, 0),
(137622, 1, 0),
(137627, 1, 0),
(137628, 1, 0),
(137630, 1, 0),
(137634, 1, 0),
(137641, 1, 0),
(137686, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_term_taxonomy`
--

CREATE TABLE `SGLe0xCk_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_term_taxonomy`
--

INSERT INTO `SGLe0xCk_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 9),
(2, 2, 'product_type', '', 0, 10),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 6),
(5, 5, 'product_type', '', 0, 0),
(17, 17, 'u_event_cat', '', 0, 0),
(18, 18, 'u_course_cat', '', 0, 0),
(19, 19, 'u_course_cat', '', 0, 0),
(20, 20, 'pa_color', '', 0, 1),
(21, 21, 'pa_color', '', 0, 1),
(22, 22, 'u_course_cat', '', 0, 0),
(23, 23, 'u_project_cat', '', 0, 0),
(24, 24, 'u_project_cat', '', 0, 0),
(25, 25, 'u_project_cat', '', 0, 0),
(26, 26, 'pa_color', '', 0, 0),
(27, 186, 'u_project_cat', '', 0, 0),
(28, 27, 'u_course_cat', '', 0, 0),
(29, 187, 'product_cat', '', 0, 8),
(30, 28, 'nav_menu', '', 0, 8),
(38, 36, 'post_format', '', 0, 0),
(39, 37, 'post_format', '', 0, 0),
(40, 38, 'post_format', '', 0, 0),
(111, 109, 'u_event_cat', '', 0, 0),
(112, 110, 'u_event_tags', '', 0, 0),
(113, 111, 'u_event_tags', '', 0, 0),
(114, 112, 'u_event_tags', '', 0, 0),
(115, 113, 'u_event_tags', '', 0, 0),
(116, 114, 'u_event_tags', '', 0, 0),
(117, 115, 'u_event_tags', '', 0, 0),
(118, 116, 'u_department', '', 0, 0),
(119, 117, 'u_department', '', 0, 0),
(176, 174, 'u_event_tags', '', 0, 0),
(177, 175, 'u_event_tags', '', 0, 0),
(178, 176, 'u_event_tags', '', 0, 0),
(179, 177, 'u_event_tags', '', 0, 0),
(180, 178, 'u_event_tags', '', 0, 0),
(181, 179, 'u_event_tags', '', 0, 0),
(182, 180, 'product_tag', '', 0, 1),
(183, 181, 'product_tag', '', 0, 1),
(186, 184, 'u_event_tags', '', 0, 0),
(187, 185, 'u_event_tags', '', 0, 0),
(299, 299, 'product_visibility', '', 0, 0),
(300, 300, 'product_visibility', '', 0, 0),
(301, 301, 'product_visibility', '', 0, 0),
(302, 302, 'product_visibility', '', 0, 0),
(303, 303, 'product_visibility', '', 0, 0),
(304, 304, 'product_visibility', '', 0, 0),
(305, 305, 'product_visibility', '', 0, 0),
(306, 306, 'product_visibility', '', 0, 0),
(307, 307, 'product_visibility', '', 0, 0),
(488, 488, 'bp-email-type', 'A member has replied to an activity update that the recipient posted.', 0, 1),
(489, 489, 'bp-email-type', 'A member has replied to a comment on an activity update that the recipient posted.', 0, 1),
(490, 490, 'bp-email-type', 'Recipient was mentioned in an activity update.', 0, 1),
(491, 491, 'bp-email-type', 'Recipient was mentioned in a group activity update.', 0, 1),
(492, 492, 'bp-email-type', 'Recipient has registered for an account.', 0, 1),
(493, 493, 'bp-email-type', 'Recipient has registered for an account and site.', 0, 1),
(494, 494, 'bp-email-type', 'A member has sent a friend request to the recipient.', 0, 1),
(495, 495, 'bp-email-type', 'Recipient has had a friend request accepted by a member.', 0, 1),
(496, 496, 'bp-email-type', 'A group''s details were updated.', 0, 1),
(497, 497, 'bp-email-type', 'A member has sent a group invitation to the recipient.', 0, 1),
(498, 498, 'bp-email-type', 'Recipient''s status within a group has changed.', 0, 1),
(499, 499, 'bp-email-type', 'A member has requested permission to join a group.', 0, 1),
(500, 500, 'bp-email-type', 'Recipient has received a private message.', 0, 1),
(501, 501, 'bp-email-type', 'Recipient has changed their email address.', 0, 1),
(502, 502, 'bp-email-type', 'Recipient had requested to join a group, which was accepted.', 0, 1),
(503, 503, 'bp-email-type', 'Recipient had requested to join a group, which was rejected.', 0, 1),
(506, 506, 'topic-tag', '', 0, 5),
(507, 507, 'topic-tag', '', 0, 0),
(508, 508, 'topic-tag', '', 0, 1),
(509, 509, 'topic-tag', '', 0, 0),
(510, 510, 'topic-tag', '', 0, 5),
(511, 511, 'topic-tag', '', 0, 5),
(512, 512, 'topic-tag', '', 0, 0),
(513, 513, 'topic-tag', '', 0, 1),
(514, 514, 'topic-tag', '', 0, 1),
(515, 515, 'topic-tag', '', 0, 1),
(516, 516, 'topic-tag', '', 0, 1),
(517, 517, 'topic-tag', '', 0, 5),
(518, 518, 'topic-tag', '', 0, 0),
(519, 519, 'post_format', '', 0, 0),
(520, 520, 'post_format', '', 0, 0),
(521, 521, 'post_format', '', 0, 0),
(522, 522, 'post_format', '', 0, 0),
(523, 523, 'post_format', '', 0, 0),
(524, 524, 'post_format', '', 0, 0),
(527, 527, 'category', 'Kemahasiswaan', 0, 0),
(528, 528, 'category', 'PRESTASI AKADEMIK', 527, 0),
(529, 529, 'category', 'HIMPUNAN MAHASISWA', 527, 0),
(530, 530, 'category', 'ALUMNI PRODI', 527, 0),
(536, 536, 'category', 'RISET &amp; KOLABORASI', 0, 0),
(537, 537, 'category', 'Penelitian', 536, 0),
(538, 538, 'category', 'Pengabdian Masyarakat dan Kerjasama', 536, 0),
(542, 542, 'category', 'Kegiatan', 544, 9),
(543, 543, 'nav_menu', '', 0, 4),
(544, 544, 'category', 'BERITA', 0, 9),
(545, 545, 'category', 'Berita Lembaga', 544, 12),
(546, 546, 'category', 'Pengumuman', 544, 3),
(547, 547, 'category', 'Publikasi Ilmiah', 536, 0);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_tm_taskmeta`
--

CREATE TABLE `SGLe0xCk_tm_taskmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `task_id` bigint(20) NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `task_id` (`task_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_tm_taskmeta`
--

INSERT INTO `SGLe0xCk_tm_taskmeta` VALUES
(1, 1, 'task_options', 'a:14:{s:18:"allowed_file_types";s:77:"a:5:{i:0;s:3:"gif";i:1;s:3:"png";i:2;s:3:"jpg";i:3;s:3:"tif";i:4;s:4:"jpeg";}";s:15:"request_timeout";i:30;s:13:"keep_original";b:1;s:13:"preserve_exif";b:0;s:13:"image_quality";s:2:"89";s:12:"api_endpoint";s:22:"http://api.resmush.it/";s:12:"max_filesize";i:5242880;s:7:"version";s:6:"0.1.13";s:13:"backup_prefix";s:28:"-updraft-pre-smush-original.";s:13:"attachment_id";s:6:"137391";s:7:"blog_id";s:1:"1";s:17:"lossy_compression";b:1;s:13:"current_stage";s:9:"completed";s:17:"original_filesize";i:79319;}');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_tm_tasks`
--

CREATE TABLE `SGLe0xCk_tm_tasks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `type` varchar(300) COLLATE utf8mb4_unicode_ci NOT NULL,
  `class_identifier` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `attempts` int(11) DEFAULT 0,
  `description` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT current_timestamp(),
  `last_locked_at` bigint(20) DEFAULT 0,
  `status` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_tm_tasks`
--

INSERT INTO `SGLe0xCk_tm_tasks` VALUES
(1, 1, 'smush', 'Re_Smush_It_Task', 1, 'Re_Smush_It_Task - attachment ID : 137391, started on : June 29, 2022 04:51:39', '2022-06-29 11:51:39', 0, 'complete');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_usermeta`
--

CREATE TABLE `SGLe0xCk_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_usermeta`
--

INSERT INTO `SGLe0xCk_usermeta` VALUES
(1, 1, 'nickname', 'adm'),
(2, 1, 'first_name', 'Jasa'),
(3, 1, 'last_name', 'Web'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'SGLe0xCk_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'SGLe0xCk_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice,vc_pointers_backend_editor,text_widget_paste_html,vc_pointers_frontend_editor,text_widget_custom_html,plugin_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'SGLe0xCk_user-settings', 'mfold=o&ampamplibraryContent=browse&ampampedit_element_vcUIPanelWidth=650&ampampedit_element_vcUIPanelLeft=663px&ampampedit_element_vcUIPanelTop=74px&ampampeditor=tinymce&ampamppost_settings_vcUIPanelWidth=650&ampamppost_settings_vcUIPanelLeft=663px&ampamppost_settings_vcUIPanelTop=74px&ampamphidetb=1&ampampeditor_plain_text_paste_warning=1&ampamppost_dfw=off&ampampposts_list_mode=list&ampampadvImgDetails=show&editor=tinymce&edit_element_vcUIPanelWidth=644&edit_element_vcUIPanelLeft=613px&edit_element_vcUIPanelTop=77px&libraryContent=browse&post_dfw=on'),
(18, 1, 'SGLe0xCk_user-settings-time', '1658130211'),
(19, 1, 'SGLe0xCk_dashboard_quick_press_last_post_id', '137640'),
(20, 1, 'closedpostboxes_page', 'a:4:{i:0;s:25:"slider_revolution_metabox";i:1;s:12:"postimagediv";i:2;s:24:"ht_ctc_settings_meta_box";i:3;s:23:"front_page_content_blog";}'),
(21, 1, 'metaboxhidden_page', 'a:0:{}'),
(22, 1, 'nav_menu_recently_edited', '543'),
(23, 1, 'managenav-menuscolumnshidden', 'a:0:{}'),
(24, 1, 'metaboxhidden_nav-menus', 'a:11:{i:0;s:22:"add-post-type-u_course";i:1;s:21:"add-post-type-u_event";i:2;s:22:"add-post-type-u_member";i:3;s:23:"add-post-type-u_project";i:4;s:12:"add-post_tag";i:5;s:15:"add-post_format";i:6;s:16:"add-u_course_cat";i:7;s:16:"add-u_event_tags";i:8;s:15:"add-u_event_cat";i:9;s:16:"add-u_department";i:10;s:17:"add-u_project_cat";}'),
(25, 1, 'meta-box-order_post', 'a:3:{s:4:"side";s:138:"page_layout,slider_revolution_metabox,formatdiv,categorydiv,submitdiv,tagsdiv-post_tag,pageparentdiv,postimagediv,ht_ctc_settings_meta_box";s:6:"normal";s:103:"wpb_visual_composer,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv,commentsdiv";s:8:"advanced";s:0:"";}'),
(26, 1, 'meta-box-order_page', 'a:3:{s:4:"side";s:62:"submitdiv,pageparentdiv,slider_revolution_metabox,postimagediv";s:6:"normal";s:144:"wpb_visual_composer,front_page_content_blog,page_layout,revisionsdiv,front_page_header,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv";s:8:"advanced";s:0:"";}'),
(27, 1, 'screen_layout_page', '2'),
(28, 1, 'closedpostboxes_post', 'a:1:{i:0;s:11:"page_layout";}'),
(29, 1, 'metaboxhidden_post', 'a:1:{i:0;s:19:"wpb_visual_composer";}'),
(30, 1, 'screen_layout_post', '2'),
(31, 1, 'community-events-location', 'a:1:{s:2:"ip";s:13:"103.213.116.0";}'),
(32, 1, 'SGLe0xCk_media_library_mode', 'list'),
(81, 1, 'twitter', ''),
(82, 1, 'facebook', ''),
(83, 1, 'flickr', ''),
(84, 1, 'google', ''),
(104, 6, 'nickname', 'amriarendy'),
(105, 6, 'first_name', 'Amria'),
(106, 6, 'last_name', 'Rendy'),
(107, 6, 'description', ''),
(108, 6, 'rich_editing', 'true'),
(109, 6, 'syntax_highlighting', 'true'),
(110, 6, 'comment_shortcuts', 'false'),
(111, 6, 'admin_color', 'fresh'),
(112, 6, 'use_ssl', '0'),
(113, 6, 'show_admin_bar_front', 'true'),
(114, 6, 'locale', ''),
(115, 6, 'SGLe0xCk_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(116, 6, 'SGLe0xCk_user_level', '10'),
(117, 6, 'dismissed_wp_pointers', 'vc_pointers_backend_editor'),
(119, 6, 'SGLe0xCk_dashboard_quick_press_last_post_id', '137282'),
(120, 6, 'community-events-location', 'a:1:{s:2:"ip";s:13:"103.213.116.0";}'),
(123, 6, 'default_password_nag', ''),
(124, 6, 'SGLe0xCk_user-settings', 'editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=655px&edit_element_vcUIPanelTop=74px&mfold=o&libraryContent=browse'),
(125, 6, 'SGLe0xCk_user-settings-time', '1622303411'),
(126, 6, 'twitter', ''),
(127, 6, 'facebook', ''),
(128, 6, 'flickr', ''),
(129, 6, 'google', ''),
(130, 7, 'nickname', 'lembaga'),
(131, 7, 'first_name', 'Admin'),
(132, 7, 'last_name', 'Website'),
(133, 7, 'description', ''),
(134, 7, 'rich_editing', 'true'),
(135, 7, 'syntax_highlighting', 'true'),
(136, 7, 'comment_shortcuts', 'false'),
(137, 7, 'admin_color', 'fresh'),
(138, 7, 'use_ssl', '0'),
(139, 7, 'show_admin_bar_front', 'true'),
(140, 7, 'locale', 'en_US'),
(141, 7, 'SGLe0xCk_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(142, 7, 'SGLe0xCk_user_level', '10'),
(143, 7, 'dismissed_wp_pointers', ''),
(144, 1, 'default_password_nag', ''),
(145, 1, 'meta-box-order_dashboard', 'a:4:{s:6:"normal";s:82:"dashboard_site_health,dashboard_right_now,dashboard_activity,dashboard_quick_press";s:4:"side";s:17:"dashboard_primary";s:7:"column3";s:0:"";s:7:"column4";s:0:"";}'),
(146, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(147, 1, 'metaboxhidden_dashboard', 'a:0:{}'),
(148, 1, 'wpcf7_hide_welcome_panel_on', 'a:1:{i:0;s:3:"5.4";}'),
(155, 8, 'nickname', 'admin_spisutha'),
(156, 8, 'first_name', ''),
(157, 8, 'last_name', ''),
(158, 8, 'description', ''),
(159, 8, 'rich_editing', 'true'),
(160, 8, 'syntax_highlighting', 'true'),
(161, 8, 'comment_shortcuts', 'false'),
(162, 8, 'admin_color', 'fresh'),
(163, 8, 'use_ssl', '0'),
(164, 8, 'show_admin_bar_front', 'true'),
(165, 8, 'locale', ''),
(166, 8, 'SGLe0xCk_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(167, 8, 'SGLe0xCk_user_level', '10'),
(168, 8, 'dismissed_wp_pointers', ''),
(169, 1, 'session_tokens', 'a:1:{s:64:"f4c793d68dc1406fd5fe8b915438a79cfb2e3821f9910b81b510f96bf667c8fc";a:4:{s:10:"expiration";i:1699332433;s:2:"ip";s:15:"103.213.116.178";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36";s:5:"login";i:1698122833;}}'),
(170, 8, 'session_tokens', 'a:1:{s:64:"c1489ead04242f539185e4c973465a4ebf74484d1079003d87de0717f948d0e8";a:4:{s:10:"expiration";i:1692504825;s:2:"ip";s:15:"103.213.116.178";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36";s:5:"login";i:1692332025;}}'),
(171, 8, 'SGLe0xCk_dashboard_quick_press_last_post_id', '137608'),
(172, 8, 'community-events-location', 'a:1:{s:2:"ip";s:13:"103.213.116.0";}'),
(173, 9, 'first_name', ''),
(174, 9, 'last_name', ''),
(175, 9, 'nickname', 'webmaster'),
(176, 9, 'description', ''),
(177, 9, 'rich_editing', 'true'),
(178, 9, 'comment_shortcuts', 'false'),
(179, 9, 'admin_color', 'fresh'),
(180, 9, 'use_ssl', '0'),
(181, 9, 'show_admin_bar_front', 'true'),
(182, 9, 'SGLe0xCk_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(183, 9, 'SGLe0xCk_user_level', '10'),
(184, 9, 'show_welcome_panel', '1'),
(185, 9, 'SGLe0xCk_dashboard_quick_press_last_post_id', '137605'),
(186, 9, 'session_tokens', 'a:2:{s:64:"b7b9c5d147a676c33ee448eb9aaa6e56f1a27d6ed458a9c1d3e21c490173cece";a:4:{s:10:"expiration";i:1690864652;s:2:"ip";s:12:"110.49.24.50";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36";s:5:"login";i:1690691852;}s:64:"995bc4d26c1244587096a9ed83ec3de34e3414aefe0034ef34068061506404bf";a:4:{s:10:"expiration";i:1690864966;s:2:"ip";s:12:"110.49.24.50";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36";s:5:"login";i:1690692166;}}'),
(187, 9, 'community-events-location', 'a:1:{s:2:"ip";s:11:"110.49.24.0";}'),
(188, 9, 'twitter', ''),
(189, 9, 'facebook', ''),
(190, 9, 'flickr', ''),
(191, 9, 'google', ''),
(192, 9, 'syntax_highlighting', 'true'),
(193, 9, 'locale', ''),
(194, 9, 'dismissed_wp_pointers', 'text_widget_custom_html'),
(195, 10, 'nickname', 'suth41SPI'),
(196, 10, 'first_name', 'SPI'),
(197, 10, 'last_name', 'ADMIN'),
(198, 10, 'description', ''),
(199, 10, 'rich_editing', 'true'),
(200, 10, 'syntax_highlighting', 'true'),
(201, 10, 'comment_shortcuts', 'false'),
(202, 10, 'admin_color', 'fresh'),
(203, 10, 'use_ssl', '0'),
(204, 10, 'show_admin_bar_front', 'true'),
(205, 10, 'locale', ''),
(206, 10, 'SGLe0xCk_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(207, 10, 'SGLe0xCk_user_level', '10'),
(209, 10, 'SGLe0xCk_dashboard_quick_press_last_post_id', '137645'),
(210, 10, 'community-events-location', 'a:1:{s:2:"ip";s:13:"103.213.116.0";}'),
(211, 10, 'SGLe0xCk_user-settings', 'libraryContent=browse'),
(212, 10, 'SGLe0xCk_user-settings-time', '1692764950'),
(213, 1, 'SGLe0xCk_persisted_preferences', 'a:2:{s:14:"core/edit-post";a:2:{s:26:"isComplementaryAreaVisible";b:1;s:12:"welcomeGuide";b:0;}s:9:"_modified";s:24:"2023-08-25T03:02:21.231Z";}'),
(214, 10, 'SGLe0xCk_persisted_preferences', 'a:2:{s:14:"core/edit-post";a:3:{s:26:"isComplementaryAreaVisible";b:0;s:12:"welcomeGuide";b:0;s:10:"openPanels";a:2:{i:0;s:11:"post-status";i:1;s:14:"featured-image";}}s:9:"_modified";s:24:"2023-10-02T03:39:06.413Z";}'),
(215, 10, 'session_tokens', 'a:1:{s:64:"278650deab3beaeb0d54162cc5f94e88b54c41397daafdb98b1ae121bfa5674a";a:4:{s:10:"expiration";i:1702439227;s:2:"ip";s:15:"103.213.116.178";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36";s:5:"login";i:1701229627;}}'),
(216, 10, 'SGLe0xCk_media_library_mode', 'list');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_users`
--

CREATE TABLE `SGLe0xCk_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_users`
--

INSERT INTO `SGLe0xCk_users` VALUES
(1, 'spiSutha', '$P$BM01y8ZTkaHWT833844QbQW5FFWzoW.', 'spisutha', 'choc.tea04@gmail.com', 'https://spisutha.w2.uinjambi.ac.id/', '2021-02-25 02:26:58', '', 0, 'SPI Sutha'),
(6, 'amriarendy', '$P$BNwF69iCKTJiG51rTV2.v9Ayi9qHCa1', 'amriarendy', 'amriarendy90@gmail.com', 'https://spisutha.w2.uinjambi.ac.id/category/android/', '2021-05-06 15:21:32', '', 0, 'Amria Rendy'),
(7, 'lembaga', '$P$BbNnNup3DVQE4H1scHvbuehnbArKAX0', 'lembaga', 'arieflukman557@gmail.com', 'https://spisutha.w2.uinjambi.ac.id', '2021-05-29 15:24:40', '1622301880:$P$Bb15vIqEsx9HZPkYSrah/IcbwIYf6d0', 0, 'Admin Website'),
(8, 'admin_spisutha', '$P$B3X8d14eohMZZmEdS/I1OjmUvwFGah1', 'admin_spisutha', 'admin_spisutha@spisutha.uinjambi.ac.id', '', '2023-07-23 11:36:20', '', 0, 'admin_spisutha'),
(9, 'webmaster', '$P$BPBarRtiRQhDWRt3zCT0CVlRv4IQCu0', 'webmaster', 'admin@wordpress.com', '', '0000-00-00 00:00:00', '', 0, 'webmaster'),
(10, 'suth41SPI', '$P$B9zBjQaX4OZxAYAJbQo/QWh3pSxqhh1', 'suth41spi', 'spi@uinjambi.ac.id', '', '2023-08-23 04:03:55', '', 0, 'SPI ADMIN');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wpeditor_settings`
--

CREATE TABLE `SGLe0xCk_wpeditor_settings` (
  `key` varchar(50) NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wpfm_backup`
--

CREATE TABLE `SGLe0xCk_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `backup_date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_category`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_category` (
  `category_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `category_name` varchar(200) NOT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_form`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_form` (
  `form_id` int(11) NOT NULL AUTO_INCREMENT,
  `quiz_id` int(11) NOT NULL,
  `fieldname` varchar(100) NOT NULL,
  `type` tinyint(4) NOT NULL,
  `required` tinyint(1) unsigned NOT NULL,
  `sort` tinyint(4) NOT NULL,
  `data` mediumtext DEFAULT NULL,
  PRIMARY KEY (`form_id`),
  KEY `quiz_id` (`quiz_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_lock`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_lock` (
  `quiz_id` int(11) NOT NULL,
  `lock_ip` varchar(100) NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `lock_type` tinyint(3) unsigned NOT NULL,
  `lock_date` int(11) NOT NULL,
  PRIMARY KEY (`quiz_id`,`lock_ip`,`user_id`,`lock_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_master`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_master` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `text` text NOT NULL,
  `result_text` text NOT NULL,
  `result_grade_enabled` tinyint(1) NOT NULL,
  `title_hidden` tinyint(1) NOT NULL,
  `btn_restart_quiz_hidden` tinyint(1) NOT NULL,
  `btn_view_question_hidden` tinyint(1) NOT NULL,
  `question_random` tinyint(1) NOT NULL,
  `answer_random` tinyint(1) NOT NULL,
  `time_limit` int(11) NOT NULL,
  `statistics_on` tinyint(1) NOT NULL,
  `statistics_ip_lock` int(10) unsigned NOT NULL,
  `show_points` tinyint(1) NOT NULL,
  `quiz_run_once` tinyint(1) NOT NULL,
  `quiz_run_once_type` tinyint(4) NOT NULL,
  `quiz_run_once_cookie` tinyint(1) NOT NULL,
  `quiz_run_once_time` int(10) unsigned NOT NULL,
  `numbered_answer` tinyint(1) NOT NULL,
  `hide_answer_message_box` tinyint(1) NOT NULL,
  `disabled_answer_mark` tinyint(1) NOT NULL,
  `show_max_question` tinyint(1) NOT NULL,
  `show_max_question_value` int(10) unsigned NOT NULL,
  `show_max_question_percent` tinyint(1) NOT NULL,
  `toplist_activated` tinyint(1) NOT NULL,
  `toplist_data` text NOT NULL,
  `show_average_result` tinyint(1) NOT NULL,
  `prerequisite` tinyint(1) NOT NULL,
  `quiz_modus` tinyint(3) unsigned NOT NULL,
  `show_review_question` tinyint(1) NOT NULL,
  `quiz_summary_hide` tinyint(1) NOT NULL,
  `skip_question_disabled` tinyint(1) NOT NULL,
  `email_notification` tinyint(3) unsigned NOT NULL,
  `user_email_notification` tinyint(1) unsigned NOT NULL,
  `show_category_score` tinyint(1) unsigned NOT NULL,
  `hide_result_correct_question` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `hide_result_quiz_time` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `hide_result_points` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `autostart` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `forcing_question_solve` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `hide_question_position_overview` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `hide_question_numbering` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `form_activated` tinyint(1) unsigned NOT NULL,
  `form_show_position` tinyint(3) unsigned NOT NULL,
  `start_only_registered_user` tinyint(1) unsigned NOT NULL,
  `questions_per_page` tinyint(3) unsigned NOT NULL,
  `sort_categories` tinyint(1) unsigned NOT NULL,
  `show_category` tinyint(1) unsigned NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SGLe0xCk_wp_pro_quiz_master`
--

INSERT INTO `SGLe0xCk_wp_pro_quiz_master` VALUES
(1, 'A quiz for the course', 'AAZZAAZZ', '', 0, 0, 0, 0, 0, 0, 0, 0, 1440, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 'a:8:{s:25:"toplistDataAddPermissions";i:1;s:15:"toplistDataSort";i:1;s:22:"toplistDataAddMultiple";b:0;s:19:"toplistDataAddBlock";i:1;s:20:"toplistDataShowLimit";i:1;s:17:"toplistDataShowIn";i:0;s:18:"toplistDataCaptcha";b:0;s:23:"toplistDataAddAutomatic";b:0;}', 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_prerequisite`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_prerequisite` (
  `prerequisite_quiz_id` int(11) NOT NULL,
  `quiz_id` int(11) NOT NULL,
  PRIMARY KEY (`prerequisite_quiz_id`,`quiz_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_question`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_question` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `quiz_id` int(11) NOT NULL,
  `online` tinyint(1) unsigned NOT NULL,
  `sort` smallint(5) unsigned NOT NULL,
  `title` varchar(200) NOT NULL,
  `points` int(11) NOT NULL,
  `question` text NOT NULL,
  `correct_msg` text NOT NULL,
  `incorrect_msg` text NOT NULL,
  `correct_same_text` tinyint(1) NOT NULL,
  `tip_enabled` tinyint(1) NOT NULL,
  `tip_msg` text NOT NULL,
  `answer_type` varchar(50) NOT NULL,
  `show_points_in_box` tinyint(1) NOT NULL,
  `answer_points_activated` tinyint(1) NOT NULL,
  `answer_data` longtext NOT NULL,
  `category_id` int(10) unsigned NOT NULL,
  `answer_points_diff_modus_activated` tinyint(1) unsigned NOT NULL,
  `disable_correct` tinyint(1) unsigned NOT NULL,
  `matrix_sort_answer_criteria_width` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `quiz_id` (`quiz_id`),
  KEY `category_id` (`category_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SGLe0xCk_wp_pro_quiz_question`
--

INSERT INTO `SGLe0xCk_wp_pro_quiz_question` VALUES
(1, 1, 1, 1, 'Question: 1', 1, 'What is your favourite color', '', '', 0, 1, '''red'' is the correct answer', 'single', 0, 0, 'a:4:{i:0;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:3:"red";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:1;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:1;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:4:"blue";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:2;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:5:"green";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:3;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:6:"yellow";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}}', 0, 0, 0, 20),
(2, 1, 1, 2, 'Question: 2', 1, 'How do you like University Theme', '', '', 0, 1, '', 'multiple', 0, 0, 'a:4:{i:0;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:9:"Very Like";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:1;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:1;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:10:"Super Like";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:1;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:2;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:10:"Just so so";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:3;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:12:"I don''t know";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}}', 0, 0, 0, 20),
(3, 1, 1, 3, 'Question: 3', 1, 'How do you feel today?', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:7:"Awesome";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:1;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:1;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:4:"Fine";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:2;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:5:"Tired";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}i:3;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:12:"I don''t know";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}}', 0, 0, 0, 20),
(4, 1, 1, 4, 'Fill in the blank question', 1, 'What is the best WordPress Theme?', 'Correct choice!', 'Sorry, not quite right!', 0, 0, '', 'cloze_answer', 0, 0, 'a:1:{i:0;O:27:"WpProQuiz_Model_AnswerTypes":7:{s:10:"\0*\0_answer";s:40:"{[university][cactusthemes]} is the best";s:8:"\0*\0_html";b:0;s:10:"\0*\0_points";i:1;s:11:"\0*\0_correct";b:0;s:14:"\0*\0_sortString";s:0:"";s:18:"\0*\0_sortStringHtml";b:0;s:10:"\0*\0_mapper";N;}}', 0, 0, 0, 20);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_statistic`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_statistic` (
  `statistic_ref_id` int(10) unsigned NOT NULL,
  `question_id` int(11) NOT NULL,
  `correct_count` int(10) unsigned NOT NULL,
  `incorrect_count` int(10) unsigned NOT NULL,
  `hint_count` int(10) unsigned NOT NULL,
  `points` int(10) unsigned NOT NULL,
  `question_time` int(10) unsigned NOT NULL,
  `answer_data` text DEFAULT NULL,
  PRIMARY KEY (`statistic_ref_id`,`question_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_statistic_ref`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_statistic_ref` (
  `statistic_ref_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `quiz_id` int(11) NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `create_time` int(11) NOT NULL,
  `is_old` tinyint(1) unsigned NOT NULL,
  `form_data` text DEFAULT NULL,
  PRIMARY KEY (`statistic_ref_id`),
  KEY `quiz_id` (`quiz_id`,`user_id`),
  KEY `time` (`create_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_template`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_template` (
  `template_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `type` tinyint(3) unsigned NOT NULL,
  `data` text NOT NULL,
  PRIMARY KEY (`template_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_wp_pro_quiz_toplist`
--

CREATE TABLE `SGLe0xCk_wp_pro_quiz_toplist` (
  `toplist_id` int(11) NOT NULL AUTO_INCREMENT,
  `quiz_id` int(11) NOT NULL,
  `date` int(10) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `name` varchar(30) NOT NULL,
  `email` varchar(200) NOT NULL,
  `points` int(10) unsigned NOT NULL,
  `result` float unsigned NOT NULL,
  `ip` varchar(100) NOT NULL,
  PRIMARY KEY (`toplist_id`,`quiz_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_yoast_indexable`
--

CREATE TABLE `SGLe0xCk_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_description` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_yoast_indexable`
--

INSERT INTO `SGLe0xCk_yoast_indexable` VALUES
(1, NULL, NULL, 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/54db87d09e3467fdee1ca515ec5e3be7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/54db87d09e3467fdee1ca515ec5e3be7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-31 03:50:29', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(2, NULL, NULL, NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Universitas Islam Negeri Sultan Thaha Saifuddin Jambi', 'Beranda', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '', '', '', '', NULL, NULL, NULL, NULL, NULL, '2021-03-31 03:50:29', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(3, NULL, NULL, 333, 'post', 'page', 1, 0, 'Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi Islamic University', 'Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi, Kampus islam negeri jambi, Raih gelar tertinggi anda hanya di UIN STS Jambi Indonesia', 'Home', 'publish', NULL, 0, NULL, NULL, NULL, 'Universitas Islam Negeri Jambi', 69, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin.png', NULL, 'first-content-image', NULL, 28, NULL, NULL, '2021-03-31 03:50:29', '2023-12-24 14:23:13', 1, NULL, NULL, NULL, NULL, 0, NULL),
(4, NULL, NULL, 439, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-31 04:03:52', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(5, NULL, NULL, 3241, 'post', 'page', 439, 0, NULL, NULL, '', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:52', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(6, NULL, NULL, 2186, 'post', 'page', 1, 0, NULL, NULL, 'A sample page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:52', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(7, NULL, NULL, 285, 'post', 'page', 1, 0, NULL, NULL, 'Accordions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(8, NULL, NULL, 293, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(9, NULL, NULL, 2773, 'post', 'page', 293, 0, NULL, NULL, 'Activate', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(10, NULL, NULL, 137273, 'post', 'page', 1, 0, NULL, NULL, 'Akademik &#038; Kemahasiswaan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(11, NULL, NULL, 137281, 'post', 'page', 1, 0, NULL, NULL, 'Alumni', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(12, NULL, NULL, 137275, 'post', 'page', 1, 0, NULL, NULL, 'Aturan Akademik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(13, NULL, NULL, 226, 'post', 'page', 1, 0, NULL, NULL, 'Berita &#038; Kegiatan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(14, NULL, NULL, 137252, 'post', 'page', 1, 226, NULL, NULL, 'berita', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(15, NULL, NULL, 137260, 'post', 'page', 1, 226, NULL, NULL, 'Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(16, NULL, NULL, 137254, 'post', 'page', 1, 226, NULL, NULL, 'Kegiatan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(17, NULL, NULL, 54, 'post', 'page', 1, 0, NULL, NULL, 'Buttons', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(18, NULL, NULL, 8, 'post', 'page', 1, 0, NULL, NULL, 'Cart', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(19, NULL, NULL, 9, 'post', 'page', 1, 0, NULL, NULL, 'Checkout', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(20, NULL, NULL, 136932, 'post', 'page', 1, 0, NULL, NULL, 'Computer Based Test (CBT)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(21, NULL, NULL, 252, 'post', 'page', 1, 0, NULL, NULL, 'Contact Us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(22, NULL, NULL, 64520, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-31 04:03:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(23, NULL, NULL, 786, 'post', 'page', 64520, 0, NULL, NULL, 'Course Carousel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:54', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(24, NULL, NULL, 65427, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-31 04:03:54', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(25, NULL, NULL, 663, 'post', 'page', 65427, 0, NULL, NULL, 'Course Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:54', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(26, NULL, NULL, 669, 'post', 'page', 65427, 0, NULL, NULL, 'Course List Classic', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:54', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(27, NULL, NULL, 50, 'post', 'page', 1, 0, NULL, NULL, 'Course Listing', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:03:54', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(28, NULL, NULL, 1567, 'post', 'page', 65427, 0, NULL, NULL, 'Navigation Style 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:04:08', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(29, NULL, NULL, 1572, 'post', 'page', 65427, 0, NULL, NULL, 'Navigation Style 3', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:04:08', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(30, NULL, NULL, 137311, 'post', 'page', 1, 0, NULL, NULL, 'Fakultas', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2021-03-31 04:15:23', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(31, NULL, NULL, 137155, 'post', 'page', 1, 137153, NULL, NULL, 'Kalender Akademik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2021-03-31 04:15:23', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 1, NULL),
(32, NULL, NULL, 137153, 'post', 'page', 1, 0, NULL, NULL, 'Akademik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-31 04:15:23', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(33, NULL, NULL, 1600, 'post', 'u_project', 65427, 0, NULL, NULL, 'University College', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/people-on-the-pier-1.jpg', NULL, '3142', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/people-on-the-pier-1.jpg', '3142', 'featured-image', '{"width":1600,"height":1067,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/people-on-the-pier-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/people-on-the-pier-1.jpg","size":"full","id":3142,"alt":"","pixels":1707200,"type":"image/jpeg"}', NULL, 2, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(34, NULL, NULL, 1598, 'post', 'u_project', 65427, 0, NULL, NULL, 'Corporate Identity', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/city-road-street-italy-1.jpg', NULL, '3141', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/city-road-street-italy-1.jpg', '3141', 'featured-image', '{"width":1600,"height":1068,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/city-road-street-italy-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/city-road-street-italy-1.jpg","size":"full","id":3141,"alt":"","pixels":1708800,"type":"image/jpeg"}', NULL, 2, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(35, NULL, NULL, 1589, 'post', 'u_project', 65427, 0, NULL, NULL, 'Nam Libero Tempore', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/blog-gallery-004.jpg', NULL, '2690', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/blog-gallery-004.jpg', '2690', 'featured-image', '{"width":1500,"height":994,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/blog-gallery-004.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/05/blog-gallery-004.jpg","size":"full","id":2690,"alt":"","pixels":1491000,"type":"image/jpeg"}', NULL, 2, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(36, NULL, NULL, 1588, 'post', 'u_project', 65427, 0, NULL, NULL, 'Greater Pleasures', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, '2021-03-31 04:15:23', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(37, NULL, NULL, 1586, 'post', 'u_project', 65427, 0, NULL, NULL, 'Power Of Choice', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-001.jpg', NULL, '2435', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-001.jpg', '2435', 'featured-image', '{"width":1000,"height":500,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-001.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/06/campus-001.jpg","size":"full","id":2435,"alt":"","pixels":500000,"type":"image/jpeg"}', NULL, 2, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(38, NULL, NULL, 1584, 'post', 'u_project', 65427, 0, NULL, NULL, 'Occaecati Cupiditate', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/uni-eu-campus.jpg', NULL, '2984', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/uni-eu-campus.jpg', '2984', 'featured-image', '{"width":1000,"height":500,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/uni-eu-campus.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/06/uni-eu-campus.jpg","size":"full","id":2984,"alt":"","pixels":500000,"type":"image/jpeg"}', NULL, 2, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(39, NULL, NULL, 1579, 'post', 'u_project', 65427, 0, NULL, NULL, 'An Idea', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/traveling-man-traveler.jpg', NULL, '3145', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/traveling-man-traveler.jpg', '3145', 'featured-image', '{"width":1920,"height":1280,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/traveling-man-traveler.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/traveling-man-traveler.jpg","size":"full","id":3145,"alt":"","pixels":2457600,"type":"image/jpeg"}', NULL, 2, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(40, NULL, NULL, 137377, 'post', 'post', 1, 0, NULL, NULL, 'Universitas Islam Negeri Sulthan Thaha Saifuddin Jambi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/akre.png', NULL, '137358', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/akre.png', '137358', 'featured-image', '{"width":358,"height":278,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/akre.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2021/03/akre.png","size":"full","id":137358,"alt":"","pixels":99524,"type":"image/png"}', NULL, 4, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(41, NULL, NULL, 137064, 'post', 'post', 1, 0, NULL, NULL, 'asdasd', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg', NULL, '136948', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg', '136948', 'featured-image', '{"width":720,"height":288,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg","size":"full","id":136948,"alt":"UTIPD Universitas Islam Negeri Sultan Thaha Saifuddin Jambi","pixels":207360,"type":"image/jpeg"}', NULL, 4, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(42, NULL, NULL, 137062, 'post', 'post', 1, 0, NULL, NULL, 'UIN STS JAMBI', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/tes-tes.jpg', NULL, '136947', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/tes-tes.jpg', '136947', 'featured-image', '{"width":750,"height":300,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/tes-tes.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/tes-tes.jpg","size":"full","id":136947,"alt":"UTIPD Universitas Islam Negeri Sultan Thaha Saifuddin Jambi","pixels":225000,"type":"image/jpeg"}', NULL, 4, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(43, NULL, NULL, 5, 'post', 'option-tree', 1, 0, NULL, NULL, 'Media', 'private', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:15:23', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(44, NULL, NULL, 137238, 'post', 'attachment', 1, 5, NULL, NULL, 'Universitas Islam Negeri Sultan Thaha Saifuddin Jambi', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin.png', NULL, '137238', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin.png', '137238', 'attachment-image', '{"width":65,"height":54,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/uin.png","size":"full","id":137238,"alt":"Universitas Islam Negeri Sultan Thaha Saifuddin Jambi","pixels":3510,"type":"image/png"}', NULL, 1, NULL, '2021-03-31 04:15:23', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(45, NULL, NULL, 3142, 'post', 'attachment', 65427, 1600, NULL, NULL, 'people-on-the-pier (1)', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/people-on-the-pier-1.jpg', NULL, '3142', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/people-on-the-pier-1.jpg', '3142', 'attachment-image', '{"width":1600,"height":1067,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/people-on-the-pier-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/people-on-the-pier-1.jpg","size":"full","id":3142,"alt":"","pixels":1707200,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(46, NULL, NULL, 3141, 'post', 'attachment', 65427, 1600, NULL, NULL, 'city-road-street-italy (1)', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/city-road-street-italy-1.jpg', NULL, '3141', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/city-road-street-italy-1.jpg', '3141', 'attachment-image', '{"width":1600,"height":1068,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/city-road-street-italy-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/city-road-street-italy-1.jpg","size":"full","id":3141,"alt":"","pixels":1708800,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(47, NULL, NULL, 169, 'post', 'post', 64520, 0, NULL, NULL, 'Our New Campus', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/003.jpg', NULL, '2983', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/003.jpg', '2983', 'featured-image', '{"width":1600,"height":1067,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/003.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/05/003.jpg","size":"full","id":2983,"alt":"","pixels":1707200,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(48, NULL, NULL, 261, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-31 04:15:24', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(49, NULL, NULL, 2690, 'post', 'attachment', 261, 169, NULL, NULL, 'blog-gallery-004', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/blog-gallery-004.jpg', NULL, '2690', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/blog-gallery-004.jpg', '2690', 'attachment-image', '{"width":1500,"height":994,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/blog-gallery-004.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/05/blog-gallery-004.jpg","size":"full","id":2690,"alt":"","pixels":1491000,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(50, NULL, NULL, 2435, 'post', 'attachment', 261, 333, NULL, NULL, 'campus-001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-001.jpg', NULL, '2435', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-001.jpg', '2435', 'attachment-image', '{"width":1000,"height":500,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-001.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/06/campus-001.jpg","size":"full","id":2435,"alt":"","pixels":500000,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(51, NULL, NULL, 2984, 'post', 'attachment', 65427, 333, NULL, NULL, 'uni-eu-campus', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/uni-eu-campus.jpg', NULL, '2984', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/uni-eu-campus.jpg', '2984', 'attachment-image', '{"width":1000,"height":500,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/uni-eu-campus.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/06/uni-eu-campus.jpg","size":"full","id":2984,"alt":"","pixels":500000,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(52, NULL, NULL, 3145, 'post', 'attachment', 65427, 1579, NULL, NULL, 'traveling-man-traveler', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/traveling-man-traveler.jpg', NULL, '3145', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/traveling-man-traveler.jpg', '3145', 'attachment-image', '{"width":1920,"height":1280,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/traveling-man-traveler.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/traveling-man-traveler.jpg","size":"full","id":3145,"alt":"","pixels":2457600,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(53, NULL, NULL, 137358, 'post', 'attachment', 1, 333, NULL, NULL, 'akre', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/akre.png', NULL, '137358', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/akre.png', '137358', 'attachment-image', '{"width":358,"height":278,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/akre.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2021/03/akre.png","size":"full","id":137358,"alt":"","pixels":99524,"type":"image/png"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(54, NULL, NULL, 136948, 'post', 'attachment', 1, 5, NULL, NULL, 'UTIPD Universitas Islam Negeri Sultan Thaha Saifuddin Jambi', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg', NULL, '136948', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg', '136948', 'attachment-image', '{"width":720,"height":288,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk.jpg","size":"full","id":136948,"alt":"UTIPD Universitas Islam Negeri Sultan Thaha Saifuddin Jambi","pixels":207360,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(55, NULL, NULL, 136947, 'post', 'attachment', 1, 5, NULL, NULL, 'UTIPD Universitas Islam Negeri Sultan Thaha Saifuddin Jambi', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/tes-tes.jpg', NULL, '136947', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/tes-tes.jpg', '136947', 'attachment-image', '{"width":750,"height":300,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/tes-tes.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/tes-tes.jpg","size":"full","id":136947,"alt":"UTIPD Universitas Islam Negeri Sultan Thaha Saifuddin Jambi","pixels":225000,"type":"image/jpeg"}', NULL, 1, NULL, '2021-03-31 04:15:24', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(56, NULL, NULL, 8, 'term', 'category', NULL, NULL, NULL, NULL, 'Learn Dash', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:27:52', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(57, NULL, NULL, 137124, 'post', 'page', 1, 0, NULL, NULL, 'Statistik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:29:46', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(58, NULL, NULL, 137300, 'post', 'page', 1, 0, NULL, NULL, 'Lembaga &#038; UPT', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:30:28', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(59, NULL, NULL, 137113, 'post', 'page', 1, 0, NULL, NULL, 'Fakta Prestasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:30:36', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(60, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Laman tidak ditemukan %%sep%% %%sitename%%', NULL, 'Galat 404: Laman tidak ditemukan', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:30:43', '2021-03-31 04:30:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(61, NULL, NULL, 137278, 'post', 'page', 1, 0, NULL, NULL, 'Daftar Beasiswa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:30:55', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(62, NULL, NULL, 137071, 'post', 'page', 1, 0, NULL, NULL, 'Tentang Prodi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-31 04:31:19', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(63, NULL, NULL, 137280, 'post', 'page', 1, 0, NULL, NULL, 'Kalender Akademik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:31:42', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(64, NULL, NULL, 137160, 'post', 'page', 1, 0, NULL, NULL, 'Penelitian &#038; Inovasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:31:55', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(65, NULL, NULL, 137277, 'post', 'page', 1, 0, NULL, NULL, 'Prestasi Mahasiswa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:31:58', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(66, NULL, NULL, 137279, 'post', 'page', 1, 0, NULL, NULL, 'Sumber Belajar Daring', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:32:04', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(67, NULL, NULL, 137075, 'post', 'page', 1, 0, NULL, NULL, 'Struktur Organisasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-31 04:32:29', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(68, NULL, NULL, 136881, 'post', 'page', 1, 0, NULL, NULL, 'Sumber Daya Manusia', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:32:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(69, NULL, NULL, 137276, 'post', 'page', 1, 0, NULL, NULL, 'Organisasi Kemahasiswaan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:33:02', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(70, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:33:26', '2021-03-31 04:33:26', 1, NULL, NULL, NULL, NULL, 0, NULL),
(71, NULL, NULL, 137141, 'post', 'page', 1, 137139, NULL, NULL, 'Kepuasan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:33:39', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(72, NULL, NULL, 137139, 'post', 'page', 1, 0, NULL, NULL, 'Survey', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:33:39', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(73, NULL, NULL, 137128, 'post', 'page', 1, 137124, NULL, NULL, 'Fasilitas', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:33:52', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(74, NULL, NULL, 529, 'term', 'category', NULL, NULL, NULL, NULL, 'BERITA', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:34:05', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(75, NULL, NULL, 530, 'term', 'category', NULL, NULL, NULL, NULL, 'PENGUMUMAN', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:34:07', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(76, NULL, NULL, 137142, 'post', 'page', 1, 137139, NULL, NULL, 'Tracer Study', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:34:07', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(77, NULL, NULL, 137126, 'post', 'page', 1, 137124, NULL, NULL, 'Kerja Sama', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:35:05', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(78, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'Anda mencari %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:35:10', '2021-03-31 04:35:10', 1, NULL, NULL, NULL, NULL, 0, NULL),
(79, NULL, NULL, 137127, 'post', 'page', 1, 137124, NULL, NULL, 'Penelitian &#038; PKM', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:35:21', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(80, NULL, NULL, 137312, 'post', 'page', 1, 0, NULL, NULL, 'LPM', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:35:28', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(81, NULL, NULL, 136879, 'post', 'page', 1, 137071, NULL, NULL, 'Sejarah', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:35:36', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 1, NULL),
(82, NULL, NULL, 137072, 'post', 'page', 1, 137071, NULL, NULL, 'Identitas', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:00', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 1, NULL),
(83, NULL, NULL, 137165, 'post', 'page', 1, 137160, NULL, NULL, 'Inovasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:10', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(84, NULL, NULL, 137073, 'post', 'page', 1, 137071, NULL, NULL, 'Visi &#038; Misi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:15', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(85, NULL, NULL, 137164, 'post', 'page', 1, 137160, NULL, NULL, 'Penelitian', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:17', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(86, NULL, NULL, 137168, 'post', 'page', 1, 137160, NULL, NULL, 'Data &#038; Jurnal', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:24', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(87, NULL, NULL, 137103, 'post', 'page', 1, 136881, NULL, NULL, 'Dosen', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:45', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(88, NULL, NULL, 137162, 'post', 'page', 1, 137160, NULL, NULL, 'Pusat Kajian', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(89, NULL, NULL, 137125, 'post', 'page', 1, 137124, NULL, NULL, 'Akademik &#038; Kemahasiswaan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:36:57', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(90, NULL, NULL, 137102, 'post', 'page', 1, 136881, NULL, NULL, 'Guru Besar', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:37:06', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(91, NULL, NULL, 137163, 'post', 'page', 1, 137160, NULL, NULL, 'Dampak Penelitian', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:37:13', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(92, NULL, NULL, 137090, 'post', 'page', 1, 137075, NULL, NULL, 'Senat Akademik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:37:23', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(93, NULL, NULL, 137074, 'post', 'page', 1, 137071, NULL, NULL, 'Perencanaan Strategis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:37:26', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(94, NULL, NULL, 137115, 'post', 'page', 1, 137113, NULL, NULL, 'Pencapaian Institutional', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:37:36', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(95, NULL, NULL, 137116, 'post', 'page', 1, 137113, NULL, NULL, 'Prestasi Civitas Akademik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:37:43', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(96, NULL, NULL, 137097, 'post', 'page', 1, 137153, NULL, NULL, 'Beasiswa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-31 04:37:45', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 1, NULL),
(97, NULL, NULL, 137167, 'post', 'page', 1, 137160, NULL, NULL, 'Pengabdian Masyarakat', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:38:01', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(98, NULL, NULL, 137076, 'post', 'page', 1, 137075, NULL, NULL, 'Struktur Organisasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:38:03', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(99, NULL, NULL, 137166, 'post', 'page', 1, 137160, NULL, NULL, 'Riset &#038; Inovasi Mahasiswa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:38:13', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(100, NULL, NULL, 137092, 'post', 'page', 1, 137075, NULL, NULL, 'Pimpinan Universitas', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:38:28', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 1, NULL),
(101, NULL, NULL, 137109, 'post', 'page', 1, 136881, NULL, NULL, 'Tenaga Kependidikan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:38:41', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(102, NULL, NULL, 137198, 'post', 'page', 1, 137165, NULL, NULL, 'HKI', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:39:04', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(103, NULL, NULL, 137221, 'post', 'page', 1, 137168, NULL, NULL, 'Data Riset', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:39:13', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(104, NULL, NULL, 137220, 'post', 'page', 1, 137168, NULL, NULL, 'Repositori', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:39:15', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(105, NULL, NULL, 137219, 'post', 'page', 1, 137168, NULL, NULL, 'Jurnal Akademik', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:39:20', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(106, NULL, NULL, 137185, 'post', 'page', 1, 137164, NULL, NULL, 'Roadmap Penelitian', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:39:28', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(107, NULL, NULL, 137196, 'post', 'page', 1, 137165, NULL, NULL, 'Kebijakan Riset &#038; Inovasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:39:42', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(108, NULL, NULL, 137206, 'post', 'page', 1, 137166, NULL, NULL, 'Hasil PKM', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:39:49', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(109, NULL, NULL, 137188, 'post', 'page', 1, 137164, NULL, NULL, 'Daftar Hibah Penelitian', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:40:01', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(110, NULL, NULL, 137187, 'post', 'page', 1, 137164, NULL, NULL, 'Daftar Penelitian Universitas', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:40:02', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(111, NULL, NULL, 137207, 'post', 'page', 1, 137166, NULL, NULL, 'Hasil Inovasi Mahasiswa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:40:12', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(112, NULL, NULL, 137205, 'post', 'page', 1, 137166, NULL, NULL, 'Program Wirausaha Mahasiswa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:40:15', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(113, NULL, NULL, 137203, 'post', 'page', 1, 137166, NULL, NULL, 'Program kreativitas Mahasiswa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:40:25', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(114, NULL, NULL, 137217, 'post', 'page', 1, 137167, NULL, NULL, 'Data Statistik Hibah Masyarakat', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 04:40:31', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(115, NULL, NULL, 136920, 'post', 'post', 1, 0, NULL, NULL, 'UNIVERSITAS ISLAM NEGERI SULTAN THAHA SAIFUDDIN JAMBI', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/download.jpg', NULL, '136946', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/download.jpg', '136946', 'featured-image', '{"width":273,"height":185,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/download.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/10/download.jpg","size":"full","id":136946,"alt":"","pixels":50505,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 04:40:35', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(116, NULL, NULL, 1319, 'post', 'page', 65427, 0, NULL, NULL, 'University Corporate Portfolio', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 09:17:10', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(117, NULL, NULL, 2655, 'post', 'attachment', 261, 1319, NULL, NULL, 'Logo-2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-2.png', NULL, '2655', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-2.png', '2655', 'attachment-image', '{"width":255,"height":141,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-2.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/Logo-2.png","size":"full","id":2655,"alt":"","pixels":35955,"type":"image/png"}', NULL, NULL, NULL, '2021-03-31 09:17:10', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(118, NULL, NULL, 704, 'post', 'product', 1, 0, NULL, NULL, 'Ninja Silhouette', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-12.jpg', NULL, '2713', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-12.jpg', '2713', 'featured-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-12.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-12.jpg","size":"full","id":2713,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:18:08', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(119, NULL, NULL, 2714, 'post', 'attachment', 261, 704, NULL, NULL, 'jpeg1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg1.jpg', NULL, '2714', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg1.jpg', '2714', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg1.jpg","size":"full","id":2714,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:18:08', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(120, NULL, NULL, 707, 'post', 'product', 1, 0, NULL, NULL, 'Patient Ninja', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-1.jpg', NULL, '2710', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-1.jpg', '2710', 'featured-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-1.jpg","size":"full","id":2710,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:18:24', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(121, NULL, NULL, 2710, 'post', 'attachment', 261, 707, NULL, NULL, 'jpeg-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-1.jpg', NULL, '2710', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-1.jpg', '2710', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-1.jpg","size":"full","id":2710,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:18:24', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(122, NULL, NULL, 2477, 'post', 'attachment', 261, 333, NULL, NULL, 'campus-003', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-003.jpg', NULL, '2477', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-003.jpg', '2477', 'attachment-image', '{"width":1000,"height":500,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-003.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/06/campus-003.jpg","size":"full","id":2477,"alt":"","pixels":500000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:21:07', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(123, NULL, NULL, 716, 'post', 'product', 1, 0, NULL, NULL, 'Premium Quality', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-161.jpg', NULL, '2708', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-161.jpg', '2708', 'featured-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-161.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-161.jpg","size":"full","id":2708,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:21:12', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(124, NULL, NULL, 2708, 'post', 'attachment', 261, 716, NULL, NULL, 'jpeg-16', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-161.jpg', NULL, '2708', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-161.jpg', '2708', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-161.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-161.jpg","size":"full","id":2708,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:21:12', '2023-12-24 14:23:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(125, NULL, NULL, 719, 'post', 'product', 1, 0, NULL, NULL, 'Ship Your Idea', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg4.jpg', NULL, '2712', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg4.jpg', '2712', 'featured-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg4.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg4.jpg","size":"full","id":2712,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:21:14', '2023-12-24 14:23:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(126, NULL, NULL, 3138, 'post', 'attachment', 65427, 719, NULL, NULL, 'jpeg-15', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-151.jpg', NULL, '3138', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-151.jpg', '3138', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-151.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-151.jpg","size":"full","id":3138,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:21:14', '2023-12-24 14:23:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(127, NULL, NULL, 697, 'post', 'product', 1, 0, NULL, NULL, 'Happy Ninja', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-14.jpg', NULL, '2718', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-14.jpg', '2718', 'featured-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-14.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-14.jpg","size":"full","id":2718,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:24:20', '2023-12-24 14:23:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(128, NULL, NULL, 2718, 'post', 'attachment', 261, 697, NULL, NULL, 'jpeg-14', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-14.jpg', NULL, '2718', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-14.jpg', '2718', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-14.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-14.jpg","size":"full","id":2718,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:24:20', '2023-12-24 14:23:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(129, NULL, NULL, 136982, 'post', 'u_event', 1, 0, NULL, NULL, 'KERJA BAKTI UTIPD', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg', NULL, '136983', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg', '136983', 'featured-image', '{"width":1280,"height":960,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg","size":"full","id":136983,"alt":"KERJA BAKTI UTIPD","pixels":1228800,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:24:22', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(130, NULL, NULL, 136983, 'post', 'attachment', 1, 136982, NULL, NULL, 'KERJA BAKTI UTIPD', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg', NULL, '136983', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg', '136983', 'attachment-image', '{"width":1280,"height":960,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-1.jpg","size":"full","id":136983,"alt":"KERJA BAKTI UTIPD","pixels":1228800,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:24:22', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(131, NULL, NULL, 136985, 'post', 'attachment', 1, 136982, NULL, NULL, 'c5c2d775-4f76-49d3-aacb-7189b1b6423b', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-2.jpg', NULL, '136985', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-2.jpg', '136985', 'attachment-image', '{"width":1280,"height":960,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-2.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2021/03/c5c2d775-4f76-49d3-aacb-7189b1b6423b-2.jpg","size":"full","id":136985,"alt":"","pixels":1228800,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:24:28', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(132, NULL, NULL, 2733, 'post', 'attachment', 261, 1319, NULL, NULL, 'icon-002', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-002.png', NULL, '2733', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-002.png', '2733', 'attachment-image', '{"width":200,"height":200,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-002.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/icon-002.png","size":"full","id":2733,"alt":"","pixels":40000,"type":"image/png"}', NULL, NULL, NULL, '2021-03-31 09:25:12', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(133, NULL, NULL, 989, 'post', 'page', 65427, 0, NULL, NULL, 'University &#8211; Event Showcase', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 09:25:59', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(134, NULL, NULL, 2629, 'post', 'attachment', 261, 989, NULL, NULL, 'university-background-04', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-04.jpg', NULL, '2629', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-04.jpg', '2629', 'attachment-image', '{"width":2000,"height":1333,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-04.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/university-background-04.jpg","size":"full","id":2629,"alt":"","pixels":2666000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 09:25:59', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(135, NULL, NULL, 1091, 'post', 'page', 65427, 0, NULL, NULL, 'University &#8211; Course Carousel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 09:26:28', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(136, NULL, NULL, 3124, 'post', 'attachment', 65427, 1091, NULL, NULL, 'education-phone', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/education-phone.png', NULL, '3124', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/education-phone.png', '3124', 'attachment-image', '{"width":528,"height":434,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/education-phone.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/education-phone.png","size":"full","id":3124,"alt":"","pixels":229152,"type":"image/png"}', NULL, NULL, NULL, '2021-03-31 09:26:28', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(137, NULL, NULL, 1362, 'post', 'page', 65427, 0, NULL, NULL, 'Online Training Courses', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 09:26:41', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(138, NULL, NULL, 2727, 'post', 'attachment', 261, 1362, NULL, NULL, '004', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/004.png', NULL, '2727', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/004.png', '2727', 'attachment-image', '{"width":255,"height":200,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/004.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/004.png","size":"full","id":2727,"alt":"","pixels":51000,"type":"image/png"}', NULL, NULL, NULL, '2021-03-31 09:26:41', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(139, NULL, NULL, 2652, 'post', 'attachment', 261, 1319, NULL, NULL, 'marker-3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-3.png', NULL, '2652', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-3.png', '2652', 'attachment-image', '{"width":110,"height":110,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-3.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/marker-3.png","size":"full","id":2652,"alt":"","pixels":12100,"type":"image/png"}', NULL, NULL, NULL, '2021-03-31 10:17:58', '2023-12-24 14:23:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(140, NULL, NULL, 2634, 'post', 'attachment', 261, 989, NULL, NULL, 'university-background-06', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-06.jpg', NULL, '2634', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-06.jpg', '2634', 'attachment-image', '{"width":2000,"height":1325,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-06.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/university-background-06.jpg","size":"full","id":2634,"alt":"","pixels":2650000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 10:18:23', '2023-12-24 14:23:23', 1, NULL, NULL, NULL, NULL, 0, NULL),
(141, NULL, NULL, 2651, 'post', 'attachment', 261, 1319, NULL, NULL, 'marker-2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-2.png', NULL, '2651', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-2.png', '2651', 'attachment-image', '{"width":110,"height":110,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-2.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/marker-2.png","size":"full","id":2651,"alt":"","pixels":12100,"type":"image/png"}', NULL, NULL, NULL, '2021-03-31 10:18:51', '2023-12-24 14:23:23', 1, NULL, NULL, NULL, NULL, 0, NULL),
(142, NULL, NULL, 2712, 'post', 'attachment', 261, 707, NULL, NULL, 'jpeg4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg4.jpg', NULL, '2712', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg4.jpg', '2712', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg4.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg4.jpg","size":"full","id":2712,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 18:16:16', '2023-12-24 14:23:23', 1, NULL, NULL, NULL, NULL, 0, NULL),
(143, NULL, NULL, 759, 'post', 'page', 1, 0, NULL, NULL, 'Woocommerce Shop', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:17:09', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(144, NULL, NULL, 862, 'post', 'page', 1, 0, NULL, NULL, 'Tour', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:17:16', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(145, NULL, NULL, 579, 'post', 'page', 1, 0, NULL, NULL, 'Shortcode WooCommerce', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:17:28', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(146, NULL, NULL, 2770, 'post', 'page', 293, 0, NULL, NULL, 'Site-Wide Activity', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:17:59', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(147, NULL, NULL, 891, 'post', 'page', 65427, 0, NULL, NULL, 'University &#8211; Revolution Slider', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:19:20', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(148, NULL, NULL, 3110, 'post', 'attachment', 65427, 891, NULL, NULL, 'background-2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/background-2.jpg', NULL, '3110', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/background-2.jpg', '3110', 'attachment-image', '{"width":1920,"height":810,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/background-2.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/background-2.jpg","size":"full","id":3110,"alt":"","pixels":1555200,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 18:19:20', '2023-12-24 14:23:23', 1, NULL, NULL, NULL, NULL, 0, NULL),
(149, NULL, NULL, 6, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-31 18:19:25', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(150, NULL, NULL, 2031, 'post', 'page', 6, 0, NULL, NULL, 'Log In', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:19:25', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(151, NULL, NULL, 3014, 'post', 'page', 1, 0, NULL, NULL, 'Left Sidebar Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:19:55', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(152, NULL, NULL, 136922, 'post', 'page', 1, 0, NULL, NULL, 'Panduan Layanan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:20:14', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(153, NULL, NULL, 136961, 'post', 'attachment', 1, 136922, NULL, NULL, 'PANDUAN LAYANAN', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:20:14', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(154, NULL, NULL, 795, 'post', 'page', 65427, 0, NULL, NULL, 'Event Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:20:28', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(155, NULL, NULL, 789, 'post', 'page', 1, 647, NULL, NULL, 'Post Carousel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:27:03', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(156, NULL, NULL, 647, 'post', 'page', 1, 0, NULL, NULL, 'Layanan Kami', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:27:03', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(157, NULL, NULL, 69, 'post', 'page', 1, 0, NULL, NULL, 'Professors', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:27:36', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(158, NULL, NULL, NULL, 'post-type-archive', 'u_project', NULL, NULL, '%%pt_plural%% Arsip %%page%% %%sep%% %%sitename%%', '', 'Project', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:27:41', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(159, NULL, NULL, 2624, 'post', 'attachment', 261, 891, NULL, NULL, 'university-background-03', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-03.jpg', NULL, '2624', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-03.jpg', '2624', 'attachment-image', '{"width":2000,"height":1331,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/university-background-03.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/university-background-03.jpg","size":"full","id":2624,"alt":"","pixels":2662000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 18:27:53', '2023-12-24 14:23:23', 1, NULL, NULL, NULL, NULL, 0, NULL),
(160, NULL, NULL, 2723, 'post', 'attachment', 261, 1362, NULL, NULL, '001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/001.png', NULL, '2723', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/001.png', '2723', 'attachment-image', '{"width":255,"height":200,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/001.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/001.png","size":"full","id":2723,"alt":"","pixels":51000,"type":"image/png"}', NULL, NULL, NULL, '2021-03-31 18:28:00', '2023-12-24 14:23:23', 1, NULL, NULL, NULL, NULL, 0, NULL),
(161, NULL, NULL, 1577, 'post', 'u_project', 65427, 0, NULL, NULL, 'Home Design', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:28:37', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(162, NULL, NULL, 869, 'post', 'page', 1, 0, NULL, NULL, 'Toggles', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:28:49', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(163, NULL, NULL, 2575, 'post', 'attachment', 261, 333, NULL, NULL, 'university-background-02', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/university-background-02.jpg', NULL, '2575', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/university-background-02.jpg', '2575', 'attachment-image', '{"width":2000,"height":1331,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/university-background-02.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/06/university-background-02.jpg","size":"full","id":2575,"alt":"","pixels":2662000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-03-31 18:28:55', '2023-12-24 14:23:23', 1, NULL, NULL, NULL, NULL, 0, NULL),
(164, NULL, NULL, 2034, 'post', 'page', 6, 0, NULL, NULL, 'Lost Password', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:29:01', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(165, NULL, NULL, 298, 'post', 'page', 1, 0, NULL, NULL, 'HTML Tags and Formatting', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:29:13', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(166, NULL, NULL, 661, 'post', 'page', 1, 0, NULL, NULL, 'Full Width Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 18:29:49', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(167, NULL, NULL, 23, 'term', 'u_project_cat', NULL, NULL, NULL, NULL, 'Brifing', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-31 22:03:51', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(168, NULL, NULL, 136933, 'post', 'page', 1, 0, NULL, NULL, 'Dokumen', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 01:56:27', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(169, NULL, NULL, 673, 'post', 'page', 1, 0, NULL, NULL, 'Event list classic', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 01:56:27', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(170, NULL, NULL, 674, 'post', 'page', 1, 0, NULL, NULL, 'Event list grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 01:56:27', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(171, NULL, NULL, 136952, 'post', 'page', 1, 0, NULL, NULL, 'Kebijakan Privasi', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(172, NULL, NULL, 314, 'post', 'page', 1, 647, NULL, NULL, 'Countdown Clock', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(173, NULL, NULL, 270, 'post', 'page', 1, 647, NULL, NULL, 'Course List Table', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(174, NULL, NULL, 1543, 'post', 'page', 1, 647, NULL, NULL, 'Pricing Table', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(175, NULL, NULL, 217, 'post', 'page', 1, 647, NULL, NULL, 'Shortcode Post Scroller', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(176, NULL, NULL, 293, 'post', 'page', 1, 647, NULL, NULL, 'Tabs', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(177, NULL, NULL, 326, 'post', 'page', 1, 647, NULL, NULL, 'Testimonials', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(178, NULL, NULL, 137314, 'post', 'page', 1, 0, NULL, NULL, 'LP2M', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:35', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(179, NULL, NULL, 136880, 'post', 'page', 1, 0, NULL, NULL, 'Manajemen dan Organisasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:42', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(180, NULL, NULL, 873, 'post', 'page', 1, 0, NULL, NULL, 'Media', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:42', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(181, NULL, NULL, 10, 'post', 'page', 1, 0, NULL, NULL, 'My Account', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:42', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(182, NULL, NULL, 2761, 'post', 'page', 1, 0, NULL, NULL, 'My Profile', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:42', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(183, NULL, NULL, 3030, 'post', 'page', 1, 0, NULL, NULL, 'ninja_forms_preview_page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:42', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(184, NULL, NULL, 425, 'post', 'page', 1, 0, NULL, NULL, 'Page with Left Sidebar', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:00:42', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(185, NULL, NULL, 810, 'post', 'page', 1, 0, NULL, NULL, 'Post List Classic', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:01:33', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(186, NULL, NULL, 3031, 'post', 'page', 1, 0, NULL, NULL, 'Register', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:01:33', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(187, NULL, NULL, 1835, 'post', 'page', 1, 0, NULL, NULL, 'script', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:01:33', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(188, NULL, NULL, 136931, 'post', 'page', 1, 0, NULL, NULL, 'Sistem Informasi Administrasi dan Pelayanan (SIAP)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:05:50', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(189, NULL, NULL, 136929, 'post', 'page', 1, 0, NULL, NULL, 'Sistem Informasi Akademik (SIAKAD)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:05:50', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(190, NULL, NULL, 136930, 'post', 'page', 1, 0, NULL, NULL, 'Sistem Informasi Peserta Ujian TI (SIPUTI)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:05:50', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(191, NULL, NULL, 137086, 'post', 'nav_menu_item', 1, 137071, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:38:28', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(193, NULL, NULL, 137088, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:38:28', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(199, NULL, NULL, 137387, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:38:28', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(200, NULL, NULL, 137096, 'post', 'nav_menu_item', 1, 137075, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:43:21', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(201, NULL, NULL, 137108, 'post', 'nav_menu_item', 1, 136881, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:43:22', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(202, NULL, NULL, 137388, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:43:22', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(203, NULL, NULL, 137177, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Penelitian &#038; Inovasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:55:27', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(204, NULL, NULL, 1502, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Berita', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:55:27', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(205, NULL, NULL, 137303, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Lembaga &#038; UPT', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:55:27', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(206, NULL, NULL, 137290, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Akademik &#038; Kemahasiswaan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:55:27', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(207, NULL, NULL, 137393, 'post', 'nav_menu_item', 1, 137153, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-13 02:55:27', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(208, NULL, NULL, 137392, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 02:55:27', '2021-04-13 10:50:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(209, NULL, NULL, 2772, 'post', 'page', 293, 0, NULL, NULL, 'Register', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 11:32:05', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(210, NULL, NULL, 2726, 'post', 'attachment', 261, 1362, NULL, NULL, '003', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/003.png', NULL, '2726', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/003.png', '2726', 'attachment-image', '{"width":255,"height":200,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/003.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/003.png","size":"full","id":2726,"alt":"","pixels":51000,"type":"image/png"}', NULL, NULL, NULL, '2021-04-13 11:32:18', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(211, NULL, NULL, 1029, 'post', 'page', 65427, 0, NULL, NULL, 'University &#8211; Event Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 11:33:21', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(212, NULL, NULL, 3122, 'post', 'attachment', 65427, 1029, NULL, NULL, 'gradient-background', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/gradient-background.jpg', NULL, '3122', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/gradient-background.jpg', '3122', 'attachment-image', '{"width":1920,"height":1080,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/gradient-background.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/gradient-background.jpg","size":"full","id":3122,"alt":"","pixels":2073600,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-04-13 11:33:21', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(213, NULL, NULL, 2724, 'post', 'attachment', 261, 1362, NULL, NULL, '002', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/002.png', NULL, '2724', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/002.png', '2724', 'attachment-image', '{"width":255,"height":200,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/002.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/002.png","size":"full","id":2724,"alt":"","pixels":51000,"type":"image/png"}', NULL, NULL, NULL, '2021-04-13 11:33:37', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(214, NULL, NULL, 2731, 'post', 'attachment', 261, 1319, NULL, NULL, 'icon-005', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-005.png', NULL, '2731', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-005.png', '2731', 'attachment-image', '{"width":200,"height":200,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-005.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/icon-005.png","size":"full","id":2731,"alt":"","pixels":40000,"type":"image/png"}', NULL, NULL, NULL, '2021-04-13 11:41:26', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(215, NULL, NULL, 2535, 'post', 'attachment', 261, 333, NULL, NULL, 'university-education-all-background-01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/university-education-all-background-01.jpg', NULL, '2535', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/university-education-all-background-01.jpg', '2535', 'attachment-image', '{"width":2000,"height":331,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/university-education-all-background-01.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/06/university-education-all-background-01.jpg","size":"full","id":2535,"alt":"","pixels":662000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-04-13 11:41:45', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(216, NULL, NULL, 2730, 'post', 'attachment', 261, 1319, NULL, NULL, 'icon-004', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-004.png', NULL, '2730', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-004.png', '2730', 'attachment-image', '{"width":200,"height":200,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/icon-004.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/icon-004.png","size":"full","id":2730,"alt":"","pixels":40000,"type":"image/png"}', NULL, NULL, NULL, '2021-04-13 11:47:43', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(217, NULL, NULL, 136849, 'post', 'page', 65427, 0, NULL, NULL, 'Sample Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 12:16:28', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(218, NULL, NULL, 3113, 'post', 'attachment', 65427, 891, NULL, NULL, '001-macbook-air', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/001-macbook-air.png', NULL, '3113', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/001-macbook-air.png', '3113', 'attachment-image', '{"width":497,"height":294,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/001-macbook-air.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/001-macbook-air.png","size":"full","id":3113,"alt":"","pixels":146118,"type":"image/png"}', NULL, NULL, NULL, '2021-04-13 12:58:55', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(219, NULL, NULL, 1510, 'post', 'page', 1, 0, NULL, NULL, 'Video Banner', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-13 22:19:52', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(220, NULL, NULL, 24, 'term', 'u_project_cat', NULL, NULL, NULL, NULL, 'Information Tech', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-14 16:15:29', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(221, NULL, NULL, 2711, 'post', 'attachment', 261, 707, NULL, NULL, 'jpeg-15', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-15.jpg', NULL, '2711', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-15.jpg', '2711', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-15.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-15.jpg","size":"full","id":2711,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-04-14 16:18:52', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(222, NULL, NULL, 2656, 'post', 'attachment', 261, 1319, NULL, NULL, 'Logo-3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-3.png', NULL, '2656', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-3.png', '2656', 'attachment-image', '{"width":255,"height":141,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-3.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/Logo-3.png","size":"full","id":2656,"alt":"","pixels":35955,"type":"image/png"}', NULL, NULL, NULL, '2021-04-14 18:49:07', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(223, NULL, NULL, 2650, 'post', 'attachment', 261, 1319, NULL, NULL, 'marker-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-1.png', NULL, '2650', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-1.png', '2650', 'attachment-image', '{"width":110,"height":110,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/marker-1.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/marker-1.png","size":"full","id":2650,"alt":"","pixels":12100,"type":"image/png"}', NULL, NULL, NULL, '2021-04-15 01:34:29', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(224, NULL, NULL, 2657, 'post', 'attachment', 261, 1319, NULL, NULL, 'Logo-4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-4.png', NULL, '2657', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-4.png', '2657', 'attachment-image', '{"width":255,"height":141,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/08/Logo-4.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/08/Logo-4.png","size":"full","id":2657,"alt":"","pixels":35955,"type":"image/png"}', NULL, NULL, NULL, '2021-04-17 01:43:11', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(225, NULL, NULL, 6, 'term', 'category', NULL, NULL, NULL, NULL, 'Academic', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-20 07:27:06', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(226, NULL, NULL, 7, 'post', 'page', 1, 0, NULL, NULL, 'Shop', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-24 16:36:34', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(227, NULL, NULL, 2771, 'post', 'page', 293, 0, NULL, NULL, 'Members', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-26 06:09:45', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(228, NULL, NULL, 586, 'post', 'page', 65427, 0, NULL, NULL, 'Shop List', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-26 13:30:43', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(229, NULL, NULL, 58, 'post', 'page', 1, 0, NULL, NULL, 'Textbox', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-27 07:50:02', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(230, NULL, NULL, 700, 'post', 'product', 1, 0, NULL, NULL, 'Happy Ninja2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-13.jpg', NULL, '2716', 'featured-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-13.jpg', '2716', 'featured-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-13.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-13.jpg","size":"full","id":2716,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-04-28 03:13:55', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(231, NULL, NULL, 2716, 'post', 'attachment', 261, 700, NULL, NULL, 'jpeg-13', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-13.jpg', NULL, '2716', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-13.jpg', '2716', 'attachment-image', '{"width":1000,"height":1000,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/jpeg-13.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/jpeg-13.jpg","size":"full","id":2716,"alt":"","pixels":1000000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-04-28 03:13:55', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL);
INSERT INTO `SGLe0xCk_yoast_indexable` VALUES
(232, NULL, NULL, 3127, 'post', 'attachment', 65427, 1091, NULL, NULL, 'section-background', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/section-background.jpg', NULL, '3127', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/section-background.jpg', '3127', 'attachment-image', '{"width":1920,"height":800,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/section-background.jpg","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/section-background.jpg","size":"full","id":3127,"alt":"","pixels":1536000,"type":"image/jpeg"}', NULL, NULL, NULL, '2021-04-28 06:23:39', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(233, NULL, NULL, 2032, 'post', 'page', 6, 0, NULL, NULL, 'Log Out', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-28 09:05:14', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(234, NULL, NULL, 3117, 'post', 'attachment', 65427, 989, NULL, NULL, '900-macbook-uni', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/900-macbook-uni.png', NULL, '3117', 'attachment-image', NULL, NULL, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/900-macbook-uni.png', '3117', 'attachment-image', '{"width":900,"height":261,"url":"https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/07/900-macbook-uni.png","path":"/home/su1th4/public_html/spisutha/wp-content/uploads/2014/07/900-macbook-uni.png","size":"full","id":3117,"alt":"","pixels":234900,"type":"image/png"}', NULL, NULL, NULL, '2021-04-28 09:20:07', '2023-12-24 14:23:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(235, NULL, NULL, 113, 'post', 'page', 1, 0, NULL, NULL, 'Shortcode Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-28 11:25:53', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(236, NULL, NULL, 0, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-04-29 11:56:02', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(237, NULL, NULL, 2, 'post', 'page', 0, 0, NULL, NULL, 'Sample Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-29 11:56:02', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(238, NULL, NULL, 656, 'post', 'page', 65427, 0, NULL, NULL, 'Post Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-29 13:48:58', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(239, NULL, NULL, 136, 'post', 'page', 64520, 0, NULL, NULL, 'Event Carousel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-30 12:13:01', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(240, NULL, NULL, 164, 'post', 'page', 1, 0, NULL, NULL, 'Shortcode Post Grid', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-02 12:27:29', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(241, NULL, NULL, 144, 'post', 'page', 1, 0, NULL, NULL, 'Shortcode &#8211; Heading', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-02 12:32:29', '2021-05-17 13:46:31', 1, NULL, NULL, NULL, NULL, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_yoast_indexable_hierarchy`
--

CREATE TABLE `SGLe0xCk_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_yoast_indexable_hierarchy`
--

INSERT INTO `SGLe0xCk_yoast_indexable_hierarchy` VALUES
(1, 0, 0, 1),
(3, 0, 0, 1),
(6, 0, 0, 1),
(7, 0, 0, 1),
(9, 0, 0, 1),
(10, 0, 0, 1),
(11, 0, 0, 1),
(12, 0, 0, 1),
(13, 0, 0, 1),
(14, 13, 1, 1),
(15, 13, 1, 1),
(16, 13, 1, 1),
(17, 0, 0, 1),
(18, 0, 0, 1),
(19, 0, 0, 1),
(21, 0, 0, 1),
(23, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(28, 0, 0, 1),
(29, 0, 0, 1),
(30, 0, 0, 1),
(31, 32, 1, 1),
(32, 0, 0, 1),
(33, 0, 0, 1),
(34, 0, 0, 1),
(35, 0, 0, 1),
(36, 0, 0, 1),
(37, 0, 0, 1),
(38, 0, 0, 1),
(39, 0, 0, 1),
(40, 0, 0, 1),
(41, 0, 0, 1),
(42, 0, 0, 1),
(43, 0, 0, 1),
(47, 0, 0, 1),
(50, 3, 1, 1),
(51, 3, 1, 1),
(53, 3, 1, 1),
(56, 0, 0, 1),
(57, 0, 0, 1),
(58, 0, 0, 1),
(59, 0, 0, 1),
(61, 0, 0, 1),
(62, 0, 0, 1),
(63, 0, 0, 1),
(64, 0, 0, 1),
(65, 0, 0, 1),
(66, 0, 0, 1),
(67, 0, 0, 1),
(68, 0, 0, 1),
(69, 0, 0, 1),
(70, 0, 0, 1),
(71, 72, 1, 1),
(72, 0, 0, 1),
(73, 57, 1, 1),
(74, 0, 0, 1),
(75, 0, 0, 1),
(76, 72, 1, 1),
(77, 57, 1, 1),
(78, 0, 0, 1),
(79, 57, 1, 1),
(80, 0, 0, 1),
(81, 62, 1, 1),
(82, 62, 1, 1),
(83, 64, 1, 1),
(84, 62, 1, 1),
(85, 64, 1, 1),
(86, 64, 1, 1),
(87, 68, 1, 1),
(88, 64, 1, 1),
(89, 57, 1, 1),
(90, 68, 1, 1),
(91, 64, 1, 1),
(92, 67, 1, 1),
(93, 62, 1, 1),
(94, 59, 1, 1),
(95, 59, 1, 1),
(96, 32, 1, 1),
(97, 64, 1, 1),
(98, 67, 1, 1),
(99, 64, 1, 1),
(100, 67, 1, 1),
(101, 68, 1, 1),
(102, 64, 2, 1),
(102, 83, 1, 1),
(103, 64, 2, 1),
(103, 86, 1, 1),
(104, 64, 2, 1),
(104, 86, 1, 1),
(105, 64, 2, 1),
(105, 86, 1, 1),
(106, 64, 2, 1),
(106, 85, 1, 1),
(107, 64, 2, 1),
(107, 83, 1, 1),
(108, 64, 2, 1),
(108, 99, 1, 1),
(109, 64, 2, 1),
(109, 85, 1, 1),
(110, 64, 2, 1),
(110, 85, 1, 1),
(111, 64, 2, 1),
(111, 99, 1, 1),
(112, 64, 2, 1),
(112, 99, 1, 1),
(113, 64, 2, 1),
(113, 99, 1, 1),
(114, 64, 2, 1),
(114, 97, 1, 1),
(115, 0, 0, 1),
(116, 0, 0, 1),
(117, 116, 1, 1),
(118, 0, 0, 1),
(119, 118, 1, 1),
(120, 0, 0, 1),
(121, 120, 1, 1),
(122, 3, 1, 1),
(123, 0, 0, 1),
(124, 123, 1, 1),
(125, 0, 0, 1),
(126, 125, 1, 1),
(127, 0, 0, 1),
(128, 127, 1, 1),
(129, 0, 0, 1),
(130, 129, 1, 1),
(131, 129, 1, 1),
(132, 116, 1, 1),
(133, 0, 0, 1),
(134, 133, 1, 1),
(135, 0, 0, 1),
(136, 135, 1, 1),
(137, 0, 0, 1),
(138, 137, 1, 1),
(139, 116, 1, 1),
(140, 133, 1, 1),
(141, 116, 1, 1),
(142, 120, 1, 1),
(143, 0, 0, 1),
(144, 0, 0, 1),
(145, 0, 0, 1),
(146, 0, 0, 1),
(147, 0, 0, 1),
(148, 147, 1, 1),
(150, 0, 0, 1),
(151, 0, 0, 1),
(152, 0, 0, 1),
(153, 152, 1, 1),
(154, 0, 0, 1),
(155, 156, 1, 1),
(156, 0, 0, 1),
(157, 0, 0, 1),
(158, 0, 0, 1),
(159, 147, 1, 1),
(160, 137, 1, 1),
(161, 0, 0, 1),
(162, 0, 0, 1),
(163, 3, 1, 1),
(164, 0, 0, 1),
(165, 0, 0, 1),
(166, 0, 0, 1),
(167, 0, 0, 1),
(168, 0, 0, 1),
(169, 0, 0, 1),
(170, 0, 0, 1),
(171, 0, 0, 1),
(172, 156, 1, 1),
(173, 156, 1, 1),
(174, 156, 1, 1),
(175, 156, 1, 1),
(176, 156, 1, 1),
(177, 156, 1, 1),
(178, 0, 0, 1),
(179, 0, 0, 1),
(180, 0, 0, 1),
(181, 0, 0, 1),
(182, 0, 0, 1),
(183, 0, 0, 1),
(184, 0, 0, 1),
(185, 0, 0, 1),
(186, 0, 0, 1),
(187, 0, 0, 1),
(188, 0, 0, 1),
(189, 0, 0, 1),
(190, 0, 0, 1),
(191, 62, 1, 1),
(193, 0, 0, 1),
(199, 0, 0, 1),
(200, 67, 1, 1),
(201, 68, 1, 1),
(202, 0, 0, 1),
(203, 0, 0, 1),
(204, 0, 0, 1),
(205, 0, 0, 1),
(206, 0, 0, 1),
(207, 32, 1, 1),
(208, 0, 0, 1),
(209, 0, 0, 1),
(210, 137, 1, 1),
(211, 0, 0, 1),
(212, 211, 1, 1),
(213, 137, 1, 1),
(214, 116, 1, 1),
(215, 3, 1, 1),
(216, 116, 1, 1),
(217, 0, 0, 1),
(218, 147, 1, 1),
(219, 0, 0, 1),
(220, 0, 0, 1),
(221, 120, 1, 1),
(222, 116, 1, 1),
(223, 116, 1, 1),
(224, 116, 1, 1),
(225, 0, 0, 1),
(226, 0, 0, 1),
(227, 0, 0, 1),
(228, 0, 0, 1),
(229, 0, 0, 1),
(230, 0, 0, 1),
(231, 230, 1, 1),
(232, 135, 1, 1),
(233, 0, 0, 1),
(234, 133, 1, 1),
(235, 0, 0, 1),
(237, 0, 0, 1),
(238, 0, 0, 1),
(239, 0, 0, 1),
(240, 0, 0, 1),
(241, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_yoast_migrations`
--

CREATE TABLE `SGLe0xCk_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wpgi_yoast_migrations_version` (`version`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `SGLe0xCk_yoast_migrations`
--

INSERT INTO `SGLe0xCk_yoast_migrations` VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134');

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_yoast_primary_term`
--

CREATE TABLE `SGLe0xCk_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `SGLe0xCk_yoast_seo_links`
--

CREATE TABLE `SGLe0xCk_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `SGLe0xCk_yoast_seo_links`
--

INSERT INTO `SGLe0xCk_yoast_seo_links` VALUES
(47, 'http://siputi.uinjambi.ac.id/dtr_pst.php', 333, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(48, 'http://siputi.uinjambi.ac.id/login.php?page=pendaftaran_uti', 333, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(49, 'http://localhost/uinjambi/wordpress/wp-content/uploads/2021/03/PANDUAN-LAYANAN.pdf', 333, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(50, '#', 333, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(51, '#', 333, NULL, 'internal', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(52, 'https://spisutha.w2.uinjambi.ac.id/project/university-college/', 333, 1600, 'internal', 3, 33, NULL, NULL, NULL, NULL, NULL),
(53, 'https://spisutha.w2.uinjambi.ac.id/project/university-college/', 333, 1600, 'internal', 3, 33, NULL, NULL, NULL, NULL, NULL),
(54, 'https://spisutha.w2.uinjambi.ac.id/project/corporate-identity/', 333, 1598, 'internal', 3, 34, NULL, NULL, NULL, NULL, NULL),
(55, 'https://spisutha.w2.uinjambi.ac.id/project/corporate-identity/', 333, 1598, 'internal', 3, 34, NULL, NULL, NULL, NULL, NULL),
(56, 'https://spisutha.w2.uinjambi.ac.id/project/nam-libero-tempore/', 333, 1589, 'internal', 3, 35, NULL, NULL, NULL, NULL, NULL),
(57, 'https://spisutha.w2.uinjambi.ac.id/project/nam-libero-tempore/', 333, 1589, 'internal', 3, 35, NULL, NULL, NULL, NULL, NULL),
(58, 'https://spisutha.w2.uinjambi.ac.id/project/greater-pleasures/', 333, 1588, 'internal', 3, 36, NULL, NULL, NULL, NULL, NULL),
(59, 'https://spisutha.w2.uinjambi.ac.id/project/greater-pleasures/', 333, 1588, 'internal', 3, 36, NULL, NULL, NULL, NULL, NULL),
(60, 'https://spisutha.w2.uinjambi.ac.id/project/power-of-choice/', 333, 1586, 'internal', 3, 37, NULL, NULL, NULL, NULL, NULL),
(61, 'https://spisutha.w2.uinjambi.ac.id/project/power-of-choice/', 333, 1586, 'internal', 3, 37, NULL, NULL, NULL, NULL, NULL),
(62, 'https://spisutha.w2.uinjambi.ac.id/project/occaecati-cupiditate/', 333, 1584, 'internal', 3, 38, NULL, NULL, NULL, NULL, NULL),
(63, 'https://spisutha.w2.uinjambi.ac.id/project/occaecati-cupiditate/', 333, 1584, 'internal', 3, 38, NULL, NULL, NULL, NULL, NULL),
(64, 'https://spisutha.w2.uinjambi.ac.id/project/an-idea/', 333, 1579, 'internal', 3, 39, NULL, NULL, NULL, NULL, NULL),
(65, 'https://spisutha.w2.uinjambi.ac.id/project/an-idea/', 333, 1579, 'internal', 3, 39, NULL, NULL, NULL, NULL, NULL),
(66, 'https://spisutha.w2.uinjambi.ac.id/2021/03/31/universitas-islam-negeri-sulthan-thaha-saifuddin-jambi/', 333, 137377, 'internal', 3, 40, NULL, NULL, NULL, NULL, NULL),
(67, 'https://spisutha.w2.uinjambi.ac.id/2021/03/31/universitas-islam-negeri-sulthan-thaha-saifuddin-jambi/', 333, 137377, 'internal', 3, 40, NULL, NULL, NULL, NULL, NULL),
(68, 'https://spisutha.w2.uinjambi.ac.id/2021/03/31/universitas-islam-negeri-sulthan-thaha-saifuddin-jambi/', 333, 137377, 'internal', 3, 40, NULL, NULL, NULL, NULL, NULL),
(69, 'https://spisutha.w2.uinjambi.ac.id/2021/03/31/universitas-islam-negeri-sulthan-thaha-saifuddin-jambi/#comment', 333, 137377, 'internal', 3, 40, NULL, NULL, NULL, NULL, NULL),
(70, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/asdasd/', 333, 137064, 'internal', 3, 41, NULL, NULL, NULL, NULL, NULL),
(71, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/asdasd/', 333, 137064, 'internal', 3, 41, NULL, NULL, NULL, NULL, NULL),
(72, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/asdasd/', 333, 137064, 'internal', 3, 41, NULL, NULL, NULL, NULL, NULL),
(73, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/asdasd/#comment', 333, 137064, 'internal', 3, 41, NULL, NULL, NULL, NULL, NULL),
(74, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/137062-2/', 333, 137062, 'internal', 3, 42, NULL, NULL, NULL, NULL, NULL),
(75, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/137062-2/', 333, 137062, 'internal', 3, 42, NULL, NULL, NULL, NULL, NULL),
(76, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/137062-2/', 333, 137062, 'internal', 3, 42, NULL, NULL, NULL, NULL, NULL),
(77, 'https://spisutha.w2.uinjambi.ac.id/2021/03/15/137062-2/#comment', 333, 137062, 'internal', 3, 42, NULL, NULL, NULL, NULL, NULL),
(78, 'http://admisi.uinjambi.ac.id/', 333, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(79, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/uin.png', 333, 137238, 'image-in', 3, 44, 54, 65, 8485, NULL, NULL),
(80, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/people-on-the-pier-1-554x674.jpg', 333, 3142, 'image-in', 3, 45, 1067, 1600, 296186, NULL, NULL),
(81, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/city-road-street-italy-1-554x674.jpg', 333, 3141, 'image-in', 3, 46, 1068, 1600, 570113, NULL, NULL),
(82, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/05/blog-gallery-004-554x674.jpg', 333, 2690, 'image-in', 3, 49, 994, 1500, 295376, NULL, NULL),
(83, 'https://spisutha.w2.uinjambi.ac.id/wp-content/themes/university/images/default-photo-grid.jpg', 333, NULL, 'image-in', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(84, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/campus-001-554x500.jpg', 333, 2435, 'image-in', 3, 50, 500, 1000, 131407, NULL, NULL),
(85, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/06/uni-eu-campus-554x500.jpg', 333, 2984, 'image-in', 3, 51, 500, 1000, 182256, NULL, NULL),
(86, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/traveling-man-traveler-554x674.jpg', 333, 3145, 'image-in', 3, 52, 1280, 1920, 571271, NULL, NULL),
(87, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2021/03/akre.png', 333, 137358, 'image-in', 3, 53, 278, 358, 6331, NULL, NULL),
(88, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/jx6kp9eerf9qznee52uk-526x288.jpg', 333, 136948, 'image-in', 3, 54, 288, 720, 108370, NULL, NULL),
(89, 'https://spisutha.w2.uinjambi.ac.id/wp-content/uploads/2014/10/tes-tes-526x300.jpg', 333, 136947, 'image-in', 3, 55, 300, 750, 133954, NULL, NULL);

-- --------------------------------------------------------

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
